servlets
Applet -> servlet -> another applet communication
I\'m implementing a simple checkers game (java applets as clients + servlet) where two players can connect to the servlet and play. 开发者_JS百科As I\'m just beginning with applet-servlet programming,[详细]
2023-04-11 20:39 分类:问答Calling perl script from Java servlet
I\'m trying to call a perl script from a java servlet on tomcat 7. I开发者_运维知识库 have set up the context.xml and the web.xml so I can run a .pl file by going to http://localhost:8080/test/cgi-bin[详细]
2023-04-11 20:37 分类:问答How do you read POST data from a servlet into a ZipStream?
The situation is that a ZIP file has been POSTed to a Tomcat server and since it has no parameter name associated with it, we\'re going right to the request\'s stream.[详细]
2023-04-11 20:25 分类:问答How to set a maximum execution time in JSP/Servlet?
I would like to set a time limit for sc开发者_StackOverflowript execution. In PHP I use \"set_time_limit\". How can I do this in JSP?I have to disappoint you - there is no such setting. In JSP it is h[详细]
2023-04-11 20:06 分类:问答can spring inject EJBs into annotated fields of servlet in a Java SE webapp?
Spring has support for injecting javax.ejb.EJB annotations, much like it injects @Autowired and other jsr-220 injection annotations, thanks to the CommonAnnotationBeanPostProcessor class.[详细]
2023-04-11 19:11 分类:问答how to pass password and username from servlet to other secure
I am using java servletwith google开发者_如何学C app engine. I need a secure way to pass a pass and user name from oneservletto other.[详细]
2023-04-11 17:23 分类:问答User authentication using servlet 3.0 login in Jsf 2 not working
Trying to create an application with a login page and using the Servlet 3.0 login method. I have defined the realm in tomcat and configured web.xml accordingly. But when I try to access any page even[详细]
2023-04-11 14:48 分类:问答FORM ACTION does not go to wanted method in servlets
I am trying to get info from the html form from my servlet. My problem is I cant get to wanted method by click() method on my servlet.[详细]
2023-04-11 14:35 分类:问答I need some direction with accessing mysql using a java servlet
Here is my code import java.io.*; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet;[详细]
2023-04-11 14:26 分类:问答How to iterate and get all user name from session
I am using tomcat server. When the application has to access by multiple users. all user details are stored in sess开发者_Go百科ion only.[详细]
2023-04-11 13:59 分类:问答