• 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

Which server framework with Jquery at client side?

 
Ranch Hand
Posts: 1400
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Guys,

We are to start on new Admin module. Typical activities would be around user creation, roles management, permission etc. We have server side written using ReST APIs. Client side we are evaluating GWT or Jquery.
The query I have around JQuery is if we are to use it, should we be using any web framework that would sit between JQuery and ReST code OR can we directly connect JQuery based UI with ReST? I've experience of JSF and some of the server side tasks such page navigation, backing bean population etc. were neatly handled by JSF framework. How should we handle such scenario when using Jquery + Rest. Is there any java based server side framework that JQuery support which we can use between JQuery and ReST? Thanks in anticipation.

Cheers
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaScript does not care about the server technology and jQuery does not either.

Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic