Advertisement

1 - 10 of 100 containing alltags:("jsp,servlet") (0.001 seconds)
Hi! Guys, what's the difference between jsp and servlets? Which one is better to use? Can we embed java beans in servlets, like in jsp? raymond
Zones: Java, Servlets, New To JavaDate Answered: 02/23/2001 Grade: B Views: 0
I have a JSP login webpage called "mylogin.jsp" that prompts the User for a Username and password. Once submitted the information is sent to a JavaServlet for athenication. If the user did not ente...
Zones: Java, Servlets, Sun...Date Answered: 02/05/2002 Grade: A Views: 0
Hi All, I am running Tomcat 4.1.27 on Linux. Java is   Version 1.4.1-01 I have a class file DBUsernamePassword in WEB-INF/classes/<packagename>/DBUsernamePassword.class When I try running the ...
Zones: JSPDate Answered: 08/06/2004 Grade: A Views: 0
Hello all, How can i expire a servlet if it does not produce a response in 5 seconds. IOW: I want a jsp page accessing a servlet if the response is not within 5 seconds the JSP should show a mes...
Zones: JSPDate Answered: 11/26/2005 Grade: A Views: 0
Hello. I've trying to make a Java-based website. Right now I've been able to generate html, etc, from the servlet itself. I do things like: out.println("<html>"); But this is what I want t...
Zones: JSP, JSTL / TagsDate Answered: 12/20/2005 Grade: A Views: 0
Hello experts: I'm new to JSP/Servlet, can some one tell me what JSP/Servlet is? And why use JSP/Servlet? Also I heard do not use JSP/Servlet when you consider security, is this true? And why is ...
Zones: JSPDate Answered: 05/04/2006 Grade: B Views: 0
hi when i execute this code to run java file, the variable line2 in null !! it is suppose to write the output from the java file ,isn't it ?
Zones: Servlets, JSPDate Answered: 01/07/2008 Grade: A Views: 0
hi, I am using the command: Runtime rt = Runtime.getRuntime();             Process proc = rt.exec("java "+ filename); to execute java file from java application ,every thing is working good but...
Zones: JSP, Java, ServletsDate Answered: 01/07/2008 Grade: A Views: 50
hi, I tried to compile and execute a java file from java application , thanx god it worked but when i tried to do the same thing in jsp (web application) by call java code from jsp page --> what h...
Zones: JSP, Java, ServletsDate Answered: 01/22/2008 Grade: A Views: 21
Here i have attached my jsp page(onsitereport.jsp) and bean page(OnsitePlacementSearch.java) In this i want to display technology field  in jsp with commas like (.net,java).
Zones: JSP, ServletsDate Answered: 02/07/2008 Grade: B Views: 31