Home » News » AJASON: PHP 5 Library and Java ...

News by JavaScriptSearch


AJASON: PHP 5 Library and JavaScript Client for AJAX

 

JavaScriptSearch
Friday, April 28, 2006; 04:00 AM

AJASON is a PHP 5 library and JavaScript client for AJAX, aiming to ease the development of interactive GUI-like Web applications.  The project is led by German developer Sven Jacobs.

AJASON uses JSON,a lightweight data interchange format, to exchange complex data types between server and client. 

The examples provided at the project's site (http://ajason.fantastic-bits.de/) include text autocompletion, server-side arithmetic operations, and an AJAX cient/server example. 

The latest AJASON 0.9 has been successfully tested with Mozilla Firefox 1.0.6 and Microsoft Internet Explorer 6.0.

The key features of AJASON are:
  • Fully object oriented code in PHP 5 and JavaScript
  • Call PHP functions and object methods from JavaScript asynchronously
  • Exchange even complex data types like arrays and objects (precisely object properties) between server and client
  • Use JavaScript callback functions to process server responses
  • Client side error reporting for server side AJASON errors
  • Open source released under the GNU GPL
Requirements
  • Web server with PHP 5 module
  • JavaScript enabled browser, preferably a current Mozilla based browser

Advertisement

Partners

Related Resources

Other Resources

arrow