Re: Ajax in Struts2

2011-03-22 Thread frans
, 22 Mar 2011 09:24:03 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Re: Ajax in Struts2 My recommendation for all things JavaScript would be jQuery. With, or especially without, the jQuery Plug-in. (*Chris*) On Tue, Mar 22, 2011 at 8:43 AM, webmeiker wr

Re: Ajax in Struts2

2011-03-22 Thread Chris Pratt
He didn't mention any specific libraries, but was promoting using a library over using a Struts plug-in. And I would recommend the same. The Struts plug-in is great for really small, quickly thrown together, limited use applications. If you're going to want to do anything even remotely off the b

Re: Ajax in Struts2

2011-03-22 Thread Chris Pratt
My recommendation for all things JavaScript would be jQuery. With, or especially without, the jQuery Plug-in. (*Chris*) On Tue, Mar 22, 2011 at 8:43 AM, webmeiker wrote: > Hi, > > I want to ask the community for advice about the > technology/mechanism/plugin/library I should use to AJAX-ize a

Re: Ajax in Struts2

2011-03-22 Thread webmeiker
Thanks Thomas, I will take that into account …but, why you didn’t mention JQuery? 2011/3/22 > Any decent Javascript library will get you going with AJAX. You don't need > to worry about plugins for Struts, or anything that is Struts-specific. > > Start with http://prototypejs.org/learn/introdu

RE: Ajax in Struts2

2011-03-22 Thread Thomas.Sattler
Any decent Javascript library will get you going with AJAX. You don't need to worry about plugins for Struts, or anything that is Struts-specific. Start with http://prototypejs.org/learn/introduction-to-ajax Or http://developer.yahoo.com/yui/connection/ Pick whichever one you like. Or look at