360 WebSphere Application Server V8.5 Concepts, Planning, and Design Guide
11.5.1 Naming for applications
Try to give the enterprise archives meaningful names that clearly indicate what the application
is about. Choose a name that you, as a developer, can understand, but also that a system
administrator, deployer, or tester, for example, can understand or interpret. The same
guideline applies for the files or archives that are packaged within an application archive.
Avoid including a number sign (#) in the name of the files, because doing so causes the
deployment to fail.
Generally, a form of the version, release, modification, fix (VRMF) schema is used to organize
code and builds. Commonly, a dotted number system, such as 1.4.0.1, is used. ...