no better way to learn Primefaces as to use their showcase
https://github.com/primefaces/showcase
git clone https://github.com/primefaces/showcase.git
cd showcase
git checkout tags/6_1
mvn clean package
mvn jetty:run
http://localhost:8080/showcase/
However, the official showcase is here https://www.primefaces.org/showcase/index.xhtml but the published code can be incomplete, so better get it from github.
The examination of all these components can be really educational... nothing better to learn something than seeing it in action.
Friday, November 24, 2017
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment