java:pruebasprimefaces
This is an old revision of the document!
Table of Contents
Start a project from the ground in primefaces and eclipse
This page is a notebook about my findings with primefaces with eclipse. I want to start a project with this architecture:
- primefaces in the view tier
- spring and hibernate in the business logic tier
Downloading and creating the project
Primefaces
Point your browser to http://www.primefaces.org and download the latest version of the product.
You should also download the following dependencies libraries:
Spring
I've downloaded the latest version of Spring, 3.0.5 from http://www.springsource.org/download.
Hibernate
Project creation
In eclipse –Helios– do the following:
- Create a Dynamic Web Project with the following data:
- Target runtime: apache tomcat 7.0
- All the data by default
- In project properties, select “Java Build Path” and add “Apache tomcat 7.0”
- Copy the *.jar file under
WebContent/WEB-INF/lib/
and then click on refresh - Click on properties, build path, and then add the primefaces jar file
~~DISCUSSION~~
java/pruebasprimefaces.1294587841.txt.gz · Last modified: 2022/12/02 21:02 (external edit)