|
Page Edited :
WICKET :
Wicket Component JAR Metadata
Wicket Component JAR Metadata has been edited by Jonathan Locke (Feb 09, 2009). Content:This list of metadata regards this idea: http://www.nabble.com/idea%3A-automatic-component-repo-td17979177.html META-INF/components.xml: <components>
<component class="com.mycomponents.Slider"
version="0.9.0"
search-keywords="slider,ui,java">
<description>
This text describes the component.
</description>
<publisher name="my components"
site="http://mycomponents.com/slider"
email="[email protected]"/>
<legal>
<copyright>
Copyright 2009-2010, John Q. Public. All Rights Reserved.
</copyright>
<license name="Apache 2.0">
Full license text goes here so it travels with the JAR.
</license>
</legal>
<requirements>
<library name="wicket" version="1.3"/>
<library name="YUI" version="4.0"/>
</requirements>
<resources>
<source-code url=""/>
<screenshots url=""/>
<demo class="com.mycomponents.demo.DemoPanel"/>
</resources>
</component>
<component name="component2"/>
</components>
META-INF/component1/screenshots/1.jpg
META-INF/component1/screenshots/2.jpg
OSGi:
reference: http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=2 Wicket component jars should be fully self-describing, so i think wicket meta information has to be independent of any external technology such as maven or osgi. – Jonathan Locke |
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
