All Projects → javaee → Javaserverfaces Spec

javaee / Javaserverfaces Spec

Licence: other
JavaServer(TM) Faces Specification web site

Labels

Projects that are alternatives of or similar to Javaserverfaces Spec

Swift 30 Projects
30 mini Swift Apps for self-study
Stars: ✭ 6,972 (+16500%)
Mutual labels:  mvc
Jsf2.2 Spring4 Hibernate4 Mysql
Full configured JSF2.2.10, Primefaces5, Spring4, Hibernate4/MySQL working project
Stars: ✭ 10 (-76.19%)
Mutual labels:  jsf
Jsftutorial.imanbayli.net
Java Server Faces (JSF) Tutorials
Stars: ✭ 29 (-30.95%)
Mutual labels:  jsf
Furion
Make .NET development easier, more versatile, and more popular.
Stars: ✭ 902 (+2047.62%)
Mutual labels:  mvc
Famework
Famework is a simple to use PHP Framwork to easily create splendid but lightweight web applications.
Stars: ✭ 8 (-80.95%)
Mutual labels:  mvc
Ssm redis template
An template based on Maven, using Spring + Spring MVC + mybatis + spring-data-redis frames. It can be used to construct a new Java Web Appliaction quickly
Stars: ✭ 13 (-69.05%)
Mutual labels:  mvc
Latke
🌀 一款以 JSON 为主的 Java Web 框架。
Stars: ✭ 781 (+1759.52%)
Mutual labels:  mvc
Codegen
A model-view based code generator written in Java
Stars: ✭ 36 (-14.29%)
Mutual labels:  mvc
Mysrv
Yet another Node.js web framework, based on koa.js 又一个 Node.js MVC 框架,基于Koa2
Stars: ✭ 10 (-76.19%)
Mutual labels:  mvc
Jetweet
Jetweet is a mini twitter clone with basic functionalities, Made using ASP.NET CORE and Entity framework technologies
Stars: ✭ 29 (-30.95%)
Mutual labels:  mvc
Pieshopcore
A simple pie shopping management system using ASP.NET CORE MVC application
Stars: ✭ 25 (-40.48%)
Mutual labels:  mvc
Bestnote
👊 持续更新,Java Android 近几年最全面的技术点以及面试题 供自己学习使用
Stars: ✭ 841 (+1902.38%)
Mutual labels:  mvc
Ffcms
FFCMS 3 project distributive
Stars: ✭ 15 (-64.29%)
Mutual labels:  mvc
Ios Architecture
A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
Stars: ✭ 901 (+2045.24%)
Mutual labels:  mvc
Rankmusic
RankMusic音乐排行榜 一个使用kotlin 语言开发的android项目。
Stars: ✭ 30 (-28.57%)
Mutual labels:  mvc
Blogifier
Blogifier is an open-source publishing platform built with .NET Core 5.0 and the latest technologies.
Stars: ✭ 794 (+1790.48%)
Mutual labels:  mvc
Silexstarter
Starter app based on Silex framework with mvc and modular arch, scaffold generator, and admin panel
Stars: ✭ 11 (-73.81%)
Mutual labels:  mvc
Razzle Unrouted
Blazingly fast server-rendered MVC Webapps with Preact and Webpack
Stars: ✭ 39 (-7.14%)
Mutual labels:  mvc
Javaee7 Petclinic
Java EE 7 Petclinic
Stars: ✭ 31 (-26.19%)
Mutual labels:  jsf
Recife
A powerful MVC Framework for GraphQL
Stars: ✭ 20 (-52.38%)
Mutual labels:  mvc

About

JavaServer Faces technology simplifies building user interfaces for JavaServer applications. Developers can build web applications by assembling reuseable UI components in a page; connecting these components to an application data source; and wiring client-generated events to server-side event handlers. This project provides information on the continued development of the JavaServer Faces specification.

JavaServer Faces (JSF) is a JCP Standard technology for authoring component based user interfaces on the Java EE platform. This particular GitHub project hosts the official JSF specification issue tracker. There are three implementations of the JSF specification, all of them developed with OSI approved Open Source licenses.

Current Status

  • JSF 2.3 is the designated user interface standard for Java EE 8. It went final on 17 April 2017.

  • JSF 2.2 is the user interface standard for Java EE 7 The most recent major release of JSF is 2.2. This release occurred on 21 May 2013.

Downloads

JSF 2.3

JSF 2.3 and Java EE 8 are complete. The executable implementations of the JSF 2.3 milestones as well as other versions are available in the javax.faces repository. This release is included in GlssFish 5 Builds.

The human readable specification may be downloaded from <http://jcp.org/>.

The API is available at Maven Central at these coordinates.

<dependency>
  <groupId>javax.faces</groupId>
  <artifactId>javax.faces-api</artifactId>
  <version>2.3</version>
  <scope>provided</scope>
</dependency

The implementation is also available at these coordinates.

<dependency>
  <groupId>org.glassfish</groupId>
  <artifactId>javax.faces</artifactId>
  <version>2.3.8</version>
  <scope>provided</scope>
</dependency>

JSF 2.2

The executable implementation of JSF 2.2 is included in GlassFish 4.0.

The human readable specification may be downloaded from <http://jcp.org/>.

The binary specification is available at maven central at these coordinates.

<dependency>
  <groupId>javax.faces</groupId>
  <artifactId>javax.faces-api</artifactId>
  <version>2.2</version>
  <scope>provided</scope>
</dependency>

For convenience, the binary specification is also provided in this zip file, but by downloading it, you are agreeing to the terms and conditions stated here.

Miscellaneous Downloads

Additional project related downloads are available here

Learning More

JSF 2.3

Some of many JSF 2.3 related articles may be found in

JSF 2.2

An overview of new features in JSF 2.2 may be found in this slideshare presentation <http://www.slideshare.net/edburns/jsf-22-26091922>, the video for which is from JavaZone 2013.

IMPORTANT!

  • By contributing to this project, you are agreeing to the terms of use described in CONTRIBUTING.md
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].