Awesome
JBoss Community IDE Configuration Files
The directories below contain instructions, and IDE configuration files for eclipse, IDEA, and NetBeans. See below for additional information.
IDE Agnostic Conventions
Formatting Java Files
- JavaDoc parameter information is on the same line, not indented
- Line length is 128 characters
- Spaces are used instead of tabs
- Indentation size is 4
- Switch blocks are indented
Formatting Other Files
- Line length is 128 characters
- Spaces are used instead of tabs
- Indentation size is 4
Additional Coding Conventions and Information
- TODO
Projects following these conventions
If your JBoss project follows these conventions, fork and edit this file and add your project.