Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-ee-6

Controlling CDI Startup inside EJB 3.1

Glassfish: Unable to map datasource JNDI name to portable name using glassfish-web.xml

What is the difference between mappedName and lookup attributes of @Resource annotation in EJB?

What's the purpose of extending Java serializable class? [duplicate]

java jakarta-ee java-ee-6

AJAX render attribute doesn't work with rendered="false" component [duplicate]

JEE6 REST Service @AroundInvoke Interceptor is injecting a null HttpServletRequest object

Java EE SDK 6 is not being installed on windows 7

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

CDI missing @ViewScoped and @FlashScoped

java seam java-ee-6 cdi

Create interceptor qualifier thats ignore annotation value()

Java EE 6 and Singletons

@RequestScoped CDI injection into @MessageDriven bean

How to inject a CDI Bean in a ManagedBean?

jsf jakarta-ee ejb java-ee-6 cdi

GlassFish, CDI and constructor injection

Is there something analogous to Springs @Transactional annotation available in Java EE 6?

Startup bean not called

Injecting generic Beans with CDI/Weld

Auto-reload changed files in Java

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?