home.social

#jakartadata — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #jakartadata, aggregated by home.social.

  1. Von #JPA zu #JakartaData – ein logischer nächster Schritt! @wernerwedge zeigt, wie standardisierte Repositories Entwickler von Framework-Lock-ins befreien & die Integration von #SQL- & #NoSQL-Systemen vereinfachen.

    Lese #JAVAPRO & erfahre mehr: javapro.io/de/jakarta-data-und
    #JakartaEE

  2. Von #JPA zu #JakartaData – ein logischer nächster Schritt! @wernerwedge zeigt, wie standardisierte Repositories Entwickler von Framework-Lock-ins befreien & die Integration von #SQL- & #NoSQL-Systemen vereinfachen.

    Lese #JAVAPRO & erfahre mehr: javapro.io/de/jakarta-data-und
    #JakartaEE

  3. Why should data persistence in 2026 still depend on the database? @wernerwedge analyzes how #JakartaData paves the way for standardized data access — whether Oracle, MongoDB, or Cassandra.

    Read now: javapro.io/2026/03/03/jakarta-

    #JakartaEE #NoSQL #JPA #JAVAPRO @jakartaee @EclipseFdn

  4. Why should data persistence in 2026 still depend on the database? @wernerwedge analyzes how #JakartaData paves the way for standardized data access — whether Oracle, MongoDB, or Cassandra.

    Read now: javapro.io/2026/03/03/jakarta-

    #JakartaEE #NoSQL #JPA #JAVAPRO @jakartaee @EclipseFdn

  5. Hibernate with Panache Next just landed in Quarkus main.

    One API.
    Blocking + reactive unified.
    Stateless sessions.
    Type-safe @Find queries validated at build time.

    This is a real shift in how we build persistence layers in Java.

    I built a full bookstore REST API to show:
    • Managed vs stateless sessions
    • Reactive repositories
    • What breaks under load

    Full hands-on deep dive:
    the-main-thread.com/p/quarkus-

    #Quarkus #Java #Hibernate #JakartaData #EnterpriseJava

  6. Hibernate with Panache Next just landed in Quarkus main.

    One API.
    Blocking + reactive unified.
    Stateless sessions.
    Type-safe @Find queries validated at build time.

    This is a real shift in how we build persistence layers in Java.

    I built a full bookstore REST API to show:
    • Managed vs stateless sessions
    • Reactive repositories
    • What breaks under load

    Full hands-on deep dive:
    the-main-thread.com/p/quarkus-

    #Quarkus #Java #Hibernate #JakartaData #EnterpriseJava

  7. Hibernate with Panache Next just landed in Quarkus main.

    One API.
    Blocking + reactive unified.
    Stateless sessions.
    Type-safe @Find queries validated at build time.

    This is a real shift in how we build persistence layers in Java.

    I built a full bookstore REST API to show:
    • Managed vs stateless sessions
    • Reactive repositories
    • What breaks under load

    Full hands-on deep dive:
    the-main-thread.com/p/quarkus-

    #Quarkus #Java #Hibernate #JakartaData #EnterpriseJava

  8. Hibernate with Panache Next just landed in Quarkus main.

    One API.
    Blocking + reactive unified.
    Stateless sessions.
    Type-safe @Find queries validated at build time.

    This is a real shift in how we build persistence layers in Java.

    I built a full bookstore REST API to show:
    • Managed vs stateless sessions
    • Reactive repositories
    • What breaks under load

    Full hands-on deep dive:
    the-main-thread.com/p/quarkus-

    #Quarkus #Java #Hibernate #JakartaData #EnterpriseJava

  9. Hibernate with Panache Next just landed in Quarkus main.

    One API.
    Blocking + reactive unified.
    Stateless sessions.
    Type-safe @Find queries validated at build time.

    This is a real shift in how we build persistence layers in Java.

    I built a full bookstore REST API to show:
    • Managed vs stateless sessions
    • Reactive repositories
    • What breaks under load

    Full hands-on deep dive:
    the-main-thread.com/p/quarkus-

    #Quarkus #Java #Hibernate #JakartaData #EnterpriseJava

  10. Most persistence bugs are boring.

    Renamed fields. Broken query strings. Invalid sort orders.
    They compile. Tests pass. Production breaks later.

    Jakarta Data in Quarkus 3.31 moves these failures to compile time.

    This article explains why that matters, how Panache 2.0 fits in, and why the Hibernate annotation processor is the real story.

    the-main-thread.com/p/jakarta-

    #Java #Quarkus #JakartaData #Hibernate #EnterpriseJava

  11. Most persistence bugs are boring.

    Renamed fields. Broken query strings. Invalid sort orders.
    They compile. Tests pass. Production breaks later.

    Jakarta Data in Quarkus 3.31 moves these failures to compile time.

    This article explains why that matters, how Panache 2.0 fits in, and why the Hibernate annotation processor is the real story.

    the-main-thread.com/p/jakarta-

    #Java #Quarkus #JakartaData #Hibernate #EnterpriseJava

  12. Most persistence bugs are boring.

    Renamed fields. Broken query strings. Invalid sort orders.
    They compile. Tests pass. Production breaks later.

    Jakarta Data in Quarkus 3.31 moves these failures to compile time.

    This article explains why that matters, how Panache 2.0 fits in, and why the Hibernate annotation processor is the real story.

    the-main-thread.com/p/jakarta-

    #Java #Quarkus #JakartaData #Hibernate #EnterpriseJava

  13. Most persistence bugs are boring.

    Renamed fields. Broken query strings. Invalid sort orders.
    They compile. Tests pass. Production breaks later.

    Jakarta Data in Quarkus 3.31 moves these failures to compile time.

    This article explains why that matters, how Panache 2.0 fits in, and why the Hibernate annotation processor is the real story.

    the-main-thread.com/p/jakarta-

    #Java #Quarkus #JakartaData #Hibernate #EnterpriseJava

  14. Most persistence bugs are boring.

    Renamed fields. Broken query strings. Invalid sort orders.
    They compile. Tests pass. Production breaks later.

    Jakarta Data in Quarkus 3.31 moves these failures to compile time.

    This article explains why that matters, how Panache 2.0 fits in, and why the Hibernate annotation processor is the real story.

    the-main-thread.com/p/jakarta-

    #Java #Quarkus #JakartaData #Hibernate #EnterpriseJava

  15. Viele Systeme & Datenmodelle. Zu viel Komplexität. #JakartaData 1.0 & Jakarta #NoSQL 1.1 reduzieren genau das: Ein #API für alle Datenquellen – von relational bis graphenbasiert.

    @wernerwedge zeigt, wie du produktiver & unabhängiger wirst: javapro.io/de/jakarta-data-und

    #JakartaEE

  16. Viele Systeme & Datenmodelle. Zu viel Komplexität. #JakartaData 1.0 & Jakarta #NoSQL 1.1 reduzieren genau das: Ein #API für alle Datenquellen – von relational bis graphenbasiert.

    @wernerwedge zeigt, wie du produktiver & unabhängiger wirst: javapro.io/de/jakarta-data-und

    #JakartaEE

  17. Warum sollte Datenpersistenz in 2026 noch von der Datenbank abhängen? @wernerwedge analysiert, wie #JakartaData den Weg zu einem standardisierten Datenzugriff ebnet – egal ob Oracle, MongoDB oder Cassandra.

    Lese: javapro.io/de/jakarta-data-und

    #JakartaEE #NoSQL @jakartaee @EclipseFdn

  18. Warum sollte Datenpersistenz in 2026 noch von der Datenbank abhängen? @wernerwedge analysiert, wie #JakartaData den Weg zu einem standardisierten Datenzugriff ebnet – egal ob Oracle, MongoDB oder Cassandra.

    Lese: javapro.io/de/jakarta-data-und

    #JakartaEE #NoSQL @jakartaee @EclipseFdn

  19. #WildFly 35.0.0.Final is now available at wildfly.org/downloads and in Maven. We've added support for #MicroProfile 7.0, brought #JakartaData to standard WildFly, improved our systemd support and more! Read all about it at bit.ly/4f63uLi

  20. 35.0.0.Final is now available at wildfly.org/downloads and in Maven. We've added support for 7.0, brought to standard WildFly, improved our systemd support and more! Read all about it at bit.ly/4f63uLi

  21. #WildFly 35.0.0.Final is now available at wildfly.org/downloads and in Maven. We've added support for #MicroProfile 7.0, brought #JakartaData to standard WildFly, improved our systemd support and more! Read all about it at bit.ly/4f63uLi

  22. #WildFly 35.0.0.Final is now available at wildfly.org/downloads and in Maven. We've added support for #MicroProfile 7.0, brought #JakartaData to standard WildFly, improved our systemd support and more! Read all about it at bit.ly/4f63uLi

  23. #WildFly 35.0.0.Final is now available at wildfly.org/downloads and in Maven. We've added support for #MicroProfile 7.0, brought #JakartaData to standard WildFly, improved our systemd support and more! Read all about it at bit.ly/4f63uLi

  24. #WildFly 34.0.0.Final is now available at wildfly.org/downloads and in Maven. New stuff in WildFly Preview this time, including #JakartaData #MicroProfile REST Client 4.0 and MicroProfile Telemetry 2.0. Learn more at bit.ly/4f63uLi

  25. 34.0.0.Final is now available at wildfly.org/downloads and in Maven. New stuff in WildFly Preview this time, including REST Client 4.0 and MicroProfile Telemetry 2.0. Learn more at bit.ly/4f63uLi

  26. #WildFly 34.0.0.Final is now available at wildfly.org/downloads and in Maven. New stuff in WildFly Preview this time, including #JakartaData #MicroProfile REST Client 4.0 and MicroProfile Telemetry 2.0. Learn more at bit.ly/4f63uLi

  27. #WildFly 34.0.0.Final is now available at wildfly.org/downloads and in Maven. New stuff in WildFly Preview this time, including #JakartaData #MicroProfile REST Client 4.0 and MicroProfile Telemetry 2.0. Learn more at bit.ly/4f63uLi

  28. #WildFly 34.0.0.Final is now available at wildfly.org/downloads and in Maven. New stuff in WildFly Preview this time, including #JakartaData #MicroProfile REST Client 4.0 and MicroProfile Telemetry 2.0. Learn more at bit.ly/4f63uLi