Blog Posts

    EBERT on Sprint Titan

    Thursday, May 15, 2008 - 09:27 by Wayne Beaton
    Radoslav has taken it upon himself to get EBERT running on Sprint Titan (based on eRCP). How cool is that? Let me answer that for you: very cool. See some screenshots here. I’m looking forward to Radoslav’s contributions to the project.

    Eclipse Day at the Googleplex

    Wednesday, May 14, 2008 - 14:56 by Anonymous (not verified)
    I am excited to announce a new event called ‘ Eclipse Day at the Googleplex‘ to be held June 24 at the Googleplex in Mountain View, CA. It will be a half day event that features technical presentations on various Eclipse projects (Equinox, ATF, ECF, CDT and Mylyn) and using...

    Introducing EBERT

    Wednesday, May 14, 2008 - 14:56 by Wayne Beaton
    I blogged last week about an example application that I’ve been building. Building good examples is pretty hard: you want an example to be simple enough to understand. At the same time, it has to be real enough to useful and expose real issues. I think that this application strikes...

    Récupérer la version d’un plug-in

    Wednesday, May 14, 2008 - 09:58 by Benjamin Cabé
    Voici le petit bout de code, très simple, qui permet de récupérer la version d’un plug-in. [sourcecode language=’java’] Activator.getDefault(). getBundle().getHeaders(). get(org.osgi.framework.Constants.BUNDLE_VERSION) ; [/sourcecode] Pour manipuler de manière un peu plus poussée ce numéro de version, la méthode org.osgi.framework.Version#parseVersion(String) est votre amie. Vous pourrez dès lors, sur l’objet Version que vous...

    Thoughts on JavaOne 2008

    Thursday, May 8, 2008 - 23:42 by Anonymous (not verified)
    Just finishing up this years edition on JavaOne. Some thoughts… JavaFX was definitely the main message from Sun. The Sun keynote was full of JavaFX demos showing spinning pictures. It reminded me of 1998 spinning Java logos in applets. Sun appears to want to go head to head with Adobe...

    New resource for Eclipse newbies

    Wednesday, May 7, 2008 - 20:10 by Anonymous (not verified)
    DZone has just released the first set of their Refcardz, including a ‘ Getting Started with Eclipse‘. It looks like a great resource for anyone starting in Eclipse. Nitin from Dzone was kind enough to drop off some of the Refcardz for the Eclipse booth at JavaOne; they proved to...

    Some pictures from JavaOne

    Wednesday, May 7, 2008 - 12:48 by Wayne Beaton
    The Eclipse booth at JavaOne is being hosted this year (as it is normally hosted) by a broad cast of Eclipse committers, representatives from member companies, and other generally-knowledgeable people. Yesterday, some of the folks from nexB hung out at the booth, answering questions about Equinox and being all-around great...

    JavaOne: Do Not Enter

    Tuesday, May 6, 2008 - 19:00 by Wayne Beaton
    JavaOne is not what you might call my favourite show. This sign about sums it up for me. How welcoming is that? It’s “Java + You”, but “Do Not Enter”. Let the lovefest begin. Did I mention the beanbag chairs? The keynote this morning was uninspiring. With Java FX we...

    Three Runtimes

    Monday, May 5, 2008 - 16:19 by Wayne Beaton
    I’ve been spending a great deal of time working with Eclipse runtime technology recently. Specifically, I’ve been building an example application that deploys using Eclipse Rich Client Platform (RCP), Rich Ajax Platform (RAP), and embedded Rich Client Platform (eRCP). The application itself is simple enough: I like examples to be...