Ajaxifying Struts2 application

Posted by scotty on Stack Overflow See other posts from Stack Overflow or by scotty
Published on 2009-04-02T20:39:19Z Indexed on 2010/04/06 13:03 UTC
Read the original article Hit count: 395

Filed under:
|

I just started working on an application that is build on the Struts2 framework. I am coming from a .Net application with lot of Ajax features like dimming the rest of the site and show dialog box 'please wait while X is happening' ...auto complete and such other ajax features.

I searched google for Ajax plugins for Struts2 but did not find anything that looks like it would be worth it. Is my only option to use jquery and its plugins? Is this a pattern that some of you have seen also? Hopefully Java applications are not dead soon because of its inability to cope with ajax...compared to .Net

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about struts2