Posts tagged with "equinox"

Mar 28th, 2013

Running Eclipse applications on Windows 8

Reading the title, you might ask why this could be a problem. Good news: in most cases it isn’t. However it can be problem if you use native code in your Eclipse plug-in and run on an older version of Equinox (3.7.2 and earlier). This post describes the problem and possible solutions. The problem On [...]

3 Comments
Jan 28th, 2013

Lean OSGi Launch Configurations with Jetty

osgi

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 because the automatic dependency resolver can not always pick the smallest set possible. And maybe even worse it is [...]

Leave a Comment
Aug 22nd, 2012

From Eclipse Tycho to Apache Karaf: the easy way!

karaf-eclipse

We are currently working on a very interesting project together with basis06 which has Apache Karaf as a target runtime. Coming from the Eclipse space this is really a challenge for the following reason: when you develop OSGi applications within Eclipse you are used to the PDE Tooling (Plug-In Development Environment) together with its concepts [...]

6 Comments
Jun 14th, 2012

MacOS App Integration, Top Eclipse Juno Feature #10

export

Eclipse has provided high-quality tools to millions of developers for over 10 years, for free.  For the 7th consecutive year, Eclipse will ship a simultaneous release.  A simultaneous release is a single, coordinated, release containing dozens of related Eclipse technologies.  And for the 5th time, I’m assembling a Top 10 List of Eclipse features that [...]

4 Comments
May 4th, 2011

Launch an OSGi app and automatically kill its running instance

Anoying Bind Exception

If you use Eclipse to develop OSGi based applications you may use the OSGi Launcher provided by the PDE Tooling. It’s cool tooling because it gives you full control over the OSGi instance to be launched.  You can choose the OSGi framework (e.g. Equinox or Felix), select the bundles to install and much more. But [...]

Leave a Comment
Mar 23rd, 2011

p2, 10 common pitfalls and how to avoid them

On Tuesday, Pascal and I presented “p2, your savior or your achilles heel? Everything an Eclipse team needs to know about p2” where we talked about the 10 most common pitfalls developers face when using p2. More importantly, we talked about how you can avoid them. For those of you who attended the talk, thank-you. [...]

5 Comments
Feb 7th, 2011

How to build a Server-Side Equinox/RAP Application

RAP-Logo-small

When you face the task of building a Server-Side Equinox or a RAP application (which is just a Server-Side Equinox application) you need to choose a build system from a fairly diverse palette. This choice is never easy because every build system has its pros and cons. In the end it comes down to which [...]

2 Comments
Feb 2nd, 2011

Equinox/RAP WAR Products has moved. Hello Eclipse Libra…

wtp_logo_2010

A while ago I introduced you to my Google Summer of Code 2010 project, the WAR Products. I really appreciate your participation with feedback and bugs. It showed me that there is a real need for this tooling, so I’m proud to announce that the WAR Products development will not continue in the RAP Project. You may think, [...]

9 Comments
Jan 20th, 2011

Amazon AWS Beanstalk and Eclipse Equinox

aws

Yesterday Amazon launched a new service called AWS Elastic Beanstalk. It’s basically a Tomcat hosting service. You can upload your WAR files via a web interface, to an instance of a Linux cloud image pre-configured with Tomcat. This is from the official Amazon description: AWS Elastic Beanstalk is an even easier way for you to [...]

1 Comment