Hi Lee,
I think the examples work well since I run the J2EE server and the EJB client on the same computer, but what happen if the client and the J2EE server are not on the same computer ?
Nothing special, because EJB offers network transparency :
"A client using the remote home and remote interfaces can reside on a different
machine than the enterprise bean (location transparency), and the object references of the remote home
and remote interfaces can be passed over the network to other applications." (EJB specs p. 385)
Best,
Phil.