Blog Posts

    Growing an open community: 3 interesting facts about Eclipse IoT

    Friday, August 7, 2015 - 16:14 by Benjamin Cabé
    About 9 months ago, I published a blog post showing up some interesting metrics about the Eclipse IoT open-source community. I have recently crunched the numbers again and here are 3 interesting facts about Eclipse IoT and its developer community: A very diverse community of contributors It is one thing...

    Remote management of an ARM mbed device using LwM2M, Wakaama & Leshan

    Wednesday, July 8, 2015 - 04:17 by Benjamin Cabé
    One of the great strengths of LightweightM2M (LwM2M) is to be… ahem… lightweight! The fact that it relies on CoAP for the communication, and that all the standard resources are meant to be very concise really helps making very small implementations that can fit in constrained devices. In the video...

    It’s Time to Revise the Eclipse Development Process: 2015 Edition

    Tuesday, June 30, 2015 - 13:05 by Wayne Beaton
    Every couple of years, I work with the Eclipse Architecture Council to revise the Eclipse Development Process (EDP). The EDP is the document that describes the structure of projects, relationships between projects and committers, and the sorts of activities that projects are expected to engage in. After many years and...

    Eclipse Mars New and Noteworthy: New Java Quick Fixes

    Monday, June 15, 2015 - 15:21 by Wayne Beaton
    Eclipse Mars includes new Quick Assists (Ctrl+1) for Java developers. Add and remove the parentheses around lambda parameter: Explicitly add the inferred types of the parameters in a lambda expression: Convert from method reference to lambda expression: Or from lambda expression to method reference: The full set of Eclipse Project...