You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Odelya YomTov <od...@jpost.com> on 2009/07/06 20:23:46 UTC

using ajaxanywhere and struts

Hi!

Does anyone has an example of how to use:

http://ajaxanywhere.sourceforge.net/quickStart.html

?

Thanks!


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


RE: using ajaxanywhere and struts

Posted by dusty <du...@yahoo.com>.
The nice thing about AjaxFrameworks is that they are really Struts agnostic. 
I would go with JQuery.  I think the learning curve is low and it has a lot
of momentum.

It may not integrate with Struts 1 directly but what you learn will be
applicable with other frameworks as well.  The toughest part will be
figuring out how to make Struts 1 serve up JSON.  There is a plugin in
Struts2 that encodes a Java object graph to JSON syntax, but it just uses a
library that you could use yourself in a Struts 1 action.  

I have seen some people go back and work with GWT again.  Maybe its the GAE,
and you may have success, but it may be difficult to work with your Struts
controllers.   Prototype is about the same as JQuery, but maybe less
fashionable.  The real separator for JQuery is the selector syntax.  very
powerful!




deligeli wrote:
> 
> What would you recomnned for struts1?
> 
> -----Original Message-----
> From: dusty [mailto:dustin_pearce@yahoo.com] 
> Sent: Wednesday, July 08, 2009 7:24 AM
> To: user@struts.apache.org
> Subject: RE: using ajaxanywhere and struts
> 
> 
> Is there a compelling reason why you are using AjaxAnywhere?  One may be,
> "It's one I know really well" 
> 
> I am all for alternative lifestyles, but perhaps you should look into
> JQuery
> or Prototype.  Lots and lots of examples and help out there on the world
> wide web for those AJAX tools.
> 
> 
> 
> 
> deligeli wrote:
>> 
>> How can I use it?
>> 
>> I need to add items available to the shopping cart.. I am using struts1
>> 
>> -----Original Message-----
>> From: Martin Gainty [mailto:mgainty@hotmail.com] 
>> Sent: Tuesday, July 07, 2009 4:55 AM
>> To: Struts Users Mailing List
>> Subject: RE: using ajaxanywhere and struts
>> 
>> 
>> Dojo has a suite of ajax enabled Tags just set theme="ajax" in your head
>> tag
>> e.g.
>> <s:head theme="ajax">
>> 
>> 
>> is there a specific (ajax-enabled) control you wish to implement that is
>> not
>> currently available in Dojo?
>> Martin 
>> ______________________________________________ 
>> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>>  
>> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
>> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
>> unbefugte
>> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
>> dient lediglich dem Austausch von Informationen und entfaltet keine
>> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
>> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
>> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas
>> le
>> destinataire prévu, nous te demandons avec bonté que pour satisfaire
>> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
>> copie
>> de ceci est interdite. Ce message sert à l'information seulement et
>> n'aura
>> pas n'importe quel effet légalement obligatoire. Étant donné que les
>> email
>> peuvent facilement être sujets à la manipulation, nous ne pouvons
>> accepter
>> aucune responsabilité pour le contenu fourni.
>> 
>> 
>> 
>> 
>>> From: odelya@jpost.com
>>> To: user@struts.apache.org
>>> Subject: using ajaxanywhere and struts
>>> Date: Mon, 6 Jul 2009 21:23:46 +0300
>>> 
>>> Hi!
>>> 
>>> Does anyone has an example of how to use:
>>> 
>>> http://ajaxanywhere.sourceforge.net/quickStart.html
>>> 
>>> ?
>>> 
>>> Thanks!
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>>> For additional commands, e-mail: user-help@struts.apache.org
>>> 
>> 
>> _________________________________________________________________
>> Lauren found her dream laptop. Find the PC that’s right for you.
>> http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 
>>  
>> ****************************************************************************
>> ********
>> This footnote confirms that this email message has been scanned by
>> PineApp Mail-SeCure for the presence of malicious code, vandals &
>> computer
>> viruses.
>> ****************************************************************************
>> ********
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/using-ajaxanywhere-and-struts-tp24360491p24385120.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>  
>  
> ************************************************************************************
> This footnote confirms that this email message has been scanned by
> PineApp Mail-SeCure for the presence of malicious code, vandals & computer
> viruses.
> ************************************************************************************
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/using-ajaxanywhere-and-struts-tp24360491p24386103.html
Sent from the Struts - User mailing list archive at Nabble.com.


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


RE: using ajaxanywhere and struts

Posted by Odelya YomTov <od...@jpost.com>.
What would you recomnned for struts1?

-----Original Message-----
From: dusty [mailto:dustin_pearce@yahoo.com] 
Sent: Wednesday, July 08, 2009 7:24 AM
To: user@struts.apache.org
Subject: RE: using ajaxanywhere and struts


Is there a compelling reason why you are using AjaxAnywhere?  One may be,
"It's one I know really well" 

I am all for alternative lifestyles, but perhaps you should look into JQuery
or Prototype.  Lots and lots of examples and help out there on the world
wide web for those AJAX tools.




