十大Java EE性能问题
Xebia是一个专注于企业Java架构、中间件、门户、集成专业顾问厂商, Joseph Ottinger 在TSS发表了十大Java EE性能问题:
For the last two and a half months, Vincent Partington has been blogging about the top ten Enterprise Java Application Performance Problems. The list:
- #10 - Excessive logging
 - #9 - Incorrect application server configuration
 - #8 - Incorrect usage of Java EE
 - #7 - Unnecessary use of XML
 - #6 - Improper caching
 - #5 - Excessive memory usage
 - #4 - Badly performing libraries
 - #3 - Incorrectly implemented concurrency
 - #2 - Unnecessary remoting
 - #1 - Incorrect database usage
 
Now he wraps up the countdown with some conclusions about Enterprise Java performance in general:
- First of all, Java developers should consider performance an importance quality requirement of their application to which they should pay attention from the start to the end of the project.
 - Secondly, Java developers need to work with the people that can help them improve the performance of their application like application server and database administrators.
 
