I honestly don't know how much different using Hibernate will degrade as compared to using Stored Procedures... But, on top of the advice everyone else has given you, you might look at Ibatis. I personally have never used it, but I mean to soon.

My thought is this: Its fairly easy to write your own persistence layer, but at what cost? A day? A week? Hibernate (and others) do one thing, and they do it good. Why reinvent the wheel.

Just my unworthy opinion.. I'm far from a SQL Guru, but I think I can write pretty good SQL.

Brian McGovern wrote:
That was my question. From what i understand hibernate uses sql statements not stored procs. And i assumed that even though it was more coding on my part, that using stored procs and JDBC i could achieve faster db interaction.

But we all know what happens when we assume.. haha

--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to