Archive for April, 2007

20
Apr
07

Please vote for the ULTIMATE Java/Groovy/Ruby development Laptop

Vote early, vote often for the ULTIMATE Laptop

http://www.ideastorm.com/article/show/66080/The_ULTIMATE_Laptop

20
Apr
07

Greg the Architect on YouTube

If you haven’t seen Greg the Architect on YouTube, check him out – so funny.

  • http://www.youtube.com/watch?v=DEc5zcJQ0l8
  • http://www.youtube.com/watch?v=uOQcjvUHZ0k
19
Apr
07

Top ten “reasons” you may not get your latest Java / Groovy / Ruby / Open Source startup funded

Very funny list from Paul Kedrosky on the top ten “reasons” you may not get your latest Java / Groovy / Ruby / Open Source startup funded. My favorite is #6: We don’t do deals we can’t drive to.

18
Apr
07

Really happy with Groovy Eclipse plugin problem marker integration

I’m really happy with the latest Groovy Eclipse plugin that I’ve picked up. I’ve been using build 1.0.0.20070406a for about a week now and its really stable (not sure if its the latest btw). The best thing for me is that the Groovy compiler problems are now showing up in the Eclipse problem view, and the markers identify the correct line of Groovy code. That is a big step forward. Now that I’m cutting Groovy code on an almost daily basis I really appreciate good Eclipse integration. I thought Neal Ford’s comment (“I would rather write Groovy code in VI than Java code in IDEA“) was quite funny, but I’m not quite there yet. Scott Hickey & Co. continue to do a stellar job over at the Codehaus, well done guys!

17
Apr
07

Common sense first web service development

When wishing to define a good message or documented oriented web service interface, you can start with whatever you like as long as its common (technical) sense. Starting with WSDL guarantees nothing if you are still thinking in RPC terms. And starting with Java can mean starting with a new, appropriately granular, message / document oriented interface and letting a tool do the hard (depending on your view) work of generating WSDL and schema. Neither approach means you are doing code first or contract first development. Loosely coupled, appropriately granular, web service interfaces are about common sense first. Craig has more.

12
Apr
07

Neat idea for speedier file sharing

A neat idea for speedier file sharing, and it has a great acronym (SET) and cool words like “handprinting”, so its bound to become a hot topic :)

02
Apr
07

Another REST believer

Well, looks like Sanjiva Weerawarana is well and truly converted to RESTfulness.