Hey all.
Is it possible to call an EJB from a client without having the server side classes? For example, my server contains:
AddingMachine.class
SubtractionMachine.class
MultiplyMachine.class
DivideMachine.class
Is it then possible to implement Calculator.class without having the above four classes on the client?
Thanks,
-Rob