声明:JavaEye新闻文章的版权属于JavaEye网站所有,严禁任何网站转载本文,否则必将追究法律责任!
WEB4J是一个Java Web应用框架,目标是让使用者建立简单,清晰和优雅的web应用。
WEB4J已经缓慢发展好几年了,最近,已达到“黄金准备期”了。值得考虑推广。
WEB4J的重要特性:
- it's a full stack Java web application framework
- it has a philosophy of deep simplicity and minimalism
- it has the smallest "surface area" of any tool in its class (only 82 classes in its API)
- it has no custom xml files or annotations
- it has no custom tags for form controls (forms are implemented in plain HTML)
- it doesn't use object-relational mapping
- it lets you place your SQL statements in plain text .sql files
- it lets you implement your Model Objects as immutable objects
- it lets you place validation logic in your Model Object (where it belongs)
- if your app is multilingual, it lets your app assist in its own translation
- it lets you use package-by-feature (placing all items related to a single feature in the same directory).
并且,你可以下载WEB4J:
http://www.web4j.com/Download.jsp
WEB4J已经缓慢发展好几年了,最近,已达到“黄金准备期”了。值得考虑推广。
WEB4J的重要特性:
- it's a full stack Java web application framework
- it has a philosophy of deep simplicity and minimalism
- it has the smallest "surface area" of any tool in its class (only 82 classes in its API)
- it has no custom xml files or annotations
- it has no custom tags for form controls (forms are implemented in plain HTML)
- it doesn't use object-relational mapping
- it lets you place your SQL statements in plain text .sql files
- it lets you implement your Model Objects as immutable objects
- it lets you place validation logic in your Model Object (where it belongs)
- if your app is multilingual, it lets your app assist in its own translation
- it lets you use package-by-feature (placing all items related to a single feature in the same directory).
并且,你可以下载WEB4J:
http://www.web4j.com/Download.jsp
来自:TheServerSide


评论 共 6 条 发表评论
hantsy 2008-05-17 10:47
tacone 2008-05-17 08:55
jiangyubao 2008-05-16 09:07
jasongreen 2008-05-15 23:34
qubic 2008-05-15 15:02
qubic 2008-05-15 14:53