Use this tag for questions relating specifically to Java Enterprise Edition 5.
I am injecting a spring-managed bean into an abstract class and it seems that it doesn't work. Here is an …
spring dependency-injection java-ee-5Is 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 there any difference between an asynchronous JMS (Java Messaging Service) consumer vs an actual MDB (Message Driven Bean). The …
jakarta-ee ejb jms java-ee-5 message-driven-beanI get the username of the connected user (using j_security_check) this way, through a managed bean: ...... username = FacesContext.…
jsf java-ee-5 j-security-check userprincipalGood evening, In a test JSF 2.0 web app, I am trying to get the number of active sessions but there …
jsf servlets java-ee-5 servlet-listenersIn JSF 1.2 One was listing Items using Java List : private List<Customer> customerItems = null; , but in JSF 2.0 JSf …
jsf java-ee-5 datamodelI have been trying to find out how best I can host a JavaEE5 web application with Oracle11g database. …
oracle11g hosting web-hosting java-ee-5We have developed a JEE5 web application (WAR) and running it in production under WebLogic 11g (10.3.5). Now the same application …
java web-applications deployment weblogic-10.x java-ee-5