March 2009
Integration of Jackrabbit OCM and Spring (updated version)
This post describe how to integrate Jackrabbit OCM and Spring by extending the standard JCR node types. In addition, it includes the guideline of writing unit test again Spring services. An full example is provided to readers for downloading.
August 2007
Unitils - the excellent unit test library
I am developing the Wicket application using Spring, Hibernate. I use Wicket tester module, JUnit4, EasyMock and DBUnit for writing test code. While writing test code, many lines of code writing for set up test cases and they are re-used across test cases. The new unit test framework names Unitils helps me a lot in configuring the database unit test (DBUnit, Hibernate) also the service unit test (Spring, EasyMock).
May 2007
MVC pattern: Controller is too big!
All software engineers know the MVC pattern also it is applied in various projects from standalone to web or distributed application. However, while many Software Engineers have different view on Controller layer and many cases it is not managed well because the Controller layer must do many things and it is too big!
1
(3 marks)