Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [osgi-users] Possible mistake in Feature spec?

On 2022-05-27T21:37:44 +0200
Stefan Bischof <stbischof@xxxxxxxxxxx> wrote:

> Hi,
> 
> when reading your message and replacing the word `game` with `apache 
> sling` it seems that you are at a good way with osgi-features.
> 
> https://github.com/orgs/apache/repositories?language=&q=sling&sort=&type=all
> https://mvnrepository.com/artifact/org.apache.sling
> 
> They seems to have a lot of bundles (and maybe a lot of more dependencies)

Yeah, I had Apache Sling recommended to me elsewhere. The sequence of
events was essentially:

  Heard about OSGi features.
  Asked if there was a Felix implementation. 
  Was pointed at Sling.
  Sling appeared to be a superset of Features intended for use as a web
  framework. 
  Looked at the Feature spec to see if I could implement it
  myself. 
  Found a lack of Feature -> Feature dependency handling. 
  Found that sentence in the spec...

... so here we are! :)

-- 
Mark Raynsford | https://www.io7m.com



Back to the top