Posts Tagged ‘hibernate’

Over the last couple of years I have had various discussions about this with my colleagues. I myself favoured foreign keys relationships rather than join tables till a little while ago. If you’re not aware of how to do one or the other, the eamples below should explain that. Consider a very simple parent child [...]

Sunday, November 22nd, 2009 at 20:35 | 1 comment
Categories: Java

Spring Framework is by the most versatile framework for java applications. It can be used with any kind of application, be it an applet, a swing app or a web application. Spring transaction management is one of the most powerful features of spring. It manages your transactions for you with minimal code, infact all you [...]

Saturday, January 31st, 2009 at 13:37 | 0 comments
Categories: Spring, Tips & Tricks
TOP