The top Java EE best practices
A IBM atualizou um artigo de 2004 aonde ela fala das 19 melhores práticas de programação em Java EE. Segue a lista completa destas práticas:
Always use MVC.
Don’t reinvent the wheel.
Apply automated unit tests and test harnesses at every layer.
Develop to the specifications, not the application server.
Plan for using Java EE security from Day One.
Build what [...]