Comment on The Modern Java Ecosystem (for the Sinatra or web.py lover)Comments−scorchin14yFor those looking for something more like Sinatra in Java, check out webbit: https://github.com/joewalnes/webbitHere's an example of a simple Websocket chat server: https://gist.github.com/1421652Disclaimer: It's an open source project that I have some commits to−simpsond14yWebbit looks much more like embedded Jetty and plain servlets than Sinatra. If you really want something like Sinatra in you Java project, wire in Scala and try Scalatra.−logn14y>Disclaimer: It's an open source project that I have some commits toIs that like a 'full disclosure' notice or are we supposed to be terrified of your code?
Comments
For those looking for something more like Sinatra in Java, check out webbit: https://github.com/joewalnes/webbit
Here's an example of a simple Websocket chat server: https://gist.github.com/1421652
Disclaimer: It's an open source project that I have some commits to
Webbit looks much more like embedded Jetty and plain servlets than Sinatra. If you really want something like Sinatra in you Java project, wire in Scala and try Scalatra.
>Disclaimer: It's an open source project that I have some commits to
Is that like a 'full disclosure' notice or are we supposed to be terrified of your code?