Download List

Descripción del Proyecto

XOAD, formerly known as NAJAX, is a AJAX/XAP
object oriented framework for PHP that allows you
to create richer Web applications. It uses JSON
and native PHP serialized objects to communicate.
Special attention has been paid to security. It
supports server side events (observation) and
client side events (XOAD Events). Server and
client extensions allow features such as HTML
manipulation and caching. It is extensively
documented, and includes tutorials and examples.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-11-14 22:41
0.6.0.0

XOAD_HTML se incluye cuando se carga XOAD, en la versión anterior, XOAD_HTML sólo se incluyó en la devolución de llamada. XOAD_Client:: (...) registro fue corregido. Objetos anidados no se serializa como objetos, sino como la cadena "Object". XOAD_HTML:: (...) cssQuery fue añadida. Prototipo de apoyo fue añadido.
Tags: Major feature enhancements
XOAD_HTML is included when XOAD is loaded; in the previous version, XOAD_HTML was included only on callback. XOAD_Client::register(...) was fixed. Nested objects were not serialized as objects, but as the string "object". XOAD_HTML::cssQuery(...) was added. Prototype support was added.

2005-10-16 16:35
0.5.0.0

Najax ha sido renombrado a XOAD: XmlHttp orientados a objetos Desarrollo de Aplicaciones de la extensión. XOAD_Cache fue añadida. Peticiones de devolución de llamada puede almacenar en caché en el servidor para la próxima vez que se ejecuta de nuevo que se cargará de la caché. Parámetros GET ahora se exportan al cliente.
Tags: Major feature enhancements
NAJAX has been renamed to XOAD: XmlHttp
Object-oriented Application Development.
XOAD_Cache extension was added. You can cache
callback requests to the server so the next time
you execute them again they will be loaded from
the cache. GET parameters are now exported to the
client.

2005-09-20 22:58
0.4.1.0

Pequeñas correcciones de errores en el ejemplo chatAdvanced (el cuadro de diálogo de error fue quitado). najax.html.importForm (las importaciones de un array asociativo a los elementos del formulario correspondiente) y najax.html.exportForm (las exportaciones a partir de los valores de una matriz asociativa) se han añadido. Soporte para llamadas asincrónicas cancelación de esta.
Tags: Minor feature enhancements
Small bugfixes in the chatAdvanced example (the error dialog was removed). najax.html.importForm (imports an associative array to the corresponding form elements) and najax.html.exportForm (exports form values to an associative array) were added. Support for asynchronous calls canceling was added.

2005-09-19 10:06
0.4.0.0

Un error grave en NACLES se ha fijado: algunos eventos se publicaron más de una vez con el servidor. Soporte para las extensiones de servidor de cliente y de los observadores fue añadida. La extensión NAJAX_HTML fue añadida. Dos nuevos scripts de ejemplo, de exámenes y HTML, se han añadido. Un nuevo tutorial, Najax Page Skeleton, se añadió. Puerto de apoyo para los proveedores de NACLES fue añadida. El error de cliente manejo de la nueva introducida en 0.3.0.0 RC1 fue corregido.
Tags: Major feature enhancements
A serious bug in NACLES was fixed: some events
were posted more than once to the server. Support
for server extensions and client observers was
added. The NAJAX_HTML extension was added. Two new
example scripts, Exam and HTML, were added. A new
tutorial, NAJAX Page Skeleton, was added. Port
support for NACLES providers was added. The new
client error handling introduced in 0.3.0.0 rc1
was fixed.

2005-08-29 18:12
0.3.0.0-rc1

El Najax eventos del sistema del cliente (NACLES) y el proveedor de MySQL se han añadido. Usted puede configurar desde najax.config.php. allowClasses y denyClasses se agregaron a NAJAX_Server. najax.asyncCall se añadió en najax.js / najax_optimized.js. Utilice este método para hacer llamadas asincrónicas. Mejor manejo de error del cliente se añadió, por lo que puede crear controladores de método específico de error. Validaciones de Seguridad se sumaron a NAJAX_Server. Todas las funciones de JavaScript se han renombrado a najax.functionName (...). najax.config.php se ha aplicado. Todos los métodos de los meta datos han sido trasladados de NAJAX_Utilities a NAJAX_Client.
Tags: Major feature enhancements
The NAJAX Client Event System (NACLES) and MySQL
provider were added. You can configure it from
najax.config.php. allowClasses and denyClasses
were added to NAJAX_Server. najax.asyncCall was
added in najax.js/najax_optimized.js. Use this
method to make asynchronous calls. Better client
error handling was added, so you can create method
specific error handlers. Security validations were
added to NAJAX_Server. All JavaScript functions
have been renamed to najax.functionName(...).
najax.config.php has been implemented. All meta
data methods have been moved from NAJAX_Utilities
to NAJAX_Client.

Project Resources