Thursday, July 30, 2009

How does an Applet differ from a Servlet in Java?

Learning how to incorporate a Java Web service with Classic ASP. Any suggestions are welcome.

How does an Applet differ from a Servlet in Java?
Applet is client side aka a download on the users machine, running in the context of the browser.





Servlet is server side, sending back responses in html to the browser to render.





For your ASP integration, i would have a ASP page (hope you are referring to MS - ASP 2x) call a webservice, which would be hosted and exposed via a java servlet.





Client side install are not recommended approach


No comments:

Post a Comment