|
-
June 4th, 2007, 12:42 PM
#1
Middleware
If Middleware is supposed to facilitate communication between front end applications and back end systems how does it achieve this by decoupling front end apps from back end data access? It sounds contradictory. Can someone explain this in layman terms for me? Thanks
-
June 5th, 2007, 10:34 AM
#2
Re: Middleware
Well, middleware acts like a middleman, taking some responsibilities away from frontend and backend to itself.
Although this additional layer of complexity may not looks like a "communication facilitation" if you just think of middleware as of a person - e.g. interpreter (or a lawyer) - you will see the point.
 Originally Posted by jservant76
If Middleware is supposed to facilitate communication between front end applications and back end systems how does it achieve this by decoupling front end apps from back end data access? It sounds contradictory. Can someone explain this in layman terms for me? Thanks
-
June 5th, 2007, 11:07 AM
#3
Re: Middleware
Classic example.
A back end may be SQLServer, Oracle, DB2 or SAP (plus plenty more)
Writing your front end with the intimate knowledge of each of this will simply clurrer your front end, and make it impossible to maintain.
Creating a series of Web Services, that all expose the identical WSDL (interface), and have knowledge of each of the back ends respectively, "facilitates" communication.
All the fron end has to know is the uri of the desired backend.
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
2008, 2009,2010
In theory, there is no difference between theory and practice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions 
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|