Use this tag for questions relating specifically to Java Enterprise Edition 6.
I'm developing a Java enterprise application, currently doing Java EE security stuff to restrict access for particular functions to specific …
java jakarta-ee enums annotations java-ee-6I feel there is a little mess in the Java EE 6 spec. There are several sets of annotations. We have …
java jakarta-ee java-ee-6 cdiI have a web application which can be deployed in tomcat but the same application is not starting in websphere 8.5.5. …
java websphere java-ee-6 guava websphere-8I'm starting a new project now. I have to choose technologies. I need something light, so no EJB or Seam. …
java spring jsf jakarta-ee java-ee-6I have been trying to deploy my web application (war) from Glassfish AdminConsole but I keep getting the following error …
security deployment glassfish java-ee-6 netbeans7.0I've used the maven-ear-plugin with the maven-war-plugin and maven-ejb-plugin to successfully deploy and run an application packaged as EAR to …
maven java-ee-6 earpersistence.xml looks like this: <persistence-unit name="testPU" transaction-type="RESOURCE_LOCAL"> <provider>org.hibernate.ejb.HibernatePersistence&…
hibernate jpa persistence java-ee-6 war