20050916 Friday September 16, 2005

AjaxAnywhere From Ajaxian.com:

AjaxAnywhere is designed to turn any set of existing JSP components into AJAX-aware components without complex JavaScript coding. In contrast to other solutions, AjaxAnywhere is not component-oriented. You will not find here yet another AutoComplete component. Simply separate your web page into multiple zones, and use AjaxAnywhere to refresh only those zones that needs to be updated.

This is one of the few Ajax projects I've seen that looks to provide a lot of value w/o a whole lot of work. Notice how much it enhances JSF with this cool demo. Posted in Java at Sep 16 2005, 08:52:29 AM MDT 4 Comments

Comments:

Hi Mat, AjaxTags is including an example on how to convert DisplayTag paging and sorting using a filter. I think they are following a similar approach in the sence that you are not required to change the way you program right now (JSP, JSTL, etc). The new components (porlet, tab panel, etc) take html from a url (page or action) and show it on the component. This tools will help to solve the portlet (or content from multiple actions) in Struts. We are using it with SiteMetch in our applications with very good results.

Posted by 65.34.210.171 on September 17, 2005 at 10:49 AM MDT #

Looks pretty cool. I wonder if it works with GET's or only with POST's. I have several web actions such as sort table and paginate which are GET's and not POST's.

Posted by Sanjiv on September 20, 2005 at 09:34 PM MDT #

Where can I get sources of the this cool demo?

Posted by Slanix on September 26, 2005 at 10:58 PM MDT #

The Demo WEB Application sources are available in the "download" section. http://sourceforge.net/project/showfiles.php?group_id=147322&package_id=163861 PS. It works with both GET and POST.

Posted by Vtaliy Shevchuk on October 03, 2005 at 02:32 AM MDT #

Post a Comment:
  • HTML Syntax: Allowed