Your first EvaServer project
Have a play with EvaChat Mini, a simple chat based on EvaServer.
You can find the sources here:
http://svn.evaserver.com/eva-chat-mini/trunk
If you compile this with Maven (mvn clean package), you get
- a Zip containing the chat as a standalone application and
- a WAR containing the chat as a servlet based application.
Unfortunately, there is no Ant build file for an EvaServer application yet.
Project Setup
An example Maven configuration can be found here.

