Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Equinox on the server

Sure I've used Equinox for a fairly large high traffic enterprise REST application in my professional world.  We actually didn't use the servlet bridge at all but used it to orchestrate all levels after that.  I guess we did have our servlets wired up with OSGi but it was a homegrown solution.  But that team had been using OSGi, specifically Equinox, like that for many years.

For personal projects any time i'm putting together backend services I do it OSGi-fully.  Most recently I've enjoyed using Spring DM-server as it's so geared for OSGi.

Chris

On Fri, Jan 29, 2010 at 1:14 PM, Roy Benjamin <rbbnjmn@xxxxxxxxx> wrote:
Hi,

Just wondering how many have used Equinox on the server side.  I do not
simply mean using the servlet bridge.  

I've had good results essentially appending the Equinox runtime to JBoss and Tomcat,
servlets can lookup and use OSGi services etc...  I've front-ended SOA calls with OSGi
registered services, handling SOA versioning in this way, also the services can return
local implementations for dev and testing.

Thanks

Roy

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev



Back to the top