Skip to content

Document ESB vs Spring Integration#11010

Merged
cppwfs merged 2 commits into
spring-projects:mainfrom
artembilan:GH-2886
May 26, 2026
Merged

Document ESB vs Spring Integration#11010
cppwfs merged 2 commits into
spring-projects:mainfrom
artembilan:GH-2886

Conversation

@artembilan
Copy link
Copy Markdown
Member

Fixes: #2886

@artembilan artembilan requested a review from cppwfs May 19, 2026 20:21
Copy link
Copy Markdown
Contributor

@cppwfs cppwfs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

Just put a couple of suggestions.


Spring Integration takes an application-centric and embedded approach to Enterprise Integration Patterns:

* *No Dedicated Integration Server*: Spring Integration is completely lightweight.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove the word "completely".

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why.
That is really the point to diverge from ESB 🤷

Spring Integration takes an application-centric and embedded approach to Enterprise Integration Patterns:

* *No Dedicated Integration Server*: Spring Integration is completely lightweight.
Its components (channels, endpoints, transformers) live directly within the `ApplicationContext` as standard Spring beans.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WDYT
Its components (channels, endpoints, transformers) live directly within the ApplicationContext of the application as standard Spring beans.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like tautology and the ApplicationContext really assumes the target application.

Comment thread src/reference/antora/modules/ROOT/pages/overview.adoc Outdated
Signed-off-by: Artem Bilan <artem.bilan@broadcom.com>
@artembilan artembilan requested a review from cppwfs May 26, 2026 18:55
@cppwfs
Copy link
Copy Markdown
Contributor

cppwfs commented May 26, 2026

LGTM! Thanks for the addition.

@cppwfs cppwfs merged commit 1dc6060 into spring-projects:main May 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation Enhancement: Describe point to point vs Centralized ESB

2 participants