Hi Guys
Just wanted to see what your thoughts are when it comes to choosing whether to use Hibernate or JDBCTemplate.
I am starting a new project and at the moment i cant really decide whether to use Hibernate or JDBCTemplate for database operations.
Initially there will only be about 6 tables involved and there will be lots of SELECT/INSERT/UPDATE operations involved per user request.
I have used Hibernate in other projects but ran into performance problems due to very large object graphs etc. So what do you think would be the best to use ?
Application i am working on is like a Online Questionnaire where there will be about 50 to 100 questions pers exam and traffic wise there will be atleast 400+ users per day using it.
Any input will be appreciated.
thanks in advance


Reply With Quote
