]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
prototype using nuxeo restful apis
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 18 Mar 2009 21:12:04 +0000 (21:12 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 18 Mar 2009 21:12:04 +0000 (21:12 +0000)
commitb7cd73c9de4a26fa3e3d050632eaed3e56e1938c
treeb7633921cd88315c8fae5d9d3db2a6d9926fc71a
parent9a27593caba76ab75a2aa01fe0fc1aec2300c291
prototype using nuxeo restful apis
14 files changed:
sandbox/sanjay/prototypes/restws/HelloWorldDocService/build.properties [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/pom.all.xml [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/pom.xml [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/java/org/collectionspace/hello/services/HelloworldDocApplication.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/java/org/collectionspace/hello/services/PersonDocResource.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/java/org/collectionspace/hello/services/nuxeo/NuxeoCallback.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/java/org/collectionspace/hello/services/nuxeo/NuxeoCallbackHandler.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/java/org/collectionspace/hello/services/nuxeo/NuxeoLoginConfiguration.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/java/org/collectionspace/hello/services/nuxeo/NuxeoLoginContextFactory.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/java/org/collectionspace/hello/services/nuxeo/NuxeoRESTClient.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/java/org/collectionspace/hello/services/nuxeo/PortalSSOAuthenticationProvider.java [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/resources/jndi.properties [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/resources/nuxeo.properties [new file with mode: 0644]
sandbox/sanjay/prototypes/restws/HelloWorldDocService/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]