User Tools

Site Tools


java:pruebasprimefaces

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
java:pruebasprimefaces [2011/01/07 23:35] rlunarojava:pruebasprimefaces [2011/01/09 16:44] rlunaro
Line 3: Line 3:
 This page is a notebook about my findings with primefaces with eclipse. I want to start a project with this architecture:  This page is a notebook about my findings with primefaces with eclipse. I want to start a project with this architecture: 
  
-  * [[http://www.primefaces.org|primefaces in the presentation]] +  * [[http://www.primefaces.org|primefaces]] in the view tier 
-  * spring +  * spring and hibernate in the business logic tier 
-  * hibernate+ 
 + 
 +===== 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.txt · Last modified: 2022/12/02 22:02 by 127.0.0.1