This document can be useful, it presents white board pattern and has exemples :
http://www.osgi.org/documents/osgi_technology/whiteboard.pdf

Regards,
Tom

On Tue, 11 Sep 2007 14:00:33 +0200, Marcel Offermans <[EMAIL PROTECTED]> wrote:

On Sep 11, 2007, at 13:51 , Rodrigo Madera wrote:

I see that OSGi has some lack of documentation out there when it comes to
best practices and examples (or I'm not knowing where to look).

I'm sure you looked at the website, which does include an increasing number of pages that document Felix and OSGi in general. It includes a couple of examples (for example http://felix.apache.org/site/apache- felix-application-demonstration.html). It also has the sheets of a presentation I gave at ApacheCon in Dublin about OSGi best practices (http://felix.apache.org/site/presentations.html).

Would any of you have a good book recommendation on practical OSGi?

There are hardly any books available on OSGi. None I would particularly recommend.

Also, what is the recommended way of doing authentication and authorization?

I would definitely recommend looking at UserAdmin there. It defines a basic API for setting up and using role based access control. Using this standard service allows you to choose from different implementations (either a self-contained, light weight one, or for example one backed up by the Apache Directory Server). How to actually hook it up to the rest of your application largely depends on that application, so if you want further advice then tell us a bit more about what you're trying to do here.

Greetings, Marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to