Simple java messaging framework for applications that allows decoupled interaction between modules.
Framework that helps in the control and interaction in applications applying mvc pattern using events, actions and messages for comunication between different layers.
Ussage
* Download messengine.jar and include in classpath
* Maven:
org.asmatron messengine 0.1.0
1. Create configuration
* Java RAW
* Spring
* More coming soon...
1. Create Actions/Events/Messages/Model catalog
1. Annotate classes
1. Send actions in view, send events and messages in services.
1. Enjoy.