File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes comparison between JSP and Servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "comparison between JSP and Servlet" Watch "comparison between JSP and Servlet" New topic
Author

comparison between JSP and Servlet

C Dinesh Kumar
Greenhorn

Joined: Jan 06, 2005
Posts: 4
Hello
i need to know the comparison between JSP and Servlet. JSP also internally converting to Servlet then what is the difference.
Mai Bui Huynh
Greenhorn

Joined: Jan 06, 2005
Posts: 1
I have some ideas. JSP is not difference from Servlet. When you design web page, it is easy to use JSP than Servlet. You can embed JSP code in HTML code while servlet can't. JSP is the same to ASP.
Jeroen Wenting
Ranch Hand

Joined: Oct 12, 2000
Posts: 5093
What's the difference between C and Pascal. Both get converted to executable code.


42
Paul Bourdeaux
Ranch Hand

Joined: May 24, 2004
Posts: 783
Check out this link dealing with the same topic. You can also seach for "Jsp Servlet better" for more of the same. Basically they may be the same internally, but each has its own purpose. If you still have questions after checking out the links, post again.


“Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.” - Rich Cook
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: comparison between JSP and Servlet
 
Similar Threads
differeance between jsp and servlet
JSP & Servlets
jsp
jsp vs servlet
JSP Translation Phase