您的位置: 新闻频道 Java新闻

原创新闻 WEB4J - A Minimalist Java Web App Framework

2008-05-15 by 正式记者 ivorytower
评论(6) 有1186人浏览 web4j - a minimalist java web app framew ...
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

来自:TheServerSide

评论 共 6 条 发表评论

hantsy 2008-05-17 10:47
网站指出了Spring等其它框架的一些毛病,有些的确如此
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
相见恨晚。

发表评论

您还没有登录,请登录后发表评论