CA2255017A1 - Method and mechanism for a task oriented xml data model - Google Patents

Method and mechanism for a task oriented xml data model Download PDF

Info

Publication number
CA2255017A1
CA2255017A1 CA002255017A CA2255017A CA2255017A1 CA 2255017 A1 CA2255017 A1 CA 2255017A1 CA 002255017 A CA002255017 A CA 002255017A CA 2255017 A CA2255017 A CA 2255017A CA 2255017 A1 CA2255017 A1 CA 2255017A1
Authority
CA
Canada
Prior art keywords
pcdata
data model
data
meta data
xml
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
CA002255017A
Other languages
French (fr)
Inventor
Christina P. Lau
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
IBM Canada Ltd
Original Assignee
IBM Canada Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by IBM Canada Ltd filed Critical IBM Canada Ltd
Priority to CA002255017A priority Critical patent/CA2255017A1/en
Priority to US09/413,148 priority patent/US6598219B1/en
Publication of CA2255017A1 publication Critical patent/CA2255017A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented

Abstract

A task oriented data model for an object oriented development tool.
The data model comprises a task oriented structure which mirrors the task tree embodied in the user interface of the object development tool. The object development tool exports the data model as a document expressed in meta data language such as XML.
The XML data model document comprises a series of data elements which are arranged according to a meta data model to mirror the user interface task tree. The meta data model is implemented in XML
as a Document Type Definition and comprises containment relationships defined by XML constructs. The task oriented data model provides granularity for exporting and importing data elements, and also facilitates locating data elements of interest in the data model.

Description

TITLE: METHOD AND MECHANISM FOR A TASK ORIENTED XML
DATA MODEL
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent so Office patent files or records, but otherwise reserves all copyrights whatsoever.
REFERENCE TO RELATED APPLICATIONS
This application is related to the co-pending application s5 filed in the name of the common assignee and entitled Method and Mechanism for a Task Oriented Data Model.
FIELD OF THE INVENTION
The present invention relates to object oriented programming 2o systems, and more particularly to a task oriented structure for a data model.
BACKGROUND OF THE INVENTION
Traditionally in the computer programming arts, program code 25 and data have been kept separate. For example, in the well-known C programming language, units of program code are called functions, and units of data are called structures. In C the functions and structures are not formally connected, that is, a function can operate on more than one type of data structure, and more than one 3o function can operate on the same structure.
Object-oriented programming, in contrast, deals with objects, in which program code and data are merged into a single indivisible entity or "object". An object is an instance of an implementation and an interface, which models a real-world entity. The object is implemented as a computational entity that encapsulates state and operations and responds to requests. The data and methods are implemented internally in the object. A business object for example is an object containing business methods (i.e. logic) and state that is intended for use within business applications.
Objects are built using an application program commonly referred to as an object builder tool. The object builder is a program which is used to define the business objects and generate 1o the necessary definition and implementation files in IDL (Interface Definition Language) , C++ and/or Java, as will be understood by those skilled in the programming arts.
Object builders utilize a data model which provides a template of the data structure for the objects. Object-oriented data models z5 can be adapted to a wide range of different models by changing the definitions of meta-data, such as the objects and the task trees.
Meta-data as will be understood by those skilled in the art comprises the self-descriptive information that can describe both services and information. With meta-data new services can be added 2o to a system and discovered at run-time.
The object builder in the Component BrokerT"" toolkit from IBM
utilizes a proprietary data model known as the Common Data Model (CDM) , which is implemented as a binary file. In the object builder tool for Component Broken"", obj ects are processed by performing 25 sets of user-defined operations in the form of task trees.
The binary file format of the Common Data Model yields some advantages such as rapid saving and loading of the data model.
However, these advantages are offset by a number of disadvantages.
First, the binary format of the Common Data Model or CDM is not 3o human readable and as such the data model can only be examined by using the user interface in the object builder or by viewing the code generated from the binary file. Second, the data model must be imported or exported in its entirety, i.e. component parts of the data model cannot be imported or exported. This makes it much more time-consuming to perform impact analysis and to compare different model-generated outcomes. For example, to compare the modelling results obtained by modifying one object, it is usually necessary to import or export the entire data model, even though the data model is substantially unchanged in any respect other than 1o the slightly altered object.
This problem has been addressed in other data models by using a proprietary language, for example, the known Rational Rose tool utilizes a Rose mdl format file to represent the meta-data for the data model. Because the mdl format has been well publicized, z5 objects using the mdl format can be designed and analyzed by any modelling tool which supports mdl. Using a proprietary language such Rose mdl, the meta-data is organized so that the component parts of the data model , such as obj ects and task trees , can be imported and exported at various different levels of generality.
2o However, using a proprietary language limits the inter-operability between the data model and other tools as these other tools will need to use parsers that are compatible with the proprietary language in order to retrieve meta-data from the data model.
Accordingly, there remains a need for generating a data model 25 which is not confined to a proprietary language.
BRIEF SUMMARY OF THE INVENTION
The present invention provides a mechanism for a task oriented data model for a development tool in an object oriented programming 30 system.

