Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. PESC (be specific about which ones)
  2. IMS Global (be specific about which ones)
    1. LIS
    2. LTI
    3. Etc
  3. Other
  4. Kuali
    1. Kuali Student
    2. Kuali Identity Management

Identity and access management

  1. Are standards contracts being used?
  2. Trust in a distributed environment

SOA styles

  1. Message styles (notes). Different message styles are appropriate for different contexts. Which ones do you use?
    1. SOAP
    2. REST
    3. Plain old XML (POX)
    4. Other
  2. Contract first or bottom up (java annotations)
  3. Documentation. How do you document your service contracts?
    1. Interfaces published in javadoc
    2. XML schema
    3. Textual descriptions on wikis
  4. How do you mange trust between the various components
  5. If some components are in the cloud, how will that affect your security architecture
  6. Messaging: synch/asynch

...