Set up and execute the Customer EJB client of the restaurant application on a separate machine. What would be the changes required to access the WaiterBean located in the WebLogic Server on a different machine? How would you generate the client-side stubs?
2:
Write the Waiter bean of the restaurant application to be accessed locally. What would be the changes involved in this case?
3:
What impact does writing a Java servlet as an EJB client have on the design of the application?