Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

eai topic

Former Member
0 Kudos

tel me the actual application of the eai.is same that of the middleware.in any practical example

3 REPLIES 3

Former Member

Former Member
0 Kudos

EAI is enterprise application integration which acts as a middleware between two applications to integrate the data.

MIDDLEWARE means a software component that connects applications to the network.

Products used as middleware to integrate two apps by eai are TIBCO, SAP XI,Web Services, Microsoft and ibm also having there seperate softwares.

Example: In traditional way we connect two apps point to point with each other means app A is connected with B share data and A is fetching data from DB having P2P conn. similarly other apps also have this obsolete way of integration through which it is very difficult to remove an app from the system.

Now in EAI it uses a common platform eg BUS to integrate all apps. we can attach and detach no of apps to that common medium provided by eai without affecting others performance.

some common types of middleware communication are

1. fire and forget (means you trigger you req for integration and forget, rest middleware will do all)

2. hub and spoke (just like bicycle wheel,you can attach no. of apps/system and detach)

3. publish and subscribe (like web services )

4.synchronous/ async.

Regards,

Mandeep Virk

0 Kudos

sorry for delay . but u give the answer of my question .its form helpfull for me