Skip to content

Instantly share code, notes, and snippets.

@anpieber
Created July 14, 2011 15:38
Show Gist options
  • Select an option

  • Save anpieber/1082693 to your computer and use it in GitHub Desktop.

Select an option

Save anpieber/1082693 to your computer and use it in GitHub Desktop.
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" >
<service interface="org.apache.wicket.protocol.http.IWebApplicationFactory" >
<service-properties>
<entry key="pax.wicket.applicationname" value="blueprint.simple.default" />
<entry key="pax.wicket.mountpoint" value="blueprint/simple/default" />
</service-properties>
<bean class="org.ops4j.pax.wicket.util.SimpleWebApplicationFactory" >
<property name="wicketApplication" value="org.ops4j.pax.wicket.samples.blueprint.simple.internal.WicketApplication" />
</bean>
</service>
</blueprint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment