Posts tagged with "pde"

Jul 29th, 2009

Nomenclature and the Evolution of Eclipse

Evolution

One of the great things about Eclipse is that it evolves, it’s not static. We reinvent ourselves. From IDE to RCP to Runtime. From Platform to e4 (e.g., the future). When we evolve, it gives us an opportunity to think about our lexicon. I recently sent an email to the Eclipse PMC entertaining the idea [...]

4 Comments
Jul 10th, 2009

PDE Build Compile Errors

Yesterday I spent the day working on examples of how PDE Build can be used to build OSGi bundles.  I was setting up builders, copying files from my workspace to my builder, and running builds.   Early in the morning I was faced with the follow: The method disposeImageButtonImages(ImageButton) from the type ScaledWidgetFactory refers to [...]

Leave a Comment
Jul 8th, 2009

OSGi, Eclipse and API Management

Galileo Schedule

Recently, a few people have come to me ask how Eclipse maintains its API and versions. The intent of this question was to see what lessons there are to be learned for other OSGi-based applications. If we step back a bit, in essence, Eclipse is a large OSG application. On top of that, Eclipse is [...]

7 Comments
Jun 19th, 2009

Install into Self, Eclipse Galileo Feature #6

installIntoSelf

As readers of my blog are no doubt aware, I have been counting down the Top 10 Galileo features that I’m most excited about. Galileo is the name of this years “Eclipse Release Train”, the simultaneous release of 33 Eclipse projects. Galileo will available for download on June 24th, but “Friends of Eclipse” get it [...]

4 Comments
Jun 18th, 2009

API Usage Scan against Galileo

compare3

Awhile ago, I blogged about PDE API Tools and the usage scans feature. In honor of the Eclipse Galileo release, I decided to run the usage scan tool and generate a report against a good portion of the release to see if anything interesting came up. I was particularly looking at what bundles were accessing [...]

4 Comments
May 29th, 2009

PDE’s Automated Management of Dependencies

PDE AMD 5

I have been working with the upcoming Equinox OSGi book authors quite a bit as of late. They are a demanding bunch, but they have helped me improve PDE’s OSGi tooling while they write and exercise parts of PDE that not many people know about. In particular, the book uses something in PDE called Automated [...]

10 Comments
May 12th, 2009

OSGi Declarative Services

Equinox Console

For those of you who don’t know, the Eclipse SDK now ships an implementation of OSGi Declarative Services (DS). I love DS when working with OSGi services and recommend it to people over using the brittle ServiceTracker mechanism. I’m a big proponent of having people learn by example. To help people understand DS a bit [...]

7 Comments
May 2nd, 2009

Eclipse 3.5M7 is out!

pdetarget

Eclipse 3.5 M7 is out! Get it while it’s hot! (new and noteworthy) Note this is the last major milestone release of Eclipse for Galileo and marks feature freeze. No more new features after this milestone, only bug fixes until the Galileo release in late June. Here are some of my favorite noteworthy items: SWT.SHEET [...]

7 Comments
Apr 29th, 2009

Target Platform Provisioning

target5

I’ve been doing bundle development for a very long time so I have a lot of fantasies of how we can improve development workflows. One of my fantasies while working with my target platform has been to have it automatically provisioned to me based on some requirements. Well, I’m happy to report that PDE now [...]

15 Comments