Expert |
|
Joined: Tue Dec 28, 2004 7:02 am Posts: 573 Location: Toulouse, France
|
I can't see any reason of Spring slowing down your speed. Imo, it's totally orthogonal. Spring doesn't have anything to do with the db directly.
But anyway, it's not the place to discuss Spring. About the pointers, I would suggest you to have a look in the "Java Persistence with Hibernate" book. It's a complete reference about Hibernate and it contains a whole chapter talking about dealing with legacy apps.
We also have a very special db schema in our company. Hibernate offers a lot of options to deal with bizarre schemas (a classical example among others: foreign keys referencing only one column although it references a composite key...).
So maybe you could try and explain more precisely what your problems are, for example with cglib...
_________________ Baptiste
PS : please don't forget to give credits below if you found this answer useful :)
|
|