Ajax Frameworks
jQuery
Website: http://jquery.com License: Dual License – GPL and MIT jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. It was released in January 2006 at BarCamp NYC by John Resig. jQuery is free, open source software Dual-licensed under the MIT License and the GNU General Public License. Microsoft and Nokia have [...]
Read the rest...Joose (framework)
Website: http://code.google.com/p/joose-js/ License: New BSD License Joose is an open-source self-hosting meta object system for JavaScript with support for classes, inheritance, mixins, traits and aspect oriented programming. The Joose meta-object system is multi-paradigm. It supports class-based and Prototype-based programming styles as well as class-based inheritance and role-based extension. While other JavaScript frameworks often specialize on [...]
Read the rest...qooxdoo
Website: http://qooxdoo.org License: LGPL qooxdoo (pronounced /ˈkuːksduː/) is an open source Ajax web application framework. It is an LGPL- and/or EPL-licensed multipurpose framework that includes support for professional JavaScript development, a GUI toolkit and high-level client-server communication. Framework qooxdoo is entirely class-based and tries to leverage the features of object-oriented JavaScript. It is based on [...]
Read the rest...OpenLink AJAX Toolkit
Website: http://oat.openlinksw.com License: GPL OpenLink AJAX Toolkit (OAT) is a JavaScript-based toolkit for browser-independent Rich Internet Application development. It includes a rich collection of UI Widgets/Controls, Event Management System, and a truly platform independent Data Access Layer called AJAX Database Connectivity. OpenLink AJAX Toolkit is fully OpenAjax Alliance Conformant. Functionality There is a broad range [...]
Read the rest...MooTools
Website: http://mootools.net License: MIT License MooTools is an open source, lightweight, modular object-oriented programming JavaScript web application framework released under the MIT License. The goal of the software is to provide a means for intermediate to advanced web developers to write cross-browser JavaScript in an elegant, flexible, and efficient fashion. The MooTools JavaScript framework includes [...]
Read the rest...Spry framework
Website: http://labs.adobe.com/technologies/spry/ The Spry Framework is an open source Ajax framework developed by Adobe Systems which is used in the construction of Rich Internet Applications. Unlike other pure JavaScript frameworks such as the Dojo Toolkit and Prototype, Spry is geared towards web designers, not web developers. Components The Spry framework broadly consists of * Spry [...]
Read the rest...Yahoo! UI Library
Website: http://developer.yahoo.com/yui/ License: BSD The Yahoo! User Interface Library (YUI) is an open-source JavaScript library for building richly interactive web applications using techniques such as Ajax, DHTML and DOM scripting. YUI includes several core CSS resources. It is available under a BSD License. Development on YUI began in 2005 and Yahoo! properties such as My [...]
Read the rest...Prototype JavaScript Framework
Website: http://prototypejs.org License: MIT License The Prototype JavaScript Framework is a JavaScript framework created by Sam Stephenson which provides an Ajax framework and other utilities. It is implemented as a single file of JavaScript code, usually named prototype.js. Prototype is distributed standalone, but also as part of larger projects, such as Ruby on Rails, script.aculo.us [...]
Read the rest...MochiKit
Website: http://www.mochikit.com MochiKit is a light-weight Javascript library written and maintained by Bob Ippolito. Inspired by the Python networking framework, Twisted, it uses the concept of deferred execution to allow asynchronous behaviour. This has made it useful in the development of interactive web pages which maintain a dialog with the web server, sometimes called Ajax [...]
Read the rest...