User Tools

Site Tools


java:pruebasprimefaces

This is an old revision of the document!


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:

  1. Create a Dynamic Web Project with the following data:
    1. Target runtime: apache tomcat 7.0
    2. All the data by default
  2. In project properties, select “Java Build Path” and add “Apache tomcat 7.0”
  3. Copy the *.jar file under WebContent/WEB-INF/lib/ and then click on refresh
  4. Click on properties, build path, and then add the primefaces jar file

~~DISCUSSION~~

java/pruebasprimefaces.1294587841.txt.gz · Last modified: 2022/12/02 22:02 (external edit)