I wish to embed a very light HTTP server in my Java Swing app which just accepts requests, performs some actions, and returns the results.
Is there a very light Java
If you're not using Java 6, then I would certainly recommend Jetty. That works very well and has a decent programming interface.