Tuesday, 30 June 2015

Facebook adds authorship

Yet another interesting Facebook feature - if you add this META tag...

<meta property="article:author" content="https://www.facebook.com/davidovivan" />

...and you post the URL of your web page on Facebook, you'll get the following result:

Facebook - authorship tag
Facebook - authorship tag
Of course don't forget to provide the link to your own Facebook profile, or otherwise you'll credit me for your posts. :)

Friday, 26 June 2015

OSGi 101 - Create simple bundle (Equinox & Felix)

This is the last article about OSGi which I'm going to write (for now). We already discussed the basics of Apache Felix and Eclipse Equinox. We know how to run these OSGi engines and we covered some of the commands we can use in the OSGi console.

Now it's time to fulfil the cycle and create our own OSGi bundle. This is not supposed to be another OSGi tutorial - I'll just show you step by step how to compile & build the bundle and how to work with it in the OSGI console.

Thursday, 25 June 2015

OSGi 101 - Eclipse Equinox - Gogo console

In my previous article I described the basics around Apache Felix OSGi. Now I'll do the same but this time I'll focus on Eclipse Equinox OSGi. I'll show you every single step you need to follow and the final goal is to end up with fully functional OSGi console.

OSGi 101 - Apache Felix - Gogo console

This short tutorial will show you step by step how to run Apache Felix OSGi console and explore few of the supported commands.