]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
17 years agoAll CollectionObject-related client (i.e. via JAX-RS proxy) tests now execute success...
Aron Roberts [Mon, 30 Mar 2009 22:30:54 +0000 (22:30 +0000)]
All CollectionObject-related client (i.e. via JAX-RS proxy) tests now execute successfully.

17 years agoFirst working test of the CollectionObject client and proxy. Currently executes...
Aron Roberts [Thu, 26 Mar 2009 21:30:36 +0000 (21:30 +0000)]
First working test of the CollectionObject client and proxy.  Currently executes only one simple test case; need to complete the others.

17 years agoCSPACE-30 convenient ant build with target to copy helloworld.war to jboss deploy dir
Sanjay Dalal [Thu, 26 Mar 2009 20:18:01 +0000 (20:18 +0000)]
CSPACE-30 convenient ant build with target to copy helloworld.war to jboss deploy dir

17 years agoCSPACE-30 hello.xsd schema changed (made it flat) to accommodate requirements of
Sanjay Dalal [Thu, 26 Mar 2009 19:07:12 +0000 (19:07 +0000)]
CSPACE-30 hello.xsd schema changed (made it flat) to accommodate requirements of
 nuxeo repository and rest apis. HelloWorldDocService renamed to HelloWorldNuxeo
Service. Added support for create, update and delete in addition to list.

17 years agoCSPACE-30 hello.xsd schema changed (made it flat) to accommodate requirements of
Sanjay Dalal [Thu, 26 Mar 2009 19:06:38 +0000 (19:06 +0000)]
CSPACE-30 hello.xsd schema changed (made it flat) to accommodate requirements of
 nuxeo repository and rest apis. HelloWorldDocService renamed to HelloWorldNuxeo
Service. Added support for create, update and delete in addition to list.

17 years agoCSPACE-30 hello.xsd schema changed (made it flat) to accommodate requirements of...
Sanjay Dalal [Thu, 26 Mar 2009 18:58:01 +0000 (18:58 +0000)]
CSPACE-30 hello.xsd schema changed (made it flat) to accommodate requirements of nuxeo repository and rest apis. HelloWorldDocService renamed to HelloWorldNuxeoService. Added support for create, update and delete in addition to list.

M    services/trunk/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/schemas/hello.xsd
M    services/trunk/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/ecm-types-contrib.xml
M    services/trunk/3rdparty/nuxeo/nuxeo-platform-cs/src/main/resources/OSGI-INF/layouts-contrib.xml
M    services/trunk/HelloWorld/HelloWorldJaxb/src/main/resources/hello.xsd
D    services/trunk/HelloWorld/HelloWorldDocService
M    services/trunk/HelloWorld/HelloWorldClient/nbactions.xml
AM + services/trunk/HelloWorld/HelloWorldNuxeoService
D    services/trunk/HelloWorld/HelloWorldNuxeoService/pom.all.xml
D    services/trunk/HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/PersonDocResource.java
D    services/trunk/HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/HelloworldDocApplication.java
AM + services/trunk/HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/PersonNuxeoResource.java
AM + services/trunk/HelloWorld/HelloWorldNuxeoService/src/main/java/org/collectionspace/hello/services/HelloworldNuxeoApplication.java
M    services/trunk/HelloWorld/HelloWorldNuxeoService/src/main/webapp/WEB-INF/web.xml
M    services/trunk/HelloWorld/HelloWorldNuxeoService/pom.xml
A  + services/trunk/HelloWorld/HelloWorldNuxeoService/README.txt

17 years agoCSPACE-18: CollectionObject service is now running in JBoss, and raw XML tests to...
Aron Roberts [Thu, 26 Mar 2009 17:28:15 +0000 (17:28 +0000)]
CSPACE-18: CollectionObject service is now running in JBoss, and raw XML tests to create and update are succeeding.  (curl-based tests to delete and retrieve individual objects and lists are also succeeding.)  Additional notes may be posted as a comment to this issue.

Note that this cannot be verified to be working as of 2009-03-26 10:27 due to a JBoss WAR file issue.

17 years agoCSPACE-30, prototype to browse nuxeo repository using Nuxeo RESTful APIs from CS...
Sanjay Dalal [Tue, 24 Mar 2009 17:52:32 +0000 (17:52 +0000)]
CSPACE-30, prototype to browse nuxeo repository using Nuxeo RESTful APIs from CS RESTful Service.

17 years agoCSPACE-30 cleanup
Sanjay Dalal [Mon, 23 Mar 2009 22:36:39 +0000 (22:36 +0000)]
CSPACE-30 cleanup

