
See you next week in Berlin!
Peter Kriens
P.S. As an extra bonus we will host an SE Radio Interview! Shouldn't miss it if I were you!

Home | Trademark Policy | Privacy Policy
Copyright © OSGi™ Alliance. Comments about the site? Send them to: OSGi Alliance WebMaster.
hello sir i want to know about osgi and newton compliance
ReplyDeleteis it possible by using newton to have only one JVM at server and client can use it without having jvm on their own machines
Newton is a distributed osgi runtime which runs on top of a standard osgi container, as such it requires a java runtime for each server instance. Newton uses the SCA specification to publish service APIs using a pluggable architecture which would allow you to publish a non java api such as a web service for non java clients to connect to.
ReplyDeleteIf you wish to know more about newton please post questions to the newton mailing list.
http://newton.codecauldron.org/mailman/listinfo
If you want to use java main and standard class path within an OSGI container I do not think it is possible without require-bundle declaration.
ReplyDelete