Quantcast
Channel: Enterprise Integration Patterns: Gregor's Ramblings
Viewing all articles
Browse latest Browse all 102

Look Ma -- No Middleware! Using Event-Driven Architectures inside a JVM.

$
0
0
Our most recent project was to replace a batch-oriented stored procedure with a more flexible, maintainable and scaleable Java-based architecture. We chose an event-driven architectural style that processes events as they occur. For the initial roll-out we did not even have to distribute the solution so it all runs in single JVM (if you ignore clustering for the moment). Read on to learn more about the implementation and our experiences with intra-JVM EDA.

Viewing all articles
Browse latest Browse all 102

Trending Articles