> JVM performance tuning news, help and research - TheServerSide.com

Java Development Topics:

JVM performance tuning

Within a Java-based system, a lot of responsibility is put on the Java Virtual Machine (JVM) to make sure the application runs smoothly and reliably. JVM performance tuning issues are therefore of paramount concern to any Java developer. Application Performance Monitoring systems, interception, triage and collection each play an important role. In this section find news, research and tutorials on how to better understand JVM performance tuning, and get tips and advice for diagnosing and fixing JVM performance tuning more effectively. The JVM must be carefully monitored and attended to for optimum performance.

News:

1 - 3 of 19
  • JavaOne conference coverage 2012 SearchOracle.com | 01 Oct 2012

    Conference Coverage - Join TheServerSide.com and SearchOracle.com as we present conference coverage from JavaOne and Oracle OpenWorld.

  • Continuing Video Coverage of New Java 7 Features and APIs 10 Feb 2012

    News - Here at TheServerSide.com, we've been providing some very dedicated coverage to the new features of Java 7, with a look at tackling some of the new Java 7 APIs like the new File I/O (NIO.2) and concurrency libraries with tutorials and learning guides in...

  • OCAJP Java 7 Exam Expected in March 2012? OCPJP to Follow? 10 Jan 2012

    News - Highly anticipated, the new Oracle certification for Java, OCAJP, went out of beta on December 17th, 2011. So when will the new exam be released? And when will the OCPJP exam be released?

VIEW ALL News ON JVM performance tuning

Reference & Learning:

1 - 3 of 22

VIEW ALL Reference & Learning ON JVM performance tuning

Expert Technical Advice:

1 - 3 of 5
  • Performance and troubleshooting tips for JSF 2.0 Facelet developers 12 Mar 2013

    Tip - JSF 2.0 has provided a variety of new configuration settings to help improve performance and aid the troubleshooting task, making the lives of software developers and quality engineers much easier.

  • Consistent application performance: It's not always about speed 24 Oct 2012

    Tip - When developing applications, the response time is always an important metric. But inconsistent response times can often be more aggravating than slow sites. Make sure you take response time consistency into your application performance reviews.

  • Java 7 and the intricacies of safe and unsafe casting 26 Jan 2012

    Tip - One of the problems with casting is that it does have the potential to cause a loss of precision, especially if the number that gets cast does indeed fall outside of the range of the target type. Here we will explain why this happens.

VIEW ALL Expert Technical Advice ON JVM performance tuning