17 years agoCSPACE-30, helloworddocservice interfaces with nuxeo repository using nuxeo restapis
Sanjay Dalal [Mon, 23 Mar 2009 22:32:27 +0000 (22:32 +0000)]
CSPACE-30, helloworddocservice interfaces with nuxeo repository using nuxeo restapis

17 years agoadd person document type in nuxeo repository
Sanjay Dalal [Mon, 23 Mar 2009 21:51:47 +0000 (21:51 +0000)]
add person document type in nuxeo repository

17 years agoCSPACE-30, prototype to browse nuxeo repository using Nuxeo RESTful APIs from CS...
Sanjay Dalal [Mon, 23 Mar 2009 21:11:15 +0000 (21:11 +0000)]
CSPACE-30, prototype to browse nuxeo repository using Nuxeo RESTful APIs from CS RESTful Service.

17 years agoCSPACE-30, prototype to browse nuxeo repository using Nuxeo RESTful APIs from CS...
Sanjay Dalal [Mon, 23 Mar 2009 21:08:20 +0000 (21:08 +0000)]
CSPACE-30, prototype to browse nuxeo repository using Nuxeo RESTful APIs from CS RESTful Service.

17 years agoAnt build script to copy WAR file to JBoss deployment directory now uses the JBOSS_HO...
Aron Roberts [Mon, 23 Mar 2009 19:26:45 +0000 (19:26 +0000)]
Ant build script to copy WAR file to JBoss deployment directory now uses the JBOSS_HOME environment variable, if a local properties file doesn't set the deployment directory property.
Removed an extraneous schema file after renaming collections/list-type schemas.

17 years agoCSPACE-12,CSPACE-13: Renamed collectionObjects to collectionObjectsList, per Richard...
Aron Roberts [Mon, 23 Mar 2009 18:28:59 +0000 (18:28 +0000)]
CSPACE-12,CSPACE-13: Renamed collectionObjects to collectionObjectsList, per Richard's suggestion.  This naming convention is suggested, going forward, for schemas that refer to collections or lists of 0-n items.

17 years agoCSPACE-11 added build to copy war to jboss deployment dir
Sanjay Dalal [Fri, 20 Mar 2009 23:02:47 +0000 (23:02 +0000)]
CSPACE-11 added build to copy war to jboss deployment dir

17 years agoCopying Sanjay's HelloWorld project (with in-memory Collections storage, not using...
Aron Roberts [Fri, 20 Mar 2009 20:42:51 +0000 (20:42 +0000)]
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.

17 years agoprototype using nuxeo restful apis
Sanjay Dalal [Wed, 18 Mar 2009 21:12:26 +0000 (21:12 +0000)]
prototype using nuxeo restful apis

17 years agoprototype using nuxeo restful apis
Sanjay Dalal [Wed, 18 Mar 2009 21:12:04 +0000 (21:12 +0000)]
prototype using nuxeo restful apis

17 years agoModified sample XML instance document for CollectionObject to match changes in schema.
Aron Roberts [Mon, 16 Mar 2009 21:06:29 +0000 (21:06 +0000)]
Modified sample XML instance document for CollectionObject to match changes in schema.
Updated comments, including reflecting new filenames.
Converted all horizontal tabs to 2 spaces.

17 years agoRemoved extraneous files, leaving just one set of current files - RELAX NG schema...
Aron Roberts [Mon, 16 Mar 2009 20:12:40 +0000 (20:12 +0000)]
Removed extraneous files, leaving just one set of current files - RELAX NG schema, generated W3C XML Schema, and sample XML instance document - for collectionObject, collectionObjects (a list of zero or more collectionObject(s)), and serviceErrorResponse.
Added a utility script for validating W3C XML Schema documents via XMLStarlet.
Made all defaultCollectionObject elements required, although their values may be blank (empty).

17 years agoArchiving current state of schema directory prior to extensive reorganization.
Aron Roberts [Mon, 16 Mar 2009 19:17:31 +0000 (19:17 +0000)]
Archiving current state of schema directory prior to extensive reorganization.

17 years agoMinor changes to comments in two utility scripts.
Aron Roberts [Mon, 16 Mar 2009 19:16:11 +0000 (19:16 +0000)]
Minor changes to comments in two utility scripts.

17 years agoCSPACE-20: Added our Release 0.1 namespace to the RELAX NG schema document and exampl...
Aron Roberts [Sat, 14 Mar 2009 00:24:15 +0000 (00:24 +0000)]
CSPACE-20: Added our Release 0.1 namespace to the RELAX NG schema document and example file for our service error responses.
Generated a W3C XML Schema (XSD) schema document for service error responses.

