|
-
Mar 4th, 2002, 04:52 PM
#1
Thread Starter
Fanatic Member
Servlets=JSP Pages???
hey.. I have been lookig information about Servlets... and all I find is how to make JSP pages that execute in the server side. Is this true?? I thought it was a program in the server side that could recieve a HTML Post and send it back to the client or differets clients.... if this is true... can someone tell me where can I find a tutorial for this??
THANK YOU VERY MUCH...
oh.. and also thank you for the help in the TEXTAREA post. I am working on it
"The difference between mad and genius is the success"
-
Mar 4th, 2002, 05:41 PM
#2
Addicted Member
Servlets are most certainly different from jsp files. Jsp files, however, DO get converted into servlets and are then compiled, but the two look very different and are handled and treated distinctly. A rule of thumb: if it looks like a regular java class, but it's declared like: public class DoRedoUndo extends HttpServlet { and it has doGet() and/or doPost() methods, then it's a servlet. If it looks like an HTML file with <% %> tags in it containing Java code, then it's JSP.
cudabean
-
Mar 4th, 2002, 06:12 PM
#3
Thread Starter
Fanatic Member
OK OK...
now... is it posibble to have a servlet that comunicates with an Applet?? I can almost tell yes... .. ok... do you where I could find a tutorial??
Thanks
"The difference between mad and genius is the success"
-
Mar 22nd, 2002, 12:48 AM
#4
Member
hi there,
how do i run JSP pages in UNIX..?
Kittu
-
Mar 22nd, 2002, 03:27 PM
#5
Hyperactive Member
Originally posted by Andreex
OK OK...
now... is it posibble to have a servlet that comunicates with an Applet?? I can almost tell yes...
most likely not due to scurity exceptions
"There are only two things that are infinite. The universe and human stupidity... and the universe I'm not sure about." - Einstein
If you are programming in Java use www.NetBeans.org
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|