Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ejb-3.1

How to write EJB 3.1 client for WebSphere 8.5?

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

Why @Singleton over @ApplicationScoped in Producers?

Startup bean not called

How to inject a @Named bean into a Junit test

java junit java-ee-6 cdi ejb-3.1

Java EE 6 - The Persistent Domain Objects pattern - any successes?

Cancelling an @Asynchronous EJB call

Does CDI make sense if there is no Web layer and hence no HTTP session?

java java-ee-6 cdi ejb-3.1

Can an EJB bean implement multiple interfaces?

Injecting EJB 3 into Spring Bean

spring jboss7.x ejb-3.1

@Asynchronous not resulting in async invocation of EJB method in JBossAS7

Hold session in stateful EJB 3.1 bean?

In TDD, why OpenEJB and why Arquillian?

tdd ejb ejb-3.1 openejb

Maven 2 & Packaging ejb vs jar

java maven-2 ejb-3.1

Inject a stateless EJB with @Inject into CDI Weld ManagedBean (JSF 1.2 EJB Application on jboss 6 AS)

EJB3.1 System Exceptions vs javax.ejb.EJBException

Jetty 8 + EJB 3.1 + JTA + CDI + JPA 2 stack?

Call Methods Asynchronous in EJB

Unit Testing EJB 3.1

Invoking remote ejb in a 2-node wildfly cluster