Design Meeting 2007-03-28

Agenda

  1. furthering work on the PRP (see http://www.telscenter.org/confluence/display/PRP/Home) - Must be "ready to roll" by July 5
    • authoring in the PRP:
      • how will it be accomplished
      • what are the milestones
      • can we launch authoring tool from within an independent package (not within Eclipse), what do we need to do to get that working?
      • who can fill out the documentation in this area more
  1. Cynick continuing with work on splitting configurations for Tels and Pas Portal, 1/2 day more work
  2. Stephen wants to know if we want to have SDS to run on own machine, Aaron has done this. They are working on the documentation to do this. Can this be placed on the wiki somewhere? Arron will do this, and will check with Tony if he can't write to the confluence.
  3. Hiroki is working more on the Tels Portal - workgroup relationships - also teacher / student feedback
  4. Concord's Ruby on Rails page
  5. Version information available from the sds
    $ curl -i -X GET -H 'Accept: application/xml' http://saildataservice.concord.org/
    HTTP/1.1 200 OK
    Date: Wed, 28 Mar 2007 20:14:20 GMT
    Server: lighttpd/1.4.11
    Content-Type: application/xml
    Cache-Control: no-cache
    Content-Length: 71
    
    <sds>
      <name>Sail Data Service</name>
      <version>1.0</version>
    </sds>
    
    $ curl -i -X GET -H 'Accept: application/xml' http://rails.dev.concord.org/sds/
    HTTP/1.1 200 OK
    Date: Wed, 28 Mar 2007 20:14:49 GMT
    Server: lighttpd/1.4.11
    Content-Type: application/xml
    Cache-Control: no-cache
    Content-Length: 71
    
    <sds>
      <name>Sail Data Service</name>
      <version>1.1</version>
    </sds>
  6. Cynick brought up possibility of implementing a repository for storing curnits within portal, using Java Repository API
    • this would affect session data currently stored in SDS
    • portal would have to publish external web service for retrieving versioned curnit
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.