EvaServer
EvaServer is an open source project founded in 2004 by Maximilian Antoni.
History
In the beginning, EvaServer was a single monolithic project, a standalone server with the ability to generate Javascript. The project has been split into several sub projects over time.
The first project that was extracted is now called EvaScript. It contains all the Javascript generation code and now aims to be ECMA script conform.
Currently the other part of EvaServer is split into a couple of sub projects:
- eva-concurrency: a thread pool implementation that is mainly used by eva-server-server, but might get also reused for other purposes (EvaMail uses it for background activities).
- eva-server-bundle:
- eva-server-project:
- eva-server-server:
- eva-server-servlet:
- rof-core:
- rof-maven-plugin:
- rof-script-builder:
- rof-unit-test:
- xml-parser:

