Hibernate and Spring Specific Issues
- How do I create a project for Hibernate?
- How do I create a project for Spring?
- I don't see the option for Spring and Hibernate in my New Project Dialog?
In order to create a project for hibernate load in hibernate configuration file or hibernate xml files in the New Project Dialog. Hibernate generates a mapping between java classes and database tables. In a multi-module project with java, hibernate and oracle you can see a model which shows the dependencies not just between elements of the application and elements of the database but also between application and database.
In order to create a project for Spring load in spring xml files in the New Project Dialog. This creates a project which shows you the dependencies between spring beans and between classes.
This is because you have a standard evaluation download from the web which does not include those plugins. In order to get the plugins for Spring and Hibernate please contact Lattix and you can get a download which includes those plugins.

