Component Reusability
EJB
Incorporating the contents of an EJB can be done
in two ways:
- by having the new EJB use the services of an old EJB as a direct client
or
- by writing an EJB class that inherits from an existing one
|
These two methods of leveragability give developers maximum flexibility
|
|
Copyright 2004 Kanti Prasad All rights reserved
|