The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
October 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. HTML-> JSP

Posted by Wayne Daley on October 27, 2000 at 2:09 PM

> > Wayne,

> > My opinion is that it is a good idea to keep the client-side
> > code as thin as possible. Downloading and initialising applets
> > can be time-consuming and resource intensive. There is also an
> > issue with just how much of the application code is wrapped up
> > in the applet. Consideration needs to be given on where data
> > input validation is done. If this is done client-side, this adds
> > to the applets complexity.

> > We have been using the servlet/ejb/jsp setup on an n-tier
> > architecture for a lot of our applications for over a year now
> > and it has served us well.

> > Just my humble opinion though.

> > Regards,

> > Jody


> yaa its better to have a thin clien

If this is developed as an n-teir applet and Swing classes are already on the client PC then I guess I don't see the difference?




Replies:

Sponsored Links



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