SSH steps of developing

nonamedemo發表於2008-05-16

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/,如需轉載,請註明出處,否則將追究法律責任。

相關文章