Skip to content
ayslanms edited this page Jul 4, 2021 · 101 revisions

What is Xpert-framework?

Xpert-Framework is a component suite for JSF 2, EJB and JPA/Hibernate, integrated with Primefaces, the main idea of xpert-framework is facilitate the development of Web applications.

Downloads

Version Release Date
xpert-framework-1.9.0-SNAPSHOT 04/01/2021
xpert-framework-1.8.3 03/05/2017
xpert-framework-1.8.2 13/08/2015
xpert-framework-1.8.1 08/05/2015
xpert-framework-1.8 28/10/2014
xpert-framework-1.7.1 28/08/2014
xpert-framework-1.7 10/06/2014

Maven

Add this dependency to your pom.xml.

<dependency>
    <groupId>com.xpert</groupId>
    <artifactId>xpert-framework</artifactId>
    <version>1.8.3</version>
</dependency>

Add this repository:

<repository>
	<id>xpert-framework</id>
	<name>xpert-framework</name>
	<url>http://xpert-framework.github.io/maven/</url>
</repository>

Archetypes

Archetype Zip Jar Release Date
war-1.5 war-archetype-1.5.zip war-archetype-1.5.jar 11/01/2021
ear-1.5 ear-archetype-1.5.zip ear-archetype-1.5.jar 11/01/2021
war-1.4 war-archetype-1.4.zip war-archetype-1.4.jar 04/01/2021
ear-1.4 ear-archetype-1.4.zip ear-archetype-1.4.jar 04/01/2021
war-1.3 war-archetype-1.3.zip war-archetype-1.3.jar 13/08/2015
ear-1.3 ear-archetype-1.3.zip ear-archetype-1.3.jar 13/08/2015
war-1.2 war-archetype-1.2.zip war-archetype-1.2.jar 08/05/2015
ear-1.2 ear-archetype-1.2.zip ear-archetype-1.2.jar 08/05/2015

Demo

http://showcase.xpertsistemas.com.br/

Documentation

PDF Version (legacy):

Web Version:

Clone this wiki locally