Servlets Section Index

What features are in Servlet 3.0?

How can I avoid making multiple HTTP calls for content that hasn't changed? Is it possible to cache it? Is there a way to set this in the header?

What is the difference between RequestDispatcher's forward(ServletRequest request, ServletResponse response) method and HttpServletResponse's sendRedirect(String location) method?

What is the difference between request.getParameter() and request.getAttribute() ?

How can I give a bean application scope from a servlet like you can from JSP by doing <jsp:useBean id="bean" scope="application" /> ?

How can I serve Word/Excel documents to a web client from JSP's and/or servlets?

Why do we need a constructor in a servlet if we use the init method?

What is GlassFish?

Cross Site Scripting (XSS) with Jakarta Tomcat.

Tomcat 4.x and servlet mapping.

What's difference between Servlet/JSP session and EJB session?

Does anyone know if there is a way to check the size of a file (a picture in my case) that the user can upload from a form *BEFORE* the file is uploaded?

I have a Servlet and a Servlet Filter that is supposed to apply an xsl to it. The transformation appears to work, I get back a transformed document, but it appears (in IE) as if IE thinks its an HTML document. Viewing source, and saving as an HTML file will display correctly. How can I correctly set the Content Type of the response?

I want to exclude a certain file, "*/SlideMenu.js", from a filter. Can I do it?

How do I execute a servlet from the command line, or from Unix shell program or Windows BAT file?

About | Sitemap | Contact