There is no need to introduce Axon Framework (and furthermore Axon Server) to the Java developers passionate about DDD, CQRS and/or Event Sourcing. In that space, there are not many tools out there...
Insights from LinkedIn
Blogs
Sort by:
Key takeaways High Availability concerns the “art” of making a system deal with local failures in a way that enables it to limit the impact of the losses and prevent businesses and users from being...
Managed or DIY, AxonServer runs fine in the cloud, private or public So far, we’ve looked at Axon Server running locally to get a feel for its behavior and the typical customization points, and in...
Introduction One of the most common discussion points that come up regularly in interactions with Customers/Prospects/Forums is how does Axon compare to Apache Kafka? Can one do the job of the other?...
I showed you how to run Axon Server locally and configure it for secure operations in my previous post. We also looked at the possibilities for configuring storage locations. This time around, we’ll...
Axon Server is AxonIQ's flagship product and a companion to the Open-Source Axon Framework. It is available in two editions, Standard and Enterprise. Axon Server Standard Edition (SE) is available...
In Axon's 10 year history (you’ve read that right, it turned 10 in January 2020!) we have striven to take all received feedback to keep improving the look and feel. Not only usability for developers...
When it comes to options and flexibility, Axon Framework gives you a huge selection of options for where to store your events. From traditional RDBMS options like PostgreSQL or MySQL to NoSQL...
Bounded contexts with Axon
By Ivan Dugalic
4 min
"A Context is the setting in which a word or statement appears, and that determines its meaning".
IT managers and Enterprise Architects frequently ask me what the difference is between Service Oriented Architecture (SOA) vs Microservices Architecture (MSA), and which is better. Since both...
Transforming large legacy monoliths into decoupled, scalable microservices systems is more complex than can be imagined. This blog describes how using Axon Server with the strangler pattern can help...
No Framework
5 min
Axon Framework is an open-source framework frequently used for building event-driven microservices on the JVM. Its architectural concepts are CQRS (Command Query Responsibility Separation), DDD...
Command Query Responsibility Separation (CQRS) has become a popular pattern to avoid complex, and therefore slow, database queries in applications. With CQRS, queries are served from dedicated read...
Parameter Resolvers in Axon
By Milan Savic
3 min
Axon is an open-source Java framework for building systems in CQRS (Command Query Responsibility Separation), DDD (Domain Driven Design), and Event Sourcing. Axon provides a high level of location...
In one of our recent blogs, we talked about constructing a real-life Axon application. Which areas should you distinguish on a high level, and what code should go where? This is a question often...