Blog Posts

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

    Eclipse 3.4 M7 est là !

    Saturday, May 3, 2008 - 09:14 by Benjamin Cabé
    Ça y est, Eclipse 3.4 est à nos portes puisque le milestone qui sort aujourd’hui est le 7ème du nom ; ce qui, dans le cycle de développement Eclipse, veut dire que toutes les nouvelles fonctionnalités ont été implémentées ( feature complete) ! Les prochaines versions livrées seront des releases...

    Organize an Eclipse Demo Camp

    Friday, May 2, 2008 - 15:20 by Anonymous (not verified)
    We are organizing another series of Eclipse Demo Camps. Last Fall we had 30 Eclipse Demo Camps and they turned out to be great community events. This time the demo camps are to celebrate the Ganymede release. We already have events organized in 15 cities but I’d like to see...