Registry / other / javax-ejb-api

javax-ejb-api

JSON →
library3.2.2javamavenunverified

Enterprise JavaBean API for building distributed enterprise applications in Java EE.

<dependency> <groupId>javax.ejb</groupId> <artifactId>javax.ejb-api</artifactId> <version>3.2.2</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-EJB-API
J
javax-ejb-api
otherjavav3.2.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 @Stateless annotation.

import javax.ejb.Stateless; @Stateless public class MyBean { public String hello() { return "Hello"; } }
Debug
Known issues
breakingjavax.ejb is deprecated in favor of jakarta.ejb in Jakarta EE 9+.
fix
Migrate to jakarta.ejb.* for compatibility with modern Jakarta EE containers.
affects: >=3.2
Upgrade
Version history
3.2.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
javax-ejb-api — mvn dependency:get javax-ejb-api · libregistry