Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ejb-3.0

A JDBC Driver or DataSource class name must be specified in the ConnectionDriverName property "How to solve it?"

Call Methods Asynchronous in EJB

Unit Testing EJB 3.1

Options to organize my project with: JAX-RS API, ServiceLocator and Remote EJBs

Java EE 5 dependency injection?

Error getting JDBC Connection: Could not enlist in transaction on entering meta-aware object

java jdbc jboss ejb-3.0 jndi

How to inject resources into EJB3 beans with Spring 2.5?

java spring jakarta-ee ejb-3.0

Prevent transaction rollback in JBoss + Hibernate

How To Configure Query Cacheing in EclipseLink

Detach an entity from a JPA persistence context (JPA 2.0 / Hibernate / EJB 3 / J2EE 6)

hibernate jpa ejb-3.0

How to bind an entity to a specific persistence-unit

EntityManager.flush() commits the transaction in a Java web service

java oracle jpa jax-ws ejb-3.0

Java EE/Glassfish Application Logic

How to deploy EJB on server?

How to inject persistence context to different data source programmatically

Dynamic parameters for @Schedule method in an EJB 3.x

java timer ejb-3.0 schedule

Is it possible to use @EJB annotation to inject EJBs through different servers?

java ejb-3.0

Caching remote EJB 3.0 reference

java caching ejb-3.0

CommonJ TimerManager versus EJB3 TimerService

Can ejb interceptors change the return value of a method before the calling class gets it?