Following brilliant idea of Tim Fox & Trusin Lee I've started putting
together Java API for Gretty
The idea (in my interpretations) is to have pure Java API which can be
easily reused to implement DSLs for any JVM language
Here is version 0.1 of API which covers only regular TCP/IP connection
- https://github.com/alextkachman/gretty/tree/master/gretty-api/src/org/mbte/gretty
You can see it in action at
https://github.com/alextkachman/gretty/blob/master/gretty-api/tests/org/mbte/gretty/EchoServerTest.java
This is very early prototype but please let me know what do you think.
Alex