Use this tag for questions relating specifically to Java Enterprise Edition 7.
Every time I make even the tiniest change to my POM Intellij removes the .war extension for my exploded artifact …
maven intellij-idea java-ee-7 intellij-13I am migrating an application to Java EE 7 and would like to CDI 1.1. But I don't get the meaning of …
dependency-injection cdi java-ee-7I have a REST Service which exposes a POST service using Form Parameters: @POST @Path("/add") @Produces("text/html") public …
rest jakarta-ee java-ee-7I see, that in JSF most of the standard components that mapped to HTML tags, e.g. <h:commandButton/&…
jsf jsf-2 java-ee-7I have one application running in the following environment. GlassFish Server 4.0 JSF 2.2.8-02 PrimeFaces 5.1 final PrimeFaces Extension 2.1.0 OmniFaces 1.8.1 EclipseLink 2.5.2 having …
jsf jakarta-ee primefaces websocket java-ee-7I'm using Java EE 7. I would like to know what is the proper way to inject a JPA EntityManager into …
java jpa cdi entitymanager java-ee-7I'd need to create a javax.json.JsonArray object (Java EE 7 API) from a java.util.List of JsonObjects. Formerly, …
java json jakarta-ee java-ee-7