According one aspect of the invention, the meta-data of the data model is represented using an open standard. Advantageously, by representing the meta-data using an open standard, conventional parsers for the open standard may be used to retrieve the meta-data. According to this aspect of the present invention, the data model takes the form of a document file expressed in Extensible Markup Language or XML. XML comprises a simplified subset of the Standardized Generalized Markup Language or SGML. Like SGML, but unlike other subsets of SGML such as Hypertext Markup Language (HTML), XML permits (i) users to add new defined tags to the tag set at will; and (ii) XML documents to be properly nested within one another to an arbitrary extent. In accordance with this aspect of the invention, the import and export utility in the object builder is implemented to express the data model as an XML document i5 wherein the data elements are arranged according to a meta data model. According to this aspect of the invention, the meta data model comprises a Document Type Definition or DTD in XML.
According to another aspect of the invention, the data model incorporates a task oriented structure which mirrors the user 2o interface in the object builder. The task tree for the user interface is represented using containment relationships defined by XML constructs specified in the Document Type Definition, i.e. the meta data model. For example, the properties and values in the SmartGuidesT"' under the Component BrokerTM toolkit are represented 25 according to this aspect of the invention as a tag with an identical label and value format. Advantageously, this task oriented data structure allows users to quickly locate and recognize the data element of interest in the data model. In addition, the task oriented structure of the data model provides the capability to export and import data elements with varying degrees of granularity.
According to an aspect of the invention, there is provided a task oriented data structure embodied in a program storage device for an obj ect oriented application program, the obj ect oriented application program having a user interface comprising a plurality of items, said items defining a sequence of tasks for creating one or more objects, said data structure comprising: (a) a data model expressed in the form of a document according to a meta data so language; (b) said data model including a plurality of data elements; (c) each of said data elements corresponding to one of the tasks in said sequence of tasks; and (d) said data elements being arranged according to a meta data model, wherein said meta data model mirrors the sequence of tasks defined in the user i5 interface. Said meta data model may means for validating each of said data elements and the arrangement of said data elements.
Further, said meta data language may comprise XML or Extensible Markup Language, and said data elements being arranged according to containment constructs specified in said meta data model. Said 20 means for validating may also comprise a Document Type Definition specified in XML. And, said containment constructs may comprise tag definitions according to XML.
There is also provided, in an application program for creating objects, the application program having a user interface comprising 25 a plurality of items, said items defining a sequence of tasks for creating the objects, and said application program including an export utility for exporting document files, a export utility comprising: (a) means for exporting a document file expressed in a meta data programming language; and (b) wherein said document file 3o comprises a plurality of data elements, each of said data elements corresponding to one of the tasks in said sequence of tasks, and said data elements being arranged according to a meta data model, wherein said meta data model mirrors the sequence of tasks defined in the user interface. Said meta data model may also include means s for validating each of the data elements included in said document file. Said document file may also be expressed in XML or Extensible Markup Language, and said data elements being arranged according to containment constructs specified in said meta data file. And, said means for validating may comprise a Document Type Definition specified in XML.
According to another aspect of the invention, there is provided a computer program product for an object oriented application program for creating objects, the application program having a user interface comprising a plurality of items, said items z5 defining a sequence of tasks for creating the objects, and said application program including an export utility for exporting document files, said computer program product comprising a program storage device; means recorded on said program storage device for instructing a computer to perform the steps of, (a) outputting a 2o document file, said document file being expressed according to a meta data programming language; and (b) said document file comprising a plurality of data elements, each of said data elements corresponding to one of the tasks in said sequence of tasks, and said data elements being arranged according to a meta data model, 25 wherein said meta data model mirrors the sequence of tasks defined in the user interface. Said meta data model may include means for validating each of the data elements in said document file. Said meta data language may comprise XML or Extensible Markup Language, and said data elements being arranged according to containment 3o constructs specified in said meta data model. And, said means for validating may comprise a Document Type Definition specified in XML.
There is also provided a computer system for creating objects in an object oriented application program, the application program having a user interface comprising a plurality of items, said items defining a sequence of tasks for creating the objects, and said application program including an export utility for exporting document files, said computer system comprising: (a) means for outputting a document file, said document file being expressed 1o according to a meta data programming language; and (b) said document file comprising a plurality of data elements, each of said data elements corresponding to one of the tasks in said sequence of tasks, and said data elements being arranged according to a meta data model, wherein said meta data model mirrors the sequence of i5 tasks defined in the user interface. Said meta data model may include means for validating each of the data elements in said document file. Said meta data language may also comprise XML or Extensible Markup Language, and said data elements being arranged according to containment constructs specified in said meta data 2o model. And, said means for validating may comprise a Document Type Definition specified in XML.
BRIEF DESCRIPTION OF THE DRAWINGS
Reference will now be made to the accompanying drawings which 25 show, by way of example, preferred embodiments of the present invention, and in which:
Fig. 1 is a diagrammatic representation of the main window of an object builder of the type suitable for a task oriented data model according to the present invention; and Fig. 2 shows the main window of the Component Broker object builder with an exemplary display of a user-defined interface object which has been selected.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
The present invention comprises a task oriented structure for a data model suitable for object oriented programming. According to the invention, the task oriented data structure is implemented using the open standard language XML (Extensible Markup Language).
so The data model for an object is expressed as an XML document which is defined according to a meta data model. According to the invention, the meta data model is implemented as a Document Type Definition or DTD in XML. The XML document is compatible with the export and import utilities in development tools (e. g. object i5 builder tool). It is a feature of the present invention that the task oriented structure mirrors the user interface in the object builder or development tool. In the following description, the task oriented data structure is described in the context of an object builder application which is in the "toolkit" for IBM's Component 2o Broker software package.
Reference is first made to Fig. 1, which shows in diagrammatic form an obj ect builder tool 10 in the Component Broker toolkit . The object builder tool 10 is an application program which provides an integrated development environment for software developers. As 25 shown in Fig. 1, the object builder tool 10 comprises a main window 20 having four panes denoted by 21, 22, 23, and 24 respectively.
The main view pane 21 on the left side of the window 20 provides the main view which is a task tree view. The main view pane 21 is also the context for the content displayed in the three other panes 22, 23, and 24.
As shown in Fig. 1, the main view pane 21 comprises a "Framework Interfaces" item (or element) 110, a "User-Defined Business Objects" item 120, a "User-Defined Compositions" item 130, a "User-Defined Data Objects" item 140, a "DBA-Defined Schemas"
item 150, a "User-Defined PA Schemas" item 160, a "Non-IDL Type Objects" item 170, a "Build Configuration" item 180, an "Application Configuration" item 190, a "Container Definition" item 200, a "Default Homes" item 210, and a "FlowMark" item 220.
The content of the other three panes 22, 23 and 24 in the window 10 depends on the selected item or element in the main view pane 21. Referring to Fig. 2, an item from "User-Defined Business Objects" item 120, specifically "Account", has been selected. In turn, the second pane 22 displays an inheritance graph for the Account item, and the third pane 23 shows the methods and attributes for the Account item. When one of the methods appearing in the third pane 23 is selected, the implementation of that method is shown in the fourth pane 24.
2o It will be appreciated that the object builder tool 10 utilizes a task tree structure. As shown in Fig. 1, the "User-Defined Business Objects" item 120 has a user interface which is organized as a task tree structure . The task-oriented structure of the user interface forces a user to follow a specified sequence in order to create a business object, i.e. an object containing business methods (logic) and data (state) that is intended for use within business applications. As will now be described, the data model according to the present invention comprises a task oriented structure which mirrors the user interface. The data model includes all the persistent meta-data which is used by the object builder tool 10.
Referring to Fig. 1, and specifically the main view pane 21, the task tree structure for the "User-Defined Business Objects"
item 120 comprises a file item or element 121, a module item 122, an interface item 123, a key helper item 124, a copy helper item 125, a business object implementation item 126, and a data object item 127. The "User-Defined Data Objects" item 140 is also organized in a task tree structure and comprises a file item 141, 1o a module item 142, and a interface item 142. Similar task tree structures are provided for the "DBA-Defined Schemas" item 150, the "Non-IDL Types Objects" item 170, the "Build Configuration" item 180, the "Application Configuration" item 190, and the "Container Definition" item 200.
s5 According to the task tree structure for the "User-Defined Business Objects" item 120, a business object is created by the following sequence of steps: (1) create file; (2) create module;
(3) create interface; (4) create key helper; (5) create copy helper; and (6) create implementation.
2o The first step performed by a user involves creating a file.
The object builder 10 generates the file as an IDL (Interface Definition File). As will be understood by one skilled in the art, IDL is a contractual, neutral and declarative language that specifies an object's boundaries and its interfaces, e.g. the 25 aspects of the object that are accessible to the public. IDL
provides operating system and programming language independent interfaces to all services and components that reside on a bus as defined according to the CORBA (Common Object Request Broker Architecture) standard. The second step is optional and allows a user to define a module which comprises a grouping of interfaces.
The third step performed by the user involves defining the public interface for the user-defined business object. The fourth step involves creating a key helper which comprises an object which s provides a copy of the "identity" of the business object. The fifth step involves creating an object which duplicates everything about the business object, not just its identity. The sixth step comprises implementing the specific behaviour, i.e. methods, for the business object.
1o Similarly, according to the task tree structure for the "User-Defined Data Objects" item 140, a data object is created according to the fol lowing sequence of steps : ( 1 ) create file ; ( 2 ) create module; and (3) create interface. A data object is an object that provides an object-oriented rendering of the application data.
15 According to the present invention, the data model comprises a task oriented structure which preserves the sequence of steps followed by a user during the creation of the object. The data content of the object, i.e. instance of data, is expressed by the object builder tool in the form of a text document. Since the data 2o model mirrors the exact order in which the object was created by the user, the data model provides a structure from which the user interface of the object builder tool can be inferred. Because the user interface is implicit in the organization of the data model, the data model can be imported by another tool by simply following 25 or scripting the data structure.
According to another aspect of the invention, the task oriented data model is implemented using the meta-data language XML
(i.e. Extensible Markup Language) and a meta data model is implemented in the form of a Document Type Definition or DTD which is also expressed in XML. XML is a meta-data language which is self-descriptive of both services and information. In the context of the present invention, a meta data implementation is preferred because the data can be generically validated by reading or importing the data. The DTD (i.e. meta data model) is used for validating the correctness of the data model which is expressed in the form of an XML document.
According to this aspect of the present invention, the meta data model for the "User-Defined Business Objects" item 120 is 1o specified in form of a Document Type Definition in XML as shown below.
<?xml encoding="US-ASCII"?>
<!ELEMENT UserDefinedBusinessObject (BusinessObjectUnit)*>
<!ELEMENT UserDefinedDataObject (DOFile)*>
<!ELEMENT BusinessObjectUnit (BOFile I CompositeFile)*>
<!ELEMENT DBADefinedSchemas (SchemaGroup)*>
<!ELEMENT UserDefinedPAOs (Schema)*>
<!__ ************************** BO File **************************** __>
<!ELEMENT BOFile (Comment s IncludeFile~ Module ~ BOArtifact Constant ~ Enumeration ~ Exception ~ Structure ~ Typedef ~ Union ~ Uuid)*>
<!ATTLIST BOFile Name CDATA #IMPLIED>
<!ELEMENT Comments (#PCDATA)*>
<!ELEMENT IncludeFile (#PCDATA)*>
<!ELEMENT Uuid (#PCDATA)*>
<!__********************* COmpOSlte Flle ************************** __>
<!ELEMENT CompositeFile (Comment s IncludeFile~ Module ~ BOArtifact Constant ~ Enumeration ~ Exception ~ Structure ~ Typedef ~ Union ~ Uuid)*>
<!ATTLIST CompositeFile Name CDATA #IMPLIED>

<!__ ************************** Module **************************** __>
<!ELEMENT Module (#PCDATA ~ BOArtifact ~ DOArtifact ~ Comments I Constant Enumeration ~ Exception ~ Structure ~ Typedef ~ Union ~ Uuid)*>
<!ATTLIST Module Name CDATA #IMPLIED>
<!__ ***************************** DO File *************************** __>
<!ELEMENT DOFile (Comments ~ IncludeFile ~ Module ~ DOArtifact Constant ~ Enumeration ~ Exception ~ Structure ~ Typedef I Union ~ Uuid)*>
<!ATTLIST DOFile Name CDATA #IMPLIED>
<!__ *************************** BOArtlfaCt ************************ __>
<!ELEMENT BOArtifact (Interface KeyArtifact ~ CopyArtifact ~
BOImplementation)*>
<!ELEMENT Interface (#PCDATA ~ IsQueryable ~ IsWLM ~ Comments InterfaceInheritance ~ Attribute ~ Method ~ Constant ~ Enumeration Exception ~ Structure ~ Typedef ~ Union ~ Uuid ~ObjectRelationship CompositeInfo)*>
<!ATTLIST Interface Name CDATA #IMPLIED>
<!ELEMENT IsQueryable (#PCDATA)*>
<!ELEMENT IsWLM (#PCDATA)*>
<!ELEMENT InterfaceInheritance (#PCDATA)*>
<!__ *************************** COmpOSlteInfO *********************** __>
<!ELEMENT CompositeInfo (CompositeRules ~ InterfaceReference)*>
<!ATTLIST CompositeInfo CompositeToolMoniker CDATA #IMPLIED>
<!__*************************** COmpOSlteRuleS *********************** __>
<!ELEMENT CompositeRules (#PCDATA)*>
<!__*********************** InterfaceReference ********************* __>
<!ELEMENT InterfaceReference EMPTY>
<!ATTLIST InterfaceReference Referenced CDATA #IMPLIED
InstanceInterface CDATA #IMPLIED
InstanceName CDATA #IMPLIED
InstanceKind CDATA #IMPLIED>
<!__************************ DataReference *************************** __>
<!ELEMENT DataReference (Prereq ~ DataStore ~ Chain ~ Select)*>
<!ATTLIST DataReference Type CDATA #IMPLIED
ReferencedCategory CDATA #IMPLIED
ReferencedInterface CDATA #IMPLIED
ReferencedName CDATA #IMPLIED
ReferencedKind CDATA #IMPLIED
InstanceInterface CDATA #IMPLIED
InstanceName CDATA #IMPLIED
InstanceKind CDATA #IMPLIED>
<!__ ****************************** PY2req *************************** __>
<!ELEMENT Prereq (Prereq ~ DataStore ~ Chain ~ Select)*>
<!ATTLIST Prereq ReferencedParameterName CDATA #IMPLIED
ReferencedParameterKind CDATA #IMPLIED
TargetInterface CDATA #IMPLIED
OperationName CDATA #IMPLIED
OperationKind CDATA #IMPLIED
ParameterName CDATA #IMPLIED
ParameterKind CDATA #IMPLIED
Helper CDATA #IMPLIED
ReferencedCategory CDATA #IMPLIED
ReferencedInterface CDATA #IMPLIED
ReferencedName CDATA #IMPLIED
ReferencedKind CDATA #IMPLIED
InstanceInterface CDATA #IMPLIED
InstanceName CDATA #IMPLIED

InstanceKind CDATA #IMPLIED>
<!__**************************** DdtaStOYe *************************** __>
<!ELEMENT DataStore (#PCDATA)*>
<!ATTLIST DataStore ReferencedCategory CDATA #IMPLIED
ReferencedInterface CDATA #IMPLIED
ReferencedName CDATA #IMPLIED
ReferencedKind CDATA #IMPLIED
InstanceInterface CDATA #IMPLIED
InstanceName CDATA #IMPLIED
InstanceKind CDATA #IMPLIED>
<!__ ****************************** Chain *************************** __>
<!ELEMENT Chain EMPTY>
<!__ ****************************** SeleCt *************************** __>
<!ELEMENT Select (NullAttribute)*>
<!__************************* NullAttribute *********************** __>
<!ELEMENT NullAttribute (Prereq ~ DataStore ~ Chain ~ Select)*>
<!ATTLIST NullAttribute AttributeInterface CDATA #IMPLIED
AttributeName CDATA #IMPLIED
AttributeKind CDATA #IMPLIED
Negated CDATA #IMPLIED
ReferencedCategory CDATA #IMPLIED
ReferencedInterface CDATA #IMPLIED
ReferencedName CDATA #IMPLIED
ReferencedKind CDATA #IMPLIED
InstanceInterface CDATA #IMPLIED
InstanceName CDATA #IMPLIED
InstanceKind CDATA #IMPLIED>

<!__************************** DelegateToGroup *********************** __>
<!ELEMENT DelegateTOGroup (#PCDATA)*>
<!__************************* KeyAttrMapGYOUp ********************** __>
<!ELEMENT KeyAttrMapGroup (KeyAttrMapInfo)*>
<!__************************* KeyAttrMapIrifO ********************** __>
<!ELEMENT KeyAttrMapInfo (KeyAttrReference)*>
<!ATTLIST KeyAttrMapInfo Interface CDATA #IMPLIED
AttributeName CDATA #IMPLIED
AttributeKind CDATA #IMPLIED>
<!__************************* KeyAttrReference ********************** __>
<!ELEMENT KeyAttrReference (KeyAttributeReference InstanceAttributeReference)*>
<!--*********************** KeyAttributeReference ******************** -->
<!ELEMENT KeyAttributeReference EMPTY>
<!ATTLIST KeyAttributeReference Interface CDATA #IMPLIED
AttributeName CDATA #IMPLIED
AttributeKind CDATA #IMPLIED>
<!--****************** InstanceAttributeReference ******************** -->
<!ELEMENT InstanceAttributeReference EMPTY>
<!ATTLIST InstanceAttributeReference Interface CDATA #IMPLIED
AttributeName CDATA #IMPLIED
AttributeKind CDATA #IMPLIED>
<!__ *********************** LocationGroup *************************** __>
<!ELEMENT LocationGroup (LocationByKey)*>

<!__*********************** LOCatlOnByKey *************************** __>
<!ELEMENT LocationByKey (InterfaceReference)*>
<!ATTLIST LocationByKey Group CDATA #IMPLIED
FindObject CDATA #IMPLIED
CreateObject CDATA #IMPLIED
RemoveObject CDATA #IMPLIED
CreateFromCopy CDATA #IMPLIED
HomeName CDATA #IMPLIED
FactoryFinderName CDATA #IMPLIED
HomeParameter CDATA #IMPLIED>
<!__********************** Object Relationship ******************** __>
<!ELEMENT ObjectRelationship (Uuid ~ ObjectType ReferenceCollectionlmplementation ~ ReferenceResolvedByForeignKey HomeToQuery Attribute ~ Method)*>
<!ATTLIST ObjectRelationship Name CDATA #IMPLIED>
<!ELEMENT ObjectType (#PCDATA)*>
<!ELEMENT ReferenceCollectionImplementation (#PCDATA)*>
<!ELEMENT ReferenceResolvedByForeignKey (#PCDATA)*>
<!__ **************************** Construct ************************** __>
<!ELEMENT Constant (Type ~ Initializer ~ Size ~ Uuid)*>
<!ATTLIST Constant Name CDATA #IMPLIED>
<!ELEMENT Enumeration (Member ~ Uuid)*>
<!ATTLIST Enumeration Name CDATA #IMPLIED>
<!ELEMENT Exception (Member ~ Uuid)*>
<!ATTLIST Exception Name CDATA #IMPLIED>

<!ELEMENT Member (Type ~ Size ~ TypeSpecification I SequenceSize ~ ArraySize CaseLabel ~ Uuid)*>
<!ATTLIST Member Name CDATA #IMPLIED>
<!ELEMENT TypeSpecification (#PCDATA)*>
<!ELEMENT SequenceSize (#PCDATA)*>
<!ELEMENT ArraySize (#PCDATA)*>
<!ELEMENT CaseLabel (#PCDATA)*>
<!ELEMENT Structure (Member ~ Uuid)*>
<!ATTLIST Structure Name CDATA #IMPLIED>
<!ELEMENT Typedef (Type ~ Size ~ TypeSpecification ~ SequenceSize ~ ArraySize Uuid)*>
<!ATTLIST Typedef Name CDATA #IMPLIED>
<!ELEMENT Union (SwitchSpecifier I Member I Uuid)*>
<!ATTLIST Union Name CDATA #IMPLIED>
<!ELEMENT SwitchSpecifier (#PCDATA)*>
<!__ **************************** Attribute ************************** __>
<!ELEMENT Attribute (Type) Initializerl Size Implementation) Read-only Overridable~ (StringBehaviour?) ~ GetterMethodBodyForPlatform SetterMethodBodyForPlatform ~ GetterImplementationType SetterImplementationTypel ParentInterface ~ DOAttributeName ~ Uuid DataReference ~ DelegateToGroup~ UsedInImplementation ~ StaticData GetterBodiesKeepAllPlatformsInSyncCpp GetterBodiesKeepAllPlatformsInSyncJava SetterBodiesKeepAllPlatformsInSyncCpp SetterBodiesKeepAllPlatformsInSyncJava)*>
<!ATTLIST Attribute Name CDATA #IMPLIED>
<!ELEMENT Type (#PCDATA)>
<!ELEMENT Initializer (#PCDATA)*>
<!ELEMENT Size (#PCDATA)*>
<!ELEMENT Implementation (#PCDATA)>
<!ELEMENT Read-only (#PCDATA)>
<!ELEMENT Overridable (#PCDATA)>

<!ELEMENT StringBehaviour (#PCDATA)>
<!ELEMENT GetterImplementationType (#PCDATA)*>
<!ELEMENT SetterImplementationType (#PCDATA)*>
<!ELEMENT DOAttributeName (#PCDATA)*>
<!ELEMENT ParentInterface (#PCDATA)*>
<!ELEMENT UsedInImplementation (#PCDATA)*>
<!ELEMENT StaticData (#PCDATA)*>
<!ELEMENT GetterBodiesKeepAllPlatformsInSyncCpp (#PCDATA)*>
<!ELEMENT GetterBodiesKeepAllPlatformsInSyncJava (#PCDATA)*>
<!ELEMENT SetterBodiesKeepAllPlatformsInSyncCpp (#PCDATA)*>
<!ELEMENT SetterBodiesKeepAllPlatformsInSyncJava (#PCDATA)*>
<!ELEMENT GetterMethodBodyForPlatform (Language)*>
<!ATTLIST GetterMethodBodyForPlatform Name CDATA #IMPLIED>
<!ELEMENT SetterMethodBodyForPlatform (Language)*>
<!ATTLIST SetterMethodBodyForPlatform Name CDATA #IMPLIED>
<!--ELEMENT ImplementationLanguage ANY-->
<!ELEMENT Language (UseToolDef, UseFile, UseTDE,Filename?, ToolDef?, UserDef?,((OOSQLSourceType?, OOSQLUserDef?) ~ (ESQLSourceType?, ESQLUserDef?))?)>
<!ATTLIST Language Name CDATA #IMPLIED>
<!ELEMENT UseToolDef (#PCDATA)>
<!ELEMENT UseFile (#PCDATA)>
<!ELEMENT UseTDE (#PCDATA)>
<!ELEMENT Filename (#PCDATA)*>
<!ELEMENT ToolDef (#PCDATA)*>
<!ELEMENT UserDef (#PCDATA)*>
<!ELEMENT OOSQLSourceType (#PCDATA)*>
<!ELEMENT OOSQLUserDef (#PCDATA)*>
<!ELEMENT ESQLSourceType (#PCDATA)*>
<!ELEMENT ESQLUserDef (#PCDATA)*>
<!__**************************** Method ************************** _->
<!-- Preserve spaces and newline -->
<!ATTLIST Filename xml:space (default~preserve) "preserve">

<!ATTLIST ToolDef xml:space (default~preserve) "preserve">
<!ATTLIST UserDef xml:space (default~preserve) "preserve">
<!ATTLIST Comments xml:space (default~preserve) "preserve">
<!ATTLIST OOSQLUserDef xml:space (default~preserve) "preserve">
<!ATTLIST ESQLUserDef xml:space (default~preserve) "preserve">
<!-- Preserve spaces and newline -->
<!ELEMENT Method (ReturnType I Size I Implementation) MethodBodyForPlatform One-way ~ Overridable ~ ConstMethod ~ IsFrameworkMethod ~ ExceptionRaises Context I Parameter ~ Uuid ~ ParentInterface ~ DataReference ~ DelegateToGroup ~ MethodType ~ UsedInImplementation ~ StaticMethod ~ PushDownMethod MappedMethod ~ PlatformSet ~ MethodBodiesKeepAllPlatformsInSyncCpp MethodBodiesKeepAllPlatformsInSyncJava)*>
<!ATTLIST Method Name CDATA #IMPLIED>
<!ELEMENT ReturnType (#PCDATA)>
<!ELEMENT ConstMethod (#PCDATA)>
<!ELEMENT PushDownMethod (#PCDATA)*>
<!ELEMENT MappedMethod (#PCDATA)*>
<!ELEMENT MethodBodyForPlatform (Language)*>
<!ATTLIST MethodBodyForPlatform Name CDATA #IMPLIED>
<!ELEMENT ImplementationType (#PCDATA)*>
<!ELEMENT Designpattern (#PCDATA)*>
<!ELEMENT UseMacro (#PCDATA)>
<!ELEMENT One-way (#PCDATA)>
<!ELEMENT IsFrameworkMethod (#PCDATA)>
<!ELEMENT ExceptionRaises (#PCDATA)*>
<!ELEMENT Context (#PCDATA)*>
<!ELEMENT StaticMethod (#PCDATA)*>
<!ELEMENT PlatformSet (#PCDATA)>
<!ELEMENT MethodBodiesKeepAllPlatformsInSyncCpp (#PCDATA)*>
<!ELEMENT MethodBodiesKeepAllPlatformsInSyncJava (#PCDATA)*>
<!ELEMENT Parameter (ParameterType ~ Size ~ DirectionalAttr I Uuid )*>
<!ATTLIST Parameter Name CDATA #IMPLIED>

<!ELEMENT ParameterType (#PCDATA)*>
<!ELEMENT DirectionalAttr (#PCDATA)*>
<!ELEMENT MethodType (#PCDATA)*>
<!__********************** DOArtlfaCt ***************************** __>
<!ELEMENT DOArtifact (DOInterface~ Comments)*>
<!__************************* Key ********************************* __>
<!ELEMENT KeyArtifact (#PCDATA~ File ~ Module ~ Interface ~ Attribute ~ Method Interfacelnheritance ~ Uuid ~ Prologue ~ CppPrologue ~ JavaPrologue ~ Epilogue CppEpilogue ~ JavaEpilogue ~ KeyAttrMapGroup)*>
<!ELEMENT File (#PCDATA ~ Uuid ~ IncludeFile ~ Comments )*>
<!ATTLIST File Name CDATA #IMPLIED>
<!__************************** Copy ********************************* __>
<!ELEMENT CopyArtifact (#PCDATA ~ File ~ Module I Interface ~ Attribute Method ~ InterfaceInheritance ~ Uuid ~ Prologue ~ CppPrologue JavaPrologue~ Epilogue ~ CppEpilogue ~ JavaEpilogue)*>
<!__**************************
BO Implementation ********************
__>

<!ELEMENT BOImplementation (#PCDATA~ File ~ ~ Interface ~ Pattern Module LazyEvaluation ~ ImplementationLanguage ~ DataObjectlnterface ~ SessionableBO

UserData ~ Implementationlnheritance ~ Attribute~ Method ~ Prologue CppPrologue JavaEpilogue ~ Key ~ JavaPrologue ~ Copy ~ Epilogue ~ CppEpilogue ~

Handle ~ DOInterface ~ MO ~ Uuid ~ LocationGroupObjectRelationship)*>
~

<!ELEMENT Pattern (#PCDATA)>

<!ELEMENT LazyEvaluation (#PCDATA)>

<!ELEMENT DataObjectInterface (#PCDATA)>

<!ELEMENT SessionableBO (#PCDATA)>

<!ELEMENT ImplementationLanguage (#PCDATA)*>

<!ELEMENT UserData (#PCDATA)*>

<!ELEMENT ImplementationInheritance (#PCDATA)>

<!ELEMENT Prologue (#PCDATA)*>

<!ELEMENT CppPrologue (#PCDATA)*>
<!ELEMENT JavaPrologue (#PCDATA)*>
<!ELEMENT Epilogue (#PCDATA)*>
<!ELEMENT CppEpilogue (#PCDATA)*>
<!ELEMENT JavaEpilogue (#PCDATA)*>
<!ELEMENT Key (#PCDATA)*>
<!ELEMENT Handle (#PCDATA)*>
<!-- Preserve spaces and newline -->
<!ATTLIST Prologue xml:space (default~preserve) "preserve">
<!ATTLIST CppPrologue xml:space (default~preserve) "preserve">
<!ATTLIST JavaPrologue xml:space (default~preserve) "preserve">
<!ATTLIST Epilogue xml:space (default~preserve) "preserve">
<!ATTLIST CppEpilogue xml:space (default~preserve) "preserve">
<!ATTLIST JavaEpilogue xml:space (default~preserve) "preserve">
<!__************************* DO Stuff ***************************** __>
<!ELEMENT DOInterface (File ~ Module ~ Interface I Comments InterfaceInheritance ~ DOImplementation ~ Attribute ~ Method ~ Constant Enumeration ~ Exception ~ Structure ~ Typedef ~ Union I Uuid)*>
<!ATTLIST DOInterface Name CDATA #IMPLIED>
<!__*************************** DO Implementation ******************* __>
<!ELEMENT DOImplementation (#PCDATA ~ File I Module I Interface Environment ~ PersistentBehaviour ~ DataAccessPattern ~ PointerHandle Key ~ Copy ~ ImplementationInheritance ~ Attribute ~ Method ~ Prologue CppPrologue ~ JavaPrologue ~ Epilogue ~ CppEpilogue ~ JavaEpilogue ~ PO
POMapping ( Uuid)*>
<!ELEMENT Environment (#PCDATA)*>
<!ELEMENT PersistentBehaviour (#PCDATA)*>
<!ELEMENT DataAccessPattern (#PCDATA)*>
<!ELEMENT PointerHandle (#PCDATA)*>
<!ELEMENT Copy (#PCDATA)*>

<!__************************** PO Stuff *************************** __>
<!ELEMENT PO (Uuid?, ShortName?, ModuleName?, JavaPackage?, JavaPath?, PAOService?, POAccessType, Prologue?, CppPrologue?, JavaPrologue?, Epilogue?, CppEpilogue?, JavaEpilogue?, BindFileName, Comments?, POAttribute*, POMethod*, Schema?)>
<!ATTLIST PO
Name CDATA #IMPLIED>
<!ELEMENT POAccessType (#PCDATA)>
<!ELEMENT BindFileName (#PCDATA)*>
<!ELEMENT POAttribute (Uuid?, Type, Size, ColumnName, KeySequenceNumber?, Key?, Getter?, Setter?, GetterBodiesKeepAllPlatformsIriSyncCpp?, SetterBodiesKeepAllPlatformsInSyncCpp?, GetterMethodBodyForPlatform*, SetterMethodBodyForPlatform*)>
<!ATTLIST POAttribute Name CDATA #IMPLIED>
<!ELEMENT KeySequenceNum (#PCDATA)*>
<!ELEMENT KeySequenceNumber (#PCDATA)*>
<!ELEMENT POMethod (Quid?, IsFrameworkMethod, MethodFunction?, Implementation, ReturnType, POParameter*, PlatformSet?, MethodBodiesKeepAllPlatformsInSyncCpp?, MethodBodyForPlatform*)>
<!ATTLIST POMethod Name CDATA #IMPLIED>
<!ELEMENT POParameter (Type, Size?, ParmAccessType?)>
<!ATTLIST POParameter Name CDATA #IMPLIED>
<!ELEMENT ParmAccessType (#PCDATA)>
<!__*********************** DOImpl->PO Mapplrigs ********************* __>
<!ELEMENT POMapping (AttributeMapping*, MethodMapping*)>
<!ELEMENT AttributeMapping (DataObjectAttribute, PatternType?, PrimitiveMapping?,((POAttributeImplementation+, MappingHelper?) ~ (KeyMapping StructMapping)*)?)>
<!ELEMENT DataObjectAttribute (#PCDATA)>
<!ELEMENT PatternType (#PCDATA)>
<!ELEMENT PrimitiveMapping (POAttributeImplementation+, MappingHelper?)>
<!ELEMENT POAttributeImplementation (POInstance, POInstanceAttribute)>
<!ELEMENT POInstance (#PCDATA)>

<!ELEMENT POInstanceAttribute (#PCDATA)>
<!ELEMENT MappingHelper (MappingHelperClass, MappingHelperToTarget, MappingHelperToSource)*>
<!ELEMENT MappingHelperClass (#PCDATA)*>
<!ELEMENT MappingHelperToTarget (#PCDATA)*>
<!ELEMENT MappingHelperToSource (#PCDATA)*>
<!ELEMENT KeyMapping (KeyFullName, HomeToQuery, (KeyAttributeMapping)*)>
<!ELEMENT KeyFullName (#PCDATA)>
<!ELEMENT HomeToQuery (#PCDATA)*>
<!ELEMENT KeyAttributeMapping (KeyAttribute, (POAttributeImplementation)*, MappingHelper?)>
<!ELEMENT KeyAttribute (#PCDATA)>
<!ELEMENT StructMapping (StructFullName, (StructAttributeMapping)*)>
<!ELEMENT StructFullName (#PCDATA)>
<!ELEMENT StructAttributeMapping (StructAttribute, PrimitiveMapping?, (KeyMapping StructMapping)*)>
<!ELEMENT StructAttribute (#PCDATA)>
<!ELEMENT MethodMapping (DataObjectMethod, AlwaysCompletes, (POMethodImplementation)*)>
<!ELEMENT POMethodImplementation (POInstance, POInstanceMethod)>
<!ELEMENT DataObjectMethod (#PCDATA)*>
<!ELEMENT AlwaysCompletes (#PCDATA)*>
<!ELEMENT POInstanceMethod (#PCDATA)>
<!__************************** Schema Stuff ************************* __>
<!ELEMENT Schema (((DatabaseName, UserName?, SchemaName, ContainedBySchemaGroup, DatabaseType?, SchemaType, PKConstraint?, PKConstraintComment?, Comments?, SQLFilename, Column*,((ForeignKey*) I(ViewSelect?, ViewFrom?, ViewWhere?, ViewOrderby?, ViewGroupby?, ViewHaving?, IsUserWrittenClause?, ViewSchema+, ViewColumnMapping?))) ~(SchemaName, ShortName, ModuleName, SchemaType, JavaPackage, JavaPath, JavaClassName, PAOService, Property*, SchemaMethod*)), PO* ) >
<!ATTLIST Schema Name CDATA #IMPLIED>

<!ELEMENT ContainedBySchemaGroup (#PCDATA)*>

<!ELEMENT DatabaseName (#PCDATA)>

<!ELEMENT UserName (#PCDATA)*>

<!ELEMENT SchemaName (#PCDATA)>

<!ELEMENT ShortName (#PCDATA)>

<!ELEMENT ModuleName (#PCDATA)>

<!ELEMENT SchemaType (#PCDATA)>

<!ELEMENT PKConstraint (#PCDATA)*>

<!ELEMENT PKConstraintComment (#PCDATA)*>

<!ELEMENT SQLFilename (#PCDATA)*>

<!ELEMENT JavaPackage (#PCDATA)>

<!ELEMENT JavaPath (#PCDATA)>

<!ELEMENT JavaClassName (#PCDATA)>

<!ELEMENT PAOService (#PCDATA)>

<!ELEMENT SchemaMethod (Uuid?, IsFrameworkMethod, MethodFunction?, Implementation, ReturnType, SchemaParameter*)>

<!ATTLIST SchemaMethod Name CDATA #IMPLIED>

<!ELEMENT MethodFunction (#PCDATA)*>

<!ELEMENT SchemaParameter (Type, Size?)>

<!ATTLIST SchemaParameter Name CDATA #IMPLIED>

<!ELEMENT Column (ColumnName, ColumnType, NotNull, KeySequenceNumber, ColumnSequenceNumber, Length, Scale, ForBitData, Comments)>

<!ATTLIST Column Name CDATA
#IMPLIED>

<!ELEMENT ColumnName (#PCDATA)>

<!ELEMENT ColumnType (#PCDATA)>

<!ELEMENT NotNull (#PCDATA)>

<!ELEMENT ColumnSequenceNumber (#PCDATA)*>

<!ELEMENT Length (#PCDATA)>

<!ELEMENT Scale (#PCDATA)>

<!ELEMENT ForBitData (#PCDATA)>

<!ELEMENT Property (TypeString, TypeQualifier, Size, Key?, Getter?, Setter?, Uuid?)>

<!ATTLIST Property Name CDATA
#IMPLIED>

<!ELEMENT TypeString (#PCDATA)>

<!ELEMENT TypeQualifier (#PCDATA)>

<!ELEMENT Getter (#PCDATA)>

<!ELEMENT Setter (#PCDATA)>

<!ELEMENT ForeignKey (IsUnnamed, ForeignKeyName?, TargetSchema, Comments, FKMapping*)>

<!ATTLIST ForeignKey Name CDATA #IMPLIED>

<!ELEMENT ForeignKeyName (#PCDATA)*>

<!ELEMENT IsUnnamed (#PCDATA)>

<!ELEMENT TargetSchema (DatabaseName, UserName?, SchemaName, ContainedBySchemaGroup)>

<!ELEMENT FKMapping (OwningAttribute, TargetAttribute)>

<!ELEMENT OwningAttribute (#PCDATA)>

<!ELEMENT TargetAttribute (#PCDATA)>

<!ELEMENT ViewSelect (#PCDATA)*>

<!ELEMENT ViewFrom (#PCDATA)*>

<!ELEMENT ViewWhere (#PCDATA)*>

<!ELEMENT ViewOrderby (#PCDATA)*>

<!ELEMENT ViewGroupby (#PCDATA)*>

<!ELEMENT ViewHaving (#PCDATA)*>

<!ELEMENT IsUserWrittenClause (#PCDATA)*>

<!ELEMENT
ViewSchema (DatabaseName, UserName?, SchemaName, ContainedBySchemaGroup)>

<!ELEMENT ViewColumnMapping (ViewColumn*)>

<!ELEMENT ViewColumn (TargetSchema, TargetColumn)>

<!ATTLIST ViewColumn Name CDATA #IMPLIED>

<!ELEMENT TargetColumn (#PCDATA)*>

<!__************************ SchemaGroup Stuff *********************
__>

<!ELEMENT SchemaGroup (DatabaseName?, DatabaseType?, DDLFilename?, EditGeneratedFile?, Schema*)>

<!ATTLIST SchemaGroup Name CDATA
#IMPLIED>

<!ELEMENT DatabaseType (#PCDATA)*>
<!ELEMENT DDLFilename (#PCDATA)*>
<!ELEMENT EditGeneratedFile (#PCDATA)*>
<!__***************************** MO Stuff ************************** __>
<!ELEMENT MO (File ~ Module ~ Interface ~ ImplementationInheritance MOApplicationAdaptor ~ Uuid)*>
<!ELEMENT MOApplicationAdaptor (#PCDATA)*>
<!-- UDBO ? -->
As shown above the meta data model comprises a Document Type Definition (DTD) which specifies the set of required and optional elements, and their attributes, for the data models which are expressed as XML documents. In addition, the DTD specifies the i5 names of the tags and the relationships among elements in the data model, i . a . XML document . It will also be appreciated that the task tree elements for the "User-Defined Business Objects" item 120 are expressed using containment relationships in the Document Type Definition shown above. For example, the file element or item 121 is defined as <!ELEMENT BOFile(Commentsl....lUuid)*>, and the module item 122 is defined as <!ELEMENT Module (#PCDATAI....Uuid)*>. Similarly, in the DTD the "attributes" of the object are defined as <!ELEMENT Attribute (Type ~Initializer~....)*>, and the "methods" of the object are defined as <!ELEMENT Method (ReturnType~.....)*>. The specific syntax of the meta data model expressed in the above DTD will be within the understanding of those familiar with XML.
Next, the meta data model according to the present invention for the "Non-IDL Type Objects" item 170 is specified in the form a 3o Document Type Definition as shown below.

<?xml encoding="US-ASCII"?>
<!ELEMENT NonIDLTypeDefinition (NonIDLType)*>
<!ELEMENT NonIDLType (ImplementationLanguage ~ ImplementationForPlatform PackageName ~ Uuid)*>
<!ATTLIST NonIDLType Name CDATA #IMPLIED>
<!ELEMENT ImplementationLanguage (#PCDATA)*>
<!ELEMENT Uuid (#PCDATA)*>
<!ELEMENT PackageName (#PCDATA)*>
<!ELEMENT ImplementationForPlatform ( HeaderFile I LibraryName)*>
<!ATTLIST ImplementationForPlatformName CDATA #IMPLIED>
<!ELEMENT HeaderFile (#PCDATA)*>
<!ELEMENT LibraryName (#PCDATA)*>
<!-- NonIDLType ? -->
The specific syntax of the meta data model for the "Non-IDL Type Objects" item as expressed in the above DTD will be within the 2o understanding of those familiar with XML.
The meta data model according to the present invention for the "Build Configuration" item 180 is specified in the form of a Document Type Definition as shown below.
<?xml encoding="US-ASCII"?>
<!ELEMENT BuildConfiguration (DLLUnit)*>
<!ELEMENT DLLUnit (Uuid I Tier ~ Description ~ ApplicablePlatforms MakefileOptionsForPlatform ~ FilesInDLL ~ LinkLibInDLL)*>
<!ELEMENT MakefileOptionsForPlatform (LibraryName ~ MakeOptions ~ IDLCompile JavaCompile ~ JCBJavaCompile ~ CPPCompile ~ LinkOptions)*>
<!ATTLIST DLLUnit Name CDATA #IMPLIED>

<!ATTLIST MakefileOptionsForPlatformName CDATA #IMPLIED>
<!ELEMENT Uuid (#PCDATA)*>
<!ELEMENT Tier (#PCDATA)*>
<!ELEMENT ApplicablePlatforms (#PCDATA)*>
<!ELEMENT Description (#PCDATA)*>
<!ELEMENT LibraryName (#PCDATA)*>
<!ELEMENT MakeOptions (#PCDATA)*>
<!ELEMENT IDLCompile (#PCDATA)*>
<!ELEMENT JavaCompile (#PCDATA)*>
<!ELEMENT JCBJavaCompile (#PCDATA)*>
<!ELEMENT CPPCompile (#PCDATA)*>
<!ELEMENT LinkOptions (#PCDATA)*>
<!ELEMENT FilesInDLL (File)*>
<!ELEMENT File (#PCDATA)*>
<!ELEMENT LinkLibInDLL (LinkLib)*>
<!ELEMENT LinkLib (#PCDATA)*>
<!-- DLL ? -->
The specific syntax of the meta data model for the "Build 2o Configuration" item as shown in the above DTD will be within the understanding of those familiar with XML.
The meta data model according to the present invention for the "Application Configuration" item 190 is specified in the form of a Document Type Definition as shown below.
<?xml encoding="US-ASCII"?>
<!ELEMENT ApplicationConfiguration (ApplicationFamilyUnit)*>
<!ELEMENT ApplicationFamilyUnit (Description ~ Version ~ DiskSpace ~ Readme ~ Application ~ Uuid)*>
<!ATTLIST ApplicationFamilyUnit Name CDATA #IMPLIED>
<!ELEMENT Description (#PCDATA)*>

<!ELEMENT Version (#PCDATA)*>
<!ELEMENT DiskSpace (#PCDATA)*>
<!ELEMENT Readme (#PCDATA)*>
<!ELEMENT Uuid (#PCDATA)*>
<!__**************************
Application ***************************
__>

<!ELEMENT Application ( (Description, Version, JavaVM, InitialState?, Executable*) ~ ManagedObject ~ Uuid)*>

<!ATTLIST Application Name CDATA
#IMPLIED>

<!ELEMENT JavaVM (#PCDATA)*>

<!ELEMENT InitialState (#PCDATA)*>

<!ELEMENT Executable (#PCDATA)*>

<!__***********************
Managed Object ***************************
__>

<!ELEMENT ManagedObject ( D11 ~ Key ~ Copy ~ DOImpl ~ ContainerName ~ Home NameOfFactory ~ NameOfHome ~ NameContexts ~ VisibleInCell ~ VisibleInWorkGroup WorkLoadManaged ~ State ~ Uuid)*>

<!ATTLIST ManagedObject Name CDATA #IMPLIED>

<!ELEMENT D11 (#PCDATA)*>

<!ELEMENT Key (D11)>

<!ATTLIST Key Name CDATA #IMPLIED>

<!ELEMENT Copy (D11)*>

<!ATTLIST Copy Name CDATA #IMPLIED>

<!ELEMENT DOImpl (D11)>

<!ATTLIST DOImpl Name CDATA #IMPLIED>

<!ELEMENT ContainerName (#PCDATA)>

<!ELEMENT Home (CustomizedHome ~ D11)*>

<!ATTLIST Home Name CDATA #IMPLIED>

<!ELEMENT CustomizedHome (#PCDATA)>

<!ELEMENT NameOfFactory (#PCDATA)*>

<!ELEMENT NameOfHome (#PCDATA)*>

<!ELEMENT NameContexts (#PCDATA)*>

<!ELEMENT VisibleInCell (#PCDATA)>

<!ELEMENT VisibleInWorkGroup (#PCDATA)>

<!ELEMENT WorkLoadManaged (#PCDATA)>

<!ELEMENT State (#PCDATA)>
~!__ APPL ? __>
The specific syntax of the meta data model for the "Application Configuration" item as shown in the above DTD will be within the understanding of those familiar with XML.
The meta data model according to the present invention for the "Container Definition" item 200 is specified in the form of a Document Type Definition as shown below.
<?xml encoding="US-ASCII"?>
<!ELEMENT ContainerDefinition (Container)*>
<!ELEMENT Container (Uuid ~ Description ~ NumberOfComponents ~
TransactionPolicy ~ TerminationPolicy ~ PassivationPolicy ~ PersistentReferences ~ BOPattern DOPattern ~ CachingServices ~ HomeServices ~ WorkLoadManaged ~ PolicyGroup UsesSession ~ SessionPolicy ~ SessionConnectionType ~ SessionConnectionName SessionPriority ~ PAAService )*>
<!ATTLIST Container Name CDATA #IMPLIED>
<!ELEMENT Uuid (#PCDATA)*>
<!ELEMENT Description (#PCDATA)*>
<!ELEMENT NumberOfComponents (#PCDATA)*>
<!ELEMENT TransactionPolicy (#PCDATA)*>
<!ELEMENT TerminationPolicy (#PCDATA)*>
<!ELEMENT PassivationPolicy (#PCDATA)*>
<!ELEMENT PersistentReferences (#PCDATA)*>
<!ELEMENT BOPattern (#PCDATA)*>
<!ELEMENT DOPattern (#PCDATA)*>
<!ELEMENT CachingServices (#PCDATA)*>
<!ELEMENT Homeservices (#PCDATA)*>
<!ELEMENT WorkLoadManaged (#PCDATA)*>
<!ELEMENT PolicyGroup (#PCDATA)*>
<!ELEMENT Usessession (#PCDATA)*>

<!ELEMENT SessionPolicy (#PCDATA)*>
<!ELEMENT SessionConnectionType (#PCDATA)*>
<!ELEMENT SessionPriority (#PCDATA)*>
<!ELEMENT SessionConnectionName (#PCDATA)*>
<!ELEMENT PAAService (#PCDATA)*>
<!-- CONT ? -->
The specific syntax of the meta data model for the "Container Definition" item as shown in the above DTD will be within the 1o understanding of those familiar with XML.
The DTD's shown above provide the meta data models which def ine the content and arrangement of the data models ( i . a . XML
documents) generated by the object builder tool 10, and the specified tags provide a mechanism for interpreting the data z5 elements expressed in the XML document. When an XML document is imported by an obj ect builder tool or some other XML compatible tool, the XML document is parsed and rendered according to the specifications in the meta data model, i.e. the DTD. Because the DTD provides a description of the data model, an application can 2o validate that the XML document conforms to its specified structure, i.e. data model. This validation can be automated as the XML
language is machine readable.
The task oriented data model for the object builder as specified in the DTD' s above allows the data to be exported and 25 imported with the following granularity: (1) the entire data model;
(2) all business objects under the task tree for the "User-Defined Business Objects" item 120 (Fig. 1); (3) a single Business Object unit; (4) all data objects under the task tree for the "User-Defined Data Objects" item 140 (Fig. 1); (5) a single Data Object 3o unit; (5) all schemas under the task tree for the "DBA-Defined Schemas" item 150 (Fig. 1); (6) all non-IDL types under the task tree for the "Non-IDL Type Objects" item 170 (Fig. 1); (7) all makefiles under the task tree for the "Build Configuration" item 180 (Fig. 1); (8) all application families under the task tree for the "Application Configuration" item 190 (Fig. 1); (9) all containers under the task tree for the "Container Definition" item 200 (Fig. 1).
Advantageously, the human-readable form of the data model (i.e. the XML document) and the meta data model (i.e. the DTD) 1o allow a user to directly examine the data model and quickly locate the data element or item of interest.
The present invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. For example, while the task oriented data model was z5 described in the context of an XML implementation, it will be understood that implementations using other meta data language specifications can be used. Therefore, the presently discussed embodiments are considered to be illustrative and not restrictive, the scope of the invention being indicated by the appended claims 2o rather than the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein.
The invention may be implemented as a computer program product comprising a program storage device and means recorded on said 25 program storage device for instructing a computer to perform the steps of the invention and as a data structure embodied in a program storage device. Such a program storage device may include diskettes, optical discs, tapes, CD-ROMS, hard drives, memory including ROM or RAM, computer tapes or other storage media capable of storing a computer program.
The invention may also be implemented in a computer system. In a preferred embodiment, a system is provided comprising a computer program operating on a data processing system, with the computer program embodying the method of the invention and producing an output of the method on a display or output device . Data processing systems include computers, computer networks, embedded systems and other systems capable of executing a computer program. A computer to includes a processor and a memory device and optionally, a storage device, a video display and/or an input device. Computers may equally be in stand-alone form (such as the traditional desktop personal computer) or integrated into another apparatus (such as a cellular telephone).
While this invention has been described in relation to preferred embodiments, it will be understood by those skilled in the art that changes in the details of processes and structures may be made without departing from the spirit and scope of this invention. Many modifications and variations are possible in light of the above teaching. Thus, it should be understood that the above described embodiments have been provided by way of example rather than as a limitation and that the specification and drawing are, accordingly, to be regarded in an illustrative rather than a restrictive sense.

Claims (17)

1. A task oriented data structure embodied in a program storage device for an object oriented application program, the object oriented application program having a user interface comprising a plurality of items, said items defining a sequence of tasks for creating one or more objects, said data structure comprising:
(a) a data model expressed in the form of a document according to a meta data language;
(b) said data model including a plurality of data elements;
(c) each of said data elements corresponding to one of the tasks in said sequence of tasks; and (d) said data elements being arranged according to a meta data model, wherein said meta data model mirrors the sequence of tasks defined in the user interface.
2. The task oriented data structure embodied in a program storage device as claimed in claim 1, wherein said meta data model includes means for validating each of said data elements and the arrangement of said data elements.
3. The task oriented data structure embodied in a program storage device as claimed in claim 1 or claim 2, wherein said meta data language comprises XML or Extensible Markup Language, and said data elements being arranged according to containment constructs specified in said meta data model.
4. The task oriented data structure embodied in a program storage device as claimed in claim 3, wherein said means for validating comprises a Document Type Definition specified in XML.
5. The task oriented data structure embodied in a program storage device as claimed in claim 3 or claim 4, wherein said containment constructs comprise tag definitions according to XML.
6. In an application program for creating objects, the application program having a user interface comprising a plurality of items, said items defining a sequence of tasks for creating the objects, and said application program including an export utility for exporting document files, said export utility comprising:
(a) means for exporting a document file expressed in a meta data programming language; and (b) wherein said document file comprises a plurality of data elements, each of said data elements corresponding to one of the tasks in said sequence of tasks, and said data elements being arranged according to a meta data model, wherein said meta data model mirrors the sequence of tasks defined in the user interface.
7. The export utility as claimed in claim 6, wherein said meta data model includes means for validating each of the data elements included in said document file.
8. The export utility as claimed in claim 6 or claim 7, wherein said document file is expressed in XML or Extensible Markup Language, and said data elements being arranged according to containment constructs specified in said meta data file.
9. The export utility as claimed in claim 8, wherein said means for validating comprises a Document Type Definition specified in XML.
10. A computer program product for an object oriented application program for creating objects, the application program having a user interface comprising a plurality of items, said items defining a sequence of tasks for creating the objects, and said application program including an export utility for exporting document files, said computer program product comprising:
a program storage device;
means recorded on said program storage device for instructing a computer to perform the steps of, (a) outputting a document file, said document file being expressed according to a meta data programming language; and (b) said document file comprising a plurality of data elements, each of said data elements corresponding to one of the tasks in said sequence of tasks, and said data elements being arranged according to a meta data model, wherein said meta data model mirrors the sequence of tasks defined in the user interface.
11. The computer program product as claimed in claim 10, wherein said meta data model includes means for validating each of the data elements in said document file.
12. The computer program product claimed in claim 10 or claim 11, wherein said meta data language comprises XML or Extensible Markup Language, and said data elements being arranged according to containment constructs specified in said meta data model.
13. The computer program product as claimed in claim 12, wherein said means for validating comprises a Document Type Definition specified in XML.
14. A computer system for creating objects in an object oriented application program, the application program having a user interface comprising a plurality of items, said items defining a sequence of tasks for creating the objects, and said application program including an export utility for exporting document files, said computer system comprising:
(a) means for outputting a document file, said document file being expressed according to a meta data programming language; and (b) said document file comprising a plurality of data elements, each of said data elements corresponding to one of the tasks in said sequence of tasks, and said data elements being arranged according to a meta data model, wherein said meta data model mirrors the sequence of tasks defined in the user interface.
15. The computer system as claimed in claim 14, wherein said meta data model includes means for validating each of the data elements in said document file.
16. The computer system claimed in claim 14 or claim 15, wherein said meta data language comprises XML or Extensible Markup Language, and said data elements being arranged according to containment constructs specified in said meta data model.
17. The computer system as claimed in claim 16, wherein said means for validating comprises a Document Type Definition specified in XML.
CA002255017A 1998-11-30 1998-11-30 Method and mechanism for a task oriented xml data model Abandoned CA2255017A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CA002255017A CA2255017A1 (en) 1998-11-30 1998-11-30 Method and mechanism for a task oriented xml data model
US09/413,148 US6598219B1 (en) 1998-11-30 1999-10-06 Method and mechanism for a task oriented XML data model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CA002255017A CA2255017A1 (en) 1998-11-30 1998-11-30 Method and mechanism for a task oriented xml data model

Publications (1)

Publication Number Publication Date
CA2255017A1 true CA2255017A1 (en) 2000-05-30

Family

ID=4163062

Family Applications (1)

Application Number Title Priority Date Filing Date
CA002255017A Abandoned CA2255017A1 (en) 1998-11-30 1998-11-30 Method and mechanism for a task oriented xml data model

Country Status (2)

Country Link
US (1) US6598219B1 (en)
CA (1) CA2255017A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2385693A (en) * 2001-06-05 2003-08-27 Hewlett Packard Co Database Comprising Job Ticket Service for Managing Tasks
GB2379055B (en) * 2001-06-05 2004-07-07 Hewlett Packard Co Use of a job ticket as a generic xml database
US7130842B2 (en) 2002-03-21 2006-10-31 International Business Machines Corporation Method and apparatus for generating electronic document definitions
US7257600B2 (en) 2000-12-21 2007-08-14 Fulltilt Solutions, Inc. Method and system for importing data
US7305455B2 (en) 2002-03-21 2007-12-04 International Business Machines Corporation Interfacing objects and markup language messages
US7315980B2 (en) 2002-03-21 2008-01-01 International Business Machines Corporation Method and apparatus for generating electronic document definitions

Families Citing this family (105)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9811237B2 (en) * 1999-04-06 2017-11-07 Iii Holdings 2, Llc Visual navigation of virtual environments through logical processes
US6880129B1 (en) * 1999-04-29 2005-04-12 Silverstream Software, Llc Method and apparatus for using name spaces in a graphical user interface
US20020032706A1 (en) * 1999-12-23 2002-03-14 Jesse Perla Method and system for building internet-based applications
US7617491B1 (en) 2000-01-20 2009-11-10 Priceline.Com Incorporated Apparatus, system, and method for validating network communications data
US7293230B2 (en) * 2000-01-27 2007-11-06 American Express Travel Related Services Company, Inc. Information architecture for the interactive environment
US20020004804A1 (en) * 2000-03-24 2002-01-10 Georg Muenzel Industrial automation system graphical programming language storage and transmission
US20050091576A1 (en) * 2003-10-24 2005-04-28 Microsoft Corporation Programming interface for a computer platform
US20010048448A1 (en) * 2000-04-06 2001-12-06 Raiz Gregory L. Focus state themeing
US6873337B1 (en) * 2000-04-06 2005-03-29 Microsoft Corporation Application programming interface for changing the visual style
US6753885B2 (en) * 2000-04-06 2004-06-22 Microsoft Corporation System and theme file format for creating visual styles
US7503033B2 (en) * 2000-04-28 2009-03-10 Microsoft Corporation Model for business workflow processes
US7467371B1 (en) * 2000-04-28 2008-12-16 Microsoft Corporation Binding for business workflow processes
US6950875B1 (en) * 2000-05-09 2005-09-27 Sun Microsystems, Inc. Message conductors in a distributed computing environment
US7191394B1 (en) 2000-06-21 2007-03-13 Microsoft Corporation Authoring arbitrary XML documents using DHTML and XSLT
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7117435B1 (en) 2000-06-21 2006-10-03 Microsoft Corporation Spreadsheet fields in text
US7624356B1 (en) 2000-06-21 2009-11-24 Microsoft Corporation Task-sensitive methods and systems for displaying command sets
US7000230B1 (en) 2000-06-21 2006-02-14 Microsoft Corporation Network-based software extensions
US6948135B1 (en) 2000-06-21 2005-09-20 Microsoft Corporation Method and systems of providing information to computer users
US7346848B1 (en) 2000-06-21 2008-03-18 Microsoft Corporation Single window navigation methods and systems
US7155667B1 (en) 2000-06-21 2006-12-26 Microsoft Corporation User interface for integrated spreadsheets and word processing tables
US7000223B1 (en) 2000-09-08 2006-02-14 Corel Corporation Method and apparatus for preparing a definition to control automated data processing
US6938030B1 (en) 2000-09-08 2005-08-30 Corel Corporation Method and apparatus for facilitating accurate automated processing of data
US6961922B1 (en) 2000-09-08 2005-11-01 Corel Corporation Method and apparatus for defining operations to be performed during automated data processing
US6850956B1 (en) 2000-09-08 2005-02-01 Corel Inc. Method and apparatus for obtaining and storing data during automated data processing
US7296238B1 (en) 2000-09-08 2007-11-13 Corel Corporation Method and apparatus for triggering automated processing of data
US6944865B1 (en) * 2000-09-08 2005-09-13 Corel Corporation Method and apparatus for saving a definition for automated data processing
US6925593B1 (en) 2000-09-08 2005-08-02 Corel Corporation Method and apparatus for transferring data during automated data processing
US7853833B1 (en) 2000-09-08 2010-12-14 Corel Corporation Method and apparatus for enhancing reliability of automated data processing
US6868193B1 (en) 2000-09-08 2005-03-15 Corel Inc. Method and apparatus for varying automated data processing
US7747673B1 (en) * 2000-09-08 2010-06-29 Corel Corporation Method and apparatus for communicating during automated data processing
EP1203661A3 (en) * 2000-11-01 2007-10-24 Eastman Kodak Company Method and interface for assembling books
ATE411558T1 (en) * 2000-11-09 2008-10-15 Navision As AUTOMATICALLY GENERATED TASK SEQUENCE
EP1225508A1 (en) * 2001-01-19 2002-07-24 Thinkingcap Technology Limited A universal software application
US9600842B2 (en) * 2001-01-24 2017-03-21 E-Numerate Solutions, Inc. RDX enhancement of system and method for implementing reusable data markup language (RDL)
US6845499B2 (en) * 2001-01-31 2005-01-18 I2 Technologies Us, Inc. System and method for developing software applications using an extended XML-based framework
US7296226B2 (en) * 2001-02-15 2007-11-13 Accenture Gmbh XML-based multi-format business services design pattern
FR2821192B1 (en) * 2001-02-19 2003-04-04 Schneider Automation PROGRAMMING STATION PROVIDING A COMPACT PROGRAM AND AUTOMATION EQUIPMENT USING SUCH A PROGRAM
FR2821191B1 (en) * 2001-02-19 2003-04-04 Schneider Automation PROGRAMMING STATION DEVELOPING A SINGLE-LANGUAGE PROGRAM AND AUTOMATION EQUIPMENT USING SUCH A PROGRAM
US7703009B2 (en) * 2001-04-09 2010-04-20 Huang Evan S Extensible stylesheet designs using meta-tag information
US6904588B2 (en) * 2001-07-26 2005-06-07 Tat Consultancy Services Limited Pattern-based comparison and merging of model versions
US20030018661A1 (en) * 2001-07-19 2003-01-23 Darugar Parand Tony XML smart mapping system and method
US7506053B1 (en) * 2001-10-17 2009-03-17 Cisco Technology, Inc. Software distribution system and method
US20030081007A1 (en) * 2001-10-31 2003-05-01 James Cyr Object oriented explorer type environment
US20030088857A1 (en) * 2001-11-06 2003-05-08 Alexander Balva Method for facilitating application development
US7177862B2 (en) * 2002-03-28 2007-02-13 International Business Machines Corporation Method and structure for federated web service discovery search over multiple registries with result aggregation
US7493603B2 (en) * 2002-10-15 2009-02-17 International Business Machines Corporation Annotated automaton encoding of XML schema for high performance schema validation
US7370066B1 (en) 2003-03-24 2008-05-06 Microsoft Corporation System and method for offline editing of data files
US7275216B2 (en) * 2003-03-24 2007-09-25 Microsoft Corporation System and method for designing electronic forms and hierarchical schemas
US7415672B1 (en) 2003-03-24 2008-08-19 Microsoft Corporation System and method for designing electronic forms
US7913159B2 (en) 2003-03-28 2011-03-22 Microsoft Corporation System and method for real-time validation of structured data files
US7296017B2 (en) 2003-03-28 2007-11-13 Microsoft Corporation Validation of XML data files
US7168035B1 (en) * 2003-06-11 2007-01-23 Microsoft Corporation Building a view on markup language data through a set of components
US7451392B1 (en) 2003-06-30 2008-11-11 Microsoft Corporation Rendering an HTML electronic form by applying XSLT to XML using a solution
US7836427B1 (en) 2003-07-01 2010-11-16 Microsoft Corporation Tree-based rule composition with natural language inline editing
US7406660B1 (en) 2003-08-01 2008-07-29 Microsoft Corporation Mapping between structured data and a visual surface
US7334187B1 (en) 2003-08-06 2008-02-19 Microsoft Corporation Electronic form aggregation
JP4476594B2 (en) * 2003-10-17 2010-06-09 淳二 城戸 Organic electroluminescent device
US7721254B2 (en) * 2003-10-24 2010-05-18 Microsoft Corporation Programming interface for a computer platform
FR2863386A1 (en) * 2003-12-09 2005-06-10 Thales Sa C code generating process, involves producing detailed model of implementation in unified markup language code, structuring data in model to be used by scripts generation tool, and generating language files at generation tool
US20050132270A1 (en) * 2003-12-11 2005-06-16 International Business Machines Corporation Method, system, and computer program product for automatic code generation in an object oriented environment
US7712073B1 (en) * 2003-12-23 2010-05-04 Sprint Communications Company L.P. Software development artifact creation tool
US8819072B1 (en) 2004-02-02 2014-08-26 Microsoft Corporation Promoting data from structured data files
US7437374B2 (en) * 2004-02-10 2008-10-14 International Business Machines Corporation Efficient XML schema validation of XML fragments using annotated automaton encoding
US20050204356A1 (en) * 2004-03-15 2005-09-15 Ramco Systems Limited Generic design approach for multi-layer architecture
US7496837B1 (en) 2004-04-29 2009-02-24 Microsoft Corporation Structural editing with schema awareness
US7281018B1 (en) 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US7774620B1 (en) 2004-05-27 2010-08-10 Microsoft Corporation Executing applications at appropriate trust levels
CN1713192A (en) * 2004-06-25 2005-12-28 国际商业机器公司 Method and device for processing logic mode establishment and carrying out
US7692636B2 (en) 2004-09-30 2010-04-06 Microsoft Corporation Systems and methods for handwriting to a screen
US8487879B2 (en) 2004-10-29 2013-07-16 Microsoft Corporation Systems and methods for interacting with a computer through handwriting to a screen
US7712022B2 (en) 2004-11-15 2010-05-04 Microsoft Corporation Mutually exclusive options in electronic forms
US7721190B2 (en) 2004-11-16 2010-05-18 Microsoft Corporation Methods and systems for server side form processing
US20060112153A1 (en) * 2004-11-22 2006-05-25 Bowen David S L Export queue for an enterprise software system
US7904801B2 (en) 2004-12-15 2011-03-08 Microsoft Corporation Recursive sections in electronic forms
US7937651B2 (en) 2005-01-14 2011-05-03 Microsoft Corporation Structural editing operations for network forms
US20060168522A1 (en) * 2005-01-24 2006-07-27 Microsoft Corporation Task oriented user interface model for document centric software applications
US7725834B2 (en) 2005-03-04 2010-05-25 Microsoft Corporation Designer-created aspect for an electronic form template
US8768877B2 (en) 2005-03-07 2014-07-01 Ca, Inc. System and method for data manipulation
US7840895B2 (en) * 2005-03-07 2010-11-23 Computer Associates Think, Inc. System and method for data manipulation
US7698634B2 (en) * 2005-03-07 2010-04-13 Computer Associates Think, Inc. System and method for data manipulation
US8010515B2 (en) 2005-04-15 2011-08-30 Microsoft Corporation Query to an electronic form
US8200975B2 (en) 2005-06-29 2012-06-12 Microsoft Corporation Digital signatures for network forms
US8001459B2 (en) 2005-12-05 2011-08-16 Microsoft Corporation Enabling electronic documents for limited-capability computing devices
US7774300B2 (en) * 2005-12-09 2010-08-10 International Business Machines Corporation System and method for data model and content migration in content management applications
US7640260B2 (en) 2005-12-12 2009-12-29 Microsoft Corporation Valid transformation expressions for structured data
US20070162486A1 (en) * 2005-12-30 2007-07-12 Thomas Brueggemann Merge tool for structured object models
US7779343B2 (en) 2006-01-30 2010-08-17 Microsoft Corporation Opening network-enabled electronic documents
US20080097979A1 (en) * 2006-10-19 2008-04-24 International Business Machines Corporation System and method of finding related documents based on activity specific meta data and users' interest profiles
US8190661B2 (en) * 2007-01-24 2012-05-29 Microsoft Corporation Using virtual repository items for customized display
US8145673B2 (en) 2007-02-16 2012-03-27 Microsoft Corporation Easily queriable software repositories
US20080275895A1 (en) * 2007-05-03 2008-11-06 Leroux Daniel D Method, system, and program product for aligning models
US7831625B2 (en) * 2007-05-16 2010-11-09 Microsoft Corporation Data model for a common language
US7613745B2 (en) 2007-05-25 2009-11-03 International Business Machines Corporation Method of aligning meta-models
US8056073B2 (en) * 2008-01-08 2011-11-08 International Business Machines Corporation Method, computer program product, and system for merging multiple same class instance states
US8463667B2 (en) * 2008-01-11 2013-06-11 Microsoft Corporation Exporting and importing business templates
US8095963B2 (en) 2008-04-30 2012-01-10 Microsoft Corporation Securing resource stores with claims-based security
US8825613B2 (en) * 2009-06-01 2014-09-02 Microsoft Corporation Instance space based management pack infrastructure
US8095571B2 (en) 2009-06-22 2012-01-10 Microsoft Corporation Partitioning modeling platform data
USD637197S1 (en) 2009-10-12 2011-05-03 Johnson Controls Technology Company Display screen of a communications terminal with a user interface
USD637196S1 (en) 2009-10-12 2011-05-03 Johnson Controls Technology Company Display screen of a communications terminal with a user interface
US20140372948A1 (en) * 2013-06-15 2014-12-18 Microsoft Corporation Persistent Reverse Navigation Mechanism
US11620454B2 (en) 2020-02-05 2023-04-04 Hatha Systems, LLC System and method for determining and representing a lineage of business terms and associated business rules within a software application
US11288043B2 (en) * 2020-02-05 2022-03-29 Hatha Systems, LLC System and method for creating a process flow diagram which incorporates knowledge of the technical implementations of flow nodes
US11836166B2 (en) 2020-02-05 2023-12-05 Hatha Systems, LLC System and method for determining and representing a lineage of business terms across multiple software applications

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5872973A (en) * 1995-10-26 1999-02-16 Viewsoft, Inc. Method for managing dynamic relations between objects in dynamic object-oriented languages
US6230309B1 (en) * 1997-04-25 2001-05-08 Sterling Software, Inc Method and system for assembling and utilizing components in component object systems
US6182274B1 (en) * 1997-05-01 2001-01-30 International Business Machines Corporation Reusing code in object-oriented program development
US5937409A (en) * 1997-07-25 1999-08-10 Oracle Corporation Integrating relational databases in an object oriented environment
US6134559A (en) * 1998-04-27 2000-10-17 Oracle Corporation Uniform object model having methods and additional features for integrating objects defined by different foreign object type systems into a single type system
US6083276A (en) * 1998-06-11 2000-07-04 Corel, Inc. Creating and configuring component-based applications using a text-based descriptive attribute grammar
US6397231B1 (en) * 1998-08-31 2002-05-28 Xerox Corporation Virtual documents generated via combined documents or portions of documents retrieved from data repositories

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7257600B2 (en) 2000-12-21 2007-08-14 Fulltilt Solutions, Inc. Method and system for importing data
GB2385693A (en) * 2001-06-05 2003-08-27 Hewlett Packard Co Database Comprising Job Ticket Service for Managing Tasks
GB2385693B (en) * 2001-06-05 2003-11-19 Hewlett Packard Co Use of a job ticket as a generic XML database
GB2379055B (en) * 2001-06-05 2004-07-07 Hewlett Packard Co Use of a job ticket as a generic xml database
US7130842B2 (en) 2002-03-21 2006-10-31 International Business Machines Corporation Method and apparatus for generating electronic document definitions
US7305455B2 (en) 2002-03-21 2007-12-04 International Business Machines Corporation Interfacing objects and markup language messages
US7315980B2 (en) 2002-03-21 2008-01-01 International Business Machines Corporation Method and apparatus for generating electronic document definitions
US7730162B2 (en) 2002-03-21 2010-06-01 International Business Machines Corporation Interfacing objects and markup language messages

Also Published As

Publication number Publication date
US6598219B1 (en) 2003-07-22

Similar Documents

Publication Publication Date Title
US6598219B1 (en) Method and mechanism for a task oriented XML data model
US11741293B2 (en) Systems and methods of a script generation engine
US6023578A (en) Systems, methods and computer program products for generating an object oriented application for an object oriented environment
US6408311B1 (en) Method for identifying UML objects in a repository with objects in XML content
US7159185B1 (en) Function objects
US7194683B2 (en) Representing and managing dynamic data content for web documents
US6742175B1 (en) Component-based source code generator
US6874146B1 (en) Metadata driven system for effecting extensible data interchange based on universal modeling language (UML), meta object facility (MOF) and extensible markup language (XML) standards
US6253366B1 (en) Method and system for generating a compact document type definition for data interchange among software tools
US7165073B2 (en) Dynamic, hierarchical data exchange system
US9235386B2 (en) Generating reusable software assets from distributed artifacts
US6381743B1 (en) Method and system for generating a hierarchial document type definition for data interchange among software tools
US6289501B1 (en) Method for generating simple document type definitions
US20040031015A1 (en) System and method for manipulation of software
US20020184264A1 (en) Method and apparatus for synchronizing an XML document with its object model
US7676589B2 (en) Automatic generation of portlets for visualizing data by exploiting object relationships
US20030115548A1 (en) Generating class library to represent messages described in a structured language schema
US20040111702A1 (en) Method and apparatus for visual programming
US20030051226A1 (en) System and method for multiple level architecture by use of abstract application notation
WO2000075849A2 (en) Method and apparatus for data access to heterogeneous data sources
Tichelaar et al. Famix and xmi
EP1121637B1 (en) Metohd for generating component-based source code
WO2003009071A1 (en) System and method for exporting or importing object data in a manufacturing execution system
US20070094289A1 (en) Dynamic, hierarchical data exchange system
US7315980B2 (en) Method and apparatus for generating electronic document definitions

Legal Events

Date Code Title Description
EEER Examination request
FZDE Discontinued