EclipseSource Blogs
Lesen Sie die neusten Blogposts
EMF ItemProvider Magic
In EMF you can generate Java Classes not only for your entity objects, but also classes that support viewing and editing these entities. ItemProviders are generated into the EMF edit plugin for each …
Lean OSGi Launch Configurations with Jetty
Over the last years I have seen many OSGi project, and while I am pretty happy with most of them there is a tendency to oversized launch configurations. Keeping the launch configs lean is not easy …
Getting started with RAP
For beginner developers is very important to have a fast start in a new technology. RAP Tools provide three PDE templates from its version 1.0, but all of them are based on the Eclipse workbench model …
EclipseCon 2013: 5 Talks I'm Really Excited About
EclipseCon 2013 is fast approaching. This year EclipseCon is on the east coast in Boston, MA from March 25-28th. EclipseCon brings together experts from dozens of Eclipse projects along with leaders …
Call for Submissions: Modeling Symposium EclipseCon North America 2013
I am happy to announce that Ed and I are organizing the Modeling Symposium for EclipseCon North America 2013. It is scheduled for the first day of the conference, i.e., Tuesday, March 26th at 5pm. The …
How to track lifecycle changes of OSGi bundles
This post explains how to track changes in the lifecycle state of OSGi bundles, using two different techniques: an OSGi BundleListener and an Eclipse BundleWatcher. The OSGi Lifecycle (source: OSGi …