Registry / other / geronimo-ejb-3-1-spec

geronimo-ejb-3-1-spec

JSON →
library1.0.2javamavenunverified

Geronimo EJB 3.1 Spec provides the API for Enterprise JavaBeans 3.1.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-ejb_3.1_spec</artifactId> <version>1.0.2</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-EJB-3-1-S
G
geronimo-ejb-3-1-spec
otherjavav1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Stateless
javax.ejb.Stateless

Define a stateless session bean using the EJB 3.1 API.

import javax.ejb.Stateless; @Stateless public class MyEjb { public String sayHello() { return "Hello from EJB!"; } }
Debug
Known issues
gotchaThis is a specification API; you need an implementation (e.g., Apache TomEE) to run.
fix
Add a compatible EJB container to your runtime.
affects: *
Upgrade
Version history
1.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
geronimo-ejb-3-1-spec — mvn dependency:get geronimo-ejb-3-1-spec · libregistry