I was reading this: http://docs.codehaus.org/display/JETTY/LastModifiedCacheControl It says The Jetty default servlet allows the cache control header to
I\'d like to create an application using the embedded version of Jetty.Unfortunately, I can\'t find any information on what jar files I would need to do that.There are several in the maven repository
My application requires several interface implementations which require a Jetty server to do their job. This is, however, not necessarily the case in every implementations of those interfaces so the J
Can anybody help with this? I want to use an embedded Jetty 7 as Endpoint. This is what I tried: public class MiniTestJetty {