servlets
offline online application architecture in java/adobe air
Recently one of my friend has asked me to design an application with feature to work both offline and online. I have been reading a bit about it online and found few options.[详细]
2023-04-13 09:57 分类:问答Have we become over-reliant on cookies?
Once I turned off cookies, Amazon.com & Google.com 开发者_运维知识库refuses to sign me in.I am not able to log in into even Stackoverflow.com.Is no one using URL rewriting nowadays?[详细]
2023-04-13 08:21 分类:问答jersey does support treturn gzip byte
current now i used response to return a xml file . but seems the performance is not good when file is lager.[详细]
2023-04-13 08:05 分类:问答Facebook authentication to my server using Android
I\'m building an application with the following blocks: Android - Client Side, Java Servlets - Sever Side,[详细]
2023-04-13 07:48 分类:问答How to send an image from Java-serverside, and handle it on JQuery-clientside
I want to rescale an image and return it to the client, and am running into some trouble with sending the image back to the client.[详细]
2023-04-13 05:49 分类:问答Why is ServletConfig obj passed to init() of GenericServlet when the class implements the interface?
GenericServlet implements ServletConfig interface which means all the interface functions can be invoked from init() function of GenericServlet. Given this context, why does the Servlet container send[详细]
2023-04-13 05:14 分类:问答Modify the HTML of a servlet's errorPage from a Filter
I have a requirement to rewrite HTML generated by a web application. The requirement applies to all pages equally so naturally we went for a Filter.[详细]
2023-04-13 05:13 分类:问答start all servlets at application launch
I have a web application which has two servlets that exchange information through context attributes.[详细]
2023-04-13 04:51 分类:问答Ajax request parameter cannot be retrieved within servlet issue
As part of learning Ajax, I have created a little servlet + some HTML page + Javascript code. The page contains a couple of buttons. The idea is to pass a parameter value in a request according to the[详细]
2023-04-13 04:39 分类:问答Why packaging JAR files into WAR archive if they are available in Maven Central?
I wonder whether it\'s possible somehow to inform Servlet Container to download required 开发者_如何学编程JAR archives from Maven Central during deployment, instead of packaging them into WAR (in WEB-[详细]
2023-04-13 03:39 分类:问答