Blogging Roller
Dave Johnson on open web technologies, social software and Java
Dave Johnson on open web technologies, social software and Java
Above: a random selection of photos from my Flickr photo-stream.
This site is again running the latest from Roller's CVS. Everything looks good, but OSCache 2.0-beta2 isn't writing to the disk cache on this site either. I'm not sure this is a bug (but I filed one anyway), perhaps OSCache 2.0-beta2 no longer needs to write to disk when cache.memory and the cache.entries is set to a low value.
UPDATE: It is an OSCache bug and a fix is forthcoming (thanks OSCache crew), the recommended work-around is to add the following to oscache.properties
cache.persistence.class=com.opensymphony.oscache.plugins.diskpersistence.DiskPersistenceListener
Tags: General
I work with a couple of Programming Languages geeks who are, it seems, always Scheme-ing and Smalltalking behind Java's back. One of these guys has a thing about the final key word. He believes that all fields, variables, classes, arguments, etc. should be final be default and that, instead of having a final keyword to declare immutables, Java should have a mutable keyword to declare those that may be mutated.
He argues that, wherever possible, fields, variables, classes, arguments, etc. should be declared final. Since Java does not default to final, you should default to final. Here are some advantages to this:
Tags: Java
Most folks out there in corporate IT land believe that webServices == wsdl + soap. Joe is fighting that notion. BTW, I don't think Joe means to imply that SOAP and WDSL are not well-formed.
Joe Gregorio: Barring any rename, which in all honesty I know won't happen, I'll just have to start referring to non-SOAP based services as Well-Formed Web Services.
Tags: webservices