Enterprise Application Integration (EAI) refers to the use of architectural principles, architectural frameworks, and software middleware to integrate computer systems and applications as unified solutions across large enterprises. The EAI can range from simple transfer of data between two business applications, to a message-based system, providing a complex business process by combining functionality from a multitude of business applications.
Questions tagged [eai]
94 questions
0
votes
1 answer
Difference between Daas and EAI
What is the difference between Daas Data as Service and EAI Enterprise Application Integration ?
I understand that EAI is a framework designed to overcome the complexities of Enterprise Software integration (between ERP, SCM, CRM etc..) using ESB…

zillani
- 1,070
- 3
- 18
- 26
0
votes
1 answer
WebSEAL to WebSEAL junction
I have created WebSEAL to WebSEAL junction (EAI authentication enabled). Facing certificate issues, while creating the junction, application page displays third party server error. Incorporated all root chain certificates.
Does WebSEAL to WebSEAL…

Rekha
- 1
- 2
0
votes
2 answers
EAI Siebel Adapter - Account with Address Insert Issue
I am using EAI Siebel Adapter to Insert an Account record. The setup in our system is such that both Contact & Address (MVG) are mandatory hence the Account record cannot be committed without entering the same.
I have created an IO having Account as…

Anna Joel
- 107
- 3
- 14
0
votes
1 answer
how to achive javaEE application integration with jms
As am newbie to Enterprise Application Integration Patterns I just understood that it relies on the "Asynchronous Messaging " principle.I can even see that that integration frameworks like Spring Integration are there for this purpose but if I have…

theUturn
- 1,101
- 2
- 12
- 25
0
votes
1 answer
EAI Broker model
I am new to EAI and read that there are 2 ways to achieve EAI
1) Broker/ hub-spoke model
2) ESB
Is broker model a JMS?
I worked on Spring-integration which is lightweight ESB so have some Idea how ESB works.
But not sure about Broker model
Anyone…

Ramandeep S
- 325
- 1
- 4
- 15
0
votes
1 answer
X12 making fields fit
I have a need to create an X12 810 document implementation in order to receive invoices from my customer. I have certain fields that I need like: ShipNumber, ShipmentNumbers, and ProjectCode that exist on the invoice header level. There are also…

Biz Talk Entrant
- 35
- 9
0
votes
1 answer
.NET AMQP Messaging Pattern Issues
I have created a small class using RabbitMQ that implements a publish/subscribe messaging pattern on a topic exchange. On top of this pub/sub I have the methods and properties:
void Send(Message, Subject) - Publish message to destination topic for…
user862319
0
votes
1 answer
Enterprise Application Integration: Ways to communicate show rooms with central office
I have a JAVA application installed in a customer which has many show rooms located all over the city and I need to implement a robust way to communicate them with central office.
The idea is to send sale orders stored in a MySQL db from these show…

fmjb
- 23
- 3
0
votes
1 answer
Sending multiple emails with data from rows in Talend Open Studio
I m working of a project of Enterprise application architecture using software talend
i have this table : User(Id_user, name_user, Email)
what i want to do is select Data from this table and sending email to each user using Tsendemail component
i…

user2746896
- 27
- 2
- 7
0
votes
3 answers
Do I need a separate server to implement an ESB (e.g. Apache Camel, Mule)?
Do I need a separate server to implement an ESB (e.g. Apache Camel, Mule) ?

Flaviu
- 6,240
- 4
- 35
- 33
0
votes
1 answer
How to design a canonical data model in a distributed platform?
I am trying to define a canonical data model for a distributed platform I'm working on, which is based on the following architecture:
A RESTful API façade, exposing functionalities to a client
An underlying middleware, based on Apache Camel and…

Antonio de Donato
- 53
- 1
- 7
0
votes
3 answers
How to correlate request & reply when using raw (not using Gateway) Spring Integration?
I am learning about Spring-Integration and have a basic understanding about Gateway and Service-Activators. I love the concept of Gateway. Spring Integration generates the proxy for gateway at run-time. This proxy hides all the messaging details…

Anand Patel
- 6,031
- 11
- 48
- 67
0
votes
2 answers
Java EE architecture: separate war for adapters
Architecture question:
I have a Java EE enterprise application that is targeted to be deployed to a lot of different customers. It consists of:
a standard backend: the same core for every customer
a separate module for EAI adapters: intended to…

jps
- 164
- 2
- 8
0
votes
1 answer
Need to integrate web applcation with all major ERP and CRM systems
I have a web application which needs to interact with all the major CRM and ERP systems in order to send and receive data.
What according to you will be a better approach.
Design this whole logic inside the web application,maybe a component for…

Akshat
- 5
- 4
0
votes
1 answer
Does one use WF and WCF together to build a messaging system?
I am looking to build an messaging infrastructure to facilitate communications between different systems in our organization. There are many way to go about this. I have looked into nServiceBus and MassTransit.
How does WF/WCF fit into this - if…

HitLikeAHammer
- 2,679
- 3
- 37
- 53