Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ejb

How does a Java Event, specifically the javax.enterprise.event.fire() behave?

java ejb cdi

Avoiding timeout on container-managed EntityManager

jakarta-ee jpa ejb jta oc4j

Mdb vs EJB 3.1 async method

What is the use of @Transactional annotation

ejb transactional

JBoss Seam Design Patterns? [closed]

jsf jpa seam ejb

What are the advantages of using EJB compared to POJO? [closed]

java jakarta-ee ejb pojo

Remote lookup using @ejb annotation

java ejb

Why stateless session beans are single threaded?

java ejb

What is the difference between mappedName and lookup attributes of @Resource annotation in EJB?

How many EJBs is too many?

jakarta-ee glassfish ejb

JBoss AS 7.1 - running schedule using @Schedule annotation

Does a new transaction detach all previous entities?

java spring jpa transactions ejb

Java EE 7 Automatic Timer (EJB Timer) not working for WildFly 8.1.0

how is state of instance variables of a stateless bean preserved for next invocation in EJB?

jakarta-ee ejb state

Gradle: Could not find method provided()

Using @TransactionAttribute(value = TransactionAttributeType.NEVER) on a method

How to Inject a Bean with EJB 3.1 before the class constructor runs?

session scoped managed bean vs stateful bean vs httpsession

Why EJB need to implement serializable interface?

Do I need to use @Remote when I want to expose an EJB to a different application on same app server?