]> git.aero2k.de Git - tmp/jakarta-migration.git/commit
CSPACE-398: I created an abstract base class for service resources. It helps consolid...
authorRichard Millet <richard.millet@berkeley.edu>
Fri, 28 Aug 2009 17:12:02 +0000 (17:12 +0000)
committerRichard Millet <richard.millet@berkeley.edu>
Fri, 28 Aug 2009 17:12:02 +0000 (17:12 +0000)
commit0ce981ed39a8f6b7d4b1803002488121c2d6ba0e
treea6b85ec572c8bf03a61a06539efa9b9228b8f90f
parent6845c4fcefdc79c68045a45102306794d4ea783f
CSPACE-398: I created an abstract base class for service resources. It helps consolidate setup and use of the client and the document handler.  The resource class defined in "NewRelationResource.java" shows an example of how to use this base class.
services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceHandlerFactory.java [new file with mode: 0644]
services/common/src/main/java/org/collectionspace/services/common/CollectionSpaceResource.java [new file with mode: 0644]
services/relation/service/src/main/java/org/collectionspace/services/relation/NewRelationResource.java
services/relation/service/src/main/java/org/collectionspace/services/relation/nuxeo/RelationHandlerFactory.java