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
http://www.experts-exchange.com/Programming/Languages/Java/Q_20081724.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20116316.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21083169.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21473144.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21669776.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21836806.html
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 ?
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/Servlets/Q_23053834.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23063184.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23063506.html
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).
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23093488.html
Zones:
JSP,
ServletsDate Answered: 02/07/2008 Grade: B Views: 31