Sep 29, 2009

Jaxcent – An Alternative to GWT



Jaxcent is a Java-only AJAX framework and API. Like GWT, it does not require JavaScript programming.

Unlike GWT, Jaxcent is a server-side framework. Instead of being compiled into JavaScript, the Java code directly runs on the server, and communicates with the client via a small JavaScript file.

Being a server-side framework provides many advantages. The coding is very straightforward. The development environment is the exact one that developers are used to. Any tools, debuggers, JMX/JConsole, third party libraries, text files, databases, everything is accessible in the normal manner.

There may be some concern that a server-side framework may be putting more burden on the server, compared to GWT. However, a GWT-like approach does require the server to maintain, manage and deliver multiple JavaScript files. In real terms, that can be a significant server load. In contrast, Jaxcent has a single small JavaScript file, that will be cached by normal browsers. The actual load on the server is comparable to any server side pre-AJAX framework, such as servlets, JSP, ASP etc.


To see a few Jaxcent samples, please visit the samples page.

Jaxcent is available for download at the download page.

Jaxcent documentation is available at the documentation page for review. It is also included in the download.

An online tutorial for Jaxcent is available at http://www.jaxtut.com/.

For any feedback or questions, please use the form at the contact page.

Related Posts:

  • AJAX Frameworks – Comparative Study Introduction AJAX frameworks can make software development easier. Ajax doesn't have to be that hard, and most of the Ajax frameworks are doing their best to make life easier for the busy developer. The hard part is … Read More
  • PageBus Implementation using GWT-ExtAbstract PageBus is an Open-Source Javascript messaging bus for integrating heterogenous AJAX elements in a web page through broadcasting and listening of events published to specific topic names. This article provides the o… Read More
  • Next Generation Web Based Telecom ApplicationsIntroduction Telecom applications in today’s world are not merely limited to providing telephone connection across two locations. Today’s telecom equipments make use of voice, data, and video communication mode and r… Read More
  • How to start working on GWT in Web Mode?Eclipse Environment Eclipse 3.4.2 with the following installed software: Google App Engine Java SDK 1.2.1 (which I had to disable, as explained below) Google Plugin for Eclipse 3.4 Google Web Toolkit SDK 1.6.4 Java Run E… Read More
  • Google Web Toolkit Widgets, Plugins, and ToolsAutocompleter GWT Widget http://jroller.com/page/glongman?entry=gwt_autocompleter Check out the code for this Autocompleter GWT widget. Canvas Widget http://gwt.components.googlepages.com/canvas Download the Canvas… Read More

0 comments:

Text Widget

Copyright © 2025 Vinay's Blog | Powered by Blogger

Design by | Blogger Theme by