Monthly Archives: August 2008

Continuous Integration on a grand scale

All the individual products in our organization use continuous integration development practice. However, all the products are built by different teams (with different skill-sets) under Sprints that do not share the same boundaries. Some of these are complete products by themselves. They also … Continue reading

Posted in Agile | Tagged , | Leave a comment

Override Hibernate SQL Types mapping

There are many real-world scenarios where Hibernate can be introduced on a legacy system that could be using straight JDBC for various reasons. Also, there could be some pre-existing custom Java types to Database type mapping in the legacy application. Hibernate has … Continue reading

Posted in Hibernate, Java | Tagged , , | 3 Comments