Spring Hibernate Integration

Posted by Aj on Stack Overflow See other posts from Stack Overflow or by Aj
Published on 2010-01-22T19:20:43Z Indexed on 2011/01/03 23:54 UTC
Read the original article Hit count: 202

Filed under:
|

I am new to Spring Hibernate. I was trying Spring Hibernate integration tutorial from http://www.vaannila.com/spring/spring-hibernate-integration-1.html and i was able to run the example.This example deals with one table.

Now i am trying with one more table. I have few question

As per my understanding we need to add following things

  1. DAOinterface
  2. DAOimpl
  3. table POJO

so

  • Is this the only way to add more tables ?
  • Do we need to add one more controller for the new table if it belongs to new form.
  • How we will add this new table entry to dispatcher-servlet.xml

Thanks in advance.

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about spring