Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-ee-6

CDI @inject null pointer

java glassfish java-ee-6 cdi

How do I inject a local stateless session bean into a JAX-RS resource using CDI?

How to regenerate .apt_generated folder

eclipse java-ee-6

using an EJB 3.1 bean through a remote java stand-alone application

Accessing a EJB from a POJO

java java-ee-6 ejb-3.1

Shiro Intermittent Subject.getPrincipal

java-ee-6 shiro

@Specializes for EJB

ejb cdi java-ee-6

How to log request and response using servlet filter preserving the request body and response body?

Singletion EJB an Async method (LockType.Write) block till the method processes or will it release lock as soon as it returns the control to client?

Merging entity with a unique constraint

It is possible to override properties in a persistence.xml that is located in a jar dependency

How can I use Glassfish's JMS Broker to "proxy" a message on to a JMS Broker on the internet?

EJB3.1 Remote invocation - is it distributed automatically? is it expensive?