Re: [osgi-dev] Help

2016-07-31 Thread Peter Kriens
There are many potential problems so it is hard to diagnose with this information. There are extensive tutorials available on [OSGi enRoute][1] that will give you enough understanding to debug your problem. The default template is actually a REST interface from a Javascript GUI. Kind regards,

[osgi-dev] Help

2016-07-31 Thread manoj.vrajamani
Hi All, I am new to OSGi. I am trying to write a sample interface hello (consisting of a method helloWorld() that returns a simple "Hello" string) accessible via REST API. * I am on Eclipse (mars) running Equinox 4.2 OSGi * I have installed Jersey.all ( implementation of JAX-RS- API) * I have

Re: [osgi-dev] OSGi for a plugin system?

2016-07-31 Thread Neil Bartlett
> On 31 Jul 2016, at 19:34, list+org.o...@io7m.com wrote: > > Hello. > > I'm the author of a work-in-progress open-source-but-commercial > computer game. One of the main design decisions has always been to > support third party modifications out of the box. Current commercial > computer games te

[osgi-dev] OSGi for a plugin system?

2016-07-31 Thread list+org.osgi
Hello. I'm the author of a work-in-progress open-source-but-commercial computer game. One of the main design decisions has always been to support third party modifications out of the box. Current commercial computer games tend to handle this extremely badly, either by not providing APIs or by not