vote up 5 vote down star
2

I am using struts2 for my java web application .

Now I want to use ajax for my client side user interface can anyone suggest me which is the best one to learn and implement ajax framework .

I have seen

  • jmaki , dojo , jQuery

and heard about vroom for netbeans IDE

thanks in advance .

flag

5 Answers

vote up 3 vote down check

There are many choices available: prototype, jquery, etc. The best one depends on your need and your programming preference. If you want to do simple stuff on browser, prototype is enough especially if you prefer $ sign style variable (same as Perl). Otherwise I will try JQuery.

link|flag
+1 for prototype: very well documented etc. JQuery is also good. – Chris Nov 23 at 22:10
vote up 0 vote down

I would go with jQuery and the jquery ajax plugin. From reading the struts2 dev list, it looks like this plugin is going to be brought into the struts2 project itself in the future.

I would also suggest looking into the json plugin. This makes it easy to output json from your struts2 actions and communicate with any of the ajax frameworks.

link|flag
vote up 1 vote down

I like MooTools, JQuery, Script.aculo.us and Prototype in that order.

link|flag
Keep in mind that scriptaculous is an extension to prototype. – Chris Nov 23 at 22:09
vote up 1 vote down

Get DWR.

If you need good UI, also get YUI or extJS.

link|flag
can you tell me how can i use it in the netbeans IDE ? – hib Apr 30 at 13:43
I don't use netbeans but there's some plugin to use DWR in netbeans: wiki.netbeans.org/CreateReverseAjaxWebAppsWithDWR/… directwebremoting.org/blog/joe/… – Francis Apr 30 at 13:51
thanks Francis for the link – hib May 1 at 4:46
vote up 1 vote down

I don't know if it's the "best" but I had a pretty good experience with Seam using RichFaces(JSF).

RichFaces comes with many AJAX components which are extremely simple to implement.

Seam comes with RichFaces so it's pretty much install and go. Hope this helps. :)

link|flag
is it avilable as netbeans plugin or should i download it from the above link ? – hib Apr 30 at 13:33
If he's using Struts2 then changing to Seam and Richfaces would be re-architecting the whole thing. – Damo Apr 30 at 17:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.