This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Functional difference between Applets - Servlets - JSP
Hieroni Friscus
Greenhorn
Joined: Apr 20, 2001
Posts: 4
posted
0
What in fact is the main difference between applets - servlets and JSP's. I know that applets run on the client and servlets and JSP on the server, but what is the functional difference : each technology is probably more suited for some application area, some architecture, some solution? ------------------
babukumar
Greenhorn
Joined: Apr 18, 2001
Posts: 18
posted
0
hi, Applets are web-applications, say the client side java which is more interactive than ordinary HTML interfaces. Servlet is an extension of a webserver, so called. They perform request-response duties and run in the servlet container within the multithreaded server. JavaServerPages is such technology which integrates java with content and inturn converted back to a servlet. naren.
Ajith Kallambella
Sheriff
Joined: Mar 17, 2000
Posts: 5782
posted
0
Your name 'narenkumar' does not comply with the JavaRanch naming policy. Please choose one that meets the requirements. Please note that without a proper name you will not qualify for the book giveaways! Thanks! Ajith
Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Functional difference between Applets - Servlets - JSP