Naming Conventions for Enterprise Beans (original) (raw)
Naming Conventions for Enterprise Beans
Because enterprise beans are composed of multiple parts, it’s useful to follow a naming convention for your applications. Table 20-2 summarizes the conventions for the example beans in this tutorial.
Table 20-2 Naming Conventions for Enterprise Beans
Item | Syntax | Example |
---|---|---|
Enterprise bean name | _name_Bean | AccountBean |
Enterprise bean class | _name_Bean | AccountBean |
Business interface | name | Account |
Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices