I'm new in Java EE, and in my internship I need to work with:
- the frameworks: Struts2 , Hibernate;
- the application server: Tomcat;
- the IDE: Eclipse;
- the database: Oracle;
First, is there any nice tutorial which includes all these technologies together?
Second, what is the best way to divide the project into packages? In a sample but not explained one, they divided the resources into the following packages : dao, domain, mapping, web. But they didn't explained at all the characteristics of any one.
Hope this will help. – Tapan Upadhyay Jul 09 '12 at 01:34