Quantcast
Robert Cooper

Biography

Robert Cooper is an independent Java developer in the Atlanta area, working with J2EE technologies and web/web service projects. He is also the maintainer of the FeedPod project and a contributor to several other open source Java project, and one of the propretors of the Screaming-Penguin.com website.

Articles

Blog

Recent Posts | All Posts

NIH in the SOA.

June 04 2008

Vincent Pardington has a good post up on DZone beginning an SOA pitfalls series. His first post, on NIH in the SOA world is a good one, but I think misses one important point: First of all, the idea of... read more

UML: Not dead yet

June 01 2008

So this has made the rounds on /. I will say this about UML: some of us are visual people. As the token Left-Handed guy in the software world, I admit, I see the world in somewhat visual terms. I... read more

Java One Day 0

May 07 2008

So, the big kickoff for JavaOne. I guess there was news. Solaris on EC2, which is fine. More JavaFX demos. Expected that. Other than that, what? So one thing that really struck me: Project Hydrazine. Can someone tell me what... read more

JavaOne Day -1

May 06 2008

CommunityOne was huge. Having been to various what-use-to-be NetBeans Day at what-used-to-be the Argent, seeing the Moscone filled with people for C1 was actually quite strange. In real terms, the experience didn't seem that different, however. CommunityOne works the big... read more

JavaOne Day -2

May 05 2008

So I am going to break rules here, I am pretty sure, six ways from Sun-day (haHA!). I am pretty sure I have never commented on this before, because, I agree with the 16,000 of you who will tell me... read more

Java Posse Roundup Episode II: Attack of the Jackalope

March 10 2008

I'm back in the Dirty South from my trip to Crested Butte for the second annual Java Posse Roundup. As you can see in the photo above, there was 6 to 10 feet of snow over the whole area.... read more

On SOA, OSGi And More

February 05 2008

So I want to pontificate about SOA in the Enterprise for a few minutes here. I, as an "enterprise" developer obviously have an opinion on this topic, but this final rant was spawned by listening to Dalibor on Java Posse... read more

Must (Not) See (Not) TV

January 26 2008

With minimal introduction, just want to say, every Java developer in the world needs to hear Java Posse 160... if you want to, skip 18 minutes into it and start from there. To borrow from John Hodgman.... that is all.... read more

Sun Tech Days Atlanta

January 11 2008

Gosling dragged the crew into the Dirty Dirty for the second (annual?) Sun Tech Days Atlanta. Last years STD I was pretty down on. It is 100% recycled JavaOne content from 9 months earlier. This years had a better mix with a good bit of new content. One comment from… read more

The Artful Codger

January 11 2008

Just a quick note, and excusing my pun, I think we all would like to wish Knuth a (belated) 70th Birthday read more

Gwittir 102: Tables and Flow

December 27 2007

Thing are quiet around here for the holidays, so I want to do another post on our Gwittir framework for GWT. In the last post I demonstrated some basic data binding and made a little Flickr browser. I am going to reuse a lot of the same technologies here… read more

Gwittir for GWT

December 17 2007

At my “day job” at Manheim Auctions we have been using GWT for a while now on “real world” projects. Along the way we have built a lot of tooling for GWT and we are now releasing a big chunk of it as Gwittir (like Glitter with a lisp). There… read more

Java Puzzler: Ch-Ch-Ch-Changes

December 11 2007

In the spirit of Neil and Josh/Will’s Java Puzzlers, here is one I just recently ran into: Given the following block of code: PropertyChangeSupport changes = new PropertyChangeSupport(this); PropertyChangeListener l = new PropertyChangeListener(){ public void propertyChange(PropertyChangeEvent evt) { throw new UnsupportedOperationException("Not supported yet."); } }; changes.addPropertyChangeListener("foo", l); for( PropertyChangeListener remove :… read more

Android: First Impressions.

November 19 2007

I want to talk a little about Android. I am very much going to sidestep the holy war about is it or isn’t it Java, except to say, this looks a lot like something that would have been derived from the Danger stack. The commonalities are striking. As a Sidekick… read more

Java 6 Preview 1 for Tiger Available Again

November 13 2007

…on the ADC web site. read more

Recent Posts | All Posts

Robert Cooper