My Struts Naming Conventions
(Under Construction)
My Naming Conventions
- JSP file names
- All lower case.
- Separate words with "-". (Ex: main-menu.jsp )
- Java source code
- Java source code
- Upper/lower case with initial caps (Ex: Upload.java )
- Words initial caps - (Ex: LogonAction.java )
- Packages
- All lower case.
- Domain name then module: com.michaelthomas.logon
- struts-config.xml