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
i) DAOinterface ii) DAOimpl iii) table POJO
--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.