I’ve got a demo from our instructor about how Hibernate works. But I’m completly lost. I can’t find my way trough all the pages: Dao, Eo, Service, Vo, Action and Model.
Can someone please help me?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Explaining the workings of hibernate is way beyond the scope of this site.
I’d recommend to consult the QuickStart Guide, especially the sections about annotation usage in plain hibernate or using JPA with hibernate (depending on which version you are using, hibernate-core or hibernate-entitymanager).
I’d also recommend to read a (current) book about hibernate. There are several questions here regarding hibernate books, here is the most current one I could find: Good books or online resources for learning Hibernate
And here are some hibernate-independent definitions of the objects and patterns you mentioned:
DAO)VO,DTO)Modelpart)I have never heard of
EO, andActionis at least an ambiguous term: it may however mean the controller in MVC.