Object
Names
The following rules apply for the naming of portal objects:
· Applications are named for the PAR file that defines the application, without the .par extension.
For example, the application defined in myApplication.par is called myApplication.
· Services and components are named after the name of the application, followed by a period (.), followed by the name of the component or service as defined in the application’s deployment descriptor.
For example, the name of the component called myComponent that is defined in myApplication.par is called myApplication.myComponent.
For more information on how to name components and services, see Deployment Descriptor (portalapp.xml).