17 years agoAdd schema (RELAX NG, tool-generated XSD) for a list of collection objects.
Aron Roberts [Fri, 13 Mar 2009 23:36:18 +0000 (23:36 +0000)]
Add schema (RELAX NG, tool-generated XSD) for a list of collection objects.
Add an example XML document representing a list of collection objects.
Add a wrapper XSD schema, Hello.xsd, corresponding to Sanjay's document of the same name in the prototype.  This document includes declarations for both individual collection objects and lists of collection objects.
Changed sample documents to use realistic-looking hex strings for CSpace ID values, rather than sequences of (pseudo) random alphanumeric characters.

17 years agoCSPACE-12: Added a 'no namespace prefix' instance of the rudimentary Rel. 0.1 collect...
Aron Roberts [Fri, 13 Mar 2009 20:48:25 +0000 (20:48 +0000)]
CSPACE-12: Added a 'no namespace prefix' instance of the rudimentary Rel. 0.1 collection object schema, in W3C XML Schema (XSD), where there is no namespace prefix associated with the default collection object schema.  This schema also has a hand-added 'version' attribute.

17 years agoCSPACE-12: Added a namespace-qualified version of the rudimentary Rel. 0.1 collection...
Aron Roberts [Fri, 13 Mar 2009 20:34:48 +0000 (20:34 +0000)]
CSPACE-12: Added a namespace-qualified version of the rudimentary Rel. 0.1 collectionObject schema, in both RELAX NG and (via tool generation) W3C XML Schema (XSD).
Added missing XSD datatype library declaration to full RELAX NG collection object schema ( the schema that is sans namespaces).
Minor correction on intro comments in rng-to-xsd script.

17 years agoCSPACE-12: Added a 'full' collectionObject schema in RELAX NG that includes, rather...
Aron Roberts [Fri, 13 Mar 2009 19:59:11 +0000 (19:59 +0000)]
CSPACE-12: Added a 'full' collectionObject schema in RELAX NG that includes, rather than incorporating by reference, the serviceMetadata and defaultCollectionObject schemas.  This, in turn, was used as input to the 'Trang' utility to generate a W3C XML Schema (XSD) version of the collection object schema.  Also included two trivial utility scripts to wrap RELAX NG validation and RELAX NG-to-XSD generation.
NB: the XSD version of the collection object schema included with this commit does not include a CSpace- or Hello World-specific namespace.

17 years agoCSPACE-11: added list and delete operations with tests. fixed test execution order.
Sanjay Dalal [Thu, 12 Mar 2009 19:26:58 +0000 (19:26 +0000)]
CSPACE-11:  added list and delete operations with tests. fixed test execution order.

17 years agoCSPACE-11: added list and delete operations.
Sanjay Dalal [Thu, 12 Mar 2009 18:53:25 +0000 (18:53 +0000)]
CSPACE-11:  added list and delete operations.

17 years agoAdding a README document to this directory
Richard Millet [Thu, 12 Mar 2009 18:53:24 +0000 (18:53 +0000)]
Adding a README document to this directory

17 years agodeleted incorrecly submitted binary
Sanjay Dalal [Mon, 9 Mar 2009 23:10:50 +0000 (23:10 +0000)]
deleted incorrecly submitted binary

17 years agocopy helloworld to main trunk
Sanjay Dalal [Mon, 9 Mar 2009 23:09:35 +0000 (23:09 +0000)]
copy helloworld to main trunk

17 years agoCSPACE-12, CSPACE-13, CSPACE-20: Revised the service's response schema and correspond...
Aron Roberts [Mon, 9 Mar 2009 22:12:28 +0000 (22:12 +0000)]
CSPACE-12, CSPACE-13, CSPACE-20: Revised the service's response schema and corresponding example document, and renamed both documents to 'serviceErrorResponse', to reflect that CSpace services will only return these responses upon error, not upon success.
Minor revision to datatype for objectNumber in defaultCollectionObject.

17 years agoRenamed -persist- dir to -entity-.
Richard Millet [Fri, 6 Mar 2009 18:58:34 +0000 (18:58 +0000)]
Renamed -persist- dir to -entity-.

17 years agoCSPACE-11: added negative tests. added more verbose.
Sanjay Dalal [Fri, 6 Mar 2009 18:56:20 +0000 (18:56 +0000)]
CSPACE-11:  added negative tests. added more verbose.

