[Struts Wiki] Update of AjaxStruts by FrankZammetti

2005-07-26 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Struts Wiki for change 
notification.

The following page has been changed by FrankZammetti:
http://wiki.apache.org/struts/AjaxStruts

--
  
  Hope this is useful to someone! :)
  
+ I have also written a taglib that allows you to quickly and easily add Ajax 
functionality to a JSP with NO coding on your part (it's all declarative, just 
like Struts)... there originally was a Strtus-only version (an extended version 
of the HTML taglib) which is still available on the Struts Apps Sourceforge 
page.  However, that version is no longer being developed and has been 
superceeded by the Ajax Tags sub-component of the Java Web Parts project 
(url:http://javawebparts.sourceforge.net).  This version of the taglib, which 
is very similar to the original Struts-only version, is not tied to Struts at 
all and has a little more flexibility out-of-the-box.
  
  http://www.crackwillow.com/ajax-1.png
  

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



[Struts Wiki] Update of AjaxStruts by FrankZammetti

2005-04-18 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Struts Wiki for change 
notification.

The following page has been changed by FrankZammetti:
http://wiki.apache.org/struts/AjaxStruts

--
  
  Thanks to James Garnett at Adaptive Path for these pics, 
url:http://www.adaptivepath.com/publications/essays/archives/000385.php
  
+ It is worth noting that AJAX is not a specific technology implementation, it 
is an approach, a technique, a way of looking at things.  While it is true that 
the use of XMLHttpRequest sending and receiving XML is the generally accepted 
way to do AJAX-like things, it is not the only way.  While the above diagrams 
are accurate, they do not reflect this.  No one should be under the impression 
that you have to deal in XML or that you have to use the XMLHttpRequest object 
at all, contrary to the meaning of the AJAX moniker :) (one could argue it 
isn't called AJAX at that point, but that is a debate for another day!)
+ 

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