Skip to content

feuyeux/jsf-kms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSFRF KMS

feuyeux@yahoo.com

19/12/2013

AIR-KMS2.2:
JSF upgrade: 2.1.19 -> 2.2.4
RichFaces upgrade: 4.3.2.Final -> 4.3.4.Final

mvn clean install -PmysqlEnv

28/06/2013

AIR-KMS2.2:
JSF upgrade: 2.1.7 -> 2.1.19
RichFaces upgrade: 4.2.1.Final -> 4.3.2.Final
3.5.1-Final -> 4.3.0.Final 

mvn clean install -PmysqlEnv

04/04/2012

public page: http://feuyeux.github.com/kms

2010.4.15

JSF:

Mojarra:

<dependency>
	<groupId>org.glassfish</groupId>
	<artifactId>javax.faces</artifactId>
	<version>2.1.7</version>
</dependency>

MyFaces:

<dependency>
	<groupId>org.apache.myfaces.core</groupId>
	<artifactId>myfaces-api</artifactId>
	<version>2.1.6</version>
</dependency>
<dependency>
	<groupId>org.apache.myfaces.core</groupId>
	<artifactId>myfaces-impl</artifactId>
	<version>2.1.6</version>
</dependency>

RichFace: org.richfaces.ui richfaces-components-ui 4.2.1.Final

<dependency>
	<groupId>org.richfaces.core</groupId>
	<artifactId>richfaces-core-impl</artifactId>
	<version>4.2.1.Final</version>
</dependency>

About

knowledge management system implemented by using RichFace4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages