- Identify DTOs
- Create DTOs
- Setup Log4j, JUnit and Hibernate Environment
- Create JDBC Data Source and test it by executing a simple SQL statement
- Create Hibernate Data Source and test it by executing a simple HQL statement
- Create DAO interface and Implementation class
- Create DAO Add method for JDBC then HIbernate
- Test DAO Add method for JDBC then HIbernate
- Create DAO update and delete methods for JDBC then HIbernate
- Test DAO update and delete methods for JDBC then HIbernate
- Create DAO other methods one by one for JDBC then HIbernate
- Test DAO other methods one by one for JDBC then HIbernate
- Create Service Interface and Implementation class
- Create Service Add methodÂ
- Test Service Add methodÂ
- Create Service update and delete methods
- Test Service update and delete methods
- Create Service other methods one by one
- Test Service other methods one by one
- Implement usecases one by one and test
|
|