Archive for May 27, 2006

Useful java tips for effective code

The article “Extreme Performance Tuning” written by James McGovern and published in Java Developers Journal contains some valuable tips. These might look like minor code re-factoring changes but can significantly improve the performance of an application particularly if it is a web based application. During development the tendency is to forget thinking about the implications of the code when it is deployed and ready to use by users. A code that consumes resources beyond what it requires could cause catastrophic results when the number of invocations increases as the number of users using the application at the same time increases. So an ineffective code could cause that many times damage. The tips presented in the above article should be included as part of your standards/guidelines documentation and should be validated during the code review sessions of your project development lifecycle.

Blink this Useful java tips for effective code at blinklist.com    Bookmark Useful java tips for effective code at blogmarks    Bookmark Useful java tips for effective code at del.icio.us    Digg Useful java tips for effective code at Digg.com    Fark Useful java tips for effective code at Fark.com    Bookmark Useful java tips for effective code at Furl.net    Bookmark Useful java tips for effective code at NewsVine    Bookmark Useful java tips for effective code at reddit.com    Bookmark Useful java tips for effective code at Simpy.com    Bookmark Useful java tips for effective code at Spurl.net    Bookmark Useful java tips for effective code with wists    Bookmark Useful java tips for effective code at YahooMyWeb

Comments (2)      Cosmos


Creative Commons License  This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.