[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Build applications using the "simplicity stack"
Aha, thank you. But I think to minimize the number of ways of representing the same data is only one facet of the story. For example, it is a typical situation that a particular item of information inevitably appears in both, relational tables and XML messages. What seems to me very important is the *alignment* of items, so that, for example, a <Flight> element and its contents (perhaps many items) can be clearly mapped to the relational representation. Simple example: { Flight/@FlightNumber <=> (Db=Flights/Table=Flight/Col=FLIGHT_NR) } I know that often it is not possible to do it as simply as that, and this is exactly the challenge!
We may think about novel approaches how to define and represent such alignment. In a way, we need a language how to express it, and express it uniformly, and ideally in a way supporting code generation, too. To the extent that alignment can be accomplished in a satisfactory way, heterogeneity of outward representation much less affects the "uniformity of data model and data representations". My ideal is to think in terms of expressions - different expressions, same value. My point of reference is Plato's cave: tell the shadows from the things. Hans-J��n Michael Kay <mike@saxonica.com> schrieb am 13:30 Freitag, 4.April 2014:
By uniformity of data model I meant that all components of the system share the same understanding of the information that the
system is handling. For example, a "flight" in one part of the system is the same thing as a flight in another part of the system, e.g. it doesn't suddenly become three flights just because three different airlines are selling it. By uniformity of data representation I meant minimizing the number of different ways of representing the same data, e.g. in XML, in Java objects, and in SQL tables. Michael Kay Saxonica
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|