SproutCore 苹果对SproutCore的解释为“开源,平台无关,类Cocoa的JavaScript框架,用于创建具有桌面应用程序外观和操作感的Web应用程序。”
SproutCore demonstrations: Photos, Sample Controls
Spry 是Adobe 的 Ajax framework. Spry的目的是成为实现Ajax的一种简单方式,对HTML、CSS和JavaScript体验据有入门级水平的设计人员应该能够发现Spry是一种整合内容的简单方法。
Spry demonstrations: Photo Gallery, RSS Reader, Form Validation Widgets
JavaScriptMVC 是一个功能强大的 JavaScript framework. 也是一个很棒的JavaScript测试框架,它同样能提高开发的速度。JavaScriptMVC应用了模型-视图-控制器架构模式,把业务逻辑和表示分离,使得代码更加模块化。
JavaScriptMVC demonstrations: Error Demo, History Demo, Todo Demo
qooxdoo 是一个 Ajax 应用框架使用基于面向对象 JavaScript. qooxdoo是一个功能强大基于JavaScript GUI工包,它让你可以用JavaScript来开发类似于VB/Delphi风格的具有Ajax功能的web2.0应用程序。qooxdoo具有客户端浏览器检测功能,具有浏览器抽象层,可以无差别的创建跨浏览器的Web应用程序,它提供方便的调试接口,具有事件管理、聚焦管理、定时器、边框和对象属性等特征。它提供一组窗体组件并扩展了布局,它还提供跨平台的png图形透明支持功能。此外,qooxdoo提供一个原子组件,你可以在其基础上开发你自己的组件。
Qooxdoo demonstrations: demo browser, Feed Reader
midori是一个轻量的JavaScript框架。即使没有压缩,它也只有45KB,而相比之下,jQuery压缩后也有54KB。不过它的轻量并不意味着它缺乏复杂的JavaScript功能。Midori提供了包括跨浏览器的Ajax功能,CSS选择器等等这些JavaScript框架一般都具有的功能。
midori demonstrations: drag and drop, popups, toggle
Archetype JavaScript Framework与Prototype有很多共同点。它有一个独立的管理系统,能够只初始化页面需要的组件。而且Archetype强调代码易读性,和HTML/CSS/JavaScript分离的最优方法。
Archetype demonstration: Slidy Presentation
June Framework draws inspiration from the Core library and applies the module design pattern. If you use MS Visual Studio 2008, you will love the documentation it provides because it uses Visual Studio's code format.
June Framework demonstrations: setOpacity, highlight, getKeyName
UIZE (pronounced: you eyes) is another JavaScript framework that emphasizes RIA. It provides many widgets, such as date picker, table filter, progress bar, color picker, etc.
UIZE demonstrations: Slideshow With Wipes, Marquee and Image Port
SimpleJS is a simple, lightweight, but very special JavaScript framework. It provides Ajax functions and dynamic effects. It uses a plugin system much like jQuery and MooTools, which makes it easy to extend the framework. It's a perfect solution for developers who only need basic Ajax functionality and dynamic effects.
SimpleJS demonstration: you can view the demos in the left side bar of the website under "Functions".
Fleegix.js is a good event system that allows you to easily monitor, operate, and trigger DOM events. It has a function that can serialize JavaScript objects into JSON format (fleegix.jason.serialize), and also has some rich dynamic effects.