Uncategorized

On Ecosystems

Friday, October 10, 2008 - 16:12 by Mike Milinkovich
Next Wednesday, October 15th at 12:30pm Eastern time I will be giving my first web talk via Eclipse Live. The talk is going to be “A Practitioners Guide to Ecosystem Development”. Consider it a peak into what we at the Eclipse Foundation think about how to build and foster ecosystems...

Presentations in Eclipse

Saturday, October 4, 2008 - 15:03 by Wayne Beaton
I’ve been tinkering on-and-off for a couple of years on some Eclipse-based presentation software. My primary motivation is my distrust of existing presentation software. Curiously, I get a new head of steam on the “project” every time PowerPoint or Open Office fries one of my documents. Last week was one...

Welcome Gunnar

Thursday, September 11, 2008 - 10:40 by Wayne Beaton
It is with great pleasure that I welcome Gunnar Wagenknecht to the Technology Project‘s Project Management Committee (PMC). Gunnar’s name is no-doubt familiar to many of you: he is a very active member of the Eclipse Community and a prolific contributor (and, based on the pictures on his blog, he...

Atta Boys (and Girls)

Friday, September 5, 2008 - 16:48 by Mike Milinkovich
Bjorn and guests have been blogging about the results of the recent committer satisfaction survey at Eclipse. I think that the survey itself embodied genius in its simplicity: one question on “…how happy are you with the Foundation’s support of you and your project?” As the Executive Director, I am...

SWT Graph

Wednesday, August 6, 2008 - 14:17 by Wayne Beaton
The SWT Graph Source Forge project provides some pretty sophisticated interactive graphical technology for Eclipse RCP-based applications. The sample images shown on the examples page are pretty cool, but the description of the underlying technology seems even cooler. Layered canvases are a natural and very powerful extension to SWT. It’s...

Write lots of code

Sunday, August 3, 2008 - 11:26 by Wayne Beaton
I generally enjoy reading Jeff Atwood’s Coding Horror blog. Yesterday his post, Quantity Always Trumps Quality, made me think of two things. First, the thoughts conveyed are exemplified at Eclipse: we value code over specifications; code is written, mistakes are made, lessons are learned, and everything gets better in the...

Paste Snippet

Monday, July 7, 2008 - 11:28 by Wayne Beaton
Try this in Eclipse Ganymede (one of the variants that includes the Java development tools): Copy this text: System.out.println(new Date()); Bring the Package Explorer into focus (make sure that none of the existing projects is highlighted) and select “Paste” from the context menu. JDT will build the project, package, class...