Relative Content

Tag Archive for netbeans

How do remote interfaces work with JavaEE and glassfish?

I would like to know what is going on “under the hood” if I use remote interfaces in JavaEE. In the project I use a stateless enterprise bean that implements a remote interface. And I can call methods in this remote interface from a client (it all runs on the same glassfish server but it should work from a different machine as well).