Framework
Design of a Java Application Framework Part 2 - DAO Layer using Hibernate
This is the sequel of my previous post on the AppFuse source code, a good MVC framework. Thanks to Matt Raible and the team for this wonderful framework.
By reading the code, I can understand the framework better in order to use it correctly.
For AppFuse, for the data access layer you can use Hibernate, iBATIS or […]
Design of a Java Application Framework Part 1 - Model Layer
I have been using AppFuse in several projects. It is a excellent framework which implemented a proper MVC architecture.
In order to better understand the framework, I spent sometime browsing through the source code.
In Part I of this articles I am going to show you the model layer.
For all the model classes in AppFuse, it has […]
