Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS Design 238000"

(New page: == Support locid attribute in SML Validation == === Change History === {|{{BMTableStyle}} !align="left"|Name: !align="left"|Date: !align="left"|Revised Sections: |- |David Whiteman |06/2...)
 
(Purpose)
Line 68: Line 68:
 
== Purpose ==
 
== Purpose ==
 
This document is associated with [http://bugs.eclipse.org/238000 bugzilla 238000].
 
This document is associated with [http://bugs.eclipse.org/238000 bugzilla 238000].
<p>
+
 
</p>
+
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 ==
 
== Open Issues/Questions ==

Revision as of 21:13, 24 June 2008

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 8

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