You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by webmeiker <in...@webmeiker.com> on 2011/03/22 16:43:51 UTC

Ajax in Struts2

Hi,

I want to ask the community for advice about the
technology/mechanism/plugin/library I should use to AJAX-ize a new Struts2
app I am going to construct?



What are the latest tendencies in this area?



(Some previous research in Google provides me some confusion)



Thanks


--

Re: Ajax in Struts2

Posted by Chris Pratt <th...@gmail.com>.
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
beaten path, you're going to have to leave the plug-in behind at some point.
 Then you'll end up with hybrid code, which is much harder to maintain.
  (*Chris*)

On Tue, Mar 22, 2011 at 9:24 AM, webmeiker <in...@webmeiker.com> wrote:

> Thanks Thomas, I will take that into account …but, why you didn’t mention
> JQuery?
>
>
> 2011/3/22 <Th...@barclayswealth.com>
>
> > 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 other libraries.
> >
> > --Tom
> >
> >
> >
> >
> > -----Original Message-----
> > From: webmeiker [mailto:info@webmeiker.com]
> > Sent: Tuesday, March 22, 2011 11:44 AM
> > To: Struts Users Mailing List
> > Subject: Ajax in Struts2
> >
> > Hi,
> >
> > I want to ask the community for advice about the
> > technology/mechanism/plugin/library I should use to AJAX-ize a new
> Struts2
> > app I am going to construct?
> >
> >
> >
> > What are the latest tendencies in this area?
> >
> >
> >
> > (Some previous research in Google provides me some confusion)
> >
> >
> >
> > Thanks
> >
> >
> > --
> > This message is intended for the personal and confidential use of the
> > designated recipient(s) named above. If you are not the intended
> recipient
> > of this message you are hereby notified that any review, dissemination,
> > distribution or copying of this message is strictly prohibited. This
> > communication is for information purposes only and should not be regarded
> as
> > an offer to sell or as a solicitation of an offer to buy any financial
> > product, an official confirmation of any transaction, or as an official
> > statement of Barclays Capital Inc., its subsidiaries or affiliates.
> Barclays
> > Wealth is the wealth management division of Barclays Bank PLC,
> functioning
> > through Barclays Capital Inc. in the United States. Barclays Capital Inc.
> is
> > a U.S. registered broker-dealer and is regulated by the U.S. Securities &
> > Exchange Commission. Member SIPC. For more information, visit us at:
> > www.barcap.com.
> >
> > IRS Circular 230 Disclosure: Please be advised that any discussion of
> U.S.
> > tax matters contained within this communication (including any
> attachments)
> > is not intended or written to be used and cannot be used for the purpose
> of
> > (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or
> > recommending to another party any transaction or matter addressed herein.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> >
> >
>
>
> --
>

Re: Ajax in Struts2

Posted by webmeiker <in...@webmeiker.com>.
Thanks Thomas, I will take that into account …but, why you didn’t mention
JQuery?


2011/3/22 <Th...@barclayswealth.com>

> 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 other libraries.
>
> --Tom
>
>
>
>
> -----Original Message-----
> From: webmeiker [mailto:info@webmeiker.com]
> Sent: Tuesday, March 22, 2011 11:44 AM
> To: Struts Users Mailing List
> Subject: Ajax in Struts2
>
> Hi,
>
> I want to ask the community for advice about the
> technology/mechanism/plugin/library I should use to AJAX-ize a new Struts2
> app I am going to construct?
>
>
>
> What are the latest tendencies in this area?
>
>
>
> (Some previous research in Google provides me some confusion)
>
>
>
> Thanks
>
>
> --
> This message is intended for the personal and confidential use of the
> designated recipient(s) named above. If you are not the intended recipient
> of this message you are hereby notified that any review, dissemination,
> distribution or copying of this message is strictly prohibited. This
> communication is for information purposes only and should not be regarded as
> an offer to sell or as a solicitation of an offer to buy any financial
> product, an official confirmation of any transaction, or as an official
> statement of Barclays Capital Inc., its subsidiaries or affiliates. Barclays
> Wealth is the wealth management division of Barclays Bank PLC, functioning
> through Barclays Capital Inc. in the United States. Barclays Capital Inc. is
> a U.S. registered broker-dealer and is regulated by the U.S. Securities &
> Exchange Commission. Member SIPC. For more information, visit us at:
> www.barcap.com.
>
> IRS Circular 230 Disclosure: Please be advised that any discussion of U.S.
> tax matters contained within this communication (including any attachments)
> is not intended or written to be used and cannot be used for the purpose of
> (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or
> recommending to another party any transaction or matter addressed herein.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


--

RE: Ajax in Struts2

Posted by Th...@barclayswealth.com.
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 other libraries.

--Tom




-----Original Message-----
From: webmeiker [mailto:info@webmeiker.com] 
Sent: Tuesday, March 22, 2011 11:44 AM
To: Struts Users Mailing List
Subject: Ajax in Struts2

Hi,

I want to ask the community for advice about the
technology/mechanism/plugin/library I should use to AJAX-ize a new Struts2
app I am going to construct?



What are the latest tendencies in this area?



(Some previous research in Google provides me some confusion)



Thanks


--
This message is intended for the personal and confidential use of the designated recipient(s) named above. If you are not the intended recipient of this message you are hereby notified that any review, dissemination, distribution or copying of this message is strictly prohibited. This communication is for information purposes only and should not be regarded as an offer to sell or as a solicitation of an offer to buy any financial product, an official confirmation of any transaction, or as an official statement of Barclays Capital Inc., its subsidiaries or affiliates. Barclays Wealth is the wealth management division of Barclays Bank PLC, functioning through Barclays Capital Inc. in the United States. Barclays Capital Inc. is a U.S. registered broker-dealer and is regulated by the U.S. Securities & Exchange Commission. Member SIPC. For more information, visit us at: www.barcap.com. 

IRS Circular 230 Disclosure: Please be advised that any discussion of U.S. tax matters contained within this communication (including any attachments) is not intended or written to be used and cannot be used for the purpose of (i) avoiding U.S. tax related penalties or (ii) promoting, marketing or recommending to another party any transaction or matter addressed herein.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Ajax in Struts2

Posted by fr...@meruvian.org.
We are working integrating jquery with s2

With and without jquery following our json mechanisme.

We want s2 becomes json in and out so we can replace jquery also with android


Our
Sent from my BlackBerry®
powered by Sinyal Kuat INDOSAT

-----Original Message-----
From: Chris Pratt <th...@gmail.com>
Date: Tue, 22 Mar 2011 09:24:03 
To: Struts Users Mailing List<us...@struts.apache.org>
Reply-To: "Struts Users Mailing List" <us...@struts.apache.org>
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 <in...@webmeiker.com> wrote:

> Hi,
>
> I want to ask the community for advice about the
> technology/mechanism/plugin/library I should use to AJAX-ize a new Struts2
> app I am going to construct?
>
>
>
> What are the latest tendencies in this area?
>
>
>
> (Some previous research in Google provides me some confusion)
>
>
>
> Thanks
>
>
> --
>


Re: Ajax in Struts2

Posted by Chris Pratt <th...@gmail.com>.
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 <in...@webmeiker.com> wrote:

> Hi,
>
> I want to ask the community for advice about the
> technology/mechanism/plugin/library I should use to AJAX-ize a new Struts2
> app I am going to construct?
>
>
>
> What are the latest tendencies in this area?
>
>
>
> (Some previous research in Google provides me some confusion)
>
>
>
> Thanks
>
>
> --
>