]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
Copying Sanjay's HelloWorld project (with in-memory Collections storage, not using...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 20 Mar 2009 20:42:51 +0000 (20:42 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 20 Mar 2009 20:42:51 +0000 (20:42 +0000)
commitf064bd05aec97738660d7cfc36d6cea49d40c6d0
tree5178cd1e9552437ceeb1e5ec9fb577403505809d
parent2f925e479bf1ea45b85375c358ee17d5e5216656
Copying Sanjay's HelloWorld project (with in-memory Collections storage, not using Nuxeo/MySQL) to Aron's sandbox, in preparation for adding a CollectionObject service.  This copy builds and runs successfully under JBoss on Mac OS X.
34 files changed:
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/.classpath [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/.project [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/nb-configuration.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/nbactions.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/pom.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierClient.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/src/main/java/org/collectionspace/hello/client/IdentifierProxy.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonClient.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonProxy.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/IdentifierServiceTest.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/src/test/java/org/collectionspace/hello/client/test/PersonServiceTest.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/src/test/resources/log4j.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldClient/temp-testng-customsuite.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldJaxb/.classpath [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldJaxb/.project [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldJaxb/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldJaxb/.settings/org.maven.ide.eclipse.prefs [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldJaxb/nb-configuration.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldJaxb/pom.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldJaxb/src/main/resources/hello.xsd [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/README.txt [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/build.properties [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/nb-configuration.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/nbactions.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/pom.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/src/main/java/org/collectionspace/hello/services/HelloworldApplication.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/src/main/java/org/collectionspace/hello/services/IdentifierResource.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/src/main/java/org/collectionspace/hello/services/PersonResource.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/src/test/java/org/collectionspace/hello/test/IdentifierServiceRawXmlTest.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/HelloWorldService/src/test/java/org/collectionspace/hello/test/PersonServiceRawXmlTest.java [new file with mode: 0644]
sandbox/aron/HelloWorld-CollectionObject/pom.xml [new file with mode: 0644]