From 25ecf5fd25c607f964959e562a8ebb4c211fe5b2 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 23 Mar 2009 07:58:24 +0000 Subject: Remove old testing sandbox sca trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757342 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/sample/wicket/WicketApplication.java | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 sandbox/ant/sca/trunk/samples/webapps/helloworld-wicket/src/main/java/sample/wicket/WicketApplication.java (limited to 'sandbox/ant/sca/trunk/samples/webapps/helloworld-wicket/src/main/java/sample/wicket/WicketApplication.java') diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-wicket/src/main/java/sample/wicket/WicketApplication.java b/sandbox/ant/sca/trunk/samples/webapps/helloworld-wicket/src/main/java/sample/wicket/WicketApplication.java deleted file mode 100644 index 1d86f1ee39..0000000000 --- a/sandbox/ant/sca/trunk/samples/webapps/helloworld-wicket/src/main/java/sample/wicket/WicketApplication.java +++ /dev/null @@ -1,29 +0,0 @@ -package sample.wicket; - -import org.apache.wicket.Page; -import org.apache.wicket.protocol.http.WebApplication; -import org.apache.tuscany.sca.wicket.TuscanyComponentInjector;; - -/** - * Application object for your web application. If you want to run this application without deploying, run the Start class. - * - * @see com.mycompany.Start#main(String[]) - */ -public class WicketApplication extends WebApplication -{ - - @Override - protected void init() - { - addComponentInstantiationListener(new TuscanyComponentInjector(this)); - } - - /** - * @see org.apache.wicket.Application#getHomePage() - */ - @Override - public Class< ? extends Page> getHomePage() - { - return HomePage.class; - } -} \ No newline at end of file -- cgit v1.2.3