Category: EJB

  • Improving EJB performance with Java 21 & Jakarta EE 10

    Improving EJB performance with Java 21 & Jakarta EE 10

    In the enterprise world, managing resource-intensive tasks has always been challenging, particularly when using synchronous blocking operations. With the release of Java 21, features like Virtual Threads bring a new dimension to managing concurrency with minimal resource consumption. Jakarta EE 10, in tandem with Java 21, allows for easy asynchronous…