1. Get all project procedures from VSS.
2. Open with JBX and configure three class libraries in JBX.
ServerLib Library: Contains all JAR packages all of Hibernate, which is built in UserHome.
NEW97LIB library: contains all JAR packs and DisplayTag-1.0-rc1.jar, which is built in Project.
HibernateConfig Library: Specifies the HibernateConfig directory under the project. This catalog contains hibernate.cfg.xml, Hibernate.properties, all PO, all VO
3. Configure the ServerLib library and the HibernateConfig library into WLP startup paths.
4. Configure the New97lib library to the project.
5. Configure WLP in JBX.
6. Start WLP.
7. Compile EJB and deploy EJB. In this case, you can compile SAMPLEEJB. In general, the EJB will be compiled when deploying EJB. See 3.1.13 of the method for canceling this configuration.
8. Compile new97Web, deploy new97Web. It is recommended to automatically start the JBuilder_Webrun configuration when WLP is deployed. See 3.1.12 for cancellation methods 3.1.12
9. Access New97Web / Sample / INDEX.JSP.
10. Click the "Initialization SessionFactory" link to initialize the sessionFactory. This step replaces the original Startup.
Then you can start using it.
note:
1. If WLP has been configured, it is recommended to re-create a new Domain. Put the original reserved.
2
In order to avoid trouble, please install
WLP
The administrator password and password are set to
WebLogic
.