10 Javascript Framework With Rich UI Component
There are many javascript framework that available to use on the internet, most of them offering a simple solution to build modern web application, but not all offering a full rich UI component. Some framework like jquery, mootools, prototype only cover the core feature like animating, effect, DOM manipulation.
This rich feature whether you called it component, widget or any other, can help you to make user interface faster, without have to write your own style. These might be help if you build an enterprise web application. I list some of javascript framework with rich that maybe can be one of your choice.
ExtJS
ExtJS is one of the most popular javascript framework that offer very rich and complete UI widget to build web application, created by sencha inc, extjs is very popular since the early release in version 2, even in latest version extjs added an architectural pattern like MVC to make the code more readable.
Dojo Toolkit
Since the first it born dojo is one of the extjs competitor, one of the advantages of dojo is the license. you can use it for free even for the commercial project, it is created by sitepen, unlike extjs who separated the mobile feature in different framework, dojo include the mobile feature.
Qooxdoo
It is open source and enterprise ready javascript framework maintained by 1&1 hosting company, you can see the real life example on the it official page, to see how this framework are implemented.
Smartclient
Created by Isomorphic Software, smartclient require JDK to work on you machine, smartclient offer variety off license you can get the free version with very limited features, you can see the smartclient version comparison.
ZK Framework
ZK framework developed and maintained by Potix Corporation, not only offering framework that ready to use by developer but there also a ready to use application like pivot table and spreadsheet, also there is plugin to integrate to eclipse IDE.
DHTMLX
Like smartclient, DHTMLX not completely free, it charge by what the features you want to use, see this licenses comparison.
Wijmo
Wijmo is a kit of web UI based on JQuery UI, is offer many ready to use widget, and it can be themed based on JQuery UI theme, but unlike it core JQuery UI license, wijmo only free for the trial edition.
Vaadin
Vaadin is java web application framework, which mostly used by Java developer, it created by Vaadin Ltd previously named IT Mill.
Echo Web Framework
Rialto
Not really know about this one, it seems it already long time not being updated, but the web still active and you can still download it.
Some Others Web UI Widget
- Uize by Chris van Rensburg
- Alloy UI by Liferay
- YUI Library by Yahoo!
- Based on Mootols: JxLib, MochaUI, MoolegoUI
- Based on JQuery: Intelligent Expert, jQuery Tools
- Uki Simple UI Kit for complex web apps
- Cappuccino an Objective-J javascript framework
【高德地图开发3】---地图显示
【高德地图开发2】---配置工程
【高德地图开发1】---简介
【Linux/Ubuntu学习4】ubuntu 下面安装 vim 的问题
【Linux/Ubuntu学习3】解决ubuntu解压windows生成的zip文件时乱码问题
【开源项目8】Android开源项目分类汇总【畜生级别】
【开源项目7】Android视图注入库:butterknife
【Android 界面效果34】Android里Service的bindService()和startService()混合使用深入分析
【开源项目6】介绍MenuDrawer这个牛x的控件,实现左右出菜单,上下出菜单
- 最新文章
-
ccpc 2019网络选拔赛
codeforecs 316G2 哈希+优化
暑期实战训练
codeforces 514C 字符串哈希/字典树
codeforces 757F 求最短路后建立DAG后跑灭绝树
免费内网映射外网绑定,tcp端口转发(windows)
Python入门
访问权限的控制
初始化与清理
【Android 界面效果41】Matrix 与 ColorMatrix
- 热门文章
-
【开源项目10】安卓图表引擎AChartEngine
【Android 界面效果40】Android4.0-Fragment框架实现方式剖析(一)
【开源项目9】ImageLoaderConfiguration详解
【Android 界面效果39】android:inputType问题
【Android 界面效果38】android:inputType常用取值
【Android 界面效果37】ViewStub的应用
【Android 界面效果36】Fragment管理
【Android 界面效果35】管理Fragments
图文介绍如何在Eclipse统计代码行数
【Linux/Ubuntu学习6】unbuntu 下载android源码