Download List

프로젝트 설명

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 때 XOAD로드에 포함되어있습니다; 이전 버전에서, XOAD_HTML 유일한 콜백에 포함됐다. XOAD_Client : : 등록 (...) 해결되었습니다. 중첩된 개체는 개체로서가 아니라, 연재되지 않은 문자열 "개체". XOAD_HTML : : cssQuery (...)이 추가되었습니다. 프로토 타입 지원이 추가되었습니다.
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 XOAD로 이름이 변경되었습니다 : XMLHTTP 개체 - 지향적인 어플 리케이션 개발. XOAD_Cache 확장 기능이 추가되었습니다. 서버에 캐시하실 수있습니다 콜백 요청을 이렇게 다음 시간 당신은 그들을 다시 캐시에서로드됩니다 그들을 실행합니다. GET 매개 변수가 클라이언트에 수출하고있습니다.
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

chatAdvanced 예제에서 작은 버그수정 (오류 대화 상자가) 제거되었습니다. najax.html.importForm (수입에 해당하는 양식 요소를 연관 배열)과 najax.html.exportForm (수출 연관 배열)를 추가했다 값을 형성합니다. 비동기 호출을 취소에 대한 지원이 추가되었습니다.
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

NACLES에 심각한 버그가 수정되었습니다 : 몇 가지 이벤트를 두 번 이상 서버에 게시했다. 서버 확장 및 클라이언트 관측에 대한 지원이 추가되었습니다. NAJAX_HTML 확장 기능이 추가되었습니다. 두 개의 새로운 예제 스크립트, 시험 및 HTML, 추가되었습니다. 새로운 입문서, NAJAX 페이지 해골, 추가되었습니다. NACLES 제공을위한 포트 지원이 추가되었습니다. 새 클라이언트 오류 0.3.0.0 RC1을 도입 처리 해결되었습니다.
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

NAJAX 클라이언트 이벤트 시스템 (NACLES)와 MySQL을 제공하는 추가되었습니다. najax.config.php에서 당신은 그것을 구성할 수있습니다. allowClasses 및 denyClasses NAJAX_Server에 추가되었습니다. najax.asyncCall najax.js에서 추가되었다 / najax_optimized.js. 비동기 호출이 방법을 사용합니다. 더 나은 클라이언트 오류 처리, 그래서 당신이 방법은 특정 오류 처리기를 만들 수있습니다 추가되었습니다. 보안 검증 NAJAX_Server에 추가되었습니다. 모든 JavaScript 함수 (...). najax.config.php 구현되었습니다 najax.functionName로 변경되었습니다. 모든 메타 데이터에 대한 방법을 NAJAX_Utilities 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