Build Ajax applications using the first real Ajax server: Aptana Jaxer

Ken Ramirez post an article about building web application with Aptana Jaxer server. He writes:

Now, however, you can use Jaxer, a new Ajax server that not only integrates all of these technologies into one deployable server, but also provides server-side scripting and processing using some of the same client-based technologies (such as JavaScript code, DOM, and more). Jaxer is free open-source code that you can use as is, or extend further using its JavaScript framework.

Imagine being able to use JavaScript code directly in your HTML pages and simply stating that the code should execute on the server side before returning the HTML on the client side. This would allow further communication with the server directly from the client without refreshing the page. Furthermore, the resulting HTML could be based on JavaScript code executed on the server side. This would lessen the number of technologies and amount of code you have to write, providing a better overall experience for both the developer and the user.

For the user, you can now provide Ajax-based functions that are closer to a rich native application. Jaxer makes it possible because it is actually the first true Ajax server. You don't need to determine what browser your Ajax code is running in. You also don't have to write protocol code to perform the server communication. By calling simple Jaxer APIs, you provide robust Web applications with minimal fuss. Even more importantly, you no longer have to expose all of your code using embedded JavaScript. You can actually use Jaxer to unify client code with server code, hiding strategic code securely behind your firewall while allowing it to still be accessible from your client.

Source: IBM developerWorks.

Advertise on this site

Recent Comments