Getting essential via Maven is the recommended way. Add the following to your project's pom.xml to get the servlet context implementation of essential:
<dependency>
<groupId>net.craftforge.essential</groupId>
<artifactId>essential-servlet</artifactId>
<version>2.0-beta2</version>
</dependency>
| Artifact | Description |
|---|---|
| essential-servlet | Context implementation for HTTP servlets |
| essential-server | Context implementation for the lightweight HTTP server |
| essential-core | Framework core (comes along with contexts) |
| essential-example | Example implementation for a simple REST use-case |
svn co https://essentialsource.svn.sourceforge.net/svnroot/essentialsource essentialsource