SCJP Certification

Sun Certified Java Programmer Certification exam essentials

August 25th, 2010

What is a local client?

Uncategorized, by Daisy Williams.

A local client of an enterprise bean is location dependent. It provides access to an enterprise bean that requires both the local client and the enterprise bean that provides the local client view to be in the same JVM. A local client must have the following characteristics:
The client must run on the same JVM as the enterprise bean it accesses.
It can be a web component or another enterprise bean.
The location of the enterprise bean that the local client accesses is not transparent.

Share

Back Top

Responses to “What is a local client?”

Comments (0) Trackbacks (0) Leave a comment Trackback url
  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Your email address will not be published. Required fields are marked *

*