From 0d05be04fe491050612d33f5e1a7d19a969b3cfd Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Thu, 9 Apr 2009 02:52:09 +0000 Subject: [PATCH] This is a place for common/global values for all CollectionSpace client classes. Currently isolates hardcoded URL to service application. --- .../collectionspace/hello/client/CollectionSpaceClient.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/CollectionSpaceClient.java 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 index 000000000..c43fb45df --- /dev/null +++ b/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/CollectionSpaceClient.java @@ -0,0 +1,6 @@ +package org.collectionspace.hello.client; + +public interface CollectionSpaceClient { + static final String HOST = "http://localhost:8080"; + static final String URI = "/helloworld/cspace-nuxeo"; +} -- 2.47.3