Welcome to AjaxAnywhere demo application

Attention:
  1. All non-JSF examples contain some Java code inside JSP. This is often considered as a BAD thing from many points of view. Therefore we'd like to highlight that AajxAnywhere does not require you to do so. However, for the simple purpose of demonstration, to avoid example application dependency to any particular MVC framework, we put our code in JSP.
  2. All JSP pages submit its forms to itself (action attribute of <form> tag is omitted). Your application does not need to do so. Your forms can point to any URL that finally forwards to a JSP page which defined refresh zones.

DEMO: Getting started : Dependent lists with AjaxAnywhere
This is a getting started example. It shows how to make a traditional dependent list work with XMLHttpRequest.
DEMO: Getting started : IE transition filters example with AjaxAnywhere
Demonstrates how and application can perform custom action by overriding onBeforeResponseProcessing and onAfterResponseProcessing events of AjaxAnywhere

DEMO: JSF :AjaxAnywhere integration with MyFaces:Without AjaxAnywhere ; With AjaxAnywhere
DEMO: JSF :Dependent lists:With AjaxAnywhere
DEMO: JSF :Dependent lists inside a TabbedPane: With AjaxAnywhere

DEMO: Choosing zones to reload (client-side implementation)
DEMO: Choosing zones to reload (server-side implementation)

DEMO: Intercepting form submission with <input type=image>

DEMO: Default exception handling
DEMO: Customized exception handling

DEMO: AjaxFeedback - Push simulation with AjaxAnywhere & JSP
DEMO: AjaxFeedback - Push simulation with AjaxAnywhere & JSF

DEMO: Third Party library integration. Don't miss this one ;)