The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
September 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Java Applet vs. JSP

Posted by Wayne Daley on October 19, 2000 at 2:33 PM

I hope this question makes sense but I've had a hard time finding an article on the subject, anyone who knows of any, I would appreciate it. Basically, with the popularity of JSP recentlty, I find myself in a grey area when trying to determine in a web applciation would be better off served as HTML->JSP's or a Java Applet with a swing interface. I would be very interested in anyone's views on the pro's/cons, but I'd like to state a few given's to keep the comments focused. First the applciation will be an n-tier app with an app server and a db sever located behind the second and third logical firewalls. Second the interface the user is presented with should be as robust as pratically possible. Third the target audience is closed and will need to login via id and password also an applet would be done using Swing therby eliminating the need for the user-interface classes to be downloaded to the client pc when run. And finally with either approach the app would be particitioned in the same fashion with both data access and business logic housed in components of the appserver.

Thanks,
Wayne Daley



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us