- Added spring support.
- Add hibernate support. Note that the annotation is supported.
- Create a package and generate an object class in the reverse direction. Use annotations to remove the object class ing file.
- Add struts support
- Find the applicationcontext. xml file, find the beans tag, and add context in the namespace, as shown below:
Xmlns: context =Http://www.springframework.org/schema/context
Http://www.springframework.org/schema/context
Http://www.springframework.org/schema/context/spring-context-3.0.xsd
- In the applicationcontext. xml file, add context:
<Context: annotation-config> </Context: annotation-config>
<Context: component-scan base-package = "cn. jbit. Dao. impl"> </Context: component-scan>
<Context: component-scan base-package = "cn. jbit. biz. impl"> </Context: component-scan>
<Context: component-scan base-package = "cn. jbit. Action"> </Context: component-scan>
- Add @ service at the top of the class name to be managed to implement hosting
SSH annotations (add transaction) Notes