umm, maybe you should give more information about what you wanna do. First steps is to declare which framework are you going to use and how are you goin to use it.
It seems you are going to use Equinox frameworks which is 100% eclipse. The next you may need is to know how are you going to use it. Which services are you going to publish to the framework? how are you going to publish theme? Are you gint to use activator and its classes or components? ... I recommend you to use the whiteboard pattern. using declartative services help you to create modules in a really easy way. Here you can find a example for beginners talking about components and declarative services: http://www.noway.es/OSGI-Declarative-Services-Components-Tutorial regards, Miguel Sent from Madrid, Spain On Fri, Oct 2, 2009 at 11:04 AM, Vikash Anand <[email protected]> wrote: > Hi All, > > I am new to OSGI. Infact saw OSGI yesterday itself. I have gone through the > tutorials on JavaWorld and ServerSide and have made a small "Hello World" > application and have ran it successfully. I have even exported it as > plugin/jar. > > Now what I want is to create a client application that uses this > jar/plugin. Please help me or give some pointers how to do it. I had placed > the same in plugin folder so that that becomes part of Eclipse and could see > classes created by me in client application but I do not know how to invoke > services ("Hello World" service) from that client application. > > Any help with code or pointers would be helpful. > > -- > Thanks and Regards, > Vikash Anand. > > _______________________________________________ > OSGi Developer Mail List > [email protected] > https://mail.osgi.org/mailman/listinfo/osgi-dev >
_______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
