LOK
LOK

Reputation: 439

Is there any large scale commercial software developed base on OSGi specification?

Is there any large scale commercial software developed base on OSGi specification? I would like to see some examples and what the architecture look like.

Upvotes: 2

Views: 148

Answers (2)

Peter Kriens
Peter Kriens

Reputation: 15372

Eclipse is based on OSGi, I do not think there are that many larger code bases in a more variable environment. On top of this you find most Java EE Application Servers to be based on OSGi or heavily support it.

IT is a long time ago I had to answer this question ...

Upvotes: 0

Omnaest
Omnaest

Reputation: 3096

What is large scale? Our enterprise runs on eclipse equinox with 2.000.000+ lines of code, what is nothing uncommon. (Of course the architecture is not available to non company members)

Perhaps the glassfish j2ee app server can give you a good example. See this slides...

Upvotes: 1

Related Questions