Questions tagged [java-ee-8]

Use this tag for questions relating specifically to Java Enterprise Edition 8.

Java Enterprise Edition 8 (JEE8) is a specification defining a collection of Java-based technologies and how they interoperate. JEE8 incorporates features of previous versions and adds:

  • Java Servlet 4.0 API with HTTP/2 support
  • Enhanced JSON support including a new JSON binding API
  • A new REST Reactive Client API
  • Asynchronous CDI Events
  • A new portable Security API
  • Server-Sent Events support (Client & Server-side)
  • Support for Java SE 8 new capabilities (e.g. Date & Time API, Streams API, annotations enhancements)

See Overview below for a list of updated and new JSRs.

Numerous implementations are available in the form of both commercial products and open source projects. Glassfish 5 is the reference implementation for JEE8.

Information

This tag is specific for the Java EE 8 version. See the tag for general Java EE questions.

Useful links

467 questions
-2
votes
1 answer

JAVA SOAP Service Dependencies in TOMCAT

I have a JAX-WS service that also has some dependencies and I need to bundle them together as part of the WAR file so that when deployed to the server the dependencies are not installed in the normal $TOMCAT/lib directory which may affect other…
dadidaochieng
  • 105
  • 13
-3
votes
1 answer

How to upload multiple files on java

I have "folder" filled with documents, that i need to upload, i already used apache fileUpload but this "upload the entire folder to the jvm heap memory" so if the user have a folder with 100mb of docs, the application will launch java heap size…
1 2 3
31
32