License |
License |
---|---|
GroupId | GroupIdorg.ploin.web |
ArtifactId | ArtifactIdploinFaces |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionploinFaces
With ploinFaces you can define a flow/conversation for a JSF-App. A flow contains views and attributes. If you leave the flow, the attributes will be removed from the http-session. This is similar to SpringWebFlow, but much easier und designed for JSF!
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ploinFaces-2.2.1.pom | |
ploinFaces-2.2.1.jar | 41 KB |
ploinFaces-2.2.1-sources.jar | 33 KB |
ploinFaces-2.2.1-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ploin.web/ploinFaces/ -->
<dependency>
<groupId>org.ploin.web</groupId>
<artifactId>ploinFaces</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ploin.web/ploinFaces/
implementation 'org.ploin.web:ploinFaces:2.2.1'
// https://jarcasting.com/artifacts/org.ploin.web/ploinFaces/
implementation ("org.ploin.web:ploinFaces:2.2.1")
'org.ploin.web:ploinFaces:jar:2.2.1'
<dependency org="org.ploin.web" name="ploinFaces" rev="2.2.1">
<artifact name="ploinFaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ploin.web', module='ploinFaces', version='2.2.1')
)
libraryDependencies += "org.ploin.web" % "ploinFaces" % "2.2.1"
[org.ploin.web/ploinFaces "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1 |
commons-logging : commons-logging-api | jar | 1.1 |
log4j : log4j | jar | 1.2.15 |
dom4j : dom4j | jar | 1.6.1 |
jaxen : jaxen | jar | 1.1.1 |
com.sun.faces : jsf-api | jar | 2.0.2 |
com.sun.faces : jsf-impl | jar | 2.0.2 |
javax.servlet : servlet-api | jar | 2.5 |
javax.el : el-api | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.9 |