-
May 29th, 2008, 07:59 AM
#1
Is there a tutorial/doc describing how to create and deploy a OSGI bundle having dependencies ?
Hi,
I would like to know if there is somewhere a tutorial/doc describing how to create a Spring Bundle project and deploy it on Spring Application Platform suite ?
What I'm looking for is a more complex example where we have by example to import-packages like (javax.xml.*; javax.xml.bind*) which are not yet bundled as OSGI ?
Charles
-
May 29th, 2008, 08:09 AM
#2
Is there a tutorial/doc describing how to create and deploy a OSGI bundle having dependencies ?
have you had a look at the petclinic example the guys ship ??
-
May 29th, 2008, 08:22 AM
#3
Is there a tutorial/doc describing how to create and deploy a OSGI bundle having dependencies ?
It is a PAR archive.
Do you think that an Eclipse project exist for a OSGI Bundle ?
-
May 29th, 2008, 09:12 AM
#4
Is there a tutorial/doc describing how to create and deploy a OSGI bundle having dependencies ?
The petclinic is shipped as a bunch of bundles. You don't have to create a PAR if you don't want to. But you do have to download the dependencies and bung them in bundles/usr. The petclinic downloads them using Ivy. I've done the same thing with Maven.
The Eclipse meta data in is not very useful. But you can create OSGi bundle meta-data for any bundle by right clicking on the project and choosing Spring Tools->Convert to OSGi Bundle.
-
May 30th, 2008, 06:28 AM
#5
Is there a tutorial/doc describing how to create and deploy a OSGI bundle having dependencies ?
Thx. I will test what you propose
-
Jun 2nd, 2008, 03:50 AM
#6
Is there a tutorial/doc describing how to create and deploy a OSGI bundle having dependencies ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules