Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / August 2007

Tip: Looking for answers? Try searching our database.

Desktop Java app. vs. JSP app.

Thread view: 
RP - 19 Aug 2007 17:13 GMT
I am planning to develop a client/server app. for a department. The
database will reside on a server in the same building. The app. will
be accessed on LAN for this building only. I want to know whether I
should use Java desktop app. installed on all clients or a JSP app.

Which is better in terms of performance?
Daniel Pitts - 19 Aug 2007 20:44 GMT
>  I am planning to develop a client/server app. for a department. The
> database will reside on a server in the same building. The app. will
> be accessed on LAN for this building only. I want to know whether I
> should use Java desktop app. installed on all clients or a JSP app.
>
> Which is better in terms of performance?

You haven't given us enough information to give you performance
advice.

If you anticipate a lot of client-side calculations that can't be done
in javascript, then you probably want a Java or Applet. Consider Java
WebStart for this purpose.

On the other hand, if you can keep all the heavy work done on the
server side, and you want a web-based application, use Servlets (Not
just JSP, look into frameworks, such as Spring, with Spring Web Flow,
or Struts, etc...)

Also, if you have to ask "Which technology should I use?", you are NOT
ready to ask "What do I need to use for performance?", If you have a
clear understanding of your business requirements, then the underlying
technology should be almost obvious.

Good Luck,
Daniel.
Arne Vajhøj - 19 Aug 2007 22:16 GMT
>  I am planning to develop a client/server app. for a department. The
> database will reside on a server in the same building. The app. will
> be accessed on LAN for this building only. I want to know whether I
> should use Java desktop app. installed on all clients or a JSP app.
>
> Which is better in terms of performance?

I think it is unlikely that there will be a noticeable
difference in performance.

The two most important drivers for the decision is:
  - functionality, a client app can provider a much richer
    user interface than a web app
  - distribution, everybody has a browser so a web app
    does not require any install, a client app needs
    to have Java installed on the system and the app
    itself

Arne


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.