t20 / AxonFramework

High Performance and Scalability framework for Java

Home Page:www.axonframework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axon Framework

A CQRS Framework for Scalable, High-Performance Java Applications

Introduction

For more information, visit our website: http://www.axonframework.org.

Issue tracker

If you're looking for the issue tracker, visit http://issues.axonframework.org.

Changelog

3.0.0

  • The Unit of Work was refactored to only coordinate the processes involved in the handling of a message. In all other ways it is domain agnostic now, e.g. it does not know what aggregates or events are anymore.
  • Common components related to messaging have been moved to org.axonframework.messaging. Note that this may cause issues in applications that store serialized versions of MetaData and Message instances, e.g. in applications that use the QuartzEventScheduler.

About

High Performance and Scalability framework for Java

www.axonframework.org

License:Apache License 2.0


Languages

Language:Java 100.0%