img
Figure A-24. A Maven dependency hierarchy in the project
In Figure A-24, you will notice that after the Hibernate Entity Manager dependency is added, the
other required dependencies are also added (for example, the Hibernate Core library). This feature is
called transitive dependencies management in Maven.
In various chapters, you will see that different dependencies are required. For all cases, you can
simply follow the procedure here for managing the dependencies.
Using STS
Now you have a basic understanding of what STS can do for you. In this section, we will discuss some
other areas of STS, such as installing extensions and managing tc Server.
Search WWH :
Custom Search
Previous Page
Spring Framework 3 Topic Index
Next Page
Spring Framework 3 Bookmarks
Home