Giter Site home page Giter Site logo

alainpannetier / primefaces Goto Github PK

View Code? Open in Web Editor NEW

This project forked from primefaces/primefaces

0.0 2.0 0.0 23.25 MB

Ultimate Component Suite for JavaServer Faces

Home Page: http://www.primefaces.org

Java 44.23% XSLT 0.02% CSS 4.69% JavaScript 51.06%

primefaces's Introduction

PrimeFaces

This is an overview page, please visit PrimeFaces.org for more information.

PrimeFaces icon

Overview


PrimeFaces is one of the most popular UI libraries in Java EE Ecosystem and widely used by software companies, world renowned brands, banks, financial institutions, insurance companies, universities and more. Here are some of the users who notified us or subscribed to a PrimeFaces Support Service.

Getting Started


PrimeFaces can be downloaded manually or via maven.

Latest Downloads
Version Binary Source
6.0 primefaces-6.0.jar primefaces-6.0-sources.jar
5.3 primefaces-5.3.jar primefaces-5.3-sources.jar
5.2 primefaces-5.2.jar primefaces-5.2-sources.jar
5.1 primefaces-5.1.jar primefaces-5.1-sources.jar

For a full list of the available downloads, please visit the download page.

Maven
<dependency>  
    <groupId>org.primefaces</groupId>  
    <artifactId>primefaces</artifactId>  
    <version>6.0</version>  
</dependency>  

Usage


Namespaces

PrimeFaces namespace is necessary to add PrimeFaces components to your pages.

xmlns:p="http://primefaces.org/ui"

For PrimeFaces Mobile, the namespace would be:

xmlns:pm="http://primefaces.org/mobile"  
Test Run
<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:h="http://java.sun.com/jsf/html"
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:p="http://primefaces.org/ui">

	<h:head>

	</h:head>
	
	<h:body>
	
		<p:spinner />
		
	</h:body>
</html>

Demo


Please refer to the showcase in order to see the full usage of the components. Sources of PrimeFaces showcase is available as separate project.

Documentation


User Guide is available at documentation page along with other additional resoures.

Contribution


Visit Contribution Wiki page for the detailed information.

License


Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0

primefaces's People

Contributors

cagataycivici avatar tandraschko avatar mertsincan avatar jfarcand avatar sudheerj avatar rapster avatar oskarspakers avatar zsalab avatar erickdeoliveiraleal avatar firsthour avatar fastaincs09 avatar srbala avatar ivolucas avatar msgeissler avatar ngriffin7a avatar brainlag avatar gpoluch avatar melloware avatar julienng avatar hatspencer avatar hatemalimam avatar ghetolay avatar didiez avatar bodabela avatar nicolaisotta avatar mustafacataltepe avatar beevelop avatar ludekz avatar javirpo avatar nofr1ends avatar

Watchers

James Cloos avatar Alain Pannetier 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.