Feedbacks
Tip: Eclipse, OSGi and Execution Environments
I was working with a client recently and the question of what are execution environments came up. Execution environments (EEs) are simply symbolic representations of JREs. For example, rather than …
Tip: Spellchecking in Eclipse
Ever wanted to add spelling checking to a dialog, form or some editor in your Eclipse-based application? Well, I needed to do this recently for a project and thought I would share with people how it …
The e4 RAP and RCP/RAP single sourcing webinar
e4 is now an official incubating project under the Eclipse project, the review ended positively and uneventful. There have been some promising experiments and demos going on already, the latest ones …
The new Eclipse download wizard and RAP performance
The Eclipse Packaging Project is working on a wizard that allows you to build your own customizable download, combining plug-ins from predefined packages and Ganymede. The wizard uses Eclipse runtime …
Tip: Project Level Settings
I can’t count how many times I have come across developers that aren’t using project level settings. It makes me a bit sad in the beginning, but once I show people what you can do with project level …
Tip: Split Packages and Visibility
In an OSGi-based system, there are cases when you want to do some heavy refactoring but run the risk of breaking downstream clients. For example, let’s say you have plug-in A, it exports the …