1 |
So XML Web pages are natural XML specified objects but you can use XML as export of an Oracle database
|
2 |
COM and CORBA define their interfaces in a specialized IDL (Interface Definition Language)
|
3 |
Java defines its object interfaces in terms of Java the language
|
4 |
But it does not matter if object is in text file, C (accessed via CORBA or COM), Oracle, Java or JavaScript; one can define interface in XML and map to particular realization
|
5 |
So XML is Universal Object Specification
-
it may or may not be preferred object implementation
|