文件名称:WireHibernateTransactionsInSpringSrc
介绍说明--下载内容均来自于网络,请自行研究使用
This application allows a new order to be created and a way to lookup existing orders. The interface
is basic and straight forward to use. Notice what happens when exceptions arise when you try to access
orders that do not exist. Watch the console for messages about what transactions are committed and
rolled back. You can extend the functionality to allow deletions or updates. Reverse engineer what the
code is doing across each fr a mework and how they communicate with each other and achieve loose coupling.
is basic and straight forward to use. Notice what happens when exceptions arise when you try to access
orders that do not exist. Watch the console for messages about what transactions are committed and
rolled back. You can extend the functionality to allow deletions or updates. Reverse engineer what the
code is doing across each fr a mework and how they communicate with each other and achieve loose coupling.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myusersextra
............\build.xml
............\src
............\...\com
............\...\...\example
............\...\...\.......\dao
............\...\...\.......\...\AuditObjectDAO.java
............\...\...\.......\...\hibernate
............\...\...\.......\...\.........\AuditObjectDAOHibernate.java
............\...\...\.......\...\.........\OrderListDAOHibernate.java
............\...\...\.......\...\OrderListDAO.java
............\...\...\.......\exception
............\...\...\.......\.........\FacadeException.java
............\...\...\.......\model
............\...\...\.......\.....\AuditObject.hbm.xml
............\...\...\.......\.....\AuditObject.java
............\...\...\.......\.....\LineItem.java
............\...\...\.......\.....\OrderLineItems.hbm.xml
............\...\...\.......\.....\OrderList.java
............\...\...\.......\service
............\...\...\.......\.......\AuditManager.java
............\...\...\.......\.......\impl
............\...\...\.......\.......\....\AuditManagerImpl.java
............\...\...\.......\.......\....\OrderListManagerImpl.java
............\...\...\.......\.......\OrderListManager.java
............\...\org
............\...\...\appfuse
............\...\...\.......\dao
............\...\...\.......\...\DAO.java
............\...\...\.......\...\hibernate
............\...\...\.......\...\.........\UserDAOHibernate.java
............\...\...\.......\...\UserDAO.java
............\...\...\.......\model
............\...\...\.......\.....\BaseObject.java
............\...\...\.......\.....\User.hbm.xml
............\...\...\.......\.....\User.java
............\...\...\.......\service
............\...\...\.......\.......\impl
............\...\...\.......\.......\....\UserManagerImpl.java
............\...\...\.......\.......\UserManager.java
............\...\...\.......\web
............\...\...\.......\...\MessageFilter.java
............\...\...\.......\...\UserAction.java
............\...\...\.......\...\UserController.java
............\...\...\.......\...\UserFormController.java
............\test
............\....\com
............\....\...\example
............\....\...\.......\service
............\....\...\.......\.......\OrderListManagerTest.java
............\....\org
............\....\...\appfuse
............\....\...\.......\dao
............\....\...\.......\...\BaseDAOTestCase.java
............\....\...\.......\...\UserDAOTest.java
............\....\...\.......\service
............\....\...\.......\.......\UserManagerTest.java
............\....\...\.......\web
............\....\...\.......\...\UserControllerTest.java
............\....\...\.......\...\UserFormControllerTest.java
............\....\...\.......\...\UserWebTest.java
............\web
............\...\WEB-INF
............\...\.......\action-servlet.xml
............\...\.......\applicationContext.xml
............\...\.......\decorators.xml
............\...\.......\sitemesh.xml
............\...\.......\struts-config.xml
............\...\.......\validation.xml
............\...\.......\validator-rules.xml
............\...\.......\web.xml
............\build.xml
............\src
............\...\com
............\...\...\example
............\...\...\.......\dao
............\...\...\.......\...\AuditObjectDAO.java
............\...\...\.......\...\hibernate
............\...\...\.......\...\.........\AuditObjectDAOHibernate.java
............\...\...\.......\...\.........\OrderListDAOHibernate.java
............\...\...\.......\...\OrderListDAO.java
............\...\...\.......\exception
............\...\...\.......\.........\FacadeException.java
............\...\...\.......\model
............\...\...\.......\.....\AuditObject.hbm.xml
............\...\...\.......\.....\AuditObject.java
............\...\...\.......\.....\LineItem.java
............\...\...\.......\.....\OrderLineItems.hbm.xml
............\...\...\.......\.....\OrderList.java
............\...\...\.......\service
............\...\...\.......\.......\AuditManager.java
............\...\...\.......\.......\impl
............\...\...\.......\.......\....\AuditManagerImpl.java
............\...\...\.......\.......\....\OrderListManagerImpl.java
............\...\...\.......\.......\OrderListManager.java
............\...\org
............\...\...\appfuse
............\...\...\.......\dao
............\...\...\.......\...\DAO.java
............\...\...\.......\...\hibernate
............\...\...\.......\...\.........\UserDAOHibernate.java
............\...\...\.......\...\UserDAO.java
............\...\...\.......\model
............\...\...\.......\.....\BaseObject.java
............\...\...\.......\.....\User.hbm.xml
............\...\...\.......\.....\User.java
............\...\...\.......\service
............\...\...\.......\.......\impl
............\...\...\.......\.......\....\UserManagerImpl.java
............\...\...\.......\.......\UserManager.java
............\...\...\.......\web
............\...\...\.......\...\MessageFilter.java
............\...\...\.......\...\UserAction.java
............\...\...\.......\...\UserController.java
............\...\...\.......\...\UserFormController.java
............\test
............\....\com
............\....\...\example
............\....\...\.......\service
............\....\...\.......\.......\OrderListManagerTest.java
............\....\org
............\....\...\appfuse
............\....\...\.......\dao
............\....\...\.......\...\BaseDAOTestCase.java
............\....\...\.......\...\UserDAOTest.java
............\....\...\.......\service
............\....\...\.......\.......\UserManagerTest.java
............\....\...\.......\web
............\....\...\.......\...\UserControllerTest.java
............\....\...\.......\...\UserFormControllerTest.java
............\....\...\.......\...\UserWebTest.java
............\web
............\...\WEB-INF
............\...\.......\action-servlet.xml
............\...\.......\applicationContext.xml
............\...\.......\decorators.xml
............\...\.......\sitemesh.xml
............\...\.......\struts-config.xml
............\...\.......\validation.xml
............\...\.......\validator-rules.xml
............\...\.......\web.xml