I don't remember corba being used in any of the EJ...
# tornadofx
c
I don't remember corba being used in any of the EJB projects I worked on. (I did code some Iona stuff once!) I think most implementations were proprietary, RMI-oriented protocols running over special ports (ex, EJB2 services on 4447 using RMI, EJB3 services on 4448 using RMI). With RedHat, they moved to standard ports and HTTP to deal with firewalls. However, there are differences between RedHat's remoting (services addressing, etc) and say a RESTful API (JSON over HTTP)