• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Thin Client Vs Rich Client

 
Ranch Hand
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks,
I am going to start working on an application whic involves extensive use of GUI. For past 2 years i have been working on Thin Clients (Browser) for user intraction with my system. Since my new application will have extensive use of GUI and have multiple clients, I would like to know if i should still user browser of switch to Swings. I was also considering JSF, though i have no working experience in JSF. I have spent some time working on Struts Framework.

Since i have not used Swings and JSF i am not able to appreciate the advantage of moving to Swing/ JSF . Can someone provide guidance , pros and cons of either using Thin CLient (Browser) or Rich Client (Swing/JSF).

Thnx in advance
 
Ranch Hand
Posts: 1780
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On the web side, you may want to take a look at Shale, which tries to combine the best of JSF + struts.

Also, if you want a slick GUI, but want to stick to a "thinnish" client, consider Macromedia Flex. As they say, you can never be too rich or too thin.
[ March 06, 2006: Message edited by: Jeff Albertson ]
 
Ranch Hand
Posts: 362
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using AJAX with JSF to create rich clients. So far so good. Some issue, but nothing unsolvable.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic