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:

my opinion

Posted by Jody Brown on October 20, 2000 at 3:48 AM

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






Replies:

Sponsored Links



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