container « J2EE « JSP-Servlet Q&A





1. What is a lightweight, fast, java servlet container?    stackoverflow.com

I have been writing a pure java web server specifically customized for a website I'm making. I've grown tired of reinventing the wheel though, and am now investigating moving over ...

2. Creating a web server / servlet container in Java - Standing on the shoulders of giants    stackoverflow.com

First and foremost: I want to state that this is mostly a personal exercise. There are plenty of containers and servers out there (Tomcat, Jetty, Winstone) that satisfy the needs ...

3. Why does Servlet.service() method reutrn void and not an instance of ServletResponse?    stackoverflow.com

Why does the service() method in the Servlet interface not return an instance of ServletResponse but rather work on the ServletResponse object proviced by the container? In simple words why is the ...

4. Understanding servlet container    stackoverflow.com

As a UI devloper and someone with very limited Java knowledge, how do I understand what exactly is servlet container in simple terms ? I have heard Weblogic, JBoss, etc are servlet ...