New in Payara Server 5.191: Remote EJB via HTTP

Payara
No Image

Comments (3)

Post a comment

Your email address will not be published. Required fields are marked *

Payara needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. For information on how to unsubscribe, as well as our privacy practices and commitment to protecting your privacy, please review our Legal & Privacy Policy.

  1. Michael Remijan

    Excellent! Been waiting for this for a long time.

  2. Alex No

    Hi, that’s very interesting. Maybe it would be helpful for Jakarta EE 9. Remote EJB over Rmi/Iiop has more drawbacks like System.gc() calls every 60 minutes because it uses Object.finalize() for clean up.

    Greetings

  3. Alex Popa-Tesileanu

    Hello,
    It’s just what I needed to move the EE application into the cloud. However, my problem is that I use stateful beans. I’m just waiting for implementation. Until then I emulated the stateful behavior by putting the stateful beans into a singleton bean on the server (in a hashmap). I created a stateless bean with the same methods as stateful beans that call corresponding methods of stateful beans from singleton.

    An Observation: The example works only if I add two dependencies to the client:

        org.glassfish.jersey.inject
        Jersey-HC2
        2.28

         org.glassfish.jersey.media
         Jersey Media-json-Jackson
         2.28

    Great work,
    Thank you 🙂

Related Posts

payara qube logo 5 minutes
Payara

Payara Cloud Is Now part of Payara Qube family of Unified Platforms for Enterprise Java

Payara Cloud is becoming part of Payara Qube family of Java application deployment runtimes. This move reflects how the […]

Payara promotional graphic showing transition from Spring to Jakarta EE, including technology logos, a code icon and arrows leading from Spring to Jakarta EE. 6 minutes
Jakarta EE

From Spring Boot To Jakarta EE 11: How Payara Starter Eases The Transition

If you’ve been living in the Spring ecosystem, you’re used to fast project setup. Spring Initializr gives you a […]

Promotional graphic for a podcast episode titled “Why Open Source is the Future of Business Innovation - A conversation with Arun Gupta”. The podcast is hosted by Payara Community. The right side features a photo of the speaker, Arun Gupta, labeled as a “VP, Developer Experience at JetBrains”. The design uses dark blue and teal backgrounds with coral and fish illustrations. 2 minutes
Community

Payara Podcast – Why Open Source is the Future of Business Innovation – A Conversation with Arun Gupta

Open source is no longer a developer-only concern — it’s at the heart of how modern businesses innovate, build […]