deligeli wrote:
> 
> How can I use it?
> 
> I need to add items available to the shopping cart.. I am using struts1
> 
> -----Original Message-----
> From: Martin Gainty [mailto:mgainty@hotmail.com] 
> Sent: Tuesday, July 07, 2009 4:55 AM
> To: Struts Users Mailing List
> Subject: RE: using ajaxanywhere and struts
> 
> 
> Dojo has a suite of ajax enabled Tags just set theme="ajax" in your head
> tag
> e.g.
> <s:head theme="ajax">
> 
> 
> is there a specific (ajax-enabled) control you wish to implement that is
> not
> currently available in Dojo?
> Martin 
> ______________________________________________ 
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>  
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
> 
> 
> 
> 
>> From: odelya@jpost.com
>> To: user@struts.apache.org
>> Subject: using ajaxanywhere and struts
>> Date: Mon, 6 Jul 2009 21:23:46 +0300
>> 
>> Hi!
>> 
>> Does anyone has an example of how to use:
>> 
>> http://ajaxanywhere.sourceforge.net/quickStart.html
>> 
>> ?
>> 
>> Thanks!
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
> 
> _________________________________________________________________
> Lauren found her dream laptop. Find the PC that’s right for you.
> http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 
>  
> ****************************************************************************
> ********
> This footnote confirms that this email message has been scanned by
> PineApp Mail-SeCure for the presence of malicious code, vandals & computer
> viruses.
> ****************************************************************************
> ********
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/using-ajaxanywhere-and-struts-tp24360491p24385120.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

 
 
************************************************************************************
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses.
************************************************************************************



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


RE: using ajaxanywhere and struts

Posted by dusty <du...@yahoo.com>.
Is there a compelling reason why you are using AjaxAnywhere?  One may be,
"It's one I know really well" 

I am all for alternative lifestyles, but perhaps you should look into JQuery
or Prototype.  Lots and lots of examples and help out there on the world
wide web for those AJAX tools.




deligeli wrote:
> 
> How can I use it?
> 
> I need to add items available to the shopping cart.. I am using struts1
> 
> -----Original Message-----
> From: Martin Gainty [mailto:mgainty@hotmail.com] 
> Sent: Tuesday, July 07, 2009 4:55 AM
> To: Struts Users Mailing List
> Subject: RE: using ajaxanywhere and struts
> 
> 
> Dojo has a suite of ajax enabled Tags just set theme="ajax" in your head
> tag
> e.g.
> <s:head theme="ajax">
> 
> 
> is there a specific (ajax-enabled) control you wish to implement that is
> not
> currently available in Dojo?
> Martin 
> ______________________________________________ 
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>  
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie
> de ceci est interdite. Ce message sert à l'information seulement et n'aura
> pas n'importe quel effet légalement obligatoire. Étant donné que les email
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
> aucune responsabilité pour le contenu fourni.
> 
> 
> 
> 
>> From: odelya@jpost.com
>> To: user@struts.apache.org
>> Subject: using ajaxanywhere and struts
>> Date: Mon, 6 Jul 2009 21:23:46 +0300
>> 
>> Hi!
>> 
>> Does anyone has an example of how to use:
>> 
>> http://ajaxanywhere.sourceforge.net/quickStart.html
>> 
>> ?
>> 
>> Thanks!
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>> 
> 
> _________________________________________________________________
> Lauren found her dream laptop. Find the PC that’s right for you.
> http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 
>  
> ****************************************************************************
> ********
> This footnote confirms that this email message has been scanned by
> PineApp Mail-SeCure for the presence of malicious code, vandals & computer
> viruses.
> ****************************************************************************
> ********
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/using-ajaxanywhere-and-struts-tp24360491p24385120.html
Sent from the Struts - User mailing list archive at Nabble.com.


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


RE: using ajaxanywhere and struts

Posted by Odelya YomTov <od...@jpost.com>.
How can I use it?

I need to add items available to the shopping cart.. I am using struts1

-----Original Message-----
From: Martin Gainty [mailto:mgainty@hotmail.com] 
Sent: Tuesday, July 07, 2009 4:55 AM
To: Struts Users Mailing List
Subject: RE: using ajaxanywhere and struts


Dojo has a suite of ajax enabled Tags just set theme="ajax" in your head tag
e.g.
<s:head theme="ajax">


is there a specific (ajax-enabled) control you wish to implement that is not
currently available in Dojo?
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
dient lediglich dem Austausch von Informationen und entfaltet keine
rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
destinataire prévu, nous te demandons avec bonté que pour satisfaire
informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie
de ceci est interdite. Ce message sert à l'information seulement et n'aura
pas n'importe quel effet légalement obligatoire. Étant donné que les email
peuvent facilement être sujets à la manipulation, nous ne pouvons accepter
aucune responsabilité pour le contenu fourni.




> From: odelya@jpost.com
> To: user@struts.apache.org
> Subject: using ajaxanywhere and struts
> Date: Mon, 6 Jul 2009 21:23:46 +0300
> 
> Hi!
> 
> Does anyone has an example of how to use:
> 
> http://ajaxanywhere.sourceforge.net/quickStart.html
> 
> ?
> 
> Thanks!
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 

_________________________________________________________________
Lauren found her dream laptop. Find the PC that’s right for you.
http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 
 
****************************************************************************
********
This footnote confirms that this email message has been scanned by
PineApp Mail-SeCure for the presence of malicious code, vandals & computer
viruses.
****************************************************************************
********



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


RE: using ajaxanywhere and struts

Posted by Martin Gainty <mg...@hotmail.com>.
Dojo has a suite of ajax enabled Tags just set theme="ajax" in your head tag e.g.
<s:head theme="ajax">


is there a specific (ajax-enabled) control you wish to implement that is not currently available in Dojo?
Martin 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.




> From: odelya@jpost.com
> To: user@struts.apache.org
> Subject: using ajaxanywhere and struts
> Date: Mon, 6 Jul 2009 21:23:46 +0300
> 
> Hi!
> 
> Does anyone has an example of how to use:
> 
> http://ajaxanywhere.sourceforge.net/quickStart.html
> 
> ?
> 
> Thanks!
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 

_________________________________________________________________
Lauren found her dream laptop. Find the PC that’s right for you.
http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290