Lalchandra Rampersaud wrote:
> I am making a calendar so I just want to update parts of the page.

Well, that's indeed exactly what AJAX is for, but that's still not an especially specific answer. You may want to start from the beginning:

http://www.omnytex.com/articles/

The article about AJAX with Struts will give you a decent start in understanding the basic concepts. The article about AjaxParts Taglib shows you one possible alternative.

Another good reference is this wiki page on the Struts wiki:

http://wiki.apache.org/struts/AjaxStruts

This has links to yet more resources.

If you're using Struts 2, there is some built-in AJAX capabilities you'll want to explore, but I'm frankly not that well-reversed in them myself, but just hop on over to the S2 docs and you should find what you need.

Other popular options that would work with S1 or S2 include Dojo (dojotoolkit.org), jQuery (jquery.com) and Prototype (prototypejs.org), just to name a few.

Frank


-----Original Message-----
From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 2:32 PM
To: Struts Users Mailing List
Subject: Re: ajax integration with struts

Lalchandra Rampersaud wrote:
> I would like to integrate ajax within a struts app, but I have no idea how
 > to go about doing that.

Is there a question in there somewhere?

Ah, never mind, I was going to leave you with just the wise-a** answer, but I'll be nice :)

AJAX isn't something you "integrate" into an app per se, it's a technique you make use of. What are you trying to accomplish? We can give you some options, because there's many in the AJAX space, once you tell us what it is you'll actually trying to do.

Frank

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
  (2006, Apress, ISBN 1-59059-695-1)
and "JavaScript, DOM Scripting and Ajax Projects"
  (2007, Apress, ISBN 1-59059-816-4)
Java Web Parts - http://javawebparts.sourceforge.net
  Supplying the wheel, so you don't have to reinvent it!



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



__________ NOD32 2644 (20071107) Information __________

This message was checked by NOD32 antivirus system.
http://www.eset.com




__________________________________________

Participe en Universidad 2008.
11 al 15 de febrero del 2008.
Palacio de las Convenciones, Ciudad de la Habana, Cuba
http://www.universidad2008.cu

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
 (2006, Apress, ISBN 1-59059-695-1)
and "JavaScript, DOM Scripting and Ajax Projects"
 (2007, Apress, ISBN 1-59059-816-4)
Java Web Parts - http://javawebparts.sourceforge.net
 Supplying the wheel, so you don't have to reinvent it!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to