- Learning PrimeFaces Extensions Development
- Sudheer Jonna
- 163字
- 2021-07-16 12:11:16
What you need for this book
As a reader of this book, you need to install JDK 5 or a higher version and Maven on your machine along with the compatible JSF and the PrimeFaces libraries. Optionally, you can also use software such as Eclipse IDE, debugging tools such as Firebug, and developer tools to debug your applications.
To run the customized web applications mentioned in this book, we stored the projects in GitHub, and you can pull the projects for a better and quick practical experience.
The following list of software and tools will be used in the custom web projects mentioned in this book:
- Java JDK 1.5+ from the official Oracle website (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
- Mojarra Java Server Faces' latest implementation version (https://javaserverfaces.java.net/download.html)
- PrimeFaces' latest version from the PrimeFaces official site (http://www.primefaces.org/downloads.html)
- The latest PrimeFaces Extensions version (http://primefaces-extensions.github.io/)
- Eclipse from the official site (http://www.eclipse.org) or any other Java IDE
- Apache Maven build tool from the official site (http://maven.apache.org/) to work with customized projects