Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

COSMOS Design 238000

Revision as of 15:15, 26 June 2008 by Dlwhiteman.us.ibm.com (Talk | contribs) (Workload Estimation)

Support locid attribute in SML Validation

Change History

Name: Date: Revised Sections:
David Whiteman 06/24/2008
  • Initial creation

Workload Estimation

Rough workload estimate in person weeks
Process Sizing Names of people doing the work
Design .5 David Whiteman
Code 3  ? or David Whiteman
Test 1 David Whiteman
Documentation 0
Build and infrastructure 0
Code review, etc.* 0
TOTAL 4.5

Terminologies/Acronyms

The terminologies/acronyms below are commonly used throughout this document.

Term Definition
SML Service Modeling Language
SML-IF Service Modeling Language - Interchange Format

Purpose

This document is associated with bugzilla 238000.

We need to implement the optional sml:locid attibute in our validator.

What we need to do here is to support one test of using locid to get localized message strings. E.g. use the value to point at a java resource bundle. The namespace URI portion of the locid value names the directory, the ncname portion has part of the file name, and the client locale gives you the rest of the filename. The mapping from locid value to locale-based string is not defined in the specification, so we have complete freedom here in terms of how the mapping is done.

Open Issues/Questions

All reviewer feedback should go in the Talk page for 238000.


Back to the top