The Artima Developer Community
Articles | News | Weblogs | Books | Forums
Sponsored Link

Artima Weblogs
Software and Return on Investment
A Weblog by Gregg Wonderly
Welcome Guest
  Sign In
2 pages [ 1 2 ]
November 17, 2009,  1 comment
Windows 7 is here, and mysteriously, the Vista SP2 download has disappeared from windows update. What does this say about Vista that we didn't already know?
April 23, 2009,  Submit comment
In the world of animation, Apple's web page is "lagging". It's an interesting example of how not to depict a real time event stream in a non-realtime environment.
December 5, 2006,  4 comments
The REST architecture style includes several points of interest. One of them is a "uniform" or "fixed" API. There is a subtle issue with that. I don't really think that this concept is what REST is all about.
October 26, 2006,  3 comments
The Java keyword, synchronized, is the simplest form of concurrency control in Java. With the advent of the work by Doug Lea and notible others on the new java.util.concurrent package, there are more tools. When dealing with highly contested resources, distributing the locking is key.
September 12, 2006,  Submit comment
The Java Metadata Interface available in the Netbeans 5.0 and later platform is powerful. But, the API could be simpler. I've been putting together a helper class.
September 6, 2006,  Submit comment
I am finishing up a rather large application that needs some JMX management capabilities. I've got a lot of classes that need to be MBean enabled, and I really don't want to go through and change them to inherit from StandardMBean.
June 1, 2006,  2 comments
There are several different things about desktop drag and drop that are interesting. I've been using several things in my JiniDesktop class in my http://startnow.dev.java.net project. Here's an extracted example of all the pieces.
April 5, 2006,  2 comments
We have JSE (J2SE) java.net/java.io, JME (J2ME) connectors and java.nio. It would be great if Dolphin could consolidate things.
January 5, 2006,  3 comments
Sybase's implementation of PreparedStatement does not use Statement.clearWarnings() automatically on repeated uses. This results in the accumulation of SybSQLWarning and SybSQLResultSet objects, one pair per call use.
January 3, 2006,  5 comments
I recently noticed in JRE1.5 that HotSpot is yanking loop controls as invariant when not marked as volatile. Have you encountered this?
November 14, 2005,  3 comments
I've been working on an enhancement to Jini servce lookup in my reef project over on jini.org. I've still got more work to do before getting to the proposal stage. Here's where I'm at.
November 12, 2005,  22 comments
I've been an active user of Jini and Java for the life of these platforms. The distruption that Web Services is causing in the software industry is amazing. Is this an investment for good, or a cost that we'll wish we'd skipped?
June 6, 2005,  46 comments
The Python Challenge recently caught my attention and I thought I'd look at it to see what was up. I'm not sure I caught on to the reasoning behind it, but I still played with it, for a while...
March 18, 2005,  Submit comment
Ben Galbraith has a great swing related webcast at JavaLobby which has a lot of good information about swing. He covers my Packer Layout Manager, and I want to reinforce some of the things he covered.
February 1, 2005,  3 comments
I am finishing up the remote LogManager monitoring facilities in my http://logman.jini.org project and I'd like to share some interesting details about the implemenation.
2 pages [ 1 2 ]
Subscribe to be notified of new weblog posts by Gregg Wonderly via RSS.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use