Use this tag for questions relating specifically to Java Enterprise Edition 7.
I developed a set of restful web services. I couldn't call any of these methods from remote clients due to …
cors jax-rs cross-domain java-ee-7 wildfly-8I have below annotation. MyAnnotation.java @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface MyAnnotation { } SomeAspect.java public class SomeAspect{ @…
java spring spring-aop spring-3 java-ee-7Is it possible to get the HttpServletRequest inside a @ServerEndpoint? Primarily I am trying to get it so I can …
websocket java-ee-7I am new to JBOSS.I downloaded jboss-as-7.1.1.Final.zipand unzip this zip file. Then I go to bin folder …
java jboss java-ee-7Now I am reading "Begining Java EE 7". And I was wondered that Java EE 7 is a good stack of technologies, …
spring java-ee-7I have an enterprise application running in the following environment. Mojarra 2.2.7 PrimeFaces 5.0 final PrimeFaces Extension 2.0 final OmniFaces 1.8.1 EclipseLink 2.5.2 having JPA 2.1 …
jakarta-ee jpa eclipselink java-ee-7 jpa-2.1When should I use @javax.persistence.Lob annotation in JPA? What datatypes can be annotated by this annotation?
java jpa annotations java-ee-7I am using GlassFish Server 4.1/Java EE 7. In my web.xml file, I mentioned the following security constraints. <security-constraint&…
html jakarta-ee ssl websocket java-ee-7