From: Matthew B. <mat...@ou...> - 2006-06-06 14:05:33
|
Selwyn Lloyd wrote: > wrt spring, is hibernate part of spring or does it have its own > abstraction layer? Hibertnate is a standalone Object Relational Mapping library. Spring provides some wrappers around it so you don't have to tie your higher levels (business logic) to things like its exceptions. Spring also provides wrappers for JDO, Toplink, etc. It also provides abstraction of transactions from JTA/JDBC. I'm not using any of this in the SpringMVC/JSP development. -- -- Matthew Buckett, VLE Developer -- Learning Technologies Group, Oxford University Computing Services -- Tel: +44 (0)1865 283660 http://www.oucs.ox.ac.uk/ltg/ |