Java 11, RMI, CORBA, and EJBs

As part of a new project, I explored the possibly of re-using an EJB. This is to leverage the existing business logic rather than creating a copy which would then need to also be maintained. Attempting to Compile the EJB calling code in Java 11 served up a quick reminder. As part of JEP 320, the following are removed from Java java.corba module javax.rmi.CORBA javax.rmi (RMI-IIOP packages) Example section of code which would not compile Luckily, under the Eclipse Foundation’s

Read more