Last Version

JavaEE Inject - Example Web Module 7.0.0

This is a sample JAVA EE 6 project for demonstrating how the JavaEE Inject library should been used in Enterprise and/or Web Applications. Note, that with small changes you can easily convert this project back to JAVA EE 5, which is also supported by the library.

License

License

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

javaee-inject-example-war
Version

Version

7.0.0
Type

Type

war
Description

Description

JavaEE Inject - Example Web Module
This is a sample JAVA EE 6 project for demonstrating how the JavaEE Inject library should been used in Enterprise and/or Web Applications. Note, that with small changes you can easily convert this project back to JAVA EE 5, which is also supported by the library.

Download javaee-inject-example-war 7.0.0


<!-- https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-example-war/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>javaee-inject-example-war</artifactId>
    <version>7.0.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-example-war/
implementation 'org.wicketstuff:javaee-inject-example-war:7.0.0'
// https://jarcasting.com/artifacts/org.wicketstuff/javaee-inject-example-war/
implementation ("org.wicketstuff:javaee-inject-example-war:7.0.0")
'org.wicketstuff:javaee-inject-example-war:war:7.0.0'
<dependency org="org.wicketstuff" name="javaee-inject-example-war" rev="7.0.0">
  <artifact name="javaee-inject-example-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='javaee-inject-example-war', version='7.0.0')
)
libraryDependencies += "org.wicketstuff" % "javaee-inject-example-war" % "7.0.0"
[org.wicketstuff/javaee-inject-example-war "7.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.wicketstuff : wicketstuff-javaee-inject jar 7.0.0
org.apache.wicket : wicket-core jar 7.0.0

provided (2)

Group / Artifact Type Version
javax : javaee-api jar 6.0
org.wicketstuff : javaee-inject-example-ejb jar 7.0.0

Project Modules

There are no modules declared in this project.