]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
This is a place for common/global values for all CollectionSpace client classes....
authorRichard Millet <richard.millet@berkeley.edu>
Thu, 9 Apr 2009 02:52:09 +0000 (02:52 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Thu, 9 Apr 2009 02:52:09 +0000 (02:52 +0000)
HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/CollectionSpaceClient.java [new file with mode: 0644]

diff --git a/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/CollectionSpaceClient.java b/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/CollectionSpaceClient.java
new file mode 100644 (file)
index 0000000..c43fb45
--- /dev/null
@@ -0,0 +1,6 @@
+package org.collectionspace.hello.client;\r
+\r
+public interface CollectionSpaceClient {\r
+       static final String HOST = "http://localhost:8080";\r
+       static final String URI = "/helloworld/cspace-nuxeo";\r
+}\r