When you create an EJB, Netscape Application Builder creates a .properties file for it. This file contains meta-information for all other files in the EJB. You can double-click on this files icon in the Project window to open a Properties editor that allows you to view and change this information.
EJB properties are displayed in four panels:
Many of these properties are set when you create the EJB using a wizard. See Chapter 10, "Using Wizards to Generate Project Files" for information for the data you specify in the Session and Entity EJB wizards. For general information about Enterprise JavaBeans and how you can use them in a NAS application, see the Programmer's Guide.
The general attributes panel contains information about the class names and the kind of bean.
The control descriptors panel contains information about the transaction attribute, isolation level, and run mode. You can change these descriptors if you want. You can also add or delete methods that override those defined in the bean.
The environment panel contains a list of keys and their values. You can modify them if you want.
The access control panel specifies the default access control and allows you to specify access for specific methods.
|