Categories
- Android (47)
- Challenge of the month (16)
- Dirk Fauth (7)
- Eclipse (208)
- Java (12)
- Lars Vogel (18)
- Markus Kuppe (1)
- OSGi (6)
- Other (16)
- Papercut (14)
- Private (4)
- Servlet (2)
- Softskill Topics (5)
- Sopot Çela (3)
- vogella (25)
- Web (9)
vogella tutorial rss feed- Android application (performance and more) analysis tools - Tutorial
- Android Background Processing with Threads, Handlers and AsyncTask - Tutorial
- Debugging Android applications
- Using the Android action bar (ActionBar) - Tutorial
- Register for the Eclipse 4 application lifecycle - Tutorial
- Migrating Eclipse 3.x plug-ins and RCP applications to Eclipse 4 - Tutorial
- Android Installation
- Using FreeMarker Templates (FTL)- Tutorial
- Eclipse Fragment Projects - Tutorial
- Eclipse Products and Deployment - Tutorial
Home
Recommended
Twitter
-
Recent Posts
Tag Archives: OSGi
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
Going plugin (from an OSGi bundle)
The Eclipse plugin creation wizard allows to create OSGi bundles or Eclipse plugins. The most notable difference is that the PDE plugin editor does not show the extension tab. I recently wanted to use an plugin extension in a project … 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