eclipse « Container « JSP-Servlet Q&A





1. What steps are necessary to get Eclipse and a Java servlet container integrated on Ubuntu 9.10?    stackoverflow.com

What's the easiest way for me to get Eclipse running with a Java servlet container on Ubuntu 9.10? I've tried a number of things, hitting dead ends each time. The best setup ...

2. How is client-side rendering done in Eclipse RAP?    stackoverflow.com

I read about Eclipse RAP and understood what a "servlet container" is: some kind of a java applet on a server instead of a client. I don't understand how ...