Der Status von Java EE 8

Nachdem in den vergangenen Wochen schon die ersten Entwürfe der Spezifikationen aufgetaucht sind, wird es Zeit, sich einen Überblick zu verschaffen.

In Pocket speichern vorlesen Druckansicht
Lesezeit: 3 Min.
Von
  • Markus Eisele

Nachdem in den vergangenen Wochen schon die ersten Entwürfe der Spezifikationen aufgetaucht sind, wird es Zeit, sich einen Überblick zu verschaffen.

Hier ist die Liste der bisher bekannten Teile und deren Status sowie Hinweise zu den aktuell veröffentlichten Dokumenten:

  • Java EE 8 Community Umfrage

Bereits Fertig gestellte JSRs:

JSRs im Draft Status:

  • Servlet 4.0 (Jul 22, 2014)
    • @servlet_spec
    • Öffentlicher Draft: E-Mail an die EG
    • Grober Inhalt:
      • Expose support for the upcoming IETF standard HTTP/2 to users of the Servlet API
        • Request/response multiplexing
        • Stream prioritization
        • Server push
        • Upgrade from HTTP 1.1
        • Refresh the Servlet API with to achieve compliance with new features in
        • HTTP 1.1
      • Responding to community input
  • JSF 2.3 (Jul 21, 2014)
    • @jsf_spec
    • Öffentlicher Draft: E-Mail an die EG
    • Grober Inhalt:
      • Ajax method invocation: Allows invoking CDI managed bean methods directly from Ajax, all owing the response to be sent using standard JSON
    • Community input: multi-field validation, @Inject FacesContext, EL performance optimizations, and cross-form Ajax clarifications
    • Better integration with Java EE 8 and Java SE 8
  • JSON Binding (Jul 14, 2014)
    • Öffentlicher Draft: E-Mail an die EG
    • Grober Inhalt:
      • JSON-B will be the standard binding layer for converting Java objects to/from JSON messages
      • As JAXB has been a successful platform for XML binding, JSON-B will have a similar feel.
  • JMS 2.1 - Draft 1 (Jul 7, 2014)
  • CDI 2.0 (Jul 1, 2014)
    • @cdispec
    • Öffentlicher Draft: E-Mail an die EG
    • Grober Inhalt:
      • Define the behavior of CDI outside of a Java EE container.
      • Make CDI more modular to help other Java EE specs to better integrate with it.
  • Java EE 8 Platform (May 20, 2014)
    • Öffentlicher Draft: E-Mail an die EG
    • Grober Inhalt:
      • Support for HTML5 and the emerging HTTP 2.0 standard;
      • Enhanced simplification and managed bean integration
      • Improved infrastructure for applications running in the cloud.
  • Configuration (May 15, 2014)
    • @javaconfig
    • Öffentlicher Draft: E-Mail an die EG
    • Grober Inhalt:
      • Simple map based configuration abstraction
      • Configuration Service API
      • configuration description template.
      • SPI to configure/back the implementation used by the accessor API.
  • JAX-RS 2.1
    • SSE support to JAX-RS 2.1 (Mar 5, 2014, Message)
    • SSE in Java EE 8 (May 22, 2014, Message)

Alles in Allem sind es bisher mehrheitlich Kleinigkeiten und auch das Thema Cloud steht wieder mit im Plattform JSR. Der klare Fokus liegt auf der Entwicklerfreundlichkeit. ()