• 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

Presentation layer

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Now the only outstanding is the presentation layer. Want to build user interface for existing application.And as we all know presentation layer plays a critical role if its unsuccessful then rest all application is unsuccess so choosing a presentation layer plays an important role.

Which is the best one to use for presentation layer? I thought of using jQuery after all filtering the Prototype,Mootools, YUI, GWT and Dojo...however how does JSF fit into this?

JSF also has widgets and jQuery also widgets, both support event driven...how does these are compared? what are the advantages and disadvantages?

Struts 1.2/Spring we might use for business layer

and Hibernate for dataaccess layer.
reply
    Bookmark Topic Watch Topic
  • New Topic