Elsbeth is an AIML Interpreter Engine entirely written in Java. The current version at the moment is 0.9.0.
In version 1.0 it will be extended by own server capabilities (probably using netty).
You can simply download or integrate this project via Maven. Just add the following lines to your pom.xml:
...
<dependencies>
...
<dependency>
<groupId>de.wsdevel</groupId>
<artifactId>Elsbeth</artifactId>
<version>0.9.0</version>
</dependency>
...
</dependencies>
...
<repositories>
...
<repository>
<id>sebastian-weiss</id>
<name>Sebastian's Repository</name>
<url>http://www.sebastian-weiss.de/mvn-repo</url>
</repository>
...
</repositories>
...
(c) 2004 - 2013 Sebastian A. Weiss (@dawnofmusic)
Having trouble with Elsbeth? Please contact me at (@dawnofmusic) and I’ll help you sort it out.