PrimeFaces 是最早也最全面的支持 JSF2.0 的開源庫,它顯然走在了 RichFaces,IceFaces,MyFaces 的前面,2月14日後對JSF2.0 的支持更加的完善,增加了幾個組件並修補了很多bug,受益於JavaEE6.0的新技術,我們現在可以零配置的在 Netbeans6.8或新版本中開發 PrimeFaces 2.0應用。 構成的主要三個模組![]()
Maven <!-- org.primefaces --> <repository> <id>prime-repo</id> <name>Prime Technology Maven Repository</name> <url>http://repository.prime.com.tr</url> <layout>default</layout> </repository> ... <dependency> <groupId>org.primefaces</groupId> <artifactId>primefaces</artifactId> <version> 2.2.RC1-SNAPSHOT </version> </dependency> PF2 on GAEPrimeFaces and JSF 2.0 on Google App EngineAugust 9, 2010 — cagatayciviciMany PrimeFaces community members have requested for an example about deploying JSF 2.0 and PrimeFaces 2 to Google App Engine. As a lightweight components suite, PrimeFaces does not contain any mumbo jumbo to make things complicated so since GAE supports JSF 2.0, it is quite easy to add PrimeFaces for fancy UIs. I’ve first installed Google plugin for eclipse and then followed the instructions at this nice tutorial. That was it, PrimeFaces Labs Showcase based on 2.2.RC1-SNAPSHOT and Mojarra-2.0.3 is now deployed at; Except image processing components like imageCropper, most of the features of PrimeFaces are working. http://xiexiejiao.cn/java/primefaces-1-0-0-2-0-0-release-download.html |