Use this tag for questions relating specifically to Java Enterprise Edition 7.
I have migrated my application from JSF 1.2 to 2.2. It used XML namespaces on java.sun.com domain like xmlns:f="…
jsf facelets jsf-2.2 xml-namespaces java-ee-7I'm unable to deploy my project after migrating it from Java EE 6 to Java EE 7. I already have CDI enabled (…
jakarta-ee java-ee-6 cdi glassfish-4 java-ee-7To sum up my failing project: My @ServerEndpoint class is packaged in a WAR together with the beans.xml file. …
dependency-injection websocket ejb java-ee-7 tyrusI am making application using JAVA EE,JAX-RS,JPA,GLASSFISH. Response is working properly in case of MediaType.APPLICATION_XML. …
glassfish jax-rs java-ee-7I am trying to develop a Java EE 7 web application that uses a websocket endpoint and deploy it on a …
java jakarta-ee web-applications jetty java-ee-7I've browsed a lot of Web Socket examples, presentation slides and they are mostly concentrated on a rather simple scenarios …
java jakarta-ee websocket java-ee-7I'm doing a project in eclipse with JSF 2.2 and Servlet 3.1 (Java EE7). The first problem I had was a error …
maven java-ee-7 servlet-3.1Java EE 7 allows you to create new endpoints very easily through annotations. However, I was wondering is having multiple endpoints …
websocket java-ee-7