Re: [Plastic-devs] spectrum load message
Brought to you by:
johndavidtaylor,
thomasboch
|
From: Isa B. <Isa...@sc...> - 2006-09-14 13:56:39
|
Hi, I also agree with point 4, it seems to be the most flexible solution, with just a couple of remarks. It should be clear in the standard that all the information from a SSAP Servers has to be sent and no information should be lost, in order to not lose important metadata. The other point is that we would prefer to have the keys of the map as a combination of UCD and utype (both of them) so that if one of them is not found (maybe because the SSAP server doesn't have it) we can make the search on the other one. Eventually all the fields of the row (like ucd, utype, name...) could be sent. In this way there won't be any problem for Spectra Viewers to reach the information needed. Cheers, Isa The current Thomas Boch wrote: >Hi Mark, > > > >>Four possible solutions: >> >> 1. Have an additional parameter which names the identity of the >> standard which defines what the keys in the map are >> (e.g. "SSAP1.0" (which means they'll be utypes as per the >> SSAP v1 document) or "SSAP-pre1.0" (which means they'll be >> UCDs as per the existing practice) or something). >> Probably these IDs ought to be URIs really. >> >> 2. Have one map for UCDs and another one for Utypes. >> >> 3. Prefix UCD keys with "ucd:" and utype keys with "utype:", >> and put them all in the same map. >> >> 4. Just stick all the UCDs and all the utypes, or both, or neither, >> in the same metadata map, and figure that software can probably >> guess which is which when it sees them. >> >>(1) is the most rigorous, and tackles the case of utypes whose semantics >>change between different versions of the standard. (2-4) ignore that >>concern. Am kind of tempted to plump for (4) following the "bit scrappy >>but it'll probably do the trick" PLASTIC philosophy. Anyone else? >> >> > >I am in favour of solution (4). In a perfect world, I'd say (1) is the >best, but I'am afraid very few spectra message senders will do this >effort. >Of course, (4) is not perfect, but in many cases, it will be enough. > >Thomas > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >Plastic-devs mailing list >Pla...@li... >https://lists.sourceforge.net/lists/listinfo/plastic-devs > > |