Clean AJAX - Open source ajax engine
Clean is an open source engine for AJAX, that provides a high level interface to work with the AJAX technology. It can be plugged in any page or DHTML framework because it was designed in conformation with the separation of concerns principle, keeping focus on AJAX issues. Clean is a software based on well succeed design patterns and inspired on Java Message Service API, that offers reliable solutions to AJAX.
It was created to solve real problems found on AJAX applications, and is used in many projects. Clean will help you to adopt AJAX saving your time and your code, reducing your learning curve and the code reengineering.
What Clean is
- Server side technology agnostic, you can use it with any server side language;
- Simple to install, to configure and to use;
- Small learning curve solution;
- Full based on client side JavaScript.
Features
- A high level of abstraction, just one facade to work with AJAX.
- Configuration by exception, minimum explicit configuration to work.
- Simple way to customize message’s behavior and apply your on logic to them.
- Multiple request handle, the engine is able to handle requests simultaneously.
- Exception handle, the engine is aware about exceptions and how to report them.
- Trace console to monitor messages’ life cycle.
- Cache and history control.
- Message queue used to manage the requests.
- Garbage collection.
- Integration with WebServices based on SOAP, XMLRPC and JSON protocols.
- Transition effects (Beta).
- Compliant with the OpenAjax Hub 1.0 Specification.
- Cross-browser (Internet Explorer, Firefox, Mozilla, Opera, Safari, Chrome).
Demo: http://clean-ajax.sourceforge.net/index.php?tab=demos
Website: http://clean-ajax.sourceforge.net/
License: License free