I have a jsp 开发者_C百科application (using Spring) that uses a couple of global variables. I need multiple people to be able to use this program concurrently, however. What is the best way to go abou
I\'m using Spring.I\'ve got a JSP with a form:select in it displaying the list of users.In this situation the username or id won\'t mean much to the user so I need to show firstname lastname.
I want to read a source code (HTML tags) of a given URL from my servlet. For example, URL is 开发者_如何学JAVAhttp://www.google.com and my servlet needs to read the HTML source code.Why I need this i
Ok recently installed a wamp xammp to be specific.. I have a requ开发者_C百科irment to use jsp for some server side communications instead of other stuff like php. My main issue is not knowing jsp eno
I m looking for a simple java 开发者_JAVA技巧library which would let me make a java web server and share some files. Is there any libraries which would let me achieve this? Use jetty - the lightweight
I have the following code in JSP <%@page contentType=\"text/html;charset=utf-8\" pageEncoding=\"utf-8\"%>
I am writing a SOAP webservice with java-axis which is interacting with an Android app and will set the status of the user as available or not.
I retrieved a blob along with some other data from a table, say name and image: name = varchar, image = blob
I have a JSP开发者_C百科 page where I am trying to display a Session Variable that is a string in XML format.I am attempting to do this by setting the contentType to text/xml but the solution to my pr
My scenario is User A has been given a task. He already knows time line for that task.On client sideOnce the userA click and download a file to begin that task ,server should do some kind of timers