bud*_*iya 3 gwt jsf wicket web-frameworks java-ee
我正在开发一个基于Java EE的Web应用程序.我们只有非常有限的时间来提出alpha版本并尝试决定使用的Web框架.它必须是易于学习但功能强大的东西.由于开发所需的时间,标准JSP/Servlet不是一个选项.感谢是否有人可以提供建议.目前的选择是Wicket和GWT.(JSF也是一种选择)
Wicket is component-based and comes with a bunch of standard components (like pagination, auto-complete, data grids, form handling etc.). If you want to create a standard panel (with the possibility for easy re-use) just create your HTML fragment to use a template (with wicket:id attributes wherever you want to bind dynamic content or sub-components) and a corresponding Java file. Furthermore, you can attach specific CSS and JS files.
In my opinion, Wicket development is good value (functionality) for money. And you get a lot of built-in AJAX functionality without even writing (not reading) any JS. E.g., change the model for a component, attach the component to an AjaxRequestTarget and the panel is automagically repainted via DOM manipulation.
For a quick overview and intro I recommend Wicket in Action by Dashorst & Hillenius. (And don't miss out on other great resources.)
| 归档时间: |
|
| 查看次数: |
2866 次 |
| 最近记录: |