• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

AJAX and Struts Integration

 
Greenhorn
Posts: 23
Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I need to develop a java web application(Human Resource Module) using Struts Framework, JSP, Servlets, AJAX and MySQL.

I have also came to know that there are many designing tools with AJAX support are available to simplify the high end web designing that can be integrated with JSP, Struts and Servlets.

Can any one guide me which tools can be used?

Regards,
Gaurav Dighe
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would suggest you use an ajax framework like Dojo or jQuery. Although I use plain Dojo in my Struts web applications to implement ajax, you may prefer to use jQuery since Struts provides a jQuery plugin that allows you to use Struts tags to provide ajax functionality. Please see the following link for more general info: http://struts.apache.org/2.3.1/docs/ajax.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic