Embedded Jetty
01/19/2011
One of the coolest things about Jetty is the ability to run it in embedded mode. This means that you can write a Java app with a main method that will launch a Jetty server. This has some really nice benefits. For example, it makes it really easy to deploy a server to EC2 because Read More