Use this tag for questions relating specifically to Java Enterprise Edition 6.
I'm implementing a composite component and I found a issue which I didn't find a solution. I specified its attributes …
jsf-2 java-ee-6 composite-componentquesting is about javaee6 with embedded glassfish and embedded derby jndi lookup for data source at the time of deployment …
jndi java-ee-6 glassfish-3 derby glassfish-embeddedIs there any open source java library which can parse an EDI file in both ANSI X12 and UN/EDIFACT …
java jakarta-ee java-ee-6 java-ee-5 ediIs it safe to do something like this with CDI? @Named @ApplicationScoped public class DAO { @PersistenceContext private EntityManager entityManager; } I …
jakarta-ee jpa java-ee-6 cdiI have a small yet complete Java EE 6 application at hand. The traditional annotations are being used: @Resource, @EJB, @Singleton, @…
dependency-injection jakarta-ee java-ee-6 cdiI am new to Java EE 6 and CDI. I have read a couple of tutorials and the weld documentation. However …
java java-ee-6 glassfish-3 cdi ejb-3.1I'm trying to learn Java EE 6 and i'm just wondering how to implement authentication mechanism in Java EE 6. Here is …
java security authentication jakarta-ee java-ee-6I created a Java Web Application Project in NetBeans, and created a startup bean in it: package malibu.util; import …
jakarta-ee ejb java-ee-6 ejb-3.1