html « Applet « JSP-Servlet Q&A





1. AJAX/jsp/HTML vs Applets    stackoverflow.com

Which approach is better?

  1. Having jsp/HTML based web application which allows you to traverse web pages in the browser.
  2. An applet based web application which opens up a Swing applet screen?

2. html+applet+servlet=how to do    coderanch.com

i have two values that i need to pass to a servlet, one is available on the html page, the other is available in a java applet on the same page. i am using a regular submit button on the html page, not the applet i know how to pass the value located on the html page, but not the one ...

6. Applet to servlet to HTML    forums.oracle.com