• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Struts with AJAX

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Struts and Ajax

We have some new enhancements to our existing J2EE Struts based application.
New screens require rich GUI interface and thats why we are planning to use AJAX.

If i want to use AJAX in my existing struts application, what are my options?
Should i go with Ajax tag library or anything else?


Any thoughts?

Thanks,
Shriram
[ April 13, 2008: Message edited by: Arjun joshi ]
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would definitely advise that you not try to write everything yourself. There are a lot of good JavaScript libraries out there such as Dojo and Scriptaculo.us. I've also found that DWR works quite well in a Struts environment.
[ April 14, 2008: Message edited by: Merrill Higginson ]
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, DWR works well with Struts. Just for DWR configuration in Struts environment I also used Spring MVC to configure DWR dispatcher servlet and POJO configuration. it is quite neat to configure DWR this way
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use PrototypeJs, Prototype is a JavaScript Framework that aims to ease development of dynamic web applications. http://www.prototypejs.org/

Or else for Rich Application use BackBase, http://www.backbase.com/
 
Can't .... do .... plaid .... So I did this tiny ad instead:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic