Charles Bell
Posts: 519
Nickname: charles
Registered: Feb, 2002
|
|
Re: Criteria to choose between JSP and Applet
|
Posted: Apr 25, 2003 5:44 PM
|
|
On the practical side, in order to have a website which runs jsp java server pages, it has to be java servlet enabled. Most web hosting services do not provide that and they are not generally free. jsp pages put out html, wml, or xhtml or even xml pages, just to name a few options. All a client has to have is a web browser or web enabled device.
Most browsers do not come with a current java virtual machine. To run a swing applet, the user has to have a current jre installed. Although any web site can run swing applets.
Regular non swing applets can run on any web site, but there may be problems again with the jre.
|
|