RSS Feed for FrameworkCategory: 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, […]

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, I also tried looking for some local SEO services where I could help fast. In Part I of this articles I […]