Developers
Become familiar with the Sun Java Enterprise patterns, especially the model, view, controller pattern. Also beware of anti-patterns.
Do not include patterns just for the sake of it, become aware of when an application is in danger of using too many patterns.
Never call System.gc() within your enterprise application... we have seen it done.