- AJAX WebShop
AJAX WebShop is a comprehensive both browser-side and server-side AJAX framework named AROA (AJAX Remote Object Access)with cross browser support. The AROA framework is compatible with any server-side platform (e.g. Java, .NET, PHP). And also AJAX WebShop supports that you can develop your AJAX Applications in Java, .NET and PHP in a visual way by drag and pull. - Really Simple History (RSH)
The Really Simple History (RSH) framework makes it easy for AJAX applications to incorporate bookmarking and back and button support. By default, AJAX systems are not bookmarkable, nor can they recover from the user pressing the browser's back and forward buttons. The RSH library makes it possible to handle both cases. - WDDXAJAX
WDDXAJAX wddxAjax is a ColdFusion custom tag to enable AJAX on *.cfm template and Call a remote method of a ColdFusion component without reloading the page - CherryPy
CherryPy is a pythonic, object-oriented web development framework.
CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time.
- turbogears
turbogears is a "mega-framework" combining many libraries and frameworks.
* Open-source licence (MIT license) and multiple licenses from incorporated frameworks. By multiple developers. - SAJAX
SAJAX routes calls directly from Javascript into your server-side language and back out again. So, for example, calling a javascript method "x_calculateBudget()" will go the server and call an ASP(temporarily removed due to bugs)/ColdFusion/Io/Lua/Perl/PHP/Python/Ruby calculateBudget() method, then return the value in javascript to x_calculateBudget_cb().
|