[jboss-dev-forums] [Design of OSGi Integration] - Re: Current roadmap

david.lloyd@jboss.com do-not-reply at jboss.com
Mon Feb 16 15:10:59 EST 2009


OK, I'm resigned to the fact that I'm not going to have time to do this.  So my parting thoughts are:

1. OSGi metadata should not extend manifest metadata.  Manifest metadata should be a separate thing altogether - there are probably more than one deployment type that might make use of it, and by having OSGi metadata extend manifest metadata, you implcitly disallow more than one deployer to make use of the manifest.  Instead the manifest metadata should be transformed into OSGi metadata, which is not implementation-dependent on the manifest (which makes it easier to programmatically generate).

2. Once the above is done, I think this might be easier to accomplish using regex - a simple static method to identify and transform manifest into OSGi metadata.

3. This also leads to the conclusion that there is (again) no point to having an OSGi metadata implementation which is not just a plain bean-style POJO.


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210492#4210492

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210492



More information about the jboss-dev-forums mailing list