Where to start with JSP, Struts2 and CRUD?
I was wondering if anyone had a recommendation on where to start with JSP development using Struts2, with a target of creating CRUD (Create-Read-Update-Delete) applications.
I have a few links that I found through Google, but I am looking for some quick advice before I start some serious learning. All I have done up to this point is experiment with JSP, JSTL, and Hibernate a little. 开发者_运维技巧I use Eclipse with JBoss5 as a platform but I also like Tomcat (if thats possible).
I found these two sites helpful when I was starting with Struts2:
- http://www.vaannila.com/struts-2/struts-2-tutorial/struts-2-tutorial.html
- http://www.mkyong.com/tutorials/struts-2-tutorials/
They include examples of Struts2 + Hibernate
My Best advise is to download sample applications from Struts2 official site.it will help you to get the initial things and other required start up. If you want to get ideas about Struts2 tags these sample applications are good to start and rest you can keep adding while you learning this. regarding CRUD operation all you have to get familiar with Struts2 MVC work flow and how to do your underlying DB operations are completely independent of Struts2
http://www.tutorials4u.net/struts2-tutorial/struts2_crud_example.html
is the best example of struts 2 i have ever seen
精彩评论