• 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

Using JQuery JSF components together

 
Ranch Hand
Posts: 324
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Our project is JSF-Seam-JBoss based. Most of the UI components we use or JSF Components. One performance drawback I see with JSF is everything is server-side-validation.
On the other hand when I google ExtJS or JQuery (which I am not familiar to) they have some cool components with client-side-validation.

Having said that, Can anyone help me understand how much of a effort it is to mix other components with JSF components. Will that do any damage to JSF/Seam lifecycle.

Does jQuery In Action address these kind of situations or is it all about jQuery.

Thank you,
-Himalay
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
jQuery in Action does not cover interaction with JSF -- that's certainly not a mainstream topic.
 
reply
    Bookmark Topic Watch Topic
  • New Topic