Uncategorized

RCP for PHB

Thursday, March 9, 2006 - 13:18 by Wayne Beaton
Got a PHB who needs to know–in non-technical terms–why you should be adopting RCP? Jeff has made the forward from the Eclipse Rich Client Platform book available. In it, Jeff Norris from NASA explains how his organization benefitted from RCP. It’s available here (in PDF format). And by-the-way… I use...

EclipseCon: A Global Conference

Thursday, March 9, 2006 - 08:38 by Anonymous (not verified)
The great thing about the Eclipse community is that it is truly a global community. Taking a look at the countries that will be represented at EclipseCon, you start to get that feeling. In total, close to 45 different countries will be reprsented. Of course a large percentage are coming...

Blogging Party at EclipseCon

Wednesday, March 8, 2006 - 06:30 by Anonymous (not verified)
I’d like to organize a blogging party at EclipseCon. I think it would be cool to meet in person all the different Eclipse bloggers. We could even talk about who is going to blog at EclipseCon and what sessions are going to get covered. If you are up for it...

Conference Evaluations

Tuesday, March 7, 2006 - 15:16 by Wayne Beaton
I just got a stack of evaluations from a conference I spoke at last year. I delivered three separate talks at this conference, so the stack is pretty tall. Most of the evaluations are good, containing comments like “All presenters should be this good”, “Superb as usual”, and “Very good...

RCP Short and Sweet – Part 2

Friday, March 3, 2006 - 02:36 by Anonymous (not verified)
I am starting to write a press release to announce some project initiatives around RCP. I want to include a short, crisp description of what is RCP. The cool thing about the Eclipse community is that Kim has already started to create a version. I took some of Kim’s ideas...

More code templates in Eclipse

Tuesday, February 28, 2006 - 08:57 by Wayne Beaton
How about this… Start typing the name of a method (where a method should go). Don’t worry about the return type or anything else, just the name. Hit ctrl-space. Eclipse will offer to build a new private method with that name. Type “main” and hit ctrl-space and it will build...