Comment on The Modern Java Ecosystem (for the Sinatra or web.py lover)parentComments−smanekOP14yTake a look at Jetty (http://www.eclipse.org/jetty/) for the second option.I tend to use 'mvn tomcat:run' to run my dev server, which I find even easier, fwiw.
Comments
Take a look at Jetty (http://www.eclipse.org/jetty/) for the second option.
I tend to use 'mvn tomcat:run' to run my dev server, which I find even easier, fwiw.