Re: struts 2 ajax choice

2013-05-13 Thread john lee
Dave, so, as your experience, which one u recommend to use? JSON or S2Jquery? thanks in advance john  From: Dave Newton To: Struts Users Mailing List Cc: john lee Sent: Monday, May 13, 2013 5:03 PM Subject: Re: struts 2 ajax choice On Mon, May

Re: struts 2 ajax choice

2013-05-13 Thread Mike Hao
Hi Dave, Thank you so much for your quick response and your explanations. Regards, Mike On Mon, May 13, 2013 at 6:03 PM, Dave Newton wrote: > On Mon, May 13, 2013 at 5:56 PM, Mike Hao wrote: > > > Will the S2 jQuery plugin provide the similar functions as S2 dojo > plugin? > > > > The docs a

Re: struts 2 ajax choice

2013-05-13 Thread Dave Newton
On Mon, May 13, 2013 at 5:56 PM, Mike Hao wrote: > Will the S2 jQuery plugin provide the similar functions as S2 dojo plugin? > The docs and examples are available on the site I linked to. > Is S2 jQuery plugin maintained by Struts 2 team? The S2 jQuery plugin I linked to is an independent p

Re: struts 2 ajax choice

2013-05-13 Thread Mike Hao
Will the S2 jQuery plugin provide the similar functions as S2 dojo plugin? Is S2 jQuery plugin maintained by Struts 2 team? I am using Dojo plugin right now, and it works pretty well. Could anyone give me explanation why S2 Dojo plugin get deprecated? Thanks, Mike On Mon, May 13, 2013 at 5:48 PM

Re: struts 2 ajax choice

2013-05-13 Thread Dave Newton
They're not even close to being the same thing. The JSON plugin provides JSON de/serialization. The Dojo plugin was a complete client-side tag library. There's the S2 jQuery plugin [1] which would be the non-official equivalent of the old Dojo taglib. Dave [1] http://code.google.com/p/struts2-j

Re: struts 2 ajax choice

2013-05-13 Thread john lee
So, JSON is the only choice ? thanks john From: Paul Benedict To: Struts Users Mailing List ; john lee Sent: Monday, May 13, 2013 4:43 PM Subject: Re: struts 2 ajax choice Please note the Dojo plugin is deprecated. On Mon, May 13, 2013 at 4:42 PM, j

Re: struts 2 ajax choice

2013-05-13 Thread Paul Benedict
Please note the Dojo plugin is deprecated. On Mon, May 13, 2013 at 4:42 PM, john lee wrote: > > > from the document, > > > Struts 2 support both DoJo plugin and JSON plugin, > > > which one is easy to plugin and use? > > > which one is more powerful? > > thanks in advance > > john

struts 2 ajax choice

2013-05-13 Thread john lee
from the document, Struts 2 support both DoJo plugin and JSON plugin, which one is easy to plugin and use? which one is more powerful? thanks in advance john