Struts+Spring+Hibernate steps of developing.
Step1:
To produce new a Web Project.
Step2:
To add Hibernate Librarys to the current project .
Step3:
To add SpringLibararys to the current project.
Step4:
To create Presistant Objects from the RMI of Hibernate files or the xml documents.
Step5:
To produce DAO classes by using Hibernate's Presistant Objects
Step6;
To create Business interfaces
Step7:
To coding Business classes implements Business interface
Step8:
To update the spring.xml(applicationContext.xml)
include the Datasource and SessionFactory
Step9:
To add Struts librarys to the current project
Step10:
To create formbean in struts-config.xml
Step11;
To create actions in struts-config.xml
and add these actions to spring,xml
Step12:
To correct the JSP
Step13:
update web.xml and struts-config.xml and spring.xml
Step14:
packaging this current project and testing it ok....
[@more@]来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10395457/viewspace-1004145/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/10395457/viewspace-1004145/