primefaces

Ultimate Component Suite for JavaServer Faces

  • 所有者: primefaces/primefaces
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Maven
Javadoc
Travis
Sonar
License: MIT
Join the chat at https://gitter.im/primefaces/primefaces

PrimeFaces

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

PrimeFaces Logo

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, JSF version, Java version, Documentation
------------, -------------, -------------, -------------, -------------, -------------, 8.0-SNAPSHOT, 2.0 - 2.3, 1.8 - ?, 8.0 Documentation
7.0, primefaces-7.0.jar, primefaces-7.0-sources.jar, 2.0 - 2.3, 1.7 - ?, 7.0 Documentation
6.2, primefaces-6.2.jar, primefaces-6.2-sources.jar, 2.0 - 2.3, 1.6 - ?, 6.2 Documentation
6.1, primefaces-6.1.jar, primefaces-6.1-sources.jar, 2.0 - 2.3, 1.5 - ?, 6.1 Documentation
6.0, primefaces-6.0.jar, primefaces-6.0-sources.jar, 2.0 - 2.2, 1.5 - ?, 6.0 Documentation
5.3, primefaces-5.3.jar, primefaces-5.3-sources.jar, 2.0 - 2.2, 1.5 - ?, 5.3 Documentation
5.2, primefaces-5.2.jar, primefaces-5.2-sources.jar, 2.0 - 2.2, 1.5 - ?, 5.2 Documentation
5.1, primefaces-5.1.jar, primefaces-5.1-sources.jar, 2.0 - 2.2, 1.5 - ?, 5.1 Documentation

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

Maven
  • Official release

    <dependency>
        <groupId>org.primefaces</groupId>
        <artifactId>primefaces</artifactId>
        <version>7.0</version>
    </dependency>
    
  • Snapshot (should NOT be used in production environments!)

    <dependency>
        <groupId>com.github.primefaces</groupId>
        <artifactId>primefaces</artifactId>
        <version>master-SNAPSHOT</version>
    </dependency>
    
    <repositories>
    	<repository>
    	    <id>jitpack.io</id>
    	    <url>https://jitpack.io</url>
    	</repository>
    </repositories>
    

Usage


Namespaces

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

xmlns:p="http://primefaces.org/ui"
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 are available as a separate project.

Documentation


A User Guide is available here.

Contribution


Visit the Contribution Wiki page for detailed information.

License


Licensed under the MIT License.

主要指標

概覽
名稱與所有者primefaces/primefaces
主編程語言Java
編程語言Java (語言數: 8)
平台
許可證MIT License
所有者活动
創建於2015-04-11 09:48:53
推送於2025-07-15 00:04:14
最后一次提交2025-07-14 14:27:30
發布數115
最新版本名稱15.0.5 (發布於 )
第一版名稱2_0_0_RC (發布於 )
用户参与
星數1.9k
關注者數126
派生數779
提交數16.4k
已啟用問題?
問題數7814
打開的問題數73
拉請求數5458
打開的拉請求數3
關閉的拉請求數684
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?