A simple update manager for Eclipse RCP applications

What would I like for Christmas? Thanks for asking! Well, besides a Mac mini, what I’d really like is a simple update manager for Eclipse RCP applications. Up to now, we’ve had two options for updating our applications: wiring in the Update Manager or coding something from scratch. The problem is that the Update Manager… Continue reading A simple update manager for Eclipse RCP applications

Why Eclipse RCP? One company provides it’s answer.

People often ask me what’s so special about Eclipse RCP and what types of projects it’s useful for. Well here is one answer from EXTOL, a software company that is using Eclipse RCP as the foundation for it’s own products. The short answer, which I like a lot, is: Adopting Eclipse RCP gets us out… Continue reading Why Eclipse RCP? One company provides it’s answer.

Managing Eclipse RCP launch arguments

In my last post I discussed how to best manage run configurations for Eclipse RCP applications. But there was one related topic I wanted to discuss in more detail, and that is how to manage launch arguments. What are launch arguments? Launch arguments are arguments that are added to the command line when you execute… Continue reading Managing Eclipse RCP launch arguments

Run Configurations and Eclipse RCP

When developing Eclipse RCP applications we execute our code in the IDE using a run configuration. A run configuration is basically a collection of properties that defines how our application should be run, and these properties include: What application or product to launch, specified by id Which bundles to make available at runtime What program… Continue reading Run Configurations and Eclipse RCP

Adding Eclipse IDE menu options to your RCP applications

Note: The post below is actually incorrect, which is a good thing in my opinion. It is indeed possible to use the command framework to add the standard Eclipse IDE menu options. Rather than take down the post, which I think is unethical, please read the post and then the note at the end for… Continue reading Adding Eclipse IDE menu options to your RCP applications

Book Review: Practical Eclipse Rich Client Platform Projects

There aren’t many books available about the Eclipse Rich Client Platform. One reason for this, I think, is that it’s a difficult subject to cover effectively. Eclipse RCP is less a coherent framework than an aggregation of related technologies, and this can make it difficult to describe. As someone who has worked hard to craft… Continue reading Book Review: Practical Eclipse Rich Client Platform Projects