Last Version

JavaEE Inject - Example EJB 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-ejb
Version

Version

7.0.0
Type

Type

ejb
Description

Description

JavaEE Inject - Example EJB 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-ejb 7.0.0


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

Dependencies

compile (1)

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

provided (1)

Group / Artifact Type Version
javax : javaee-api jar 6.0

Project Modules

There are no modules declared in this project.