This page gives an overview of the Jaxer server.
Introduction
Jaxer is a powerful Ajax server that enables you to build rich, "Ajax-style" web sites and applications entirely with HTML, CSS, and JavaScript.
- Use libraries (such as jQuery and Ext JS) and technologies that you are familiar with for both client-side and server-side development.
- Prepare the HTML DOM on the server before serving the page, using the same techniques and libraries as on the client.
- Call server-side JavaScript functions directly from client-side JavaScript.
- Validate your data with the same code on both the server and the client.
Because the Jaxer server and several sample applications are bundled with Aptana Studio, you can get started with Jaxer development without having to download or install any additional plug-ins or applications.