From 6dc7723c738c8307369f2fcfd8feb0fd2ea703c1 Mon Sep 17 00:00:00 2001 From: yvesf Date: Thu, 24 Feb 2011 22:45:14 +0100 Subject: file-copy from previous development-repository --- src/main/webapp/WEB-INF/web.xml | 34 ++++++++++++++++++++++++++++++++++ src/main/webapp/index.jsp | 8 ++++++++ 2 files changed, 42 insertions(+) create mode 100644 src/main/webapp/WEB-INF/web.xml create mode 100644 src/main/webapp/index.jsp (limited to 'src/main/webapp') diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 0000000..1bed2f5 --- /dev/null +++ b/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,34 @@ + + + Archetype Created Web Application + + + ics-connector + de.dhbw.horb.calendar.ICSServlet + + + ics-connector + /ics + + + + + vaadin + com.vaadin.terminal.gwt.server.ApplicationServlet + + Vaadin application class to start + application + de.dhbw.horb.calendar.ui.MyApplication + + + + vaadin + /ui/* + + + vaadin + /VAADIN/* + + diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp new file mode 100644 index 0000000..0a528b3 --- /dev/null +++ b/src/main/webapp/index.jsp @@ -0,0 +1,8 @@ + + +

Hello World!

+User-Interface +
+iCalendar Link + + -- cgit v1.2.1