Show TOC

Implementation Tab PageLocate this document in the navigation structure

Definition

A view used to display the generated and implemented coding used for service modeling.

Use

You use the Implementation tab page to change the coding of an application service or a business object service. However, you can only do this only in the designated implementation class.

Structure

The Implementation tab page provides the following information:

  • EJB Abstract Class - this is the class in which CAF generates its code
  • Business Interface - the remote bean interface
  • Local Business Interface - the local bean interface
  • EJB Class - this is the class where you put your implementation. You can open it in a standard Java editor. You may override the CAF-generated methods from the EJB Abstract Class or add new private variable and methods.