This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Performance Testing Java Applications
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Learn when to start performance testing for your Java application, how to avoid the common pitfalls, how to profile when the results cause your team to pull a funny face, and what you can do about that funny face. Specific issues to Java and managed runtimes in general will be explored, but if other languages are your poison, don’t be put off as much of the content can be applied to any development.
Common wisdom says you should not optimize or performance tune a system until you need to. This seems ...