Code Monkey home page Code Monkey logo

primefaces-cookbook's Introduction

Table of Contents

Getting Started

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.

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 demo web application is prepared to run with Jetty 8 server. To run it with JSF MyFaces implementation, type in the console / terminal window

mvn jetty:run

To run it with JSF Mojarra implementation, type

mvn jetty:run -Pmojarra

This starts Jetty server and the demo app is available under the following URL in a web browser

http://localhost:8080/primefaces-cookbook/

Jetty will continue to run until you stop it with a Ctrl+C in the console / terminal window where it is running.

Download WAR file

We use Jenkins as continuous integration tool. It builds the project after each commit. You can download the runnable showcase from the Jenkins' last build. It's deployable on every Servlet 2.5 compatible servlet container.

primefaces-cookbook's People

Contributors

hkarakose avatar mulderbaba avatar ova2 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.