项目开发时,在表示层使用Struts技术来连接用户的操作和业务逻辑的实现;
在业务处理层使用Spring技术来实现对bean的调度管理;
在数据访问层使用Hibernate技术来实现数据访问的关系-对象映射(ORM)。
新交易配置:
1,Struts相关配置:
配置WebContent/WEB-INF/struts-config.xml和src/api.struts.action.NewAction.java完成Action的注册和实现
2,Spring相关配置:
配置services/applicationContext-services.xml和src/api.service.NewService.java完成交易本身的注册和实现
配置commcomponent/applicationContext-commcomponent.xml和src/api.commcomponent/NewCommComponent.java完成通讯组件的注册和实现
配置txncomponent/applicationContext-txncomponent.xml和src/api.txncomponent.NewPackage/NewPAPP1.java完成交易组件的注册和实现
配置buffers/applicationContext-buffers-init.xml和src/api.buffer/Buffer.java 完成Buffer的注册和实现
配置db/applicationContext-hibernate.xml和src/api.huateng.bo/ServNewBO.java
src/api.huateng.bo.impl/ServNewBOImpl.java完成业务对象的注册和实现
3,Hibernate相关配置
配置src/New.hbm.xml完成表-类映射关系配置