PojoActor is the implementation of PActor, the intend is to make the POJO act as the actor based on the annotations.
TBD
- Implement all the tests from the jactor-util.
- Fixing the existing tests.
- Removing the unnecessary logging.
- Include MailboxFactory::close() in the tests.
- Define the process.
Road Map
- Architectural documentation.
- User guide and sample application.
- Migrating some sample application based on Akka.
- Provide Proxy based on Code generation instead of jdk DynamicProxy using Xtend or some other framework.
- Remote Actor Implemetation for horizontal scaling.