Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-ee-6

What are the differences between mapping,binding and parsing?

Java EE scenarios that cannot be handled by Tomcat

"@inject"-ed attribute remains null

In simplest terms, can anyone explain to me the difference between JAAS, JACC and JASPIC?

What is the Spring DI equivalent of CDI's InjectionPoint?

Are Java EE 6 CDI events transactional?

transactions java-ee-6 cdi

How to set up manifest class-path properly in maven-war-plugin

maven java-ee-6 ear

Servlet 3.0 asynchronous

java servlets java-ee-6

Java EE 6: Target Unreachable, identifier 'helloBean' resolved to null [duplicate]

CDI on Tomcat 7 - does it make sense?

tomcat jsf-2 java-ee-6 cdi

How can i config module and application name for JNDI Lookups

httpOnly Session Cookie + Servlet 3.0 (e.g. Glassfish v3)

Why does maven not copy the properties files during the build process?

Unsatisfied dependencies for type [...] with qualifiers [@Default] at injection point (using @Stateful EJB with CDI)

java ejb-3.0 java-ee-6 cdi seam3

@OneToOne(optional=false) and @JoinColumn(nullable=false) used together

Is it possible to @Inject a @RequestScoped bean into a @Stateless EJB?

Where should beans.xml be placed?

java-ee-6 glassfish-3

what is the right path to refer a jar file in jpa persistence.xml in a web app?

java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file javax/mail/MessagingException

Does a JCA 1.6 ResourceAdapter need a ManagedConnectionFactory?

java jakarta-ee java-ee-6 jca