1 / 15

Presented By:- Sudipta Dhara Roll-1070100

MIDDLEWARE. Presented By:- Sudipta Dhara Roll-1070100. Table of Content . Introduction How it evolved Need of Middleware Middleware Basic Categories of Middleware CORBA Components of CORBA Middleware tools Conclusion References . Introduction .

saad
Télécharger la présentation

Presented By:- Sudipta Dhara Roll-1070100

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MIDDLEWARE Presented By:- Sudipta Dhara Roll-1070100

  2. Table of Content Introduction How it evolved Need of Middleware Middleware Basic Categories of Middleware CORBA Components of CORBA Middleware tools Conclusion References

  3. Introduction Middleware is computer software that connects distributed software components or applications. The distributed software consist of a set of services that allows multiple processes running on multiple machines to interact across a network. Middleware sits “in the middle” between application software working on different Operating Systems.

  4. How it evolved Till 1980 most computing was based on central host computers. The term middleware first appeared in the late 1980s to describe network connection management software. RPC was first developed circa 1982 by Birrell and Nelson. Early RPC systems that achieved wide use include those by Sun. Then The OMG was formed in 1989, In the late 1990s HTTP became a major building block for various kinds of middleware.

  5. Need of Middleware Middleware reduces application development and maintenance efforts. Middleware provides distributed computing. Distributed application without middleware are impractical.

  6. Middleware Basics Middleware services are sets of distributed software that provide a more functional set of APIs than does the operating system and network services.This increased functionality allows an application to: Locate transparently across the network, providing interaction with another application or service. Be independent from network services. Be reliable and available. Scale up in capacity without losing functionality.

  7. Categories of Middleware There are different kinds of middleware These are- Transaction Processing(TP) Monitor Technology. Message Oriented Middleware(MOM). Remote Procedure Call(RPC). CORBA. Homegrown middleware solutions.

  8. Common Object Request Broker Architecture (CORBA) Driven by Microsoft and OMG. It’s a standard architecture for distributed object systems. It allows distributed, heterogeneous collection of object to interoperate. The concepts are defined in such a way that they can be mapped to a number of programming languages. It does not include language constructs to store variables or to express algorithms.

  9. CORBA (Contd…) CORBA defines bindings to: C, C++, Smalltalk, Ada, Java and Cobol. These programming language binding determines how object type operations are implemented in server object and how client can make object request. IDL is designed to be independent of a particular programming language, though its syntax is oriented towards C++.

  10. Component of CORBA Client Stubscreate and issue requests on the client side. Dynamic invocation is done by Dynamic Invocation Interface, Here control is recursively given back to the client object until it polls for operation result. ORB Interface Interact between Object Request Broker(ORB Core), Client and Server Objects at run time . ORB activate the object using Object Adapter. Implementation Skeletonsreceive and forward requests to objects on the server side. The skeleton finally calls the operation that was requested by the client.

  11. Middleware Tools

  12. Conclusion Middleware was born for reuse by way of abstraction. Currently middleware research and development has reached a new phase. But the following questions are still open to resolve. What kind of abstraction will we need in the next step? Can we build a general model for all the middleware and customize the necessities to fit the applications when needed?

  13. References http://www.chetanasprojects.com/Thread-MIDDLEWARE-TECHNOLOGY-Seminar http://seminarprojects.com/Thread-middleware-technologies http://eprints.ucl.ac.uk/674/1/corba http://www.swing-grid.ch/resources/middleware_tools http://cabibbo.dia.uniroma3.it/ids/altrui/middleware-bakken

  14. Thank You

More Related