All Projects → ova2 → Primefaces Cookbook

ova2 / Primefaces Cookbook

PrimeFaces Cookbook - recipes to leading JSF component suite

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Primefaces Cookbook

Javaee7 Samples
Java EE 7 Samples
Stars: ✭ 2,470 (+2500%)
Mutual labels:  jsf
jsf
Creates fake JSON files from a JSON schema
Stars: ✭ 46 (-51.58%)
Mutual labels:  jsf
Jsftutorial.imanbayli.net
Java Server Faces (JSF) Tutorials
Stars: ✭ 29 (-69.47%)
Mutual labels:  jsf
maratona-jsf
Fontes do curso de JSF oferecido pelo DevDojo
Stars: ✭ 18 (-81.05%)
Mutual labels:  jsf
ButterFaces
A lightweight and responsive JSF framework that combines the advantages from Bootstrap, jQuery and HTML 5 to develop fast, easy and modern web applications using JSF 2.
Stars: ✭ 81 (-14.74%)
Mutual labels:  jsf
optimusfaces
Utility library for OmniFaces + PrimeFaces combined
Stars: ✭ 36 (-62.11%)
Mutual labels:  jsf
Admin Template
JSF responsive admin template based on Bootstrap and AdminLTE
Stars: ✭ 170 (+78.95%)
Mutual labels:  jsf
Joinfaces Maven Jar Example
JoinFaces Maven Jar Example
Stars: ✭ 62 (-34.74%)
Mutual labels:  jsf
helloworld-web
Hello World web application in 39 different ways in Java
Stars: ✭ 18 (-81.05%)
Mutual labels:  jsf
Jsf2.2 Spring4 Hibernate4 Mysql
Full configured JSF2.2.10, Primefaces5, Spring4, Hibernate4/MySQL working project
Stars: ✭ 10 (-89.47%)
Mutual labels:  jsf
jakartaee-faces-sample
Jakarta EE 10 Faces Example
Stars: ✭ 20 (-78.95%)
Mutual labels:  jsf
primestrap
JSF, PrimeFaces and Bootstrap Integration
Stars: ✭ 33 (-65.26%)
Mutual labels:  jsf
Joinfaces
JoinFaces: JSF Spring Boot Starters - JSF inside Spring Boot Application
Stars: ✭ 295 (+210.53%)
Mutual labels:  jsf
Omnifaces
To make JSF life easier
Stars: ✭ 243 (+155.79%)
Mutual labels:  jsf
Javaee7 Petclinic
Java EE 7 Petclinic
Stars: ✭ 31 (-67.37%)
Mutual labels:  jsf
Defterp
deftERP - Jakarta EE (Java EE 7 : JSF, JPA, EJB, CDI, Bean Validation)
Stars: ✭ 207 (+117.89%)
Mutual labels:  jsf
javaee8-cookbook
Jakarta EE 8 Cookbook (second edition)
Stars: ✭ 40 (-57.89%)
Mutual labels:  jsf
Javaee8 Playground
Test project for playing with Java EE 8 APIs. Includes early releases for the specifications that will be part of the Java EE 8 Platform (JSR-366 Umbrella Spec).
Stars: ✭ 69 (-27.37%)
Mutual labels:  jsf
Javaserverfaces Spec
JavaServer(TM) Faces Specification web site
Stars: ✭ 42 (-55.79%)
Mutual labels:  jsf
Javaee8 Samples
Java EE 8 Samples
Stars: ✭ 333 (+250.53%)
Mutual labels:  jsf

PrimeFaces Cookbook (Second Edition). All examples are compatible with PrimeFaces 5.x.

Build Status

Prerequisites

  • Install Git as described in the Pro Git book.
  • Install Maven 3 if you don't have it as this project is a Maven based project. You might need a JDK installation instead of a JRE for running Maven.
  • Install WildFly or Apache TomEE if you don't have it installed on your local.

Compile and Run Project

Open your console / terminal window and clone the repository with

git clone git://github.com/ova2/primefaces-cookbook.git

You can now explore the source code with samples, compile and run the project. To install the project, go to the project root folder primefaces-cookbook and type the following command

mvn install

The WAR file is located in the target folder below project root. The demo web application is prepared to run with PrimeFaces 5.2 and JSF 2.2.

You can deploy the WAR file on every Servlet 3.x compatible application server such as WildFly or Apache TomEE. The demo application is running under

http://localhost:8080/pf-cookbook/

Download WAR file

We use Travis and Jenkins as continuous integration tools. They builds the project after each commit. You can download the runnable showcase from the Jenkins' last build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].