I\'m trying to persuade a SiteMesh decorator to change the content-type of the response, but no joy. The content-type always ends up being the same as the decorated JSP, rather than that of the decora
HttpServletRequest.getParameterValues() returns a String[] 开发者_如何学编程containing all values of a given HTTP request parameter. Does anyone know if the order of the values in this array is guaran
I have a J2EE application with a web service which goes like http://servername/service?task=getFile&id=25
I have built a web application using Java EE platform that sells one of my software. Now I want to give the work of marketing my website to various e-marketing companies. But as I will have to give th
I se开发者_运维技巧em to be having trouble with Tomcat servlets and even setting up my own. I am using Windows Vista x64 bit. I CAN connect and see the servlet examples. I just don\'t know how to go a
I\'m trying to ad开发者_开发技巧d the session tracking feature to a 12 year old java web application. Which uses MVC pattern with jsp and servlets. We need to make it work if cookies are disabled.
I am developing a web app using servlets and jsps. I have a question about storing data I need to use across multiple servlets in a login session. When the user logs in, for example, I get the user ob
I have a Wicket Web Application running in Tomcat. The application uses Spring (via org.springframework.web.context.ContextLoaderListener) to initialise the application. This is all well and good for
I\'d like my Jython servlet to implement the HttpServlet.contextInitialized method but I\'m not sure how to express this in the web.xml. What I currently have is:
I am trying to call a Servlet called AddClass.java using the following line in a jsp <form method=\"post\" name=\"addClass\" action=\"AddClass.do\">