You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This list of metadata regards this idea:

http://www.nabble.com/idea%3A-automatic-component-repo-td17979177.html

(Note: Some of these may be duplicates of java or maven meta info... we could omit dups)

What else?

  • Javascript-Libraries=YUI 4.0,DOJO 1.0

Should this be XML for better structure instead of using META-INF?

OSGi:
Some of the properties above would be better represented by OSGi (if you still want to use that)

  • import-package: org.wicket;version=1.3.3 (instead of Wicket-Minimum-Version)
  • export-package: com.mycomponent.demo <- by convention, look for 'DemoApplication' : WebApplication here
  • bundle-version: 0.1.1

reference: http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=2

  • No labels