17 years agoCreate a directory for our XML schemas.
Richard Millet [Fri, 6 Mar 2009 18:13:21 +0000 (18:13 +0000)]
Create a directory for our XML schemas.

17 years agoCSPACE-12, CSPACE-13: Changed keyword substitution properties; added author, date...
Aron Roberts [Fri, 6 Mar 2009 00:06:06 +0000 (00:06 +0000)]
CSPACE-12, CSPACE-13: Changed keyword substitution properties; added author, date, and revision tags in initial comment.

17 years agoCSPACE-14, created new resource - Identifier. service providers use jaxb as well...
Sanjay Dalal [Thu, 5 Mar 2009 23:31:21 +0000 (23:31 +0000)]
CSPACE-14,  created new resource - Identifier. service providers use jaxb as well. fixed maven dependencies. xml schema has namespace. same xsd contains schema for both Person and Identifier resources. un/marshalling works with namespace - XmlRootElement is generated.

17 years agoThe defaultCollectionObject schema was revised to include all of the fields, in the...
Aron Roberts [Thu, 5 Mar 2009 22:37:32 +0000 (22:37 +0000)]
The defaultCollectionObject schema was revised to include all of the fields, in the Object ID Information section of the Object Data Wireframe, that have been identified for use in the Release 0.1 demo.
The sample site- or instance-specific schema has been changed to reflect MMI data, rather than PAHMA data, and includes both actual fields (with names exposed in its online collection catalog).
Schemas now include 'interleave' tags to allow elements to be included in any order.
Example file now includes sample data from a MMI collection object record.

17 years agoReflects significant changes in the CollectionObject schema per work by Richard and...
Aron Roberts [Thu, 5 Mar 2009 20:46:32 +0000 (20:46 +0000)]
Reflects significant changes in the CollectionObject schema per work by Richard and Aron on 2009-03-04.  Decorations for UI and database hinting have been removed, and the generic 'entity' core is no longer used.

17 years agoRemoved old schema files to reflect significant changes in the CollectionObject schem...
Aron Roberts [Thu, 5 Mar 2009 20:25:18 +0000 (20:25 +0000)]
Removed old schema files to reflect significant changes in the CollectionObject schema per work by Richard and Aron on 2009-03-04.

17 years agoRemoved two old scratch files.
Aron Roberts [Thu, 5 Mar 2009 20:22:52 +0000 (20:22 +0000)]
Removed two old scratch files.

17 years agoCSPACE-11 initial checkin
Sanjay Dalal [Thu, 5 Mar 2009 00:39:08 +0000 (00:39 +0000)]
CSPACE-11 initial checkin

A    src/services/trunk/sandbox/sanjay
A    src/services/trunk/sandbox/sanjay/prototypes
A    src/services/trunk/sandbox/sanjay/prototypes/restws
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.classpath
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/nb-configuration.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.project
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/test
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/test/java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/main
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/main/java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/main/resources
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/src/main/resources/person.xsd
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/pom.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.settings
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.settings/org.eclipse.jdt.core.prefs
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldJaxb/.settings/org.maven.ide.eclipse.prefs
AM   src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/helloworld.war
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/nbactions.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.classpath
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/nb-configuration.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.project
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/java/org/collectionspace/hello/client/PersonServiceTest.java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/resources
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/test/resources/log4j.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonClient.java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/java/org/collectionspace/hello/client/PersonProxy.java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/src/main/resources
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/temp-testng-customsuite.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/pom.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.settings
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.settings/org.eclipse.jdt.core.prefs
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldClient/.settings/org.maven.ide.eclipse.prefs
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/pom.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/nbactions.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/nb-configuration.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/test/java/org/collectionspace/hello/test/PersonResourceTest.java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/HelloworldApplication.java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/services/PersonResource.java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/entity
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/java/org/collectionspace/hello/entity/Person.java
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/resources
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/webapp
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/webapp/WEB-INF
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/src/main/webapp/WEB-INF/web.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/build.properties
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/pom.xml
A    src/services/trunk/sandbox/sanjay/prototypes/restws/HelloWorld/HelloWorldService/README.txt

17 years agoAdding example Relax NG schema and WADL information
Richard Millet [Tue, 3 Mar 2009 22:18:39 +0000 (22:18 +0000)]
Adding example Relax NG schema and WADL information

17 years agoAdding my personal sandbox
Richard Millet [Tue, 3 Mar 2009 22:15:52 +0000 (22:15 +0000)]
Adding my personal sandbox

