Everipedia Logo
Everipedia is now IQ.wiki - Join the IQ Brainlist and our Discord for early access to editing on the new platform and to participate in the beta testing.
Axon Framework

Axon Framework

Axon Framework is a CQRS development framework for Java developed by Trifork.

According to Trifork, Axon Framework addresses: [1]

  • Scalability. Axon decouples application components to enable linear dynamic scaling. Logical components are separated within the architecture in a service-oriented manner and coupled using an asynchronous message bus. This enables components to be physically spread amongst different servers and hereby realizing linear scaling.

  • Agility. Axon Framework promotes loose coupling between components by using components in an application. This ensures that changes in one component will not directly affect behavior in another component. Besides making components easier to adjust, it also makes adding new components easy. By connecting to the message bus, addition of new components doesn’t require modification of existing components.

  • Performance. Axon Framework distinguishes between query/read and update/write components. Information structure in these components can be optimized for the purpose at hand. As a result, query components have quick access to data that is already structured for its purpose. This is a performance benefit, but also allows scaling for a specific component type. With the majority of requests in many applications involving the reading of data, Axon Framework allows developers to separately optimize components.

  • Security. Axon Framework provides authentication, authorization and auditing capabilities out of the box. Not only can unauthorized access be prevented, unauthorized use can be tracked.

  • Integration. Axon Framework works with a message bus. Users add components which provides integration with 3rd party systems without intruding the original application behavior. This holds for both in- and outbound 3rd party systems. This architecture makes integration with several external systems possible without increasing complexity.

License

Axon Framework is licensed under the Apache 2 license. [2]

History

Axon Framework 1.0 was released in March 2010.

[3] Version 2.0 was released in February 2013.

[4]

References

[1]
Citation Linken.wikipedia.orgThe original version of this page is from Wikipedia, you can edit the page right here on Everipedia.Text is available under the Creative Commons Attribution-ShareAlike License.Additional terms may apply.See everipedia.org/everipedia-terms for further details.Images/media credited individually (click the icon for details).
Aug 3, 2016, 12:37 PM
[2]
Citation Linkaxonframework.org"About Axon Framework"
Aug 3, 2016, 12:37 PM
[3]
Citation Linkaxonframework.org"Axon Framework License Information"
Aug 3, 2016, 12:37 PM
[4]
Citation Linkinfoq.com"Axon Framework 1.0 Released"
Aug 3, 2016, 12:37 PM
[5]
Citation Linkblog.trifork.nl"Axon Framework 2.0 Released!"
Aug 3, 2016, 12:37 PM