资 源 简 介
Rails-like java MVC framework
free: no configuration files, rails style url, and request dispatch
fast: this is a light framework, It only do what is most important
easy: easy to test
cache: memcached intergrated
这是一个轻量级的Rails风格的Java MVC框架,本框架建立在Servlet的基础上。由于Controllor是一个Plain 的Java Bean给Unit Test带来极大便利,由于采用了Rails的风格配置项非常少,易于使用。并且还集成了Memcached,使得用于大型分布式Web应用的开发成为可能。
Javaonfly can work well with other popular java frameworks and an example application that uses Spring and sitemesh.
javaonfly 包含一个和spring sitemesh集成的例子
todo list:
1.实现hot swap
2.开发插件系统
3.开发UnitTest系统