AppFuse Modular Archetype - JSF

Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well as AppFuse's JSF implementation.

License

License

Categories

Categories

Jakarta Server Faces Jakarta EE The Web Tier
GroupId

GroupId

org.appfuse
ArtifactId

ArtifactId

appfuse-modular-jsf
Last Version

Last Version

2.0-m5
Release Date

Release Date

Type

Type

jar
Description

Description

AppFuse Modular Archetype - JSF
Maven 2 archetype that creates a modular web application with AppFuse. This archetype creates two modules: "core" and "web". The core module depends on appfuse-service, while the web module depends on core as well as AppFuse's JSF implementation.

Download appfuse-modular-jsf

How to add to project

<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-modular-jsf/ -->
<dependency>
    <groupId>org.appfuse</groupId>
    <artifactId>appfuse-modular-jsf</artifactId>
    <version>2.0-m5</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-modular-jsf/
implementation 'org.appfuse:appfuse-modular-jsf:2.0-m5'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-modular-jsf/
implementation ("org.appfuse:appfuse-modular-jsf:2.0-m5")
'org.appfuse:appfuse-modular-jsf:jar:2.0-m5'
<dependency org="org.appfuse" name="appfuse-modular-jsf" rev="2.0-m5">
  <artifact name="appfuse-modular-jsf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-modular-jsf', version='2.0-m5')
)
libraryDependencies += "org.appfuse" % "appfuse-modular-jsf" % "2.0-m5"
[org.appfuse/appfuse-modular-jsf "2.0-m5"]

Dependencies

compile (6)

Group / Artifact Type Version
org.acegisecurity : acegi-security-tiger jar 1.0.3
junit : junit Optional jar 3.8.2
log4j : log4j jar 1.2.13
mysql : mysql-connector-java jar 5.0.5
org.springframework : spring jar 2.0.5
org.springframework : spring-mock Optional jar 2.0.5

Project Modules

There are no modules declared in this project.

Versions

Version
2.0-m5
2.0-m4
1.0-m3
1.0-m2