17 years agoAn initial set of WADL-related resources, including the PDF copy of the spec, a RELAX...
Aron Roberts [Sat, 28 Feb 2009 00:21:31 +0000 (00:21 +0000)]
An initial set of WADL-related resources, including the PDF copy of the spec, a RELAX NG Compact Format schema document for validating WADL documents, an XSLT stylesheet for generating HTML documentation from WADL documents, and a sample WADL document.

17 years agoCSPACE-12, CSPACE-13: Added all of the fields in the Hello, World example to the...
Aron Roberts [Fri, 27 Feb 2009 23:31:08 +0000 (23:31 +0000)]
CSPACE-12, CSPACE-13: Added all of the fields in the Hello, World example to the sample XML documents, and populated several fields with data from a sample PAHMA record of a Paiute Basket.
Changed the 'displayed' entity field attribute to a Boolean datatype, from an enumerated 'choice'.

17 years agoRemoved the RELAX NG samples folder.
Aron Roberts [Fri, 27 Feb 2009 23:28:16 +0000 (23:28 +0000)]
Removed the RELAX NG samples folder.

17 years agoAdded JAR files for James Clark's RELAX NG and multi-schema conversion utilities...
Aron Roberts [Fri, 27 Feb 2009 23:26:54 +0000 (23:26 +0000)]
Added JAR files for James Clark's RELAX NG and multi-schema conversion utilities, Jing and Trang (both containing the version datestamp '20081028').

17 years agoCSPACE-12, CSPACE-13: First iteration of a schema and example document for a service...
Aron Roberts [Fri, 27 Feb 2009 22:23:13 +0000 (22:23 +0000)]
CSPACE-12, CSPACE-13: First iteration of a schema and example document for a service response - the result code, result message, and data returned from a CSpace service.

17 years agoCSPACE 12: Second iteration of RELAX NG schema for defining and validating an entity...
Aron Roberts [Thu, 26 Feb 2009 04:09:27 +0000 (04:09 +0000)]
CSPACE 12: Second iteration of RELAX NG schema for defining and validating an entity, and also - by way of example - a CollectionObject payload.  This iteration now defines a set of core fields common to every entity object, a base definition for each field in that object, and two different alternatives - one using infoBlocks, one without - for enclosing sets of related fields.  This set of schema now successfully validates a pair of test entity files, also included with this iteration.  There are also comments about how we might perform in-line validation using Schematron rules.

17 years agoRemoved scratch file 'header.txt'.
Aron Roberts [Thu, 26 Feb 2009 04:04:06 +0000 (04:04 +0000)]
Removed scratch file 'header.txt'.

17 years agoInitial experiments with creating RELAX NG schema for entities, and validating instan...
Aron Roberts [Wed, 25 Feb 2009 05:14:25 +0000 (05:14 +0000)]
Initial experiments with creating RELAX NG schema for entities, and validating instances of that schema using James Clark's Jing library.

17 years agoAdding debugging/trace code to isolate KSS vs CSpace wiki differences in service...
Richard Millet [Thu, 19 Feb 2009 00:50:38 +0000 (00:50 +0000)]
Adding debugging/trace code to isolate KSS vs CSpace wiki differences in service contracts.

17 years agoCreating an 'aron' directory within the services sandbox.
Aron Roberts [Thu, 12 Feb 2009 05:17:47 +0000 (05:17 +0000)]
Creating an 'aron' directory within the services sandbox.

17 years agoadded comment
Sanjay Dalal [Wed, 11 Feb 2009 23:29:37 +0000 (23:29 +0000)]
added comment

17 years agoImporting wiki->java code
Richard Millet [Wed, 11 Feb 2009 18:05:14 +0000 (18:05 +0000)]
Importing wiki->java code

17 years agoCreating a place to play with the wiki_service_contract_to_java_interface code.
Richard Millet [Wed, 11 Feb 2009 18:03:07 +0000 (18:03 +0000)]
Creating a place to play with the wiki_service_contract_to_java_interface code.

17 years agoCreating a place in the sandbox to play with Kuali source code.
Richard Millet [Wed, 11 Feb 2009 18:01:37 +0000 (18:01 +0000)]
Creating a place in the sandbox to play with Kuali source code.

17 years agoCreating sandbox to play in
Richard Millet [Wed, 11 Feb 2009 18:00:42 +0000 (18:00 +0000)]
Creating sandbox to play in

17 years agoNo change
collectionspace [Wed, 21 Jan 2009 23:55:22 +0000 (23:55 +0000)]
No change

17 years agoAdding initial directory structure.
collectionspace [Wed, 21 Jan 2009 20:12:18 +0000 (20:12 +0000)]
Adding initial directory structure.