《JSF-Hibernate-Spring-Maven-Eclipse-Tutorial》.pdf
文本预览下载声明
1
The author has made every effort in the preparation of this book to ensure the accuracy of the information.
However, information in this book is sold without warranty either expressed or implied. The author will not be
held liable for any damages caused or alleged to be caused either directly or indirectly by this book.
JSF, Facelets, Spring, Hibernate, Maven2
Eclipse
Putting it All together
by
K. Arulkumaran
A. Sivayini
Website: /java-success
Feedback email: java-interview@
2
Table Of Contents
Notations 3
Tutorial 9 – JSF, Facelets, Spring, Hibernate Maven 2 4
Tutorial 10 – Maven 2 18
3
Notations
Command prompt:
Eclipse:
File Explorer or Windows Explorer:
Internet Explorer:
4
Tutorial 9 – JSF, Facelets, Spring, Hibernate Maven 2
This tutorial will put together tutorials 1-8. It will also incorporate dependencies
between the simpleWeb (c:\tutorials\jsimpleWeb) and simple
(c:\tutorials\jsimple) projects as it would be in a real application.
Step 1:
Firstly create a dependency between simpleWeb and simple. In fact simpleWeb depends on simple
for business service functions and data access and storage. So we need to define this in our pom.xml
file under simpleWeb (c:\tutorials\jsimpleWeb).
dependency
groupIdcom.mytutorial/group
显示全部