Previous Next Contents


EJB Deployment Descriptor Editor

The Enterprise Java Bean (EJB) deployment descriptor editor enables you to edit EJB properties at deployment time.

The following tabs are accessible from the editor:

Related Topic

Choose Method For Override
Description
Use the Method Override dialog box to modify access control at the method-level by applying an override to particular methods. For instance, if All Users have access to a DataAccess bean, you can limit the users who may access the create() method of that bean by setting a method override.

Properties
Field
Value
Example
Choose Methods
Select a method or method from the list of all of the selected EJB's methods.
remove()

Related Topics

New Environment Property
Description
Use New Environment Property dialog box to add or edit user-defined environment properties. Environment properties are elements specific to your application such as sales tax rates or zip codes.

Properties
Field
Value
Example
Key
The name of the property. For example, in the instance of a city name - zip code pair, the city name appears in the Key column.
Detroit
Value
The property's corresponding value. For example, in a city name - zip code pair, the zip code appears in the Value column.
48605

Related Topic
 

© Copyright 1999 Netscape Communications Corp.