performance

  • submit to reddit

JDK 6 for Mac OS X Now Bundles VisualVM

The recently released Java for Mac OS X v10.5 Update 4 now includes Java VisualVM, a visual tool for monitoring and troubleshooting Java applications. Just...

0 replies - 15412 views - 06/16/09 by Jiri Sedlacek in Announcements

Performance Report of Server Side RIA Frameworks

Server-side RIA frameworks have become popular recently. Both ZK and ICEfaces have reached the goal of 1 million downloads. However, regarding server side RIA...

26 replies - 17169 views - 06/12/09 by Robbie Cheng in Articles

JDK 6 Update 14 Includes Latest VisualVM 1.1.1

The just released JDK 6u14 includes the latest version of the VisualVM tool. According to the Release Notes there are many improvements and bugfixes in the...

0 replies - 6749 views - 05/28/09 by Jiri Sedlacek in Announcements

Testing the Validity of Google App Engine Dashboard Data

The DashBoard of Google App Engine presents interesting results, but what is the truth behind this data? I started by deploying a simple Java...

4 replies - 6068 views - 04/16/09 by Khaled Ben Driss in Articles

VisualVM 1.1.1: Improved Memory Monitoring

The Java diagnostics & troubleshooting tool VisualVM has its 1.1.1 release today, out at https://visualvm.dev.java.net.  The 1.1.1 release delivers...

0 replies - 4786 views - 02/17/09 by Jiri Sedlacek in Announcements

JetBrains Has Released IntelliJ IDEA 8

IntelliJ IDEA 8 supports the widest range of modern tools, frameworks and technologies, right out of the box. You can make it as lightweight as you want - it...

0 replies - 6518 views - 11/07/08 by Irina Megorskaya in Announcements

Performance of SOAP/HTTP vs. SOAP/JMS

Today SOA is the most prevalent enterprise architecture style. In most cases services (S in SOA) are realized using web services specification(s). Web services...

5 replies - 34809 views - 11/05/08 by Miroslav Rešetar in Articles

ExpiryFolder: Time Based Cache

I recently blogged about Top ten performance problems and their solutions. Here is a class that can help you when caching. This class is time based. Meaning...

2 replies - 4878 views - 07/25/08 by Anthony Goubard in Articles

Optimising Computer Programs for Performance

I’ve recently been working on a small Java simulation program that is going to take a long time to execute each time it runs.  Basically, it does the same...

2 replies - 6349 views - 07/23/08 by Dan Dyer in Articles

JProfiler: Your Java Code Could be Running Faster in Under Two Hours

A couple of weeks ago I found myself in a position which is well known to any professional Java developer: my software was simply too slow. After tackling some...

26 replies - 73242 views - 07/09/08 by Zviki Cohen in Articles

WSO2 Enterprise Service Bus (ESB) Performance Testing - Round 3

This article is the third in a set of articles that measure and compare the performance of the WSO2 Enterprise Service Bus (ESB) against other leading...

0 replies - 13504 views - 06/26/08 by Masoud Kalali in News

Stop Watches Anyone? (Or "About Continuous Profiling")

One of the most interesting talks at the latest Community One in San Francisco, NetBeans track, was the speech by NetBeans lead architect Yarda Tulach about...

9 replies - 8599 views - 06/18/08 by Fabrizio Giudici in News

Design for Scalability

Building scalable system is becoming a hotter and hotter topic. Mainly because more and more people are using computer these days, both the transaction...

7 replies - 10722 views - 05/27/08 by Ricky Ho in News

Speeding Up Java I/O - Read Method

1 replies - 7630 views - 05/17/08 by Rick Ross in Uncategorized

Is Java 7 ready for the multicore revolution?

Henrik Engström doesn't think so. In a recent blog entry, he argues that "the new programming languages must have support to handle many-cores built into...

9 replies - 19780 views - 03/27/08 by Nitin Bharti in News