We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您可以尝试使用 AppFuse 2 来生成使用 Struts 2 、 Hibernate 和 Spring 的 Web 应用程序。它包含一个简单的 Web 表单,用于创建用户帐户并将其保存到数据库。这是生成的 Web 应用程序的 演示 站点。使用 admin/admin 以管理员身份登录,user/user 以普通用户身份登录。
您可能还应该了解 Maven,因为 AppFuse 2 使用它来生成 Web 应用程序的源代码和生成的应用程序使用它作为构建工具。
You can try to use AppFuse 2 to generate a web application using Struts 2 , Hibernate and Spring . It contains a simple web form that creates an user account and save it to the DB. Here is the demo site for the generated web application .Use admin/admin to login as an administrator , user/user to login as a normal user.
You should probably have to know Maven too as AppFuse 2 uses it to generate the source code for the web application and the generated application uses it as the build tool.
您可以查看 http://www.mkyong.com/tutorials/struts-2-tutorials / 用于 struts 2 教程和此 url http://www.mkyong.com/struts2/struts-2-spring-hibernate-integration-example/ 我认为这就是您正在寻找的。
You can check http://www.mkyong.com/tutorials/struts-2-tutorials/ for struts 2 tutorials and this url http://www.mkyong.com/struts2/struts-2-spring-hibernate-integration-example/ which I think is what you are looking for.
我个人喜欢本教程的尺寸。
I personally like dimensions of this tutorial.