Created
November 25, 2011 10:46
-
-
Save anpieber/1393238 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" ?> | |
| <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:wicket="http://www.ops4j.org/schema/wicket"> | |
| <bean id="cdlAppFactory" class="at.ac.tuwien.ifs.cdl.ui.base.WicketApplicationFactory" /> | |
| <wicket:application id="cdlApplication" homepageClass="at.ac.tuwien.ifs.cdl.ui.base.WicketApplication" | |
| applicationName="cdl" mountPoint="cdl" applicationFactory="cdlAppFactory" /> | |
| <!-- Part required to automatically mount wicket pages --> | |
| <wicket:injectionProvider id="injectionProvider" applicationName="cdl" /> | |
| <wicket:autoPageMounter id="autoPageMounter" applicationName="cdl" /> | |
| <wicket:classResolver id="classResolver" applicationName="cdl" /> | |
| </blueprint> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment