New posts in ejb

LOAD and CACHE application-scoped data with @Singleton and @Stateless

Java Component based vs Request based frameworks

Java EE Containers vs Web Containers

ejb lookup failing with NamingException

EJB support in Websphere Traditional vs Liberty

Why Stateful and Stateless beans behave in opposite way?

Letting the presentation layer (JSF) handle business exceptions from service layer (EJB)

Web Services vs EJB vs RMI, advantages and disadvantages?

Correct usage of Stateful Beans with Servlets

Jboss Java EE container and an ExecutorService

EJB 3.1 @LocalBean vs no annotation

What is local/remote and no-interface view in EJB?

JSF managed-bean EJB injection

When to use Stateful session bean over Stateless session bean?

When using @EJB, does each managed bean get its own @EJB instance?

Handling service layer exception in Java EE frontend method

Stateless and Stateful Enterprise Java Beans

How do CDI and EJB compare? interact?

Cannot instantiate the type List<Product> [duplicate]

Where to use EJB 3.1 and CDI?