[
Lists Home |
Date Index |
Thread Index
]
> -----Original Message-----
> From: Nicolas LEHUEN [mailto:nicolas.lehuen@ubicco.com]
> Sent: 07 March 2002 09:18
> To: 'Dare Obasanjo'; 'Thomas B. Passin'; 'xml-dev@lists.xml.org'
> Subject: RE: [xml-dev] Stupid Question (was RE: [xml-dev] XML doesn't
> deserve its "X".)
> ...
> This kind of design is quite similar to AFs, in fact, but its OOP orientation make it
> quite powerful (because polymorphism in data would be leveraged by polymorphism in code).
This seems very close to AFs. In fact I think from a markup perspective the mechanisms
you need are *exactly* AFs
What I think you're adding is a XML serialization/mapping layer which is AF aware. So
once you've processed your instance as a particular AF, you end up with application
objects that conform to interfaces that inherit from one another. Sounds nice.
The dynamic proxy stuff in Java ought to make this kind of thing straight-forward to right.
Cheers,
L.
<<attachment: winmail.dat>>
|