Package com.xenonsoft.bridgetown.test.aop.transaction

This is packages contains the unit tests, supporting beans, and interfaces to demonastrate the power and effectiveness of AOP transactions.

See:
          Description

Interface Summary
ICurrentAccountDAO Interface for data access object that is responsible for persisting the current account business bean.
 

Class Summary
CreateTracksBusinessLogic This is a plain old Java object, but behaves like a Data Access Object with a real life dependency on a Hibernate session object.
CreateTracksNonAOP A demonstration program that shows how to use Hibernate without an IoC container and AOP framework.
CurrentAccountBean Current account Javabean
CurrentAccountDAO Current account data access object
MockTransactionServiceManager A mock implementation of the virtual transaction service manager
TestAOPDataSourceTransaction A junit test for AOP assembly factory.
TestAOPHibernateTransaction A junit test for AOP assembly factory.
TestJdbcTransactionSession A unit test to verify the operation of the data source JDBC transaction session object
Track This is the MP3 Track value object inspired by the book "Hibernate: A Developer's Notebook" published by O'Reilly.
 

Package com.xenonsoft.bridgetown.test.aop.transaction Description

This is packages contains the unit tests, supporting beans, and interfaces to demonastrate the power and effectiveness of AOP transactions.



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.