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
java:pruebasprimefaces [2011/01/09 16:44] rlunarojava:pruebasprimefaces [2022/12/02 22:02] (current) – external edit 127.0.0.1
Line 7: Line 7:
  
  
-===== Downloading and creating the project =====+===== Conclusion =====
  
-==== Primefaces ====+After weeks of searching in internet, trying this thing and another, and going to and fro, I have reached the following conclusion: there is an example called "moviecollection" in the primefaces website. It is an application built with the following elements: 
  
-Point your browser to [[http://www.primefaces.org]] and download the latest version of the product. +  * primefaces (of course!!!) 
 +  * facelets (instead of JSP for using Java Server Faces, it gives more power to the application) 
 +  * spring 
 +  * hibernate
  
-You should also download the following dependencies libraries: +So, why I should care about this, if somebody have show me the path??? 
  
 +Thanks to the primefaces guys, you are the best!!!!
  
- 
-==== 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 22:02 (external edit)