Chapter 8 Creating Enterprise JavaBeans Clients


Calling local interface methods

You can use EJB local invocations in servlet, JSP, or EJB component code to call EJB components hosted on the same server. Proxies for a local bean can be instantiated with almost the same code that would be used to instantiate remote proxies. The differences are:

 


Copyright © 2002 Sybase, Inc. All rights reserved.