Getting started

PrescoFaces is a lightweight library with one jar, zero-configuration and needs only the standard json libraries from json.org as additional dependency. You just need to download PrescoFaces, add the prescofaces-{version}.jar as well as json-{version}.jar to your classpath and declare the namespace in your xhtml files to get started. Of course, you have to include the standard JSF libraries as usual.

Namespace

To be able to use the PrescoFaces components in your xhtml files, you need to add the PrescoFaces namespace:

xmlns:hf="http://prescofaces.org"

Component usage

To get an overview which components exist and how to use them, visit our showcase application.

PrescoFaces also provides context sensitive help in its tag library. So if you use an intelligent IDE like e.g. Netbeans, you will see all supported tag attributes and their meaning while typing.


If you have a PrescoFaces PRO license, you can contact us directly if you need help, feature requests or bug submissions.


Deployment

If you are deploying a commercial product, consider purchasing a PrescoFaces PRO license to have a support contract at hand.


Links

PrescoFaces source code including the showcase can be found at http://prescofaces.sourceforge.net

Bugs and Feature Requests can be submitted here: https://sourceforge.net/p/prescofaces/tickets/

New versions are submitted to Maven Central, so you can easily add it to your maven based projects:
                    <dependency>
                         <groupId>org.prescofaces</groupId>
                         <artifactId>prescofaces</artifactId>
                         <version>${project.version}</version>
                    </dependency>
                


© 2015 by Bauer-Live Softwaredevelopment