jetty « Bean « Spring Q&A





1. Using custom WebAppClassloader in Jetty    stackoverflow.com

I'm writing a spring based web application for our company and I received orders that I should encrypt classes of our app. I found a simple implementation of classloader that might do ...

2. Pass bean from outside app context to embedded jetty ?    forum.springsource.org

Pass bean from outside app context to embedded jetty ? HI, I run a spring based server that exposes several remote service beans. Now on top of the server runs a ...