Because enterprise beans are composed of multiple parts, it's useful to follow a naming convention for your applications. Table 202 summarizes the conventions for the example beans in this tutorial.
Item
Syntax
Example
Enterprise bean name
<name>Bean
AccountBean
Enterprise bean class
Business interface
<name>
Account