没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > VRaptor 3 |
VRaptor 3
|
2 | 0 | 6770 |
贡献者 | 讨论 | 代码提交 |
No-frills Java web framework.
VRaptor 3 focuses in simplicity and, therefore, all of its functionalities have as main goal solve the developer's problem in the less intrusive way.
Either CRUD operations or more complex functionalities such as download, upload, results in different formats (xml, json, xhtml etc), everything is done through VRaptor3's simple and easy-to-understand functionalities. You don't have to deal directly with HttpServletRequest, Responses or any javax.servlet API, although you still have the control of all Web operations.
Starting upYou can start your project based on vraptor-blank-project, available on Downloads' Page. It contains all required jar dependencies, and the minimal web.xml configuration for working with VRaptor.