KEY TECHNIQUES
We propose some techniques in order to implement Loglo.
Among them, REML and IIDL are fundamental.
XML is a very extensible format for data representation,
data storage, and data exchange. The W3C XML Schema
supports rich data types and other constraints to restrict XML
document content. XML has found widespread applications in
a data-centric world and has become a de facto standard for
data exchange. Web services use XML based standards such as
SOAP, WSDL and UDDI to define and provide services. XML
is also a superior long-term data storage language. In the past,
many people stored data in non-standard or binary formats,
many of which are no longer understandable. Java previously
used binary format to serialize objects, but they now
recommend using XML for long-term storage. Therefore, we
choose XML as the base to construct REML and IIDL
วววววววววววววววว
REML is a XML-based language to encode intermediate
information. An REML message contains a root element in
which has one to many sub-elements element. REML
stands for root-element markup language. Example of a REML
is as follow