Categories
- Android (51)
- Challenge of the month (14)
- Dirk Fauth (39)
- Eclipse (314)
- Hendrik Still (1)
- Java (35)
- Jeanderson Candido (3)
- Lars Vogel (109)
- Matthias Mailänder (3)
- OSGi (30)
- Other (37)
- Papercut (15)
- Private (4)
- Servlet (2)
- Simon Scholz (6)
- Softskill Topics (5)
- vogella (34)
- Web (7)
vogella tutorial rss feed
Home
Recommended
Twitter
-
Recent Posts
Tag Archives: OSGi
Build REST services with OSGi JAX-RS whiteboard
Some years ago I had a requirement to access the OSGi services inside my Eclipse application via web interface. Back then I used the OSGi HTTP Whiteboard Specification and wrapped a servlet around my service. Of course I wrote a … Continue reading
Posted in Dirk Fauth, Java, OSGi
Tagged JAX-RS, OSGi, OSGi Services
Comments Off on Build REST services with OSGi JAX-RS whiteboard
Generic Eclipse 3.x views, editors and handlers with DI – by René Brandstetter
In this blog entry I will show you three independent features provided by Eclipse and OSGi which can work together to create views, editors or handlers via the Eclipse ExtensionRegistry but still use the dependency mechanism of Eclipse 4. Supersede … Continue reading
Posted in Eclipse, Lars Vogel
Tagged E4, Eclipse, Eclipse RCP, Eclipse4, OSGi, RCP
Comments Off on Generic Eclipse 3.x views, editors and handlers with DI – by René Brandstetter
Speak like a native – How to use native code (Windows DLL) in OSGi
As you know the OSGi Framework enforces strong modularity. This also applies to native library code, e.g. a Windows DLL. To make your DLL available in the context of OSGi you have to use the Bundle-NativeCode section in MANIFEST.MF. For … Continue reading
Friends of yours? Using x-friends in Equinox to loosen the API restrictions for some plugins
In Defining provisional API in Equinox I discussed how to mark your API as internal / provisional. But what if your plugin has a close friend which should be allowed to use this API without restrictions? Even in the plugin … Continue reading
I didn’t mean it like this – Defining provisional API in Equinox
OSGi is very strong in defining API contracts. In each bundle you can decide this which packages are exported and which can be used by other plugins. But what if you want to make your classes usable to other but … Continue reading
Eclipse Papercut #5 – Getting external libraries as bundles
Explains why Eclipse Plugins are improving the definition of the external API and how to get prepared Eclipse plugins via the Springsource bundle repository. Continue reading