Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ejb

Default EJB transaction mode for asynchronous methods?

Is it discouraged to use Java 8 parallel streams inside a Java EE container?

When does @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) commit?

JSF Controller, Service and DAO

jsf jakarta-ee jpa ejb dao

Why do we need separate Remote and Local interfaces for EJB 3.0 session beans

jakarta-ee ejb ejb-3.0

Difference between Javabean and EJB [duplicate]

java ejb javabeans

Difference between @Stateless and @Singleton

ejb ejb-3.1

What does the @EJBs annotation do?

java jakarta-ee ejb

What is the difference between EJB, hibernate, spring and JSF? [closed]

java hibernate spring jsf ejb

When is it necessary or convenient to use Spring or EJB3 or all of them together?

Difference between Java Bean and Enterprise Java Beans? [closed]

java jakarta-ee ejb javabeans

Is it safe to manually start a new thread in Java EE?

jsf jakarta-ee concurrency ejb

Java Component based vs Request based frameworks

Java EE Containers vs Web Containers

Web Services vs EJB vs RMI, advantages and disadvantages?

Inject an EJB into JAX-RS (RESTful service)

java rest jakarta-ee ejb jax-rs

EJB 3.1 @LocalBean vs no annotation

java jakarta-ee ejb

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

java jakarta-ee ejb

When to use Stateful session bean over Stateless session bean?

Stateless and Stateful Enterprise Java Beans