Blog Posts

    Social bookmarking

    Wednesday, May 21, 2008 - 15:48 by Wayne Beaton
    I’ve added social bookmarking to some of the Eclipse Corner Articles. Specifically, it’s been added to the articles that leverage our “new” format. For example: Creating Database Web Applications with Eclipse Integrating EMF and GMF Generated Editors Defining Generics with UML Templates You’ll (hopefully) notice a small bar in the...

    Eclipse 3.4 RC1

    Tuesday, May 20, 2008 - 12:23 by Benjamin Cabé
    Le build d’intégration 3.4 de vendredi a, comme prévu —bien qu’avec un peu de retard−, été taggé “ RC1“. Vous pouvez le télécharger à l’adresse suivante : http://download.eclipse.org/eclipse/downloads/drops/S-3.4RC1-200805161333/index.php. La liste des bugs corrigés (pour les projets qui la tiennent à jour en tout cas…) est ici. The post Eclipse 3.4...

    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...