Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ejb

Is it bad design to make your business(service) layer dependant on a user session?

java architecture ejb

What's the default scope for a bean created by a @Produces method without a scope annotation?

java jakarta-ee ejb cdi

How to prevent "Local transaction already has 1 non-XA Resource" exception?

How singleton is javax.ejb.Singleton in a clustered environment?

JPA query language criteriaBuilder

java jpa glassfish ejb jpa-2.0

javax.ejb.EJBAccessException: JBAS013323: Invalid User

POJO vs EJB vs EJB 3 [duplicate]

java ejb pojo

Multithreading in a stateless session bean?

ClassCastException when casting looked-up EJB view in AS7

Why are EJBs thread safe and servlets not ?

ejb Security questions regarding Roles and Authentication

java security login ejb roles

Correct usage of Stateful Beans with Servlets

Does EJB container reside in all application servers. EJB container in depth

Why does CMT commit on exit of EJB method, when transaction attribute is "Required"?

Comparing OpenEjb and Glassfish

Java EE6 Schedule Range

Add Java EE Security Roles dynamically without using deployment descriptor

JPA ManyToMany, how can JoinTable have a property?

What is the difference between JMS consumer and Message Driven Beans (MDB)