Results 1 to 5 of 5

Thread: Servlets=JSP Pages???

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843

    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"

  2. #2
    Addicted Member
    Join Date
    Nov 2001
    Location
    Yewston, Texis
    Posts
    240
    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

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Apr 2001
    Posts
    843
    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"

  4. #4
    Member
    Join Date
    Mar 2002
    Location
    India
    Posts
    42
    hi there,

    how do i run JSP pages in UNIX..?

    Kittu
    Cheer up!

  5. #5
    Hyperactive Member CaptainPinko's Avatar
    Join Date
    Jan 2001
    Location
    London, Ontario, Canada
    Posts
    332
    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
  •  



Click Here to Expand Forum to Full Width