We don't implement it but you could take a look at the WSRM
WS-ResourceMetadata specification...It may be what you are looking for..its
extensible so you can add your own elements....but again you'd need to implement
this yourself and then leveredge it within the project....
From: Dino Georgopooulos [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 13, 2005 1:53 PM
To: Campana Jr., Salvatore J; [email protected]
Subject: RE: Localization of properties....
Thanks for your quick response.
I'm interested in a localized label/description for each property.
An operation on the resource serving up the localized strings of it's
properties would be possible but going over the wire for that info seems costly
(unless I server up the metadata of all the properties into one call?).
"Campana Jr., Salvatore J" <[EMAIL PROTECTED]> wrote:
Dino,I'm not entirely sure what you are asking...If you are asking for a way to expose a display labed and a desription for each property in the property set, then this is a custom solution outside of the spec..As for making the value of you elements be localized strings, we've not attempted anything like that so you'd have to experiment...Is it the value of the resource prop you want localized or just the label and the description? You could have an operation which given a QName of the resource prop invokes a method in which you lookup a label and description from a resource bundle I suppose....Again I may not be on the mark here for what you are looking for...-S
From: Dino Georgopooulos [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 13, 2005 11:06 AM
To: [email protected]
Subject: Re: Localization of properties....It looks like no one uses the muse-user mailing list (no archives in MARC), so I'm posting this to muse-dev....hopefully someone can help.
Dino Georgopooulos <[EMAIL PROTECTED]> wrote:And actually to be even more general...how can I express metadata of a property...more than just the type (and any restrictions on the value, as it's possible using XML Schema)?
Dino Georgopooulos <[EMAIL PROTECTED]> wrote:Hi all,
I'm trying to model my manageable resources so I can expose them using muse.
I have a bunch of types of resources with different properties.
I want to expose those properties to a user in a localized way. What I mean by that is I want to display a label and short description (along with an editor for changing the value) for each property in the language of the user.
I know that I can expose a Caption and Description (which is a muws_part2:LangString) for a resource but I've scoured the specs and the various demos and I haven't found a way to do the same thing for properties of resources.
Any ideas?
:-Dino
