Chapter 14 Working with Java


Understanding EJB initialization

When creating an EJB, the role of the initialization process is to initialize classes and interfaces with respect to the EJB programming contract. It instantiates the classes and interfaces together with their methods.

Example


 


Copyright (C) 2005. Sybase Inc. All rights reserved.