# HG changeset patch # User Jorge Urzua # Date 1365781722 -7200 # Node ID bc57f2660b0f6f0a59a89656e0d081e204cfcb50 # Parent 7d231e4e86e5a73aca1dce9228bb46f10ec132ac implementation of web service diff -r 7d231e4e86e5 -r bc57f2660b0f pom.xml --- a/pom.xml Fri Apr 12 14:28:32 2013 +0200 +++ b/pom.xml Fri Apr 12 17:48:42 2013 +0200 @@ -43,6 +43,15 @@ + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + org.icefaces @@ -54,13 +63,21 @@ javax.servlet.jsp + + - org.glassfish javax.faces 2.1.6 + + + org.json + json + 20090211 + + + + + + ws + de.mpiwg.indexmeta.web.servlet.JSONInterface + + + ws + /ws + + + + + Faces Servlet + javax.faces.webapp.FacesServlet + 1 + + + Faces Servlet + *.xhtml + + + + State saving method: 'client' or 'server' (=default). See JSF Specification 2.5.2 + javax.faces.STATE_SAVING_METHOD + server + + + javax.servlet.jsp.jstl.fmt.localizationContext + resources.application + + + com.sun.faces.config.ConfigureListener + + + javax.faces.PROJECT_STAGE + Development + + + org.icefaces.mandatoryResourceConfiguration + + + + org.icefaces.ace.theme + sam + + + javax.faces.FACELETS_SKIP_COMMENTS + true + + + javax.faces.VALIDATE_EMPTY_FIELDS + false + + + Google Maps API key is required if gMap component is used. Sign up for an API key from http://code.google.com/apis/maps/signup.html + com.icesoft.faces.gmapKey + ABQIAAAADlu0ZiSTam64EKaCQr9eTRTOTuQNzJNXRlYRLknj4cQ89tFfpxTEqxQnVWL4k55OPICgF5_SOZE06A + + + + Resource Servlet + com.icesoft.faces.webapp.CompatResourceServlet + 1 + + + + Resource Servlet + /xmlhttp/* + + \ No newline at end of file diff -r 7d231e4e86e5 -r bc57f2660b0f src/main/webapp/pages/home.xhtml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/pages/home.xhtml Fri Apr 12 17:48:42 2013 +0200 @@ -0,0 +1,16 @@ + + + + + + + + \ No newline at end of file diff -r 7d231e4e86e5 -r bc57f2660b0f src/main/webapp/pages/index.jsp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/pages/index.jsp Fri Apr 12 17:48:42 2013 +0200 @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff -r 7d231e4e86e5 -r bc57f2660b0f src/main/webapp/template/template.xhtml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/main/webapp/template/template.xhtml Fri Apr 12 17:48:42 2013 +0200 @@ -0,0 +1,33 @@ + + + + + + IndexMetaContextualizer + + + + + + + + +
+ +
+
+
+ +
+
+
+
+ + +