Java Platform, Enterprise Edition (Java EE) 8 The Java EE Tutorial |
Previous | Next | Contents |
Because enterprise beans are composed of multiple parts, it’s useful to follow a naming convention for your applications. Table 35-2 summarizes the conventions for the example beans in this tutorial.
Table 35-2 Naming Conventions for Enterprise Beans
Item |
Syntax |
Example |
Enterprise bean name |
name`Bean` |
|
Enterprise bean class |
name`Bean` |
|
Business interface |
name |
|
Previous | Next | Contents |