<< Free Webinar | Home | Fixing browser security: SameRefererOnly >>

JVM Usage Stats

Often when you open an XML config file in a DTD/Schema aware editor, and you're connected to the internet, the editor will reach out over the net to fetch the DTD/XSD, which gives webmasters some interesting usage stats.

I've commented before on how you can use this technique to look at the big growth in DWR usage, but I noticed that you could also use it to suss out some JVM usage stats because when Eclipse etc come read the DTD they use the Java version number as their User Agent.

Anyway, the numbers:

Caveat - there are about a million reasons why this is un-scientific. It may be interesting to some though.

Aside: I wonder if Java should adopt the 'standard' formatting for the User Agent string that is employed by all major browsers?

Tags :


Re: JVM Usage Stats

Hmmm... I really feel that J 1.4 is still very strong but am extremely encouraged by the adoption of 1.5 Do you think 1.6. offers any tricks that 1.5 doesn't? Why go to 1.5. when 1.6 is there (I know no API improvements). What are the major IDE's (eclipse et al) offering?

Re: JVM Usage Stats

The decision to not jump to Java 6 and bypass Java 5 could be influenced by the support of third party tools, containers, etc. AspectJ for example currently supports "only" Java 5.

Add a comment Send a TrackBack