performance of PL/SQL compared to hibernate
536364Oct 19 2006 — edited Jan 7 2007I am thinking the performance of PL/SQL. If we design an application, we could
1. java+JDBC+database including stored procedure...
2. java+Hibernate+database, most logic is in hibernate.
which one is better ?
I have post the question in javaranch, http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=78&t=002004 . You could see java guy's response.
Thanks,