US20070016608A1 - Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships - Google Patents

Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships Download PDF

Info

Publication number
US20070016608A1
US20070016608A1 US11/432,729 US43272906A US2007016608A1 US 20070016608 A1 US20070016608 A1 US 20070016608A1 US 43272906 A US43272906 A US 43272906A US 2007016608 A1 US2007016608 A1 US 2007016608A1
Authority
US
United States
Prior art keywords
data
model
objects
cdog
persistence
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
US11/432,729
Inventor
Ward Mullins
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.)
Individual
Original Assignee
Individual
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
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=32926870&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=US20070016608(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by Individual filed Critical Individual
Priority to US11/432,729 priority Critical patent/US20070016608A1/en
Publication of US20070016608A1 publication Critical patent/US20070016608A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/289Object oriented databases
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99941Database schema or data structure
    • Y10S707/99944Object-oriented database structure
    • Y10S707/99945Object-oriented database structure processing

Definitions

  • the field of the present invention relates generally to computer systems, computer data stores and to methods and software for accessing and utilizing data stores. More particularly, the present invention relates to a system, methods and software for creating or maintaining distributed transparent persistence of complex data objects and associated data stores. In one aspect, the invention also relates to an application programming object capable of creating or maintaining distributed transparent persistence of data objects or data object graphs without the necessity of inserting any byte codes or modification of the object graph. Virtually any java object or object graph can be transparently persisted. Further, copies of a data graph or of a portion of the data graph can be automatically reconciled and changes persisted without any persistence coding in the object model.
  • the methods for producing persistence for a data object, complex data object or a data store conflict with the goals of producing pure object application models where the object models do not include persistence objects or persistence byte code.
  • an object application model may exist in one or more of a computer's memory, an application data store and an application information storage repository that may be independent of the data store organization or object definitions.
  • Advancements in the art have been made with respect to tools for conveniently mapping objects to systems of tables and maps in order to expedite accessing, changing and updating data stores. See, for example, U.S. Pat. No.
  • 5,857,197 (and its associated programming interfaces (“APIs”)) describes tools for translating object data to relational data, relational data to object data, and object data to object data to expedite the use of data stores.
  • Persistence problems arise with the creation, access, changing or deleting of an object application model that utilizes such data stores.
  • the object application model may be distributed over multiple physical computer machine locations or even distributed over multiple Internet website locations that may be independent of the data stores.
  • the object application model may utilize a different set of data objects or different set of definitions for relationships between data objects than that of one or more of its data sources. In most situations, the respective structures of the data sources and of the object applications model simply do not conveniently allow for mapping, accessing or changing of an overall schema of application data objects as well as any associated definitions of relationships between two or more data objects or elements within a data object.
  • relationships may exist between a data object and one or more of the other data objects found in the object application model or in a data object of the data source.
  • a relationship between one data object and another data object or with a data source may be member selected from the group of three relationship types consisting of 1 to 1 (1-1), 1 to many (l-M) or many to many (M-M). Complex combinations of these relationships may exist as a data object relationships definition for a given data object. These relationships are described or illustrated in further detail later in this document.
  • Objects may logically span multiple relational tables or multiple object databases, and may even be distributed over a logical (or hypothetical) computer system involving multiple physically independent computer systems or even multiple website locations.
  • Creating, accessing, maintaining or updating an object application model can require working with multiple translation modules and require tedious and repetitive updating of multiple individual computer systems or multiple data sources in order to do useful work and keep the object application model synchronized.
  • Such approaches are both costly and unwieldy in terms of computing and development resources, particularly with respect to Internet based electronic commerce (eCommerce) object application models.
  • Data objects of an object application model are often a feature of eCommerce object programming applications, where information is obtained from a data source and the data is defined as a data object (e.g., as a Java class) for use with another computer application.
  • a data object or model of data objects may exist only in the random access memory of a computer memory system, or may be saved to either a data source or to some other type of retrievable information repository.
  • a programmer or administrator of an object data application cannot easily access or track the overall model or diagram of data objects for an object application model or some of its specific elements.
  • tools for accessing and persisting data objects and associated data object relationships of a complex data object graph model have not been well implemented in the field of object language programming.
  • a computer application can execute one or more of the following non-limiting actions with respect to one or more of the members selected from the group consisting of data, a data object, and a data object definition: access data, change data, create data, create a new relationship between one or more data objects by creating or changing at least one data object relationship definition, change or delete a relationship between one or more data objects by changing or deleting at least one data object relationship definition, access a data object relationship definition and use its parameters to access a data source or a data object, and access one or more data object relationship definitions or data objects to create a new data object or data object relationship.
  • Any changes executed by a computer application with respect to one or more of the members selected from the group consisting of data, data object or data object definition may need to be properly persisted (permanently stored) to preserve any changes to one or more of the members selected from the group consisting of data, a data object and a data object definition.
  • a data object and an associated data object relationship definition may be represented by a complex data object graph (“CDOG”).
  • CDOG for the purposes of this document, may be thought of as a computer program data object graph that represents a data object having at least one relationship with at least one other data object or with itself via a circular link.
  • JDOG Java Data Object Graph
  • a computer applications programmer tool designed to assist a programmer or administrator in the actions of providing persistence for data objects or data object graphs when deleting, inactivating or updating a CDOG
  • the computer applications programmer tool can be configured to automatically reconcile all or a portion of a CDOG and copies thereof on a distributed environment when data objects or relationships are deleted, inactivated or updated for a CDOG.
  • “Instance” as referred to in this document in the context of computer software applications is a single occurrence of a software logical element in the memory of a computer system, such as a “class”, an “object”, a “data object”, and the like. This is analogous to the occurrence of a logical memory unit representing a row of data in common practice.
  • Class as referred to in this document in the context of computer software applications is a logic unit in a computer application or a computer software program where the application or program is based upon an objected oriented programming language (e.g., Java).
  • objected oriented programming language e.g., Java
  • a class is a logical unit used as a logical template in an object oriented language from which to allocate new instances of objects.
  • Object as used in the context of this document is a general term referring to a logic unit in a computer application or a computer software program where the application or program is based upon an objected oriented programming language (e.g., Java).
  • object may ordinarily be used interchangeably with the term “class” as a template or as an instance depending on the context.
  • Data object as referred to in the context of this document represents the concept of the occurrence of an object that holds data within a specific computer application domain and is likely to have its contents stored in a persistent data source of a computer system (e.g., a database server, a binary file, a text file, or even in a combination of two or more of such a persistent data sources of a computer system).
  • a data object may exist as an independent data object without any relationship to any other data object or it may have one or more relationships with itself or with one or more other data objects.
  • Complex data object refers to the occurrence of a data object that has at least one or more relationships with itself, or at least one or more relationships with one or more other data object(s). In a given instance of a CDO at least one relationship is populated as a link, as defined below.
  • a CDO may have a multiplicity of different relationships with itself or with one or more additional CDOs.
  • Relationship or “data relationship” as used in the context of a CDO refers to the type of logical combination that occurs between a data object with itself, or refers to the type of logical combination that occurs between a data object and at least one another data object. Among other references or descriptions, such a relationship is always referred to or partially described by a “relationship type”. This term is used in an object oriented language context to reference or describe any expectations, actions and limitations possible between two or more data objects.
  • Relationship type in the context of this document is a label that specifies the possible multiple combinations that can occur between a CDO and itself or with at least one other CDO.
  • the possible relationship type labels are 1-1 (one to one), 1-M (one to many) and M-M (many to many).
  • a given CDO may be simultaneously related to more than one other CDO through several different types of relationship. This is also sometimes referred to as the multiplicity of the relationship.
  • Link as used in this document with respect to a CDO identifies a particular occurrence of a relationship between a CDO and itself, between a CDO and another CDO. The occurrence of at least one populated link results in an instance of the CDO. This may be considered a synonym for a “relationship” between two objects.
  • “Circular link” as used in this document with respect to a CDO identifies a particular occurrence of a relationship between a CDO and itself that may be direct or indirect (e.g., linked to itself through another CDO).
  • Relationship definition or “relationship description” in the context of this document and computer software applications refers to information, or an abstraction of information, regarding a “relationship”, “data relationship” “relationship type” or a “link” that can be stored, accessed, transferred, communicated, displayed or edited.
  • CDOG Complex data object graph
  • Java data object graph or “JDOG” is a term employed herein as an abstraction to logically represent a set of complex data objects and a set of their corresponding relationships that are part of a Java programming application.
  • Application model or simply “model” are essentially interchangeable terms employed herein as abstractions to logically convey a collective description or other representation for a set of complex data objects and a corresponding description or other representation of their relationships. In one respect, these terms are used logically herein provide a general way of efficiently communicating when referring to set of metadata (i.e., data about data) that describes possible data entities (e.g., objects, database tables, maps, etc,) data relationship types, and data constraints involved in a computer system or application, or in a specific instance of an application. It is important to understand the context in which the terms “application model” and “model” are used in this document.
  • model is an abstraction rather than a specific possibility or instance of the model as applied.
  • application model or “model”. From the context of its use the term will be clear.
  • the model is the abstract relationship between classes, wherein the CEDO is an instance (or set of instances) that express(es) the model.
  • “Navigation”, “navigating” or “navigated” in the context of the present document refers to an action implementing at least one object to interact with a set of related objects for a certain purpose, such as creation, access, insertion, modification and deletion of an object, or of one of its relationships. It is the physical act of traversing the relationships, which might be referred to as “walking up or down the graph” in common lingo.
  • “Navigation model” as used herein is a special type of application model that is applied specifically to a description (or other representation) of how objects can relate to each other and what might be the expected behavior when a CDOG is navigated for a certain purpose.
  • Object schema is a term employed herein as an abstraction referring to the set of data object classes that describe the possible data objects that can be created, modified or maintained in an application, or describing an instance of a set of data object classes in an application.
  • Distributed Transparent Persistence is a term employed herein as an abstraction referring to the concept of providing persistence for a member selected from the group consisting of a data object, a data object graph, associated data and data object relationships in a distributed environment without the need for the insertion of byte code or data objects in an object model or schema.
  • CocoBase Proxy Classes is a term employed herein used in referring to wrapper classes that provide CocoBase runtime compatibility for objects that aren't inherently database aware.
  • a computer system can persist the attributes and data for any data object that is wrapped with a CocoProxy wrapper class by simply using CocoBase facilities.
  • CocoBase facilities For example, source code for the (attribute based) CocoProxy and (get/set method based) CocoProxyM classes are available under the thought ⁇ cocodemo3tier31 ⁇ demos ⁇ pguide directory, when the CocoBase software tools suite is installed on a computer system. This optional design provides an extensible mechanism for instances of data extraction and propagation.
  • CocoBase Navigation API is a term employed herein to refer to an example of an API that provides database relationship mapping and object graph management capability for persistent objects. Database relationships are mapped to object links using CocoBase Navigator link definitions. Persistence control is provided at each class level in the object graph. Each of the Select, Insert, Update and Delete operations are individually configurable.
  • CocoBase Transaction API is a term employed herein to refer to an example of an API that provides object oriented transaction support. Transaction objects are used to persist data object attributes and maintain synchronization between database and in memory attribute values. The Transaction API has many built in optimizations, and applications utilizing CocoBase transactions generally benefit from reduced database and network overhead. This facility allows the developer to group together object changes into a single unit of work whose implementation or storage will succeed or fail all at once.
  • CocoBase Factories is a term employed herein to refer to examples of software modules and softwares libraries that are used to provide automated, custom object instantiation behavior. Factory behavior is completely customizable. For example, a factory may be used to bind newly instantiated objects to a transaction object, to load a graph of related objects using the CocoBase Navigator, or to implement polymorphism in a database result set.
  • a ProxyFactory class is part of the current CocoBase software tools suite distribution in the thought ⁇ cocodemo3tier31 ⁇ demos ⁇ pguide directory, and this factory returns result set objects wrapped in a CocoProxy wrapper, when a CocoProxy wrapped key object is passed into the CocoBase runtime software module as part of a query that needs processing by the CocoBase runtime module.
  • CocoBase Repository is a term employed herein as an abstraction referring to a datasource to dataobject mapping repository and associated software modules that is installed into a datasource (or may optionally be a single stand alone file, or a set of files that circumscribe a set of datasource to dataobject mapping definitions and associated software modules).
  • a repository can optionally be in a format such as XML, XMI and the like. See, U.S. Pat. No. 5,857,197, the CocoBaseEnterprise O/R Tools Suite, and the co-pending patent appliction entitled “Dynamic Object-Driven Database Manipulation and Mapping System” for more detailed descriptions of mapping repositories, and the like.
  • CocoBase Transparent Persistence for Objects and Object Models All models using a relational database for map storage require the CocoBase repository to be installed into the database, or in a stand-alone source accessable to CocoBase. The installation of a mapping repository can occur automatically, if required, when using CocoAdmin to log into the database. Pre-existing database tables can be used, provided that the CocoBase repository is first installed into the database, or accessible to CocoBase.
  • CocoBase transparent persistence are included in the CocoBase software tools suite distribution (see the distribution documentation for the location of folders or directories containing such examples).
  • An object of the present invention is to provide a system for creating or maintaining transparent persistence of a complex data object, a complex data object graph (CDOG) model, or a portion of a CDOG.
  • an object of the present invention is to provide such a system that can selectively persist all or a portion of a CDOG model when the model is a member selected from the group consisting of an object model generated from a data object mapping repository and an object model generated from data object modeling tool repository.
  • a further object is to provide such a system is located on, or is part of, a local or distributed computer system.
  • An object of the present invention is to provide a method for creating, maintaining, accessing, navigating and persisting complex data objects stores in a repository.
  • an object of the present invention is to provide such a method having the step utilizing the storage facilities of an enterprise EJB server to store and maintain the data object repository.
  • such a method involves a local or distributed computer system.
  • An object of the present invention is to provide a computer software component that operates in an EJB environment, or the like, wherein the component has the capacity to access an object model repository or an instance thereof in a computer memory or in another temportary computer storage store device and persist at least one action selected from the group consisting of creating, maintaining, accessing, navigating, updating or deleting complex data objects as a CDOG model.
  • the computer software component is an Enterprise Bean selected from the group consisting of Stateless, Stateful and Entity Beans.
  • the computer software component is an EJB Session Bean built on top of CocoBase runtime libraries having the ability to persist all or a portion of a CDOG model or instance thereof.
  • An even more preferred object is to provide such a computer software component capable of transparently persisting all or a portion of a CDOG model or instance thereo for a local or distributed computer system and automatically reconciling and persisting any changes to an instance of the CDOG model or any changes to the repository definition for the CDOG model.
  • a preferred object of the present invention is to provide a software tool comprising the a navigation API and software components (as described above), adapted for a local network or a distributed network environment, wherein said software tool provides persistence in an object oriented language environment transparently by implementing a configurable network component capable of acquiring and persisting CDOGs through network APIs.
  • a further object of the present invention is to a software tool capable of reading a source (or binary) programming object logic model or a database file (or other data source containing the stored object model information) in a format selected from the group consisting of a UML data file, a XMI data file, and a XML file and converting the information into a target member selected from the group consisting of a database definition, XML mapping file, a database mapping definition file, and a CDOG definition file.
  • the software can automatically generate a transparent persistence layer that corresponds to the object model information of the source file.
  • a further object of the present invention is to provide a software module and source code known as a Java entity bean (such as a generic session bean) that is capable of providing persistence of either or both of a data objects and a data model, in total or in part as determined through setting established by a user of the computer system.
  • a Java entity bean such as a generic session bean
  • An object of the present invention is to provide a system and/or method for displaying, updating or creating the data or structure of a data object, and optionally its links to other objects of an object model, by utilizing a displayable presentation page having embedded object programming code, such as a Java Server Page (JSP) that is served up by a server platform such as a JSP server, and persisting data of the object, links of the object, or object model by communication of the object programming code embedded in the displayable presentation page with a programming object (such as a Java Bean) wherein the programming object has implemented in its object programming logic methods for getting, setting, resetting and loading of data, and the programming object also includes programming code for communicating directly or indirectly with a persistence manager API or persistence library to persist the object, its data and/or links to other objects in an object model, and optionally to persist the object model itself.
  • the displayable presentation page is constructed having an HTML format and the embedded programming language is the object programming language Java, and the associated programming object is a Java Object such as
  • Another object of the present invention is to provide a system and/or method for generating from a relational datasource schema, or generating from an Object to Relational mapping resource:
  • Another object of the present invention is to provide a method of visually navigating, updating and persisting an object model by utilizing linked displayable presentation pages (such as JSPs) corresponding to a specified object model.
  • a preferred object is to provide such displayable presentation pages with buttons that may be clicked to access link information or to move the user forward or backward to a navigated linked object of an object model and its displayable presentation page.
  • a further object of the present invention is to provide a method for creating, updating, navigating and persisting an object model starting from a information source which is member selected from the group consisting of Java Classes, a relational data source, a UML model (e.g., XMI respresentation), and interface for manually creating an object model by describing a set of objects, their attributes and their links to other objects, and then in a further step creating from the information retrieved from such an information source a set of displayable presentation pages and their associated programming objects (such as JSPs and associated Java Beans) corresponding to an object model that are suitable for visually creating, navigating or updating the object model.
  • a information source which is member selected from the group consisting of Java Classes, a relational data source, a UML model (e.g., XMI respresentation), and interface for manually creating an object model by describing a set of objects, their attributes and their links to other objects, and then in a further step creating from the information retrieved from such an information source a
  • FIG. 1 and FIG. 2 For the non-limiting purpose of illustrating some of the concepts of complex data objects CDOs, i.e., data objects and their relationships to one another, according to the invention, two CDO graph drawings FIG. 1 and FIG. 2 are provided.
  • FIG. 1 is a complex data object (CDO) graph drawing, which illustrates a customer object and some of its related objects (billing address, orders and items ordered), as well as relationships between the objects. Relationships of the types 1 to 1 (1-1) and 1 to many (1-M) are shown in this CDO graph. More specifically, FIG. 1 illustrates a CDO graph drawing presenting an instance of a customer object 1 having a 1 to 1 (1-1) relationship ( 5 ) with its customer billing address object 10 , and a 1 to many relationship (collectively 15 , 25 , and 35 ) with the three outstanding order objects 20 , 30 and 40 , respectively.
  • CDO complex data object
  • Order object 20 is an instance of an outstanding order object having a 1 to many relationship (collectively 45 and 55 ) with the two items ordered objects 50 and 60 , respectively.
  • Order object 30 is an instance of an outstanding order object having a relationship with a single order item, but order object 30 has a 1 to many relationship ( 65 ) with the item ordered object 70 , since many order items could have been associated.
  • Order object 40 is an instance illustrates a 1 to many relationship (collectively 75 and 85 ) with the two items ordered objects 80 and 90 , respectively.
  • FIG. 2 is a complex data object (CDO) graph drawing, which illustrates a company object and some of its related objects (corporate address object and some of its departments and employees), as well as relationships between the objects. Relationships of all three types: 1 to 1 (1-1), 1 to many (1-M) and many to many (M-M) are shown in this CDO graph. More specifically, FIG. 2 illustrates a CDO graph drawing presenting an instance of a company object 100 having a 1 to 1 relationship ( 650 ) with its corporate address object 700 , and a 1 to many relationship (collectively 150 , 250 , and 350 ) with the three company department objects 200 , 300 and 400 , respectively.
  • CDO complex data object
  • the company department objects 200 , 300 and 400 in FIG. 2 are three instances (many) of company department objects having relationships ( 425 , 450 , 550 and 575 , respectively) with two (many) employee objects (respectively, 500 and 600 ).
  • the cross-assignment of employee object 500 to both company department objects 200 and 300 , and of employee object 600 to both company department objects 300 and 400 illustrate a complex many to many (M-M) relationship of departments to employees for this company.
  • FIG. 3 is a programming flow chart representing a preferred embodiment of the invention which is a system for creating, displaying, updating, and persisting the data and/or links of a complex data object (CDO) which is part of a CDO graph.
  • the first programming module of the illustrated flow chart utilizes a displayable presentation page having embedded object programming code, such as a Java Server Page (JSP), wherein the displayable presentation page may be served up (presented) to a user by a server platform such as a JSP server.
  • JSP Java Server Page
  • This displayable presentation page may display the data of a data object and/or provide an interface for creating or updating the data for that data object (or for a new data object) and the displayable presentation page may also include one or more link names (or labelled link buttons) as connected to other data objects of the CDO graph/model.
  • the embedded programming code of the displayable presentation page includes (i) logic for accessing data and and displaying the data from a particular data source and the logic may perform this function directly or delegate it to at least one other programming module, (ii) logic for creating, updating or deleting data of an object, (iii) a programming reference link to an associated programming object (such as a Java Bean) that is, in turn, directly or indirectly connected to a programming module that contains additional logic for detecting changes to object data and/or changes to the object graph/model that includes the particular object or is associated with it, and (iv) logic for reflecting to the associated programming object the data and/or links to other objects of the data object that is being displayed by the presentation page.
  • logic for accessing data and and displaying the data from a particular data source and the logic may perform this function directly or delegate it to at least one other programming module includes (ii) logic for creating, updating or deleting data of an object, (iii) a programming reference link to an associated programming object (such as a Java Bean) that is
  • the second programming module of the illustrated programming flow chart is the programming object (such as a Java Bean) that is linked to the first programming module which is linked to at least one data object and is further linked to a third programming module (either directly or indirectly, such as through an API) which is a programming module and/or library that includes programming logic for for tracking and persisting to at least one data source changes to objects, object model links, object data and/or an object model.
  • This second programming module contains programming logic (a) for issuing commands such as get, set, reset and load attributes of a dat object, (b) for detecting changes to one or more of an object, links between objects, or object model, (c) link to a third programming module for persisting the detected changes.
  • the third programming module of the illustrated programming chart provides a persistence library or API with associated programming logic for tracking and persisting to at least one data source the changes to objects, object model links, object data and/or an object model associated with the displayable presentation page of the first programming module in the flow chart when it is notified of such changes by the second programming module.
  • the displayable presentation page includes buttons to links with related objects of an object model
  • the programming flow chart also represents the embodiment of a method for visually navigating a populated or unpopulated object model graph and/or its data and links between its objects.
  • the present invention provides a system for creating or maintaining persistence for all or a part of a complex data object graph model when a user is creating, maintaining, accessing and navigating complex data objects as a complex data object graph model.
  • the system comprises a computer system having a user interface, a working memory storage area and at least one device for permanently storing information, and said system being loaded with at least one portion of a computer software program, wherein said software program comprises at least one user access interface and a set of programming routines designed for creating or maintaining transparent persistence when a user is creating, maintaining, accessing and navigating complex data objects as a CDOG model, comprising
  • an object or set of objects as a programming module that contains the logic for persisting an indicated object or set of objects from c);
  • the present invention provides such a system that can persist any part or all of a CDOG model instance, and to resolve and persist any changes to the model or to the respository for the CDOG model.
  • a system providing a point and click graphical user interface.
  • the present invention provides a method for creating, maintaining, accessing, navigating and persisting complex data objects stores as a CDOG model and providing transparent persistence in a distributed environement, comprising the steps of:
  • the present invention provides such a method wherein the information repository is an object data store managed by an EJB Enterprise server.
  • an EJB Enterprise Java Bean is the software component having the ability to access a CDOG repository file, a UML/XMI repository, or other mapping definition repository (e.g., file, database, or streaming data source) or an instance of the at least one portion of the CDOG in a computer's memory or on a distributed network and provide the transparent persistence for the CDOG model.
  • mapping definition repository e.g., file, database, or streaming data source
  • the present invention provides a computer software program having at least one user interface and having at least one feature that provides for at least one action selected from the group consisting of creating or maintaining transparent persistence when a user of a CDOG model is creating, maintaining, accessing or navigating a CDOG model.
  • the present invention provides a software program, or an association with a software program, having a feature for displaying, printing or displaying and printing a representation of the CDOG model as a graph, or as a set of tables representing a CDOG model.
  • such a software program has an editing interface for editing the CDOG model, or has an editable input or source, such as a file, that can be modified to implement changes to the complex data object CDOG model (or has both an interface for editing and an editable input or source, such as a file).
  • the present invention also provides an application programming interface (“API”), as a preferred embodiment, wherein the API can be accessed to create, maintain, access, navigate and persisting complex data objects as a CDOG model.
  • the API can be accessed by an independent computer software program, or by a computer software program module that is part of a software package including the API, to provide at least one action selected from the group consisting of creating, maintaining, accessing, navigating and persisting complex data objects as a CDOG model.
  • the present invention provides such an API as part of a software tool package that provides a method for displaying or printing a representation of the CDOG model as a graph or set of tables representing the CDOG model (or providing methods for both displaying and printing a representation of the CDOG model).
  • such a software tool package that includes the API provides an editing interface for editing the CDOG model, or has an editable input or source, such as a file, that can be modified to implement changes to the CDOG model (or provides both an editing interface and an editable input or source, such as a file,).
  • a preferred embodiment of the present invention provides a software tool comprising the API according (as described above), adapted for a local network or a distributed network environment, wherein said software tool provides persistence in an object oriented language environment transparently by implementing a configurable network component capable of acquiring and persisting CDOGs through network APIs.
  • the CDOG API is the CocoNavigator API, the Navigator API, or the CBFacade API, which provides support for manipulating complex objects in conjunction with the THOUGHT Inc.
  • CocoBase Enterprise Object/Relational (O/R) database hereinafter “CocoBase” mapping tool (see U.S. Pat. No. 5,857,197 (incorporated herein in its entirety), for concepts upon which the CocoBase mapping tool is based).
  • An object is considered to be complex when it has established or potential relationships (i.e. links) to other objects. For instance, a Company object instance may be linked to an instance of its corporate address and instances of a Department object, which in turn may be linked to a set of instances of Employee objects. An example of such an CDOG is shown in FIG.
  • CDOG model graph of objects
  • the invention provides a software module, or set of modules, for creating or maintaining transparent persistence of a member selected from the group consisting of a data object, an object graph model and a portion of an object graph model when a user of the system is creating, maintaining, accessing or navigating complex data objects as a CDOG model, comprising:
  • a software module for creating a set of definitions for the relationships between a data source schema and objects capable of storing data for an object language application, wherein the software module is capable of causing the storage of the set of definitions in a repository;
  • a software module for creating and accessing a set of definitions for the relationships between objects for an object language application, wherein the software module is capable of causing storage of the set of definitions in a navigation model;
  • a software module providing an input means for a member selected from an object name, a list of objects, or a set of objects that are to be persisted, wherein the software module is capable of capable of causing the storage of the input as part of a navigation model that can be access by ii);
  • a software module containing the programming logic to persist an object or set of objects based upon access to (a) a set of definitions for the relationships between a data source schema and objects capable of storing data for an object language application, (b) a set of definitions for the relationships between objects for an object language application, and (c) an object name, a list of objects, or a set of objects that are to be persisted, and
  • v) a software module having an input method capable of informing iv) of the location of information relating to iv)(a), iv)(b) and iv)(c).
  • the invention provides a software tool comprising the API according to the invention or interfacing therewith, wherein the software is adapted for performing the following steps:
  • the present invention provides a software tool as described above that is adapted for performing at least one of the following additional steps:
  • the software tool described above provides target information that is at least one member selected from the group consisting a CocoBase database definition repository, a CocoBase map, a CocoNavigate CDOG definition, a CocoNavigate object link descriptor, and a CDOG object graph definition capable of being stored and retreived.
  • target information is at least one member selected from the group consisting a CocoBase database definition repository, a CocoBase map, a CocoNavigate CDOG definition, a CocoNavigate object link descriptor, and a CDOG object graph definition capable of being stored and retreived.
  • the source is a UML/XMI document containing sufficient DTD information to exchange modeling information with a UML modeling tool.
  • the software tool can be set to automatically generate a persistence layer that corresponds to the source UML class diagrams provided by an exported source file from a case tool capable of exporting UML/XMI, such as Rational Rose, Together and ArgoUML.
  • a CDOG Navigator API such as the CocoNavigator API
  • CocoNavigator API can provide at least one object to intercept any accesses to the data objects and their relationships that constitute the CDOG, as well as any changes to the data source upon which the CDOG depends, in order to provide a means to persist any changes to the CDOG (or CDOG model) or related data in the data source.
  • Any changes to the CDOG (or CDOG model) can then be propagated by the CDOG Navigator API to a persistent data source through a CocoBase Enterprise O/R connection.
  • persistent data that updates a data source can be utilized to create a CDOG model or to update a CDOG model.
  • Each CDOG (or CDOG model) managed by the CDOG Navigator API can be associated by the CDOG Navigator API with a CDOG descriptor (such as a file) that may be utilized to represent all or part of a “navigation model”.
  • a navigation model may be abstractly described as essentially a namespace in which a set of data objects and a set of link descriptions (i.e., relationship types between data objects) are each defined.
  • a data source, data field, data field size and data field type are listed for each data object in the set of data objects.
  • At least one link description for two data objects, or for a single data object having a circular link contains one or more of the following types of information (however other related information may be utilized):
  • CocoNavigator API When utilized with the CocoBase mapping tool, or with a similar mapping tool, are as follows:
  • CocoNavigator API Some examples of preferred features that can be provided by the CocoNavigator API and its associated software, which are particularly enhanced when utilized with the currently existing CocoBase mapping tool, are as follows:
  • CocoNavigator API has an at least one user access interface, at least one data source access interface and at least three main programming modules consisting of the following programming modules or routines:
  • the CDOG API according to the invention can be written with an interface that accesses and uses functionalities of the CocoBase mapping tool, associated programming routines, or associated class libraries. Both the object code and the source code of the CDOG API are contemplated as part of this invention.
  • the above described CDOG API can be accessed to create, maintain, access, navigate and persisting complex data objects as a CDOG model.
  • the API can be accessed by a computer software program such as the CocoBase mapping tool, or by a computer software program module that is part of a software package including the API, to provide at least one action selected from the group consisting of creating, maintaining, accessing, navigating and persisting complex data objects as a CDOG model.
  • the present invention provides such an API as part of a software tool package having a feature or method for displaying or printing a graph or set of tables representing a CDOG or a CDOG model.
  • such a software tool package including the API provides an interface for editing a CDOG, a CDOG model, or for editing a representation definition for a CDOG or a CDOG model to provide a modification that implements a change to a CDOG, or to its definition.
  • a software component according to the invention that is capable of persisting all or a portion of a CDOG may be an Enterprise Java Bean selected from the group consisting of Stateless, Stateful or even Entity Beans.
  • CocoBase Enterprise Beans CBEBs
  • CBEBs are a preferred embodiment of the invention and constitute a set of Enterprise Java Beans built upon or accessing CocoBase Runtime and EJB APIs to provide persistence in a generic, efficient and transparent way. Distributed transparent persistence can be provided without the need for any object model changes or byte code modifications.
  • CBEBs can be directly deployed on an EJB server with or without customized settings and are capable of persisting virtually any Java Object, any Java Object graph or any portion of the Object graph.
  • Java Objects of any complexity that are arbitrarily created by client applications can be persisted, and the corresponding object classes can be properly mapped to a CocoBase repository or other object repository such as a UML XMI repository. Copies of the Java Object, any portion of an Object Graph, or all of an Object Graph can be automatically reconciled and the changes can be persisted to a storage repository.
  • the CocoBase Navigation API maps database foreign key-primary key relationships to object references.
  • the relationship maps (sometimes referred to herein as navigation models), like the database maps, are stored in a special CocoBase repository, or may be converted into an XML file (or files) and stored in a stand-alone file or directory.
  • the Navigation API supports 1 to 1, 1 to M, and M to M links in both the object and relational spaces. For M to M relationships, an associative table and a corresponding associative map are required, since relational databases do not directly support M to M relationships.
  • a navigation model must be created, or properly reference, before CocoBase links can be defined.
  • a navigation model is a namespace used to categorize and store a set of link definitions. Generally, a single navigation model is sufficient for simple applications. Multiple navigation models are useful if an application switches between several relationship configurations. This allows different views of complex object data for the same set of underlying database tables. Having relationship mapping separated from table mapping is unique to CocoBase. Since maps can be used with multiple link models, it provides reusability at the mapping level.
  • the above example can also be use to run a client application with the TomCat Server using a JSP to access a relational database (such as the Oracle Database) using at least CBEB to provide transparent persistenct, even in a distributed environment.
  • Appendix 1 has more details of how this can be done.
  • Appendix 1 A JSP Example Using the TomCat Server and a Relational Database and providing Transparent Persistence using CocoBase Enterprise OR
  • the installation file will have the following naming format: install_cocodemo3tierXX_XXX.class This is a fully functional copy of the software with a 30 day evaluation license. When license expires, the software will not function unless a commercial license is obtained and installed.
  • In the directory containing the installation file enter the following command: java install_cocodemo3tier31 — 0516 The last four digits correspond to the software release date and may be different, than listed, for the latest release. If java.exe is not in the system PATH, an error will occur. If the environment is configured properly, the installer displays the initial CocoBase Intallation “Welcome” dialog. The default settings should be selected during the installation.
  • This Cityinfo JSP is an example of a displayable presentation page that has embedded within the presentation page mark-up language some necessary object programming language logic. CocoAdmin automatically generates the HTML and embedded Java code of this JSP (displayable presentation page) along with the Java Code for a First Java Object (JSP Processor Object), and a Second Java Object (Business Object) from an object to relational schema map corresponding to a relational data source in the above example.
  • JSP Processor Object Java Processor Object
  • Second Java Object Business Object
  • these same object code listings could have been hard coded by hand by a competent programmer and/or produced from information taken from another source such a UML/XMI object model, directly from a relational data source, or from the database schema for a data source.
  • the presentation mark-up language (in this example HTML) provides a WEB page (presentation page) to display the names of three attributes of a Cityinfo Object “Name”, “Country”, and “Population” (may be referred to as fields in a corresponding data source) with 4 possible actions “Insert”, “Update”, “Delete” and “Find” and a button labeled “Submit” for executing one of the four possible commands (actions).
  • the embedded Java code in this Cityinfo JSP example communicates directly with the First Java Object (the object is a Java Bean in this example, which may be referred to as a JSP Processor Class) and also references the name of the Java Bean (JSP Processor Class) having the logic for carrying out or delegating the “insert/create”, “update”, “delete”, “select/find” and “submit” commands of the JSP and logic for tracking the values and properties of the three named attributes/fields in this example.
  • the object is a Java Bean in this example, which may be referred to as a JSP Processor Class
  • JSP Processor Class the name of the Java Bean having the logic for carrying out or delegating the “insert/create”, “update”, “delete”, “select/find” and “submit” commands of the JSP and logic for tracking the values and properties of the three named attributes/fields in this example.
  • This CityinfoJspProcessor Object is a First Java Object (in this case a Java Bean) that CocoAdmin generates along with the JSP (displayable presentation page) and the Second Java Object. CocoAdmin generates this JSP Processor Java code and compiled Java Class from an object to relational schema map corresponding to a relational data source, however these same object code listings could have been hard coded by hand and/or produced from another information source UML/XMI or directly from the database schema. Further, the Java Code of the First and Second Objects could have been consolidated into a single object, but this would have violated the specification for Java and JSPs and also reduced the programming flexibility of the system. By placing the more complex logic in the business object (second object) and keeping it separate from the JSP Processor Object (first object), the JSP and first object can be utilized by multiple applications.
  • This First Java Object is a Java Bean that references and represents the attributes of its corresponding JSP (displayable presentation page) and includes programming logic to execute the commands (or to delegate the execution of such commands) of the JSP, as described above. Since using standard JSP standards and Java Procedures would only permit the handling of a limited number of data types, this First Java Object references the Second Java Object (Cityinfo Object) which also reflects the data and data types (attributes of the First Java Object) but includes more business logic to convert forward/reverse data types at the discretion of the programmer by merely editing the business logic.
  • Cityinfo Object also reflects the data and data types (attributes of the First Java Object) but includes more business logic to convert forward/reverse data types at the discretion of the programmer by merely editing the business logic.
  • This Cityinfo Object is a Second Java Object that CocoAdmin generates along with the JSP (displayable presentation page) and the First Java Object. CocoAdmin generates the HTML with inbedded object code (JSP), a First Java Object (JSP Processor Object), and this Second Java Object (Business Object) from an object to relational schema map corresponding to a relational data source, however these same object code listings could have been hard coded by hand and/or produced from another information source UML/XMI or directly from the database schema. Further, the Java Code of the First and Second Objects could have been consolidated into a single object, but this would have violated the specification for Java and JSPs and also reduced the programming flexibility of the system. By placing the more complex logic in the business object (second object) and keeping it separate from the JSP Processor Object (first object), the JSP and first object can be utilized by multiple applications.
  • This Second Java Object is a separate business object that sits in the programming logic flow chart between the First Java Object (JSP Processor Class) and the persistence library or persistence API.
  • This Second Java Object reflects the data of the first Java Object (JSP Processor Class) and allows for further processing to create additional data types from the reflected data types and to translate backwards to the more limited reflected data types that are displayed by the JSP.
  • This provides more complete support for all Java Data Types that might need to be properly retrieved from a data source and persisted back to that or another data source (the Java JSP Processor specification as established by SUN Microsystems, Inc. only supports a small, more limited subset of Java data types).
  • This Second Java Object processes commands passed to it by the JSP via the First Java Object and automatically translates and reverse translates the data types passing through it to the appropriate data types for displaying or persisting.
  • This further processing allows more complex data types and business logic to be communicated with the persistence library or persistence API than would be possible if the JSP Processor Class communicated directly with the persistence library or API (unless the JSP specification is violated by editing the JSP Processor Class source code (First Java Object Code) to include additional logic within the JSP Processor Class).
  • Cityinfo Object business object
  • package Cityinfo import thought.CocoBase.*; import java.math.*; import java.sql.*; import java.util.*; import java.io.*; import java.lang.*; /* * Generated by GenCBClass from THOUGHT Inc. * * Copyright (c) 1995,2000 THOUGHT Inc. All Rights Reserved. * */ public class Cityinfo extends Object implements Cloneable,java.io.Serializable,CBProp,thought.CocoBase.EJBPrimaryKey ⁇ /** * Constructor for Cityinfo .
  • CocoBase transaction object to manage any objects that are retrieved. Notice how the transaction object is configured through parameters and property settings.
  • CocoTransProps new Properties( ); cocoTransProps.put(“preserveCommit”,“true”); cocoTransProps.put(“commitconnection”,“true”); cocoTransProps.put(“throwExceptions”,“true”); cocoTransProps.put(“updateOnlyChangedColumns”,“true”); cocoTxn.setProperties(cocoTransProps); // Begin a new transaction. cocoTxn.begin( ); ...
  • CocoProxyM is optional, the code example below shows the same call without its usage. // This will read & bind all ‘Department’ objects to the transaction.
  • Vector deptVector myBase.selectAll(dept,“Department”);
  • the Navigator supports one-to-one, one-to-many and many-to-many relationships with cycle detection. It also detects this locally (i.e. in the client application) or by reconciling serialized or copied objects without any kind object model or bytecode intrusion.
  • This is truly transparent persistence that is architected and designed for the VM oriented Java language.
  • the Example below is not directed to persistence of the Navigation model for the above Cityinfo application, but the concepts can be easily applied to the Cityinfo application to provide transparent persistence.

Abstract

The invention provides systems, methods and software for creating or maintaining distributed transparent persistence of complex data objects and associated data stores. In one aspect, the invention also relates to an application programming object capable of creating or maintaining distributed transparent persistence of data objects or data object graphs without the necessity of inserting any byte codes or modification of the object graph. Virtually any java object or object praph can be transparently persisted. Further, copies of a data graph or of a portion of the data graph can be automatically reconciled and changes persisted without any persistence coding in the object model.

Description

    CONTINUING APPLICATION
  • Based on: Utility application Ser. No. 10/382,302 filed Mar. 6, 2003 which is a continuation of Provisional Application No. 60/361,795 filed Mar. 4, 2002.
  • FIELD OF THE INVENTION
  • The field of the present invention relates generally to computer systems, computer data stores and to methods and software for accessing and utilizing data stores. More particularly, the present invention relates to a system, methods and software for creating or maintaining distributed transparent persistence of complex data objects and associated data stores. In one aspect, the invention also relates to an application programming object capable of creating or maintaining distributed transparent persistence of data objects or data object graphs without the necessity of inserting any byte codes or modification of the object graph. Virtually any java object or object graph can be transparently persisted. Further, copies of a data graph or of a portion of the data graph can be automatically reconciled and changes persisted without any persistence coding in the object model.
  • BACKGROUND OF THE INVENTION
  • Systems for accessing data stores from object oriented languages have been used for many years. A frequent approach to accomplish access of data stores involves writing and embedding custom access code within an object application needing the access. This approach is generally limited to having the custom code access only a single relational table within a relational database or similar construct within any other data store (hereinafter collectively “data store”). Under the circumstances where a developer has control over the design and creation of a data store from its inception, it is possible to design and store meaningful information in a single table. Such design opportunities are usually rare, however.
  • Generally, the methods for producing persistence for a data object, complex data object or a data store conflict with the goals of producing pure object application models where the object models do not include persistence objects or persistence byte code. Particular difficulties exist in a distributed environment since an object application model may exist in one or more of a computer's memory, an application data store and an application information storage repository that may be independent of the data store organization or object definitions. Advancements in the art have been made with respect to tools for conveniently mapping objects to systems of tables and maps in order to expedite accessing, changing and updating data stores. See, for example, U.S. Pat. No. 5,857,197 (and its associated programming interfaces (“APIs”)) describes tools for translating object data to relational data, relational data to object data, and object data to object data to expedite the use of data stores. The BMP and the CMP Installer portions of CocoAdmin tool in the CocoBase™ Enterprise for O/R Binary Software (Thought, Inc. 657 Mission Street Suite 202, San Francisco, Calif. 94105 http://www.thoughtinc.com,) provide means for providing persistence in the EJB environment.
  • Persistence problems arise with the creation, access, changing or deleting of an object application model that utilizes such data stores. The object application model may be distributed over multiple physical computer machine locations or even distributed over multiple Internet website locations that may be independent of the data stores. The object application model may utilize a different set of data objects or different set of definitions for relationships between data objects than that of one or more of its data sources. In most situations, the respective structures of the data sources and of the object applications model simply do not conveniently allow for mapping, accessing or changing of an overall schema of application data objects as well as any associated definitions of relationships between two or more data objects or elements within a data object.
  • Importantly, relationships may exist between a data object and one or more of the other data objects found in the object application model or in a data object of the data source. A relationship between one data object and another data object or with a data source may be member selected from the group of three relationship types consisting of 1 to 1 (1-1), 1 to many (l-M) or many to many (M-M). Complex combinations of these relationships may exist as a data object relationships definition for a given data object. These relationships are described or illustrated in further detail later in this document.
  • Objects may logically span multiple relational tables or multiple object databases, and may even be distributed over a logical (or hypothetical) computer system involving multiple physically independent computer systems or even multiple website locations. Creating, accessing, maintaining or updating an object application model can require working with multiple translation modules and require tedious and repetitive updating of multiple individual computer systems or multiple data sources in order to do useful work and keep the object application model synchronized. Such approaches are both costly and unwieldy in terms of computing and development resources, particularly with respect to Internet based electronic commerce (eCommerce) object application models.
  • Data objects of an object application model are often a feature of eCommerce object programming applications, where information is obtained from a data source and the data is defined as a data object (e.g., as a Java class) for use with another computer application. In practice, a data object or model of data objects may exist only in the random access memory of a computer memory system, or may be saved to either a data source or to some other type of retrievable information repository. A programmer or administrator of an object data application cannot easily access or track the overall model or diagram of data objects for an object application model or some of its specific elements. Unfortunately, tools for accessing and persisting data objects and associated data object relationships of a complex data object graph model have not been well implemented in the field of object language programming.
  • A computer application can execute one or more of the following non-limiting actions with respect to one or more of the members selected from the group consisting of data, a data object, and a data object definition: access data, change data, create data, create a new relationship between one or more data objects by creating or changing at least one data object relationship definition, change or delete a relationship between one or more data objects by changing or deleting at least one data object relationship definition, access a data object relationship definition and use its parameters to access a data source or a data object, and access one or more data object relationship definitions or data objects to create a new data object or data object relationship. Any changes executed by a computer application with respect to one or more of the members selected from the group consisting of data, data object or data object definition may need to be properly persisted (permanently stored) to preserve any changes to one or more of the members selected from the group consisting of data, a data object and a data object definition.
  • A data object and an associated data object relationship definition may be represented by a complex data object graph (“CDOG”). A CDOG, for the purposes of this document, may be thought of as a computer program data object graph that represents a data object having at least one relationship with at least one other data object or with itself via a circular link. When the data object of a CDOG is implemented in the Java computer program language, the CDOG may be further defined as being a Java Data Object Graph (“JDOG”).
  • There are needs for software, methods and systems that can easily detect and persist any changes to at least one member selected from the group consisting of a data object, any data associated with the related object, or any associated CDOG definition (i.e., an changes to the data object, data or to a relationship of the data object with another data object). For example, there is a need to be able access a pure object model definition from a repository based O/R mapping tool (e.g., from a defined repository such as a file, database or streaming source) or from a modeling tool defined repository and provide persistence for the object model without inserting any byte code or additional objects into the object model.
  • Accordingly, there is a strong need in the art for a computer applications programmer tool designed to assist a programmer or administrator in the actions of providing persistence for data objects or data object graphs when deleting, inactivating or updating a CDOG, wherein the computer applications programmer tool can be configured to automatically reconcile all or a portion of a CDOG and copies thereof on a distributed environment when data objects or relationships are deleted, inactivated or updated for a CDOG. A particularly strong need exists for such a tool having the further ability to be configured to persist, propagate and reflect system wide (in a local or distributed computer system) any such changes to a CDOG instance to all instances of the CDOG and to all instances of associated data, data objects and data object relationships.
  • Definitions
  • The following non-exhaustive list of definitions is used herein to define terms that may otherwise be confusing or can sometimes have multiple meanings. Each occurrence of a defined term in the above text, in the text that follows, or in the claims of this document, is to be given the meaning ascribed to it in the list of definitions below.
  • “Instance” as referred to in this document in the context of computer software applications is a single occurrence of a software logical element in the memory of a computer system, such as a “class”, an “object”, a “data object”, and the like. This is analogous to the occurrence of a logical memory unit representing a row of data in common practice.
  • “Class” as referred to in this document in the context of computer software applications is a logic unit in a computer application or a computer software program where the application or program is based upon an objected oriented programming language (e.g., Java). In practice, a class is a logical unit used as a logical template in an object oriented language from which to allocate new instances of objects.
  • “Object” as used in the context of this document is a general term referring to a logic unit in a computer application or a computer software program where the application or program is based upon an objected oriented programming language (e.g., Java). The term “object” may ordinarily be used interchangeably with the term “class” as a template or as an instance depending on the context.
  • “Data object” as referred to in the context of this document represents the concept of the occurrence of an object that holds data within a specific computer application domain and is likely to have its contents stored in a persistent data source of a computer system (e.g., a database server, a binary file, a text file, or even in a combination of two or more of such a persistent data sources of a computer system). A data object may exist as an independent data object without any relationship to any other data object or it may have one or more relationships with itself or with one or more other data objects.
  • “Complex data object” (or “CDO”) as used in the context of this document refers to the occurrence of a data object that has at least one or more relationships with itself, or at least one or more relationships with one or more other data object(s). In a given instance of a CDO at least one relationship is populated as a link, as defined below. A CDO may have a multiplicity of different relationships with itself or with one or more additional CDOs.
  • “Relationship” or “data relationship” as used in the context of a CDO refers to the type of logical combination that occurs between a data object with itself, or refers to the type of logical combination that occurs between a data object and at least one another data object. Among other references or descriptions, such a relationship is always referred to or partially described by a “relationship type”. This term is used in an object oriented language context to reference or describe any expectations, actions and limitations possible between two or more data objects.
  • “Relationship type” in the context of this document is a label that specifies the possible multiple combinations that can occur between a CDO and itself or with at least one other CDO. The possible relationship type labels are 1-1 (one to one), 1-M (one to many) and M-M (many to many). A given CDO may be simultaneously related to more than one other CDO through several different types of relationship. This is also sometimes referred to as the multiplicity of the relationship.
  • “Link” as used in this document with respect to a CDO identifies a particular occurrence of a relationship between a CDO and itself, between a CDO and another CDO. The occurrence of at least one populated link results in an instance of the CDO. This may be considered a synonym for a “relationship” between two objects.
  • “Circular link” as used in this document with respect to a CDO identifies a particular occurrence of a relationship between a CDO and itself that may be direct or indirect (e.g., linked to itself through another CDO).
  • “Relationship definition” or “relationship description” in the context of this document and computer software applications refers to information, or an abstraction of information, regarding a “relationship”, “data relationship” “relationship type” or a “link” that can be stored, accessed, transferred, communicated, displayed or edited.
  • “Complex data object graph” or “CDOG” is a term employed herein as an abstraction to logically represent a set of complex data objects and a set of their corresponding relationships.
  • “Java data object graph” or “JDOG” is a term employed herein as an abstraction to logically represent a set of complex data objects and a set of their corresponding relationships that are part of a Java programming application.
  • “Application model” or simply “model” are essentially interchangeable terms employed herein as abstractions to logically convey a collective description or other representation for a set of complex data objects and a corresponding description or other representation of their relationships. In one respect, these terms are used logically herein provide a general way of efficiently communicating when referring to set of metadata (i.e., data about data) that describes possible data entities (e.g., objects, database tables, maps, etc,) data relationship types, and data constraints involved in a computer system or application, or in a specific instance of an application. It is important to understand the context in which the terms “application model” and “model” are used in this document. Ordinarily computer engineers refer to the “model” as an abstraction rather than a specific possibility or instance of the model as applied. However, in this document for the ease of communication abstractions of the model, possible implementations of the model and instances of the model are all referred to generally as “application model” or “model”. From the context of its use the term will be clear. The model is the abstract relationship between classes, wherein the CEDO is an instance (or set of instances) that express(es) the model.
  • “Navigation”, “navigating” or “navigated” in the context of the present document refers to an action implementing at least one object to interact with a set of related objects for a certain purpose, such as creation, access, insertion, modification and deletion of an object, or of one of its relationships. It is the physical act of traversing the relationships, which might be referred to as “walking up or down the graph” in common lingo.
  • “Navigation model” as used herein is a special type of application model that is applied specifically to a description (or other representation) of how objects can relate to each other and what might be the expected behavior when a CDOG is navigated for a certain purpose.
  • “Object schema” is a term employed herein as an abstraction referring to the set of data object classes that describe the possible data objects that can be created, modified or maintained in an application, or describing an instance of a set of data object classes in an application.
  • “Distributed Transparent Persistence” is a term employed herein as an abstraction referring to the concept of providing persistence for a member selected from the group consisting of a data object, a data object graph, associated data and data object relationships in a distributed environment without the need for the insertion of byte code or data objects in an object model or schema.
  • “CocoBase Proxy Classes” is a term employed herein used in referring to wrapper classes that provide CocoBase runtime compatibility for objects that aren't inherently database aware. A computer system can persist the attributes and data for any data object that is wrapped with a CocoProxy wrapper class by simply using CocoBase facilities. For example, source code for the (attribute based) CocoProxy and (get/set method based) CocoProxyM classes are available under the thought\cocodemo3tier31\demos\pguide directory, when the CocoBase software tools suite is installed on a computer system. This optional design provides an extensible mechanism for instances of data extraction and propagation.
  • “CocoBase Navigation API” is a term employed herein to refer to an example of an API that provides database relationship mapping and object graph management capability for persistent objects. Database relationships are mapped to object links using CocoBase Navigator link definitions. Persistence control is provided at each class level in the object graph. Each of the Select, Insert, Update and Delete operations are individually configurable.
  • “CocoBase Transaction API” is a term employed herein to refer to an example of an API that provides object oriented transaction support. Transaction objects are used to persist data object attributes and maintain synchronization between database and in memory attribute values. The Transaction API has many built in optimizations, and applications utilizing CocoBase transactions generally benefit from reduced database and network overhead. This facility allows the developer to group together object changes into a single unit of work whose implementation or storage will succeed or fail all at once.
  • “CocoBase Factories” is a term employed herein to refer to examples of software modules and softwares libraries that are used to provide automated, custom object instantiation behavior. Factory behavior is completely customizable. For example, a factory may be used to bind newly instantiated objects to a transaction object, to load a graph of related objects using the CocoBase Navigator, or to implement polymorphism in a database result set. For example, a ProxyFactory class is part of the current CocoBase software tools suite distribution in the thought\cocodemo3tier31\demos\pguide directory, and this factory returns result set objects wrapped in a CocoProxy wrapper, when a CocoProxy wrapped key object is passed into the CocoBase runtime software module as part of a query that needs processing by the CocoBase runtime module.
  • “CocoBase Repository” is a term employed herein as an abstraction referring to a datasource to dataobject mapping repository and associated software modules that is installed into a datasource (or may optionally be a single stand alone file, or a set of files that circumscribe a set of datasource to dataobject mapping definitions and associated software modules). A repository can optionally be in a format such as XML, XMI and the like. See, U.S. Pat. No. 5,857,197, the CocoBaseEnterprise O/R Tools Suite, and the co-pending patent appliction entitled “Dynamic Object-Driven Database Manipulation and Mapping System” for more detailed descriptions of mapping repositories, and the like.
  • “CocoBase Transparent Persistence for Objects and Object Models”. All models using a relational database for map storage require the CocoBase repository to be installed into the database, or in a stand-alone source accessable to CocoBase. The installation of a mapping repository can occur automatically, if required, when using CocoAdmin to log into the database. Pre-existing database tables can be used, provided that the CocoBase repository is first installed into the database, or accessible to CocoBase. Several example of applications that implement CocoBase transparent persistence are included in the CocoBase software tools suite distribution (see the distribution documentation for the location of folders or directories containing such examples).
  • SUMMARY OF THE INVENTION
  • An object of the present invention is to provide a system for creating or maintaining transparent persistence of a complex data object, a complex data object graph (CDOG) model, or a portion of a CDOG. In a preferred embodiment, an object of the present invention is to provide such a system that can selectively persist all or a portion of a CDOG model when the model is a member selected from the group consisting of an object model generated from a data object mapping repository and an object model generated from data object modeling tool repository. A further object is to provide such a system is located on, or is part of, a local or distributed computer system.
  • An object of the present invention is to provide a method for creating, maintaining, accessing, navigating and persisting complex data objects stores in a repository. In a preferred embodiment, an object of the present invention is to provide such a method having the step utilizing the storage facilities of an enterprise EJB server to store and maintain the data object repository. In a further object, such a method involves a local or distributed computer system.
  • An object of the present invention is to provide a computer software component that operates in an EJB environment, or the like, wherein the component has the capacity to access an object model repository or an instance thereof in a computer memory or in another temportary computer storage store device and persist at least one action selected from the group consisting of creating, maintaining, accessing, navigating, updating or deleting complex data objects as a CDOG model. In a preferred aspect, the computer software component is an Enterprise Bean selected from the group consisting of Stateless, Stateful and Entity Beans. In a further preferred object the computer software component is an EJB Session Bean built on top of CocoBase runtime libraries having the ability to persist all or a portion of a CDOG model or instance thereof. An even more preferred object is to provide such a computer software component capable of transparently persisting all or a portion of a CDOG model or instance thereo for a local or distributed computer system and automatically reconciling and persisting any changes to an instance of the CDOG model or any changes to the repository definition for the CDOG model.
  • A preferred object of the present invention is to provide a software tool comprising the a navigation API and software components (as described above), adapted for a local network or a distributed network environment, wherein said software tool provides persistence in an object oriented language environment transparently by implementing a configurable network component capable of acquiring and persisting CDOGs through network APIs.
  • A further object of the present invention is to a software tool capable of reading a source (or binary) programming object logic model or a database file (or other data source containing the stored object model information) in a format selected from the group consisting of a UML data file, a XMI data file, and a XML file and converting the information into a target member selected from the group consisting of a database definition, XML mapping file, a database mapping definition file, and a CDOG definition file. In a preferred object, the software can automatically generate a transparent persistence layer that corresponds to the object model information of the source file.
  • A further object of the present invention is to provide a software module and source code known as a Java entity bean (such as a generic session bean) that is capable of providing persistence of either or both of a data objects and a data model, in total or in part as determined through setting established by a user of the computer system.
  • An object of the present invention is to provide a system and/or method for displaying, updating or creating the data or structure of a data object, and optionally its links to other objects of an object model, by utilizing a displayable presentation page having embedded object programming code, such as a Java Server Page (JSP) that is served up by a server platform such as a JSP server, and persisting data of the object, links of the object, or object model by communication of the object programming code embedded in the displayable presentation page with a programming object (such as a Java Bean) wherein the programming object has implemented in its object programming logic methods for getting, setting, resetting and loading of data, and the programming object also includes programming code for communicating directly or indirectly with a persistence manager API or persistence library to persist the object, its data and/or links to other objects in an object model, and optionally to persist the object model itself. In a preferred object of the present invention the displayable presentation page is constructed having an HTML format and the embedded programming language is the object programming language Java, and the associated programming object is a Java Object such as a Java Bean or entity bean.
  • Another object of the present invention is to provide a system and/or method for generating from a relational datasource schema, or generating from an Object to Relational mapping resource:
      • a. at least one displayable presentation page (such as a JSP) having object programming embedded within the page, with the presentation page having an ability to display data of an object in an object model, and optionally further display link information and/or to further provide a labeled link button for navigating to a linked object in an object model, and
      • b. generating at least one corresponding programming object, such as a Java Bean, for communicating with the generated presentation page and also for communicating with a persistence manager API that can persist the object, its data and/or links to other objects in an object model, and
      • c. optionally generating a set of related displayable presentation pages (such as JSPs) corresponding to linked objects of a specified object model.
      • d. optionally comprising an ability to query against the object graph using a object query facility or syntax.
  • Another object of the present invention is to provide a method of visually navigating, updating and persisting an object model by utilizing linked displayable presentation pages (such as JSPs) corresponding to a specified object model. A preferred object is to provide such displayable presentation pages with buttons that may be clicked to access link information or to move the user forward or backward to a navigated linked object of an object model and its displayable presentation page.
  • A further object of the present invention is to provide a method for creating, updating, navigating and persisting an object model starting from a information source which is member selected from the group consisting of Java Classes, a relational data source, a UML model (e.g., XMI respresentation), and interface for manually creating an object model by describing a set of objects, their attributes and their links to other objects, and then in a further step creating from the information retrieved from such an information source a set of displayable presentation pages and their associated programming objects (such as JSPs and associated Java Beans) corresponding to an object model that are suitable for visually creating, navigating or updating the object model.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • For the non-limiting purpose of illustrating some of the concepts of complex data objects CDOs, i.e., data objects and their relationships to one another, according to the invention, two CDO graph drawings FIG. 1 and FIG. 2 are provided.
  • FIG. 1 is a complex data object (CDO) graph drawing, which illustrates a customer object and some of its related objects (billing address, orders and items ordered), as well as relationships between the objects. Relationships of the types 1 to 1 (1-1) and 1 to many (1-M) are shown in this CDO graph. More specifically, FIG. 1 illustrates a CDO graph drawing presenting an instance of a customer object 1 having a 1 to 1 (1-1) relationship (5) with its customer billing address object 10, and a 1 to many relationship (collectively 15, 25, and 35) with the three outstanding order objects 20, 30 and 40, respectively. Order object 20 is an instance of an outstanding order object having a 1 to many relationship (collectively 45 and 55) with the two items ordered objects 50 and 60, respectively. Order object 30 is an instance of an outstanding order object having a relationship with a single order item, but order object 30 has a 1 to many relationship (65) with the item ordered object 70, since many order items could have been associated. Order object 40 is an instance illustrates a 1 to many relationship (collectively 75 and 85) with the two items ordered objects 80 and 90, respectively.
  • FIG. 2 is a complex data object (CDO) graph drawing, which illustrates a company object and some of its related objects (corporate address object and some of its departments and employees), as well as relationships between the objects. Relationships of all three types: 1 to 1 (1-1), 1 to many (1-M) and many to many (M-M) are shown in this CDO graph. More specifically, FIG. 2 illustrates a CDO graph drawing presenting an instance of a company object 100 having a 1 to 1 relationship (650) with its corporate address object 700, and a 1 to many relationship (collectively 150, 250, and 350) with the three company department objects 200, 300 and 400, respectively. Since employees of this company may work for more than one of the company's departments, the company department objects 200, 300 and 400 in FIG. 2 are three instances (many) of company department objects having relationships (425, 450, 550 and 575, respectively) with two (many) employee objects (respectively, 500 and 600). The cross-assignment of employee object 500 to both company department objects 200 and 300, and of employee object 600 to both company department objects 300 and 400, illustrate a complex many to many (M-M) relationship of departments to employees for this company.
  • FIG. 3 is a programming flow chart representing a preferred embodiment of the invention which is a system for creating, displaying, updating, and persisting the data and/or links of a complex data object (CDO) which is part of a CDO graph. The first programming module of the illustrated flow chart utilizes a displayable presentation page having embedded object programming code, such as a Java Server Page (JSP), wherein the displayable presentation page may be served up (presented) to a user by a server platform such as a JSP server. This displayable presentation page, among other things, may display the data of a data object and/or provide an interface for creating or updating the data for that data object (or for a new data object) and the displayable presentation page may also include one or more link names (or labelled link buttons) as connected to other data objects of the CDO graph/model. The embedded programming code of the displayable presentation page includes (i) logic for accessing data and and displaying the data from a particular data source and the logic may may perform this function directly or delegate it to at least one other programming module, (ii) logic for creating, updating or deleting data of an object, (iii) a programming reference link to an associated programming object (such as a Java Bean) that is, in turn, directly or indirectly connected to a programming module that contains additional logic for detecting changes to object data and/or changes to the object graph/model that includes the particular object or is associated with it, and (iv) logic for reflecting to the associated programming object the data and/or links to other objects of the data object that is being displayed by the presentation page. The second programming module of the illustrated programming flow chart is the programming object (such as a Java Bean) that is linked to the first programming module which is linked to at least one data object and is further linked to a third programming module (either directly or indirectly, such as through an API) which is a programming module and/or library that includes programming logic for for tracking and persisting to at least one data source changes to objects, object model links, object data and/or an object model. This second programming module contains programming logic (a) for issuing commands such as get, set, reset and load attributes of a dat object, (b) for detecting changes to one or more of an object, links between objects, or object model, (c) link to a third programming module for persisting the detected changes. The third programming module of the illustrated programming chart provides a persistence library or API with associated programming logic for tracking and persisting to at least one data source the changes to objects, object model links, object data and/or an object model associated with the displayable presentation page of the first programming module in the flow chart when it is notified of such changes by the second programming module. In one preferred embodiment the displayable presentation page includes buttons to links with related objects of an object model, the programming flow chart also represents the embodiment of a method for visually navigating a populated or unpopulated object model graph and/or its data and links between its objects.
  • DISCRIPTION THE INVENTION
  • The present invention provides a system for creating or maintaining persistence for all or a part of a complex data object graph model when a user is creating, maintaining, accessing and navigating complex data objects as a complex data object graph model. In one embodiment, the system comprises a computer system having a user interface, a working memory storage area and at least one device for permanently storing information, and said system being loaded with at least one portion of a computer software program, wherein said software program comprises at least one user access interface and a set of programming routines designed for creating or maintaining transparent persistence when a user is creating, maintaining, accessing and navigating complex data objects as a CDOG model, comprising
  • a) a set of definitions for the relationships between a data source schema and objects capable of storing data for an object language application, wherein the set of definitions is stored in a repository;
  • b) a set of definitions for the relationships between objects for an object language application, wherein the set of definitions is part of an object application navigation model;
  • c) a list of objects, or a set of objects that are to be persisted, wherein the list of objects or set of objects is part of an object application navigation model;
  • d) an object or set of objects as a programming module that contains the logic for persisting an indicated object or set of objects from c);
  • e) an input method to inform the programming module of d) with the location of information corresponding to a), b) and c), and
  • f) at least one data source to store persisted data.
  • In a preferred embodiment, the present invention provides such a system that can persist any part or all of a CDOG model instance, and to resolve and persist any changes to the model or to the respository for the CDOG model. Most preferred is such a system providing a point and click graphical user interface.
  • The present invention provides a method for creating, maintaining, accessing, navigating and persisting complex data objects stores as a CDOG model and providing transparent persistence in a distributed environement, comprising the steps of:
      • a) creating or accessing a CDOG representation definition or accessing an instance of the CDOG,
      • b) monitoring and recording any changes to the CDOG or a portion thereof on a local or distributed computer system, and
      • c) persisting any changes to the CDOG on a local or distributed computer system by updating the CDOG or CDOG representation definition to reflect and changes to any copies of the CDOG or CDOG representation definition, and saving a copy of the updated CDOG representation definition to a data source or to another type of information repository.
  • In a preferred embodiment, the present invention provides such a method wherein the information repository is an object data store managed by an EJB Enterprise server. In a further preferred embodiment an EJB Enterprise Java Bean is the software component having the ability to access a CDOG repository file, a UML/XMI repository, or other mapping definition repository (e.g., file, database, or streaming data source) or an instance of the at least one portion of the CDOG in a computer's memory or on a distributed network and provide the transparent persistence for the CDOG model.
  • The present invention provides a computer software program having at least one user interface and having at least one feature that provides for at least one action selected from the group consisting of creating or maintaining transparent persistence when a user of a CDOG model is creating, maintaining, accessing or navigating a CDOG model. In a preferred aspect of the invention, the present invention provides a software program, or an association with a software program, having a feature for displaying, printing or displaying and printing a representation of the CDOG model as a graph, or as a set of tables representing a CDOG model. In a further preferred embodiment, such a software program has an editing interface for editing the CDOG model, or has an editable input or source, such as a file, that can be modified to implement changes to the complex data object CDOG model (or has both an interface for editing and an editable input or source, such as a file).
  • The present invention also provides an application programming interface (“API”), as a preferred embodiment, wherein the API can be accessed to create, maintain, access, navigate and persisting complex data objects as a CDOG model. In one aspect the API can be accessed by an independent computer software program, or by a computer software program module that is part of a software package including the API, to provide at least one action selected from the group consisting of creating, maintaining, accessing, navigating and persisting complex data objects as a CDOG model. In a preferred aspect, the present invention provides such an API as part of a software tool package that provides a method for displaying or printing a representation of the CDOG model as a graph or set of tables representing the CDOG model (or providing methods for both displaying and printing a representation of the CDOG model). In another preferred aspect, such a software tool package that includes the API provides an editing interface for editing the CDOG model, or has an editable input or source, such as a file, that can be modified to implement changes to the CDOG model (or provides both an editing interface and an editable input or source, such as a file,).
  • A preferred embodiment of the present invention provides a software tool comprising the API according (as described above), adapted for a local network or a distributed network environment, wherein said software tool provides persistence in an object oriented language environment transparently by implementing a configurable network component capable of acquiring and persisting CDOGs through network APIs.
  • In another preferred embodiment, the CDOG API is the CocoNavigator API, the Navigator API, or the CBFacade API, which provides support for manipulating complex objects in conjunction with the THOUGHT Inc. CocoBase Enterprise Object/Relational (O/R) database (hereinafter “CocoBase”) mapping tool (see U.S. Pat. No. 5,857,197 (incorporated herein in its entirety), for concepts upon which the CocoBase mapping tool is based). An object is considered to be complex when it has established or potential relationships (i.e. links) to other objects. For instance, a Company object instance may be linked to an instance of its corporate address and instances of a Department object, which in turn may be linked to a set of instances of Employee objects. An example of such an CDOG is shown in FIG. 2, for example. The combination of these objects and their links constitute a graph of objects (CDOG model) that can be manipulated using the CocoNavigator API. Since the CocoNavigator API works in a Java Programming language environment, this CDOG example may also be referred to as a JDOG example.
  • In one preferred embodiment, the invention provides a software module, or set of modules, for creating or maintaining transparent persistence of a member selected from the group consisting of a data object, an object graph model and a portion of an object graph model when a user of the system is creating, maintaining, accessing or navigating complex data objects as a CDOG model, comprising:
  • i) a software module for creating a set of definitions for the relationships between a data source schema and objects capable of storing data for an object language application, wherein the software module is capable of causing the storage of the set of definitions in a repository;
  • ii) a software module for creating and accessing a set of definitions for the relationships between objects for an object language application, wherein the software module is capable of causing storage of the set of definitions in a navigation model;
  • iii) a software module providing an input means for a member selected from an object name, a list of objects, or a set of objects that are to be persisted, wherein the software module is capable of capable of causing the storage of the input as part of a navigation model that can be access by ii);
  • iv) a software module containing the programming logic to persist an object or set of objects based upon access to (a) a set of definitions for the relationships between a data source schema and objects capable of storing data for an object language application, (b) a set of definitions for the relationships between objects for an object language application, and (c) an object name, a list of objects, or a set of objects that are to be persisted, and
  • v) a software module having an input method capable of informing iv) of the location of information relating to iv)(a), iv)(b) and iv)(c).
  • In another preferred embodiment, the invention provides a software tool comprising the API according to the invention or interfacing therewith, wherein the software is adapted for performing the following steps:
      • a) reading or accessing an object model definition from a repository based O/R mapping tool (e.g., from a defined repository such as a file, database or streaming source) or from a modeling tool defined repository source in a format selected from the group consisting of a database schema, a source or binary object graph, Unified Modeling Language (“UML”) data file, an XML Metadata Interchange (“XMI”) data file, an Extensible Markup Language (“XML”) file, and other general data formats; and
      • b) converting the information of (a) into a target member selected from the group consisting of a database defintion XML format, a database mapping definition format, other general data formats, a source or binary CDOG definition file, and application objects.
  • In a further preferred embodiment, the present invention provides a software tool as described above that is adapted for performing at least one of the following additional steps:
      • a) displaying an object model, definition or portion thereof in a format selected from the group consisting of a database schema, a source or binary object graph, Unified Modeling Language (“UML”) data file, an XML Metadata Interchange (“XMI”) data file, an Extensible Markup Language (“XML”) file, and other general data formats;
      • b) storing a representation of a object model, defintion, or portion thereof in a repository (or temporary computer memory representation) in a format selected from the group consisting of a database schema, a source or binary object graph, Unified Modeling Language (“UML”) data file, an XML Metadata Interchange (“XMI”) data file, an Extensible Markup Language (“XMI”) file, and other general data formats;
      • c) printing a representation of a object model, defintion, or portion thereof in a repository (or temporary computer memory representation) in a format selected from the group consisting of a database schema, a source or binary object graph, Unified Modeling Language (“UML”) data file, an XML Metadata Interchange (“XMI”) data file, an Extensible Markup Language (“XMI”) file, and other general data formats;
      • d) displaying the target information of (b);
      • e) generating at least one application object from the information of (a) or (b); and
      • f) printing the target information of (b).
  • In a still further preferred embodiment the software tool described above provides target information that is at least one member selected from the group consisting a CocoBase database definition repository, a CocoBase map, a CocoNavigate CDOG definition, a CocoNavigate object link descriptor, and a CDOG object graph definition capable of being stored and retreived. Further preferred is such software, wherein the source is a UML/XMI document containing sufficient DTD information to exchange modeling information with a UML modeling tool.
  • In one embodiment of the software tool according to the invention, the software tool can be set to automatically generate a persistence layer that corresponds to the source UML class diagrams provided by an exported source file from a case tool capable of exporting UML/XMI, such as Rational Rose, Together and ArgoUML.
  • An easy way to understand the job performed by a CDOG Navigator API, such as the CocoNavigator API, is to imagine it as a monitor that can provide at least one object to intercept any accesses to the data objects and their relationships that constitute the CDOG, as well as any changes to the data source upon which the CDOG depends, in order to provide a means to persist any changes to the CDOG (or CDOG model) or related data in the data source. Any changes to the CDOG (or CDOG model) can then be propagated by the CDOG Navigator API to a persistent data source through a CocoBase Enterprise O/R connection. Similarly, persistent data that updates a data source can be utilized to create a CDOG model or to update a CDOG model.
  • Each CDOG (or CDOG model) managed by the CDOG Navigator API can be associated by the CDOG Navigator API with a CDOG descriptor (such as a file) that may be utilized to represent all or part of a “navigation model”. In this respect, a navigation model may be abstractly described as essentially a namespace in which a set of data objects and a set of link descriptions (i.e., relationship types between data objects) are each defined. In a preferred embodiment, a data source, data field, data field size and data field type are listed for each data object in the set of data objects. In another preferred embodiment, at least one link description for two data objects, or for a single data object having a circular link (where the link description is utilized in conjunction with the CocoNavigator API and CocoBase mapping tool) contains one or more of the following types of information (however other related information may be utilized):
      • at least one link type (e.g., 1:1, 1:M, M:1 and M:M) between data objects
      • at least one link qualifier (currently supported qualifiers are STD and BEAN)
      • at least one associative CocoBase map (optional, for M:M links only)
      • the names of the CocoBase maps related to each of the data objects (usually two maps that are not necessarily distinct), and
      • information that may be obtained for each of the CocoBase maps related to the relationship between two data objects, including:
      • the name of a relationship link between the two data objects
        • the names of the fields (i.e., keys) in a CocoBase map that are used to establish a relationship link between two data objects
        • the name of a data source for each of the fields (i.e., keys) in a CocoBase map that are used to establish a relationship link between two data objects
        • the names of the fields (i.e., keys) in the associative CocoBase map (optional, for M:M links only)
        • the names of a data source for each of the fields (i.e., keys) in the associative CocoBase map (optional, for M:M links only)
        • the name(s) of any java classes corresponding to fields that would impact upon the relationship between two data objects
        • a setting parameter indicating whether the a loading of a particular CocoBase map that will impact upon a relationship between two data object should be cascaded to other related map(s)
        • a setting parameter indicating whether a deletion of information from a particular CocoBase map that will impact upon a relationship between two data object should be cascaded to other related map(s)
        • a setting parameter indicating whether an insertion of information into a particular CocoBase map that will impact upon a relationship between two data object should be cascaded to other related map(s), and
        • a setting parameter indicating whether an update of information in a particular CocoBase map that will impact upon a relationship between two data object should be cascaded to other related map(s).
  • Some preferred features provided by the CocoNavigator API and its associated software, when utilized with the CocoBase mapping tool, or with a similar mapping tool, are as follows:
  • (a) provides multiple navigation models for the same CDOG model
      • A preferred embodiment of the CocoNavigator API or an associated program module is configured to allow many navigation models to be used with the same set of java classes and CocoBase maps that are associated with a CDOG model. This preferred embodiment API, or an associated computer program module, may also be configured to permit a user to switch dynamically from one such navigation model to another. Thus, while a given application is being executed, it is possible to completely change the relationships between data objects and how CDOGs of a CDOG model should be managed.
  • (b) circular link definitions
      • A preferred embodiment of the CocoNavigator API, or an associated computer program module, is configured to permit a user to create, access, support and correctly manage circular data object links. In a navigation model, a circular link may be defined as occurring when a data object is directly or indirectly linked to itself as part of a CDOG. Such relationships can be created, accessed, supported and correctly managed via the CocoNavigator API.
  • (c) bi-directional and oriented links
      • A preferred embodiment of the CocoNavigator API, or an associated computer program module, is configured to permit a user to create, access, support and correctly manage links between data objects as either a bi-directional link or as an oriented link. In this embodiment links between data objects are usually bi-directional links and can be navigated back and forth as an un-oriented navigational model of the CDOG model. With such a bi-directional link feature activated, any object in the navigation model in a given CDOG model can be used as a navigation entry point. In an oriented link navigation model, the link may be set as an oriented link accessible from a single direction. Thus, changes must be made from top down or from bottom up on a relationship tree representation of the navigation model, and some actions may need to originate from a pre-set node of the relationship tree. In this embodiment, such types of links can be created, accessed, supported and correctly managed via the CocoNavigator API.
  • (d) dynamic link proxy properties
      • In a preferred embodiment, the CocoNavigator API, or an associated computer program module, is configured to permit a user to populate any object property (e.g., public field or a getter/setter pair) having its type declared as an object class with special dynamic proxies that can monitor and update the state of a relationship link. Examples of such types of object classes are thought.Cocobase.navapi.LinkObjProxy of CocoBase and subclasses of the Sun Microsystems java class, java.util.Vector or other similar collection classes. Bi-directional or single directional object references can be consistently maintained in this manner, or by other similar logical mechanisms.
  • (e) automatic synchronization of object properties
      • In a preferred embodiment, the CocoNavigator API, or an associated computer program module, can be configured to automatically merge a data object and its properties into a CDOG navigation model representation when the class of object being navigated (being created, accessed, supported or maintained) has a property (e.g., a field or a getter/setter pair) with a name matching the name of a corresponding link as defined in the navigation model.
  • (f) pure object models
      • In a preferred embodiment, the CocoNavigator API, or an associated computer program module, can be configured to include a data object as a relationship link to another data object in a navigation model without the need to declare fields and properties for the data object. Such links should be limited however to cases where no computer code dependency will exist between the java classes that will be associated with such linked data objects of the navigation model. Thus, such a navigation model can be a pure abstraction, and more reusable than just a populated version or single hypothetical instance of the abstraction.
  • (g) customized link visitors
      • In a preferred embodiment, the CocoNavigator API, or an associated computer program module, can provide an interface which can be configured to permit a visitor object to use this interface to visit (e.g., access or change) a data object that is part of a CDOG navigation model. In conjunction with CocoBase, an example of CocoNavigator API implementing this concept might using a LinkVisitor object (class). Other similar classes may be defined for this purpose. The visitor interface provides a way for a user to customize and adapt the software, and thereby allows a user to extend the functionality of the CocoNavigator API, or the functionality of an associated computer program module, to provide a desired customizable behavior in their CDOG navigation model.
  • (h) distributed environments
      • In a preferred embodiment, the CocoNavigator API, or an associated computer program module, can be configured to operate as a tool to create, access, support and correctly manage a CDOG navigation model in a server environment (e.g., in an EJB container) and to persist any changes to the CDOG navigation model when a navigation model is distributed across a local network or when the navigation model involves a distributed network (e.g., a navigation model distributed across internet connections). In one aspect, on the server side of the network, a CDO or a CDOG model of any complexity sent by clients (e.g., serialized copies) across a local network, or across a distributed network, can be correctly merged into a CDOG model by the CocoNavigator API, or by an associated computer program module. Additionally, the CocoNavigator API, or an associated computer program module, can be configured to send a CDO or CDOG model to a client along with link proxies serialized with parts of the CDO or CDOG model that are being monitored by such link proxies. By sending the CDO or CDOG model copy along with such link proxies and associated parts of the CDOG or CDOG model to a client, dynamic link proxies (described above in (d)) can be used by the client side. Accordingly, a CDOG navigation model can be created, accessed, supported, managed and persisted over a distributed network.
  • (i) group loading or lazy loading of links
      • In a preferred embodiment, the CocoNavigator API, or an associated computer program module, can be configured to monitor some or all of the data objects (and associated relationship definitions) participating in links of a CDOG navigation model. In a more preferred embodiment, the data objects (and associated relationship definitions) participating in links of a CDOG navigation model can be loaded as they are needed (lazy loading) from a persistent data source or from another type of information repository. This lazy loading feature can permit a very large CDOG navigation model to be loaded in a per-link basis as needed. In a more preferred embodiment, the lazy loading feature can be configured to prevent a link from being loaded twice and can be configured to detect cycles of related loads that have been previously loaded. Such configuration adaptability can be exploited to provide the more efficient use of the resources for a computer system or network or for a distributed computer network.
  • Some examples of preferred features that can be provided by the CocoNavigator API and its associated software, which are particularly enhanced when utilized with the currently existing CocoBase mapping tool, are as follows:
  • (aa) CocoBase transactions
      • A preferred embodiment of the CocoNavigator API or an associated program module is configured to bind a data object or data object relationship of a CDOG navigation model with a CocoBase transaction. Such configurations may be utilized to optimize access to the database server and to enhance performance of the computer system, or systems, involved with the CDOG navigation model.
  • (bb) non-CBProp objects
      • The CocoNavigator API or an associated program module can be configured to automatically detect non-CBProp objects (objects with classes that do not implement the CocoBase persistence interface known as the CBProp interface), and automatically create proxies in order to persist such objects as part of a CDOG navigation model. This is based on the Java Bean naming patterns in the Java Language specification of Sun Microsystems, Inc.
  • (cc) virtual foreign key fields
      • The CocoNavigator API or an associated computer program module can be configured to use proxy classes of CocoBase, such as the CocoProxyM classes, when appropriate. Implementing proxy classes such as the CocoProxyM classes can provide a system for creating, accessing, supporting, properly maintaining and persisting virtual foreign key fields (i.e., foreign key fields do not need to be defined in the object class for Java programming implementations) by the CocoNavigator API, or by an associated computer program module.
  • (dd) transparent persistence
      • The CocoNavigator API or an associated computer program module can be configured to use a configurable network component capable of acquiring and persisting CDOGs through network APIs and thereby provide persistence transparently with respect to the applications that are using the CDOGs. In a preferred implementation, there is provided a software tool comprising the CocoNavigator API that is adapted for a local network or for a distributed network environment, wherein the software tool provides persistence in an object oriented language environment transparently by implementing a configurable network component capable of acquiring and persisting CDOGS. Such a concept may be referred to as transparent persistence in the context of this API, because persistence can be obtained without requiring reconfiguring of an existing CDOG model or software application in order to provide such persistence to a computer software application.
  • (ee) transparent persistence with automated APIs that may be further optionally utilized with a local or distributed implementations such as a session bean implementation
      • The CBFacade or other modules containing high level API's can be utilized that can function in place of the CocoNavigator API (or co-ordinate with it) to automate many of the transparent persistence functions. Such a software module or modules can be utilized in concert with a local or distributed implementation such as a session bean to provide an easier and quicker establishment of transparent persistence. The CBFacade can provide the functions as defined in (dd) and the session bean can provide a communication link between modules such as a transaction API and the navigation API (and/or with the CBFacade) to assure that transparent persistence occurrs as required. Such transparent persistence in the context of this API can be obtained without requiring reconfiguring of an existing CDOG model or software application in order to provide such persistence to a computer software application.
  • From the above description of features of the API, and the features of the CocoNavigator API programming routines described below, an object computer language programmer can produce an API having the functionality of the CocoNavigator API described herein. Essentially the CocoNavigator API has an at least one user access interface, at least one data source access interface and at least three main programming modules consisting of the following programming modules or routines:
      • I. A programming module or routine constructed to operate on a computer system and to provide the following features to a user or to a software program module of the computer system:
        • a) a computer programming sub-routine or sub-module for obtaining from a member selected from the group consisting of a data source, an information repository, and an input device, sufficient information to construct a CDOG model containing one or more CDOGs,
        • b) a computer programming sub-routine or sub-module for constructing and loading into the memory registers of the computer system a CDOG or a CDOG model representation definition from a data source or other repository, and
        • c) a computer programming sub-routine or sub-module for sending a copy of some portion or all of the CDOG representation definition to a user or to a software program module on a local computer system or on a distributed network;
      • II. A programming module or routine constructed to operate on a computer system and to provide the following features to a user or to a software program module of the computer system (i.e., a persistence manager)
        • a) a computer programming sub-routine or sub-module for monitoring a user or a software program module on a computer system that has accessed or changed a portion of a CDOG or CDOG model, which is included in the CDOG, or CDOG model, representation definition of (I), above, and obtaining any changes to the CDOG or CDOG model,
        • b) a computer programming sub-routine or sub-module for monitoring a user or a software program module on a computer system who has obtained a copy of any portion of the CDOG, or CDOG model, representation definition, and for obtaining a copy of any changes that the user might have made to any portion of the CDOG, or CDOG model, representation definition, and
        • c) a computer programming sub-routine or sub-module for comparing a copy of a CDOG, CDOG model, or a representation definition of either the CDOG or CDOG model, to an original stored version of the CDOG, CDOG model, or an original stored representation definition for the CDOG or CDOG model, and for updating the original to incorporate any changes to a CDOG or a representation definition that are made by the user or by a software program module; and
      • III. A programming module or routine constructed to operate on a computer system and to provide the following features to a user or software program module of the computer system:
        • a) a computer programming sub-routine or sub-module for storing a new CDOG or CDOG model, or storing a definition of either the CDOG or CDOG model, in a data source or in another information repository, and
        • b) a computer programming sub-routine or sub-module for persisting (saving to permanent storage) either a changed portion of an updated CDOG, an updated CDOG model, or an updated definition representation for either a CDOG or a CDOG model, to a data source or to another type of information repository.
  • In a more preferred embodiment, the CDOG API according to the invention, (a preferred embodiment is the CocoNavigator API) can be written with an interface that accesses and uses functionalities of the CocoBase mapping tool, associated programming routines, or associated class libraries. Both the object code and the source code of the CDOG API are contemplated as part of this invention.
  • In another preferred embodiment, the above described CDOG API can be accessed to create, maintain, access, navigate and persisting complex data objects as a CDOG model. In a particularly preferred aspect, the API can be accessed by a computer software program such as the CocoBase mapping tool, or by a computer software program module that is part of a software package including the API, to provide at least one action selected from the group consisting of creating, maintaining, accessing, navigating and persisting complex data objects as a CDOG model. In an even more preferred aspect, the present invention provides such an API as part of a software tool package having a feature or method for displaying or printing a graph or set of tables representing a CDOG or a CDOG model. In yet another preferred aspect, such a software tool package including the API provides an interface for editing a CDOG, a CDOG model, or for editing a representation definition for a CDOG or a CDOG model to provide a modification that implements a change to a CDOG, or to its definition.
  • As described above, a software component according to the invention that is capable of persisting all or a portion of a CDOG may be an Enterprise Java Bean selected from the group consisting of Stateless, Stateful or even Entity Beans. CocoBase Enterprise Beans (CBEBs) are a preferred embodiment of the invention and constitute a set of Enterprise Java Beans built upon or accessing CocoBase Runtime and EJB APIs to provide persistence in a generic, efficient and transparent way. Distributed transparent persistence can be provided without the need for any object model changes or byte code modifications. CBEBs can be directly deployed on an EJB server with or without customized settings and are capable of persisting virtually any Java Object, any Java Object graph or any portion of the Object graph. The Java Objects of any complexity that are arbitrarily created by client applications can be persisted, and the corresponding object classes can be properly mapped to a CocoBase repository or other object repository such as a UML XMI repository. Copies of the Java Object, any portion of an Object Graph, or all of an Object Graph can be automatically reconciled and the changes can be persisted to a storage repository.
  • The CocoBase Navigation API maps database foreign key-primary key relationships to object references. The relationship maps (sometimes referred to herein as navigation models), like the database maps, are stored in a special CocoBase repository, or may be converted into an XML file (or files) and stored in a stand-alone file or directory. The Navigation API supports 1 to 1, 1 to M, and M to M links in both the object and relational spaces. For M to M relationships, an associative table and a corresponding associative map are required, since relational databases do not directly support M to M relationships.
  • A navigation model must be created, or properly reference, before CocoBase links can be defined. A navigation model is a namespace used to categorize and store a set of link definitions. Generally, a single navigation model is sufficient for simple applications. Multiple navigation models are useful if an application switches between several relationship configurations. This allows different views of complex object data for the same set of underlying database tables. Having relationship mapping separated from table mapping is unique to CocoBase. Since maps can be used with multiple link models, it provides reusability at the mapping level.
  • Below is an example of how a client application on an EJB Server could connect to and use at least on CBEB to provide transparent persistence, even in a distributed environment.
  • EXAMPLE 1
  •     // create a complex object having myObj as the root of the tree
        ...
        Context initialContext = new InitialContext( );
        SfCmbHome cmbHome =
    (SfCmbHome)javax.rmi.PortableRemoteObject.narrow(
          initialContext.lookup(“java:comp/env/ejb/sfcmbhome”),
        SfCmbHome.class);
        SfCmb myCmb = SfCmbHome.create(.../*connection
        details*/...);
        // create an example object
        MyObject myObj = new MyObject( );
        myObj.setSomeField(someValue);
        // now ask the CMB to load the object from the database that
    matches the example
        myObj = myCmb.retrieveState(myObj);
        myCmb.saveState(myObj);
        ...
        // do some more changes to myComplexObject and save it again
        ...
        myCmb.saveState(myObj);
        ...
  • The above example can also be use to run a client application with the TomCat Server using a JSP to access a relational database (such as the Oracle Database) using at least CBEB to provide transparent persistenct, even in a distributed environment. Appendix 1 has more details of how this can be done.
  • Below is another example of how a client application on an EJB Server could connect to and use at least on CBEB to provide transparent persistence, even in a distributed environment. This example uses the CBFacade implementation.
  • EXAMPLE 2
  •     // create a complex object having myObj as the root of the tree
        ...
        CBFacade cbf =
        CBFacade.create(“thought.CocoBase.CBFacadeLocal”);
        Properties props = new Properties( );
        props.put(“cocosource.name”,args[0]);
        props.put(“cocosource.jdbcdriver”,args[1]);
        props.put(“cocosource.url”,args[2]);
        props.put(“cocosource.user”,args[3]);
        props.put(“cocosource.password”,args[4]);
        props.put(“cocosource.navmodel”,“CompanyAppLinks”);
        cbf.connect(props);
        // create an example object
        MyObject myObj = new MyObject( );
        myObj.setSomeField(someValue);
        // now ask the CMB to load the object from the database that
    matches the example
        myObj = cbf.load(myObj);
        cbf.save(myObj);
        ...
        // do some more changes to myComplexObject and save it again
        ...
        cbf.save(myObj);
        ...
  • The present may be embodied in specific forms other than those particularly described above or illustrated by the appended drawings. Upon viewing the present application preferred embodiments and other descriptions herein of the present invention, variations and other implementations that do not depart from the spirit and scope of the present invention will be apparent to one of routine skill in this field. Such variations and other implementations are considered part of the present invention and within the scope of the appended claims. Accordingly, reference should be made to the appended claims, rather than to the forgoing specification and drawings, as indicating the scope of the present invention.
  • Appendix 1: A JSP Example Using the TomCat Server and a Relational Database and providing Transparent Persistence using CocoBase Enterprise OR
  • I. Set up a relational database such as Oracle 81 and create a user called cityinfo.
  • II. Install TomCat as follows:
    • 1. Install the TomCat Server 4.0.x by simply unpacking the binary distribution (.zip) into a convenient location.
  • On a Windows platform, open a command prompt and proceed as follows:
    C> cd \
    C> jar xf jakarta-tomcat-4.0.x.zip
    On a Unix platform, open a command prompt and do something like:
    /usr/local/bin% jar xf jakarta-tomcat-4.0.x.zip
    • 2. Run the script jakarta-tomcat-4.0.x/bin/startup and open a browser on http://localhost:8080 to test the installation. The Jakarat Project Home page displaying the Tomcat logo will appear in your browser.
    • 3. Run the script jakarta-tomcat-4.0.x/bin/shutdown to stop the server.
      III. Configure the Environment as follows, while adjusting the environment to match a chosen relational database (this example uses Oracle8i as the relational database):
  • The following system variables are set for the applications to access the proper files and libraries. Set these variables through the Windows Control Panel under the System properties dialog. Example entries for these variables are listed below:
    Variable Entry Description
    JAVA_HOME C:\jdk1.3.1 JDK home directory
    PATH C:\WINNT\System32;%JAVA_HOME%\bin JDK utilities
    Windows executables
    COCO_HOME C:\thought\cocodemo3tier31 CocoBase home directory
    CATALINA_HOME C:\jakarta-tomcat-4.0.1 TomCat home directory
    ORA_HOME C:\Oracle\Ora81 Oracle home directory

    IV. Installing CocoBase Enterprise O/R
    Before installing CocoBase Enterprise O/R, confirm that it is a current release. The installation file will have the following naming format:
    install_cocodemo3tierXX_XXXX.class
    This is a fully functional copy of the software with a 30 day evaluation license. When license expires, the software will not function unless a commercial license is obtained and installed. In the directory containing the installation file, enter the following command:
    java install_cocodemo3tier310516
    The last four digits correspond to the software release date and may be different, than listed, for the latest release. If java.exe is not in the system PATH, an error will occur. If the environment is configured properly, the installer displays the initial CocoBase Intallation “Welcome” dialog.
    The default settings should be selected during the installation. Fill in the user information fields completely to ensure the proper installation of the software. If the software will be used for commercial purposes, be sure to obtain a commercial license.
    V. Configuring CocoBase Enterprise O/R for the Database
    In this example, the database used is Oracle. Therefore, a specific User/Schema name must be specified in the Oracle.properties text file to view the details of that User/Schema in CocoAdmin (GUI interface for CocoBase). Locate and open the Oracle.properties file in the thought\cocodemo3tier31\demos\resources directory. Change the SCHEMANAME entry from SCOTT to CITYINFO.
    Edit the CocoAdmin.properties text file, in the same directory, to permanently change the login entries for CocoAdmin. Locate the Oracle Thin entries and make the following changes:
      • Change the COCOUSERID to CITYINFO
      • Change the COCOPASSWORD to CITYINFO.
      • Change the Oracle_Thin_COCODBURL entry to the name of the database host server (e.g. jdbc:oracle:thin:@localhost:1521:ORCL).
        VI. Configuring the TomCat Server
        The following steps describe how to configure the runtime classpath and an Oracle data source for the TomCat Server.
        Setting up the Server Classpath
        CocoBase runtime classes plus Oracle jdbc driver classes need to be included in the jvm process that runs TomCat. In order to do that, it is necessary to modify the script that launches TomCat as follows:
      • 1. Open the script file %CATALINA_HOME%/bin/catalina.bat (Windows) or %CATALINA_HOME%/bin/catalina.sh (Unix) in your favorite text editor
  • 2. Look for the “setup classpath” section and edit the settings of the environment variable CP to include cocobase runtime classes and resources and oracle jdbc driver classes as exemplified below:
    SET CP=%CP%;%COCO_HOME%\classes;%COCO_HOME%\demos;
    %ORA_HOME%\jdbc\lib\classes12.zip

    Another alternative is to copy %COCO_HOME%\demos\CocoDeploy.jar (to generate it, use the script %COCO_HOME%/demos/mkcocodirs) and other required Java archives (e.g. oracle jdbc driver classes) to %CATALINA_HOME%/common/lib, but note that these files need to terminate with .jar (.zip files need to be renamed to .jar).
    Creating a DataSource for the Cityinfo Application
    An Oracle jndi datasource properly configured is required for the TomCat server. All datasource configuration is stored in the file %CATALINA_HOME%/conf/server.xml. The following steps describe how to add a datasource entry to this configuration file.
    1. Open the configuration file %CATALINA_HOME%/conf/server.xml in your favorite text editor
  • 2. Edit the <Host> section by adding a <DefaultContext> entry like the following:
    ...
     <Host...>
     ...
      <DefaultContext>
       <Resource name=“jdbc/MyObjDataSource” auth=“Container”
            type=“javax.sql.DataSource”/>
       <ResourceParams name=“jdbc/MyObjDataSource”>
        <parameter><name>user</name><value>cityinfo</value>
        </parameter>
        <parameter><name>password</name><value>cityinfo</value>
        </parameter>
        <parameter><name>driverClassName</name>
         <value>oracle.jdbc.driver.OracleDriver</value></parameter>
        <parameter><name>driverName</name>
         <value>jdbc:oracle:thin:@localhost:1521:ORCL</value>
         </parameter>
       </ResourceParams>
      </DefaultContext>
     </Host>
    ...

    3. If the server is already running, make sure it is restarted.
    VII. Generating the TomCat Application Object Code with CocoBase Enterprise O/R
      • Standard code generation with CocoAdmin of CocoBase Enterprise O/R is utilized to produce the JSP for TomCat, which procedures are generally known in the art as described in prior publications by Thought, Inc regarding CocoBase Enterprise O/R. However, at the Code Generation Template pull-down menu of CocoAdmin the user need to select JSP for Entity Bean from the pull-down Java Code generation menu list. The other general procedures of CocoAdmin are followed to produce the generic web application (WAR file).
        VIII. Deploying the Generated Web Application (WAR file) in TomCat
      • 1. Copy the generated war file to %CATALINA_HOME%/webapps
      • 2. Start the TomCat server by opening a command prompt and running the script %CATALINA_HOME%\bin\startup. This will expand the war file under the %CATALINA_HOME%\webapps directory.
        Notes:
      • At startup, check if the CLASSPATH entry includes all CocoBase and Oracle jdbc driver classes to make sure the startup script was properly edited.
      • To redeploy the war file, make sure you delete the old war file along with the whole expanded directory structure under the %CATALINA_HOME%\webapps before copying the new war file; then, restart the server.
        IX. Viewing the Deployed Generated Web Application (Cityinfo JSP)
        The user is now ready to connect to the Cityinfo JSP. Be sure that the TomCat Server has been started. Open a web browser and enter the following URL:
        http://localhost:8080/Cityinfo/Cityinfo
        A webpage is displayed with a title of “Citylnfo Generated Default JSP”, or the like. The web page contains entry fields of “Name” (* indicates that this is a primary key field), “Country” and “Population” and allows the actions of “Insert”, “Update”, “Delete” and “Find” for such entries.
        Any entries made, updated or deleted in this JSP are automatically persisted to the relational data source by CocoBase.
        The three primary source code listing for the above application are set forth below.
    Displayable Presentation Page (Cityinfo JSP) Example Written in HTML Format with Embedded Java Code
  • This Cityinfo JSP is an example of a displayable presentation page that has embedded within the presentation page mark-up language some necessary object programming language logic. CocoAdmin automatically generates the HTML and embedded Java code of this JSP (displayable presentation page) along with the Java Code for a First Java Object (JSP Processor Object), and a Second Java Object (Business Object) from an object to relational schema map corresponding to a relational data source in the above example. However, these same object code listings could have been hard coded by hand by a competent programmer and/or produced from information taken from another source such a UML/XMI object model, directly from a relational data source, or from the database schema for a data source.
  • The presentation mark-up language (in this example HTML) provides a WEB page (presentation page) to display the names of three attributes of a Cityinfo Object “Name”, “Country”, and “Population” (may be referred to as fields in a corresponding data source) with 4 possible actions “Insert”, “Update”, “Delete” and “Find” and a button labeled “Submit” for executing one of the four possible commands (actions). The embedded Java code in this Cityinfo JSP example communicates directly with the First Java Object (the object is a Java Bean in this example, which may be referred to as a JSP Processor Class) and also references the name of the Java Bean (JSP Processor Class) having the logic for carrying out or delegating the “insert/create”, “update”, “delete”, “select/find” and “submit” commands of the JSP and logic for tracking the values and properties of the three named attributes/fields in this example.
    <html>
    <jsp:useBean id=“CityinfoProcessor” scope=“session”
    class=“Cityinfo.CityinfoJspProcessor” />
    <jsp:setProperty name=“CityinfoProcessor” property=“*” />
    <>
    <>
    <html>
    <head>
    <title>Cityinfo JSP</title>
    </head>
    <body background=“back.gif”>
    <font size = 5 color=“#CC0000”>
    <h1><b><center>Cityinfo JSP Example</center></b></h1>
    <hr>
    <br>
    <form method=POST action=Cityinfo.jsp>
    <BR>
    Enter Values to lookup a specific Object.
    <BR>
    <br>Name <INPUT type=text name=“name” size=“8”
    value=“<jsp:getProperty
    name=“CityinfoProcessor” property=“name” />” ><br><br>Country
    <INPUT
    type=text name=“country” size=“8” value=“<jsp:getProperty
    name=“CityinfoProcessor” property=“country” />” ><br><br>Population
    <INPUT type=text name=“population” size=“8” value=“<jsp:getProperty
    name=“CityinfoProcessor” property=“population” />” ><br><br>
    <h2><b>Action :</b></h2>
    <INPUT type=“radio” name=“action” value=“create”>Insert
    <INPUT type=“radio” name=“action” value=“update”>Update
    <INPUT type=“radio” name=“action” value=“delete”>Delete
    <INPUT type=“radio” name=“action” value=“select”>Find
    <br>
    <INPUT type=submit name=“submit” value=“Submit”>
    </form>
    </FONT>
    </body>
    </html>
    <hr>
    <h3><b>Status :</b></h3> <>
    </html>
  • Cityinfo First Object Java Code Example
  • This CityinfoJspProcessor Object is a First Java Object (in this case a Java Bean) that CocoAdmin generates along with the JSP (displayable presentation page) and the Second Java Object. CocoAdmin generates this JSP Processor Java code and compiled Java Class from an object to relational schema map corresponding to a relational data source, however these same object code listings could have been hard coded by hand and/or produced from another information source UML/XMI or directly from the database schema. Further, the Java Code of the First and Second Objects could have been consolidated into a single object, but this would have violated the specification for Java and JSPs and also reduced the programming flexibility of the system. By placing the more complex logic in the business object (second object) and keeping it separate from the JSP Processor Object (first object), the JSP and first object can be utilized by multiple applications.
  • This First Java Object is a Java Bean that references and represents the attributes of its corresponding JSP (displayable presentation page) and includes programming logic to execute the commands (or to delegate the execution of such commands) of the JSP, as described above. Since using standard JSP standards and Java Procedures would only permit the handling of a limited number of data types, this First Java Object references the Second Java Object (Cityinfo Object) which also reflects the data and data types (attributes of the First Java Object) but includes more business logic to convert forward/reverse data types at the discretion of the programmer by merely editing the business logic. An example of the programming code for the First Java Object is set forth below:
    package Cityinfo;
    import java.sql.*;
    import java.io.*;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.transaction.UserTransaction;
    import java.util.*;
    import java.math.*;
    /**
    * EJB Jsp Processor Class Generated by CocoAdmin from
    THOUGHT Inc.
    *
    * Copyright (c) 1995-2000 THOUGHT Inc. All Rights Reserved.
    **/
    public class CityinfoJspProcessor implements java.io.Serializable
    {
    private String action = null;
    private CityinfoHome cityinfoHome;
    private UserTransaction utx = null;
    public CityinfoJspProcessor( ) {
      try {
       Properties env = System.getProperties( );
       Context ic = new InitialContext(env);
       try {
       utx = (UserTransaction)
    ic.lookup(“javax.transaction.UserTransaction”);
       } catch (Exception e) {
       System.err.println (“Couldn't Create User Transaction!!!”);
       e.printStackTrace( );
       }
       cityinfoHome = (CityinfoHome) ic.lookup(“CityinfoApp”);
      } catch (Exception re) {
       System.err.println (“Couldn't locate Cityinfo Home”);
       re.printStackTrace( );
      }
      reset( );
    }
    public String getAction( ) {
      return action;
    }
    public void setAction(String a) {
    System.out.println(“Setting action : ” + a);
      action = a;
    }
      /**
       * Get the attribute name value.
       * @return name Returns the database attribute value is current set
    to.
       **/
      public String getName( )
      {
        return name;
      }
      /**
       * Get the attribute country value.
       * @return country Returns the database attribute value is current
    set to.
       **/
      public String getCountry( )
      {
        return country;
      }
      /**
       * Get the attribute population value.
       * @return population Returns the database attribute value is
    current set to.
       **/
      public Integer getPopulation( )
      {
          return population;
      }
      /**
       * Set the attribute name value.
       * @param n_name the database attribute value to set the variable
    to.
       **/
      public void setName(String n_name)
      {
        name = n_name;
      }
      /**
       * Set the attribute country value.
       * @param n_country the database attribute value to set the variable
    to.
       **/
      public void setCountry(String n_country)
      {
        country = n_country;
      }
      /**
       * Set the attribute population value.
       * @param n_population the database attribute value to set the
    variable to.
       **/
      public void setPopulation(Integer n_population)
      {
        population = n_population;
      }
      private String name = null;
      private String country = null;
      private Integer population = null;
      /**
       * Check to see if values are equal - this should be based on key
    fields.
       *
       * @param n_population the primary key instance to compare to.
       **/
      public boolean equals(Object t_CityinfoJspProcessor)
      {
        if (! (t_CityinfoJspProcessor instanceof
    CityinfoJspProcessor))
        {
          return false;
        }
        CityinfoJspProcessor t_CompareCityinfoJspProcessor =
    (CityinfoJspProcessor)t_CityinfoJspProcessor;
        if(t_CompareCityinfoJspProcessor.name == null)
        {
          if(name != null)
          {
            return false;
          }
        }
        else if(!t_CompareCityinfoJspProcessor.name.equals(name))
        {
          return false;
        }
        return true;
      }
    private void reset( ) {
    final String emptyString = “”;
    final Integer zeroInteger = new Integer(0);
    final BigDecimal zeroBigDecimal = new BigDecimal(0);
    final Short zeroShort = new Short((short)0);
    final Long zeroLong = new Long((long)0);
    final Timestamp zeroTimestamp = new Timestamp((long)0);
    final Time zeroTime = new Time((long)0);
    final Float zeroFloat = new Float((float)0);
    final Double zeroDouble = new Double((double)0);
    final byte emptyByte[ ] = new byte[0];
    final java.sql.Date zeroDate = new java.sql.Date((long)0);
    setName(emptyString);
    setCountry(emptyString);
    setPopulation(zeroInteger);
    }
    public String toString( ) {
    StringBuffer output = new StringBuffer( );
        output.append(“ name=”+getName( ));
        output.append(“ country=”+getCountry( ));
        output.append(“ population=”+getPopulation( ));
    return output.toString( );
    }
    //
    // Perform the action requested by user. Return status.
    //
    public String processRequest( ) {
      CityinfoInterface cityinfo = null;
      String message = “”;
      System.out.println(“Process request called ”);
      System.out.println(this);
      try {
       if( action.equals(“create”) ) {
       CityinfoPK cityinfopk = new CityinfoPK( );
      try {
       utx.begin( );
        cityinfopk.name = getName( );
        cityinfo = cityinfoHome.findByPrimaryKey( cityinfopk );
        setCountry( cityinfo.getCountry( ) );
        setPopulation( cityinfo.getPopulation( ) );
        if(cityinfo != null) {
        message = “Entity bean “+cityinfopk+” already exists!
    Duplicate Bean cannot be created!”;
        utx.commit( );
        return message;
        }
      } catch (Throwable t) {
    //t.printStackTrace( );
       //utx.rollback( );
      }
      try {
       //utx.begin( );
        cityinfoHome.create( getName( ), getCountry( ),
    getPopulation( ) );
        message = “Created Cityinfo ‘“ + cityinfopk + ”’”;
       utx.commit( );
      } catch (Exception e) {
    e.printStackTrace( );
        message = “Exception on Cityinfo Create=”+e;
      }
      }
      else if( action.equals(“update”) ) {
      try {
       utx.begin( );
        CityinfoPK cityinfopk = new CityinfoPK( );
        cityinfopk.name = getName( );
        cityinfo = cityinfoHome.findByPrimaryKey( cityinfopk );
        setCountry( cityinfo.getCountry( ) );
        setPopulation( cityinfo.getPopulation( ) );
        message = “Set Cityinfo ” + this ;
       utx.commit( );
      } catch (Exception e) {
        message = “Exception on Cityinfo Update=”+e;
      }
      }
      else if( action.equals(“select”) ) {
      try {
        CityinfoPK cityinfopk = new CityinfoPK( );
        cityinfopk.name = getName( );
        cityinfo = cityinfoHome.findByPrimaryKey( cityinfopk );
        setCountry( cityinfo.getCountry( ) );
        setPopulation( cityinfo.getPopulation( ) );
        message = “Found Cityinfo ” + this;
      } catch (Exception e) {
        message = “Exception on Cityinfo Select=”+e;
      }
       }
       else if( action.equals(“delete”) ) {
       try {
        utx.begin( );
         CityinfoPK cityinfopk = new CityinfoPK( );
         cityinfopk.name = getName( );
         cityinfo = cityinfoHome.findByPrimaryKey( cityinfopk );
         cityinfo.remove( );
         message = “Removed cityinfo ” + cityinfopk;
         cityinfo = null;
        utx.commit( );
       } catch (Exception e) {
         message = “Exception on Cityinfo Delete=”+e;
       }
       }
       if( cityinfo != null ) {
       }
       else {
        reset( );
       }
      }
      catch (Throwable e) {
       message = e.toString( );
      }
      return message;
    }
    }
  • Cityinfo Second Object Java Code Example
  • This Cityinfo Object is a Second Java Object that CocoAdmin generates along with the JSP (displayable presentation page) and the First Java Object. CocoAdmin generates the HTML with inbedded object code (JSP), a First Java Object (JSP Processor Object), and this Second Java Object (Business Object) from an object to relational schema map corresponding to a relational data source, however these same object code listings could have been hard coded by hand and/or produced from another information source UML/XMI or directly from the database schema. Further, the Java Code of the First and Second Objects could have been consolidated into a single object, but this would have violated the specification for Java and JSPs and also reduced the programming flexibility of the system. By placing the more complex logic in the business object (second object) and keeping it separate from the JSP Processor Object (first object), the JSP and first object can be utilized by multiple applications.
  • This Second Java Object (Java object in this case) is a separate business object that sits in the programming logic flow chart between the First Java Object (JSP Processor Class) and the persistence library or persistence API. This Second Java Object reflects the data of the first Java Object (JSP Processor Class) and allows for further processing to create additional data types from the reflected data types and to translate backwards to the more limited reflected data types that are displayed by the JSP. This provides more complete support for all Java Data Types that might need to be properly retrieved from a data source and persisted back to that or another data source (the Java JSP Processor specification as established by SUN Microsystems, Inc. only supports a small, more limited subset of Java data types). This Second Java Object processes commands passed to it by the JSP via the First Java Object and automatically translates and reverse translates the data types passing through it to the appropriate data types for displaying or persisting. This further processing allows more complex data types and business logic to be communicated with the persistence library or persistence API than would be possible if the JSP Processor Class communicated directly with the persistence library or API (unless the JSP specification is violated by editing the JSP Processor Class source code (First Java Object Code) to include additional logic within the JSP Processor Class). An example of the Java Code for this Second Java Object, i.e., the Cityinfo Object (business object) is set forth below:
    package Cityinfo;
    import thought.CocoBase.*;
    import java.math.*;
    import java.sql.*;
    import java.util.*;
    import java.io.*;
    import java.lang.*;
    /*
    * Generated by GenCBClass from THOUGHT Inc.
    *
    * Copyright (c) 1995,2000 THOUGHT Inc. All Rights Reserved.
    *
    */
    public class Cityinfo extends Object implements
    Cloneable,java.io.Serializable,CBProp,thought.CocoBase.EJBPrimaryKey
    {
      /**
       * Constructor for Cityinfo .
       */
      public Cityinfo( )
      {
      }
      /**
       * Get the attribute name value.
       * @return name Returns the database attribute value is current set
    to.
       */
      public String getName( )
      {
        return name;
      }
      /**
       * Get the attribute country value.
       * @return country Returns the database attribute value is current
    set to.
       */
      public String getCountry( )
      {
        return country;
      }
      /**
       * Get the attribute population value.
       * @return population Returns the database attribute value is
    current set to.
       */
      public Integer getPopulation( )
      {
          return population;
      }
      /**
       * Set the attribute name value.
       * @param n_name the database attribute value to set the variable
    to.
      */
      public void setName(String n_name)
      {
        name= n_name;
        if(name == null) nameNullIndicator = true;
        else
          nameNullIndicator = false;
      }
      /**
       * Set our Query Condition for column name for dynamic querying.
       */
      public void modifyNameMatch(int t_match) {
        nameMatchCondition = t_match;
      }
      /**
       * Get our Query Condition for column name for dynamic
         querying.
       */
      public int retrieveNameMatch( ) {
        return nameMatchCondition;
      }
      /**
       * Set the attribute country value.
       * @param n_country the database attribute value to set the variable
    to.
      */
      public void setCountry(String n_country)
      {
        country= n_country;
        if(country == null) countryNullIndicator = true;
        else
          countryNullIndicator = false;
      }
      /**
       * Set our Query Condition for column country for dynamic querying.
       */
      public void modifyCountryMatch(int t_match) {
        countryMatchCondition = t_match;
      }
      /**
       * Get our Query Condition for column country for dynamic
         querying.
       */
      public int retrieveCountryMatch( ) {
        return countryMatchCondition;
      }
      /**
       * Set the attribute population value.
       * @param n_population the database attribute value to set the
    variable to.
       */
      public void setPopulation(Integer n_population)
      {
        population= n_population;
        if(population == null) populationNullIndicator = true;
        else
          populationNullIndicator = false;
      }
      /**
       * Set our Query Condition for column population for dynamic
    querying.
       */
      public void modifyPopulationMatch(int t_match) {
        populationMatchCondition = t_match;
      }
      /**
       * Get our Query Condition for column population for dynamic
    querying.
       */
      public int retrievePopulationMatch( ) {
        return populationMatchCondition;
      }
      /**
       * Implement clone so update method works correctly
       */
      public Object clone( )
      {
        Cityinfo retObject = new Cityinfo( );
        retObject.setName(name);
        retObject.setCountry(country);
        retObject.setPopulation(getPopulation( ));
        return retObject;
      }
      /**
       * Implement toString( ) to properly print contents
       */
      public String toString( )
      {
        String strout =
        “ name=”+name+
        “ country=”+country+
        “ population=”+population+
        “\n”;
        return strout;
      }
      /**
       * Take Properties result set received from database, and populate
       * Object's Data fields.
       * @param resultSet The data used in populating the Object's Data
    fields
       */
      public void setPropObjectData(Properties resultSet)
      {
        if(resultSet.get(“NAME”) != null && !(resultSet.get(“NAME”)
    instanceof CBNull))
          name = (String)resultSet.get(“NAME”);
        else {
          name = null;
          nameNullIndicator = true;
        }
        if(resultSet.get(“COUNTRY”) != null &&
    !(resultSet.get(“COUNTRY”) instanceof CBNull))
          country = (String)resultSet.get(“COUNTRY”);
        else {
          country = null;
          countryNullIndicator = true;
        }
        if(resultSet.get(“POPULATION”) != null &&
    !(resultSet.get(“POPULATION”) instanceof CBNull))
          population = ((Integer)resultSet.get(“POPULATION”));
        else {
          population = null;
          populationNullIndicator = true;
        }
      }
      /**
       * Take the data in the Object's Data fields, and create a
    CBQueryInfo
       * instance, which can be used by CocoBase. Since fields are
    identified
       * by a key value defined by their name, field order is irrelevant
    with
       * this interface.
       * @return CBQueryInfo the Object's Data fields and query info
       * @see CBQueryInfo
       */
      public CBQueryInfo getPropObjectData( )
      {
        cqi = new CBQueryInfo( );
        setProps = new Properties( );
        if(name != null) {
          // Use the CBFieldInfo to specify the match condition
          if(nameMatchCondition != −1) {
            CBFieldInfo cbfi = new CBFieldInfo( );
            cbfi.setSearchValue(name);
            cbfi.setSearchCriteria(nameMatchCondition);
            setProps.put(“NAME”,cbfi);
          } else
            setProps.put(“NAME”,name);
        }
        else if(nameNullIndicator) {
          // Use the CBFieldInfo to specify the match condition
          if(nameMatchCondition != −1) {
            CBFieldInfo cbfi = new CBFieldInfo( );
            cbfi.setSearchValue(name);
            cbfi.setSearchCriteria(nameMatchCondition);
            setProps.put(“NAME”,new CBNull( ));
          } else
            setProps.put(“NAME”,new CBNull( ));
        }
        if(country != null) {
          // Use the CBFieldInfo to specify the match condition
          if(countryMatchCondition != −1) {
            CBFieldInfo cbfi = new CBFieldInfo( );
            cbfi.setSearchValue(country);
            cbfi.setSearchCriteria(countryMatchCondition);
            setProps.put(“COUNTRY”,cbfi);
          } else
            setProps.put(“COUNTRY”,country);
        }
        else if(countryNullIndicator) {
          // Use the CBFieldInfo to specify the match condition
          if(countryMatchCondition != −1) {
            CBFieldInfo cbfi = new CBFieldInfo( );
            cbfi.setSearchValue(country);
            cbfi.setSearchCriteria(countryMatchCondition);
            setProps.put(“COUNTRY”,new CBNull( ));
          } else
            setProps.put(“COUNTRY”,new CBNull( ));
        }
        if(population != null) {
          // Use the CBFieldInfo to specify the match condition
          if(populationMatchCondition != −1) {
            CBFieldInfo cbfi = new CBFieldInfo( );
            cbfi.setSearchValue(population);
            cbfi.setSearchCriteria(populationMatchCondition);
            setProps.put(“POPULATION”,cbfi);
          } else
            setProps.put(“POPULATION”,population);
        }
        else if(populationNullIndicator) {
          // Use the CBFieldInfo to specify the match condition
          if(populationMatchCondition != −1) {
            CBFieldInfo cbfi = new CBFieldInfo( );
            cbfi.setSearchValue(population);
            cbfi.setSearchCriteria(populationMatchCondition);
            setProps.put(“POPULATION”,new CBNull( ));
          } else
            setProps.put(“POPULATION”,new CBNull( ));
        }
        if(cbsqlwhere != null)
          setProps.put(“CBSQLWHERE”,cbsqlwhere);
        cqi.setFieldValues(setProps);
        return cqi;
      }
      // Instance Variables.
      protected String name = null;
      protected boolean nameNullIndicator = false;
      protected int nameMatchCondition = −1;
      protected String country = null;
      protected boolean countryNullIndicator = false;
      protected int countryMatchCondition = −1;
      protected Integer population = null;
      protected boolean populationNullIndicator = false;
      protected int populationMatchCondition = −1;
      String cbsqlwhere = null;
      CBQueryInfo cqi = new CBQueryInfo( ); // CBProp custom query
    structure
      public Properties setProps = new Properties( ); // CBProp properties,
    global for convenience!
      /**
       * Check to see if values are equal - this should be based on key
    fields.
       * @param n_population the State object to compare to.
      */
      public boolean equals(Object t_Cityinfo)
      {
        if(! (t_Cityinfo instanceof Cityinfo)) return false;
        Cityinfo t_CompareCityinfo = (Cityinfo)t_Cityinfo;
        if(t_CompareCityinfo.getName( ) == null) {
          if(name != null) return false;
        }
        else
          if(!t_CompareCityinfo.getName( ).equals(name))
            return false;
        return true;
      }
      /**
       * Get the CbSQL special Query By example value.
       * @return population Returns the qbe attribute value is current set
    to.
       */   public String getCbsqlwhere( )
      {
        return cbsqlwhere;
      }
      /**
       * set the CbSQL special Query By example value.
       * @param population sets the qbe attribute value is current set to.
       */   public voi d setCbsqlwhere(String n_cbsqlwhere)
      {
        cbsqlwhere= n_cbsqlwhere;
      }
    }

    Transparent Persistence with CocoBase
    CocoBase accomplishes transparent persistence with java object models without using bytecode manipulation, proprietary interfaces or class hierarchy intrusion. This means that no special classes or interfaces are needed in the Object Model in order to do persistence with CocoBase. The only requirement is that they must have a default constructor with no arguments.
    There are 3 basic Runtime components that are involved in the transparent persistence of objects:
      • The CocoBase Runtime O/R mapping class that wrappers the JDBC driver and issues queries and does the actual persistence calls. This is a class such as thought.CocoBase.CocoPowder or thought.CocoBase.CocopowderPlugin20 (for jdbc 2.0 connections).
      • The thought.CocoBase.Transaction object that can track changes of instances, and acts as a change ‘buffer’. If a Transaction object is used, then it only calls a CocoBase Runtime driver—O/R mapping runtime class—when the txn.commit( ) is called.
      • The thought.CocoBase.navapi.Navigator object that can track and detect changes in relationships based on Link definitions. Note that unlike CocoBase Maps, Link models are not kept in the CocoBase repository. Once a link definition model is created it is saved in the demos/resources directory (by default—although this can be overridden). As long as the model is in the classpath either directly or in a subdirectory called ‘resources’ it will find the model properties file and retrieve the navigation information.
        The Navigator class can function in conjunction with a Transaction object or it can function standalone. While complex object graphs can be transparently managed directly by the Navigator and without the Transaction object, the use of the Transaction object is generally preferred because of its buffering and update optimizations which only persist those attributes that have changed.
        Creating Applications with CocoBase Transparent Persistence
        After classes have been generated and compiled, such as with the above application, CocoBase runtime classes can be used to persist instances of these classes. As shown in numberous other documents in the art, the CocoBase Navigator can easily develop a navigation model for the application. This model can then be used to persist the objects.
        The Example below is not directed to persistence of the Navigation model for the above Cityinfo application, but the concepts can be easily applied to the Cityinfo application to provide transparent persistence.
  • First, open a CocoBase connection as follows:
    CocoDriverInterface myBase = CocoDriver.getCocoDriver(
     “thought.CocoBase.CocoPowder”,
     “org.hsql.jdbcDriver”,
     “jdbc:HypersonicSQL:hsql://localhost;
     cocoprop=cocofactory=CocoProxyFactory”,
     “sa”, “”
    )
    if(myBase.connect() == −1) {
     System.out.println(“Failed connect!”);
     System.exit(1);
    }
    ...
  • Now create a CocoBase transaction object to manage any objects that are retrieved. Notice how the transaction object is configured through parameters and property settings.
    thought.CocoBase.Transaction cocoTxn =
      new thought.CocoBase.Transaction(myBase, false);
    Properties cocoTransProps = new Properties( );
    cocoTransProps.put(“preserveCommit”,“true”);
    cocoTransProps.put(“commitconnection”,“true”);
    cocoTransProps.put(“throwExceptions”,“true”);
    cocoTransProps.put(“updateOnlyChangedColumns”,“true”);
    cocoTxn.setProperties(cocoTransProps);
    // Begin a new transaction.
    cocoTxn.begin( );
    ...
  • Then open a CocoBase Navigator object with the Navigation model to be used and also we register the Transaction object with the Navigation model:
    // Instantiate a Navigator with the Link model created from
    // the UML/XMI document
    thought.CocoBase.navapi.Navigator navigator =
     new thought.CocoBase.navapi.Navigator (myBase, “company”);
    // Assign the current transaction to the Navigator
    navigator.setTransaction(cocoTxn);
  • Now select the top level node to work with. Notice our use of a CocoProxyM class which ‘wrappers’ the pure java object model class and gives the class the compatibility with CocoBase through java reflection instead of requiring any special interfaces in the java class itself:
    // Setup our object to query
    Department dept = new Department( );
    department.setName(“SALES”);
    // This will read & bind all ‘Department’ objects to the transaction.
    Vector deptVector = myBase.selectAll(
          new thought.CocoBase.CocoProxyM(dept),“Department”);
  • The CocoProxyM is optional, the code example below shows the same call without its usage.
    // This will read & bind all ‘Department’ objects to the transaction.
    Vector deptVector = myBase.selectAll(dept,“Department”);
  • Now it is possible to step through each of these objects and tell the retrieved object to be navigated through the loadAllLinks method which does the automatic navigation for that object:
    for(int i=0; i< deptVector.size( ); i++) {
     Department d = (Department)deptVector.elementAt(i);
     // Because the cascadeLoad flag is set to true in the direction
     // Department->Employees, the employees link will load automatically
     d = navigator.loadAllLinks(d,“Department”);
     ...
     Vector emps = d.getEmployees( );
     for (int j=0; j<emps.size( ); j++) {
      // raise salaries by 20%
      emp.setSalary(emp.getSalary( )*1.2);
      ...
     }
     ...
     // Once changes are made to an object graph those changes can be
     // synchronized using the updateAllLinks method such as:
     navigator.updateAllLinks(d,“Department”,true);
    }

    You can then commit the buffered changes with:
    cocoTxn.commit( );
    These code introductions are quite small, and can be done entirely server side with Entity or Session beans in J2EE environments with no model or object model intrusion. And for local non-J2EE applications the application intrusion is incredibly small, requiring a single method call for each root node.
    The Navigator supports one-to-one, one-to-many and many-to-many relationships with cycle detection. It also detects this locally (i.e. in the client application) or by reconciling serialized or copied objects without any kind object model or bytecode intrusion. This is truly transparent persistence that is architected and designed for the VM oriented Java language.
    There are also more advanced applications included in the demos/pguide/navapi subdirectory that demonstrate one-to-one, one-to-many and many-to-many relationships as well as an EJB using the Navigator system to manage a graph of java objects.
    The Example below is not directed to persistence of the Navigation model for the above Cityinfo application, but the concepts can be easily applied to the Cityinfo application to provide transparent persistence.
  • First, open a CocoBase CBFacade Transparent Persistence connection as follows:
    // Set up the connection class - can be Local or Remote with EJB Server
    CBFacade cbf =
    CBFacade.create(“thought.CocoBase.CBFacadeLocal”);
    Properties props = new Properties( );
    props.put(“cocosource.name”,args[0]);
    props.put(“cocosource.jdbcdriver”,args[1]);
    props.put(“cocosource.url”,args[2]);
    props.put(“cocosource.user”,args[3]);
    props.put(“cocosource.password”,args[4]);
    props.put(“cocosource.navmodel”,“CompanyAppLinks”);
    cbf.connect(props);
    ...
  • Now select the top level node to work with. Notice our use of a CocoProxyM class which ‘wrappers’ the pure java object model class and gives the class the compatibility with CocoBase through java reflection instead of requiring any special interfaces in the java class itself:
    // Setup our object to query
    Department dept = new Department( );
    department.setName(“SALES”);
    // This will read & bind all ‘Department’ objects to the transaction.
    Vector deptVector = cbf.loadAll(dept,“Department”);
  • Now it is possible to step through each of these objects and tell the retrieved object to be navigated through the loadAll method which does the automatic navigation for that object:
    for(int i=0; i< deptVector.size( ); i++) {
     Department d = (Department)deptVector.elementAt(i);
     // Because the cascadeLoad flag is set to true in the direction
     // Department->Employees, the employees link will load automatically
     d = cbf.loadAll(d,“Department”);
     ...
     Vector emps = d.getEmployees( );
     for (int j=0; j<emps.size( ); j++) {
      // raise salaries by 20%
      emp.setSalary(emp.getSalary( )*1.2);
      ...
     }
     ...
     // Once changes are made to an object graph those changes can be
     // synchronized using the save method such as:
     cbf.save(d,“Department”);
    }

    You can then commit the buffered changes with:
    cbf.commit( );
    These code introductions are quite small, and can be done entirely server side with Entity or Session beans in J2EE environments with no model or object model intrusion. And for local non-J2EE applications the application intrusion is incredibly small, requiring a single method call for each root node.
    Both the above architecture and two implementations presented herein are uniquely suited to work in every appliction from the tiny local app to the enterprise J2EE and to do so with superior performance and manageability.

Claims (17)

1. A system for creating or maintaining transparent persistence of a member selected from the group consisting of a data object, an object graph model and a portion of an object graph model when a user of the system is creating, maintaining, accessing or navigating complex data objects as a CDOG model, comprising:
a) a set of definitions for the relationships between a data source schema and objects capable of storing data for an object language application, wherein the set of definitions is stored in a repository;
b) a set of definitions for the relationships between objects for an object language application, wherein the set of definitions is part of an object application navigation model;
c) a list of objects, or a set of objects that are to be persisted, wherein the list of objects or set of objects is part of an object application navigation model;
d) an object or set of objects as a programming module that contains the logic capable of persisting an indicated object or set of objects;
e) an input method to provide the programming module of d) with the location of information related to a), b) and c), and
f) at least one data source to in which persisted data may be stored.
2. A system according to claim 1, that does not require any modifications to an object model or the inclusion of any persistence byte code in the object model in order to provide persistence for all or a portion of the the CDOG model.
3. A system according to claim 2, that provides persistence for a CDOG model on a distributed network environment.
4. A system according to claim 1, further providing a system for displaying, updating or creating the data or structure of one or more data objects, and optionally its links to other objects of an object model, by utilizing a displayable presentation page format wherein the displayable presentation page source code contains embedded object programming code, and persisting one or more of a member selected from the group consisting of an object, the data of an object, links of an object, or an object model by having the object programming code embedded in the displayable presentation page directly or indirectly communicate with at least one programming object that has has implemented in its object programming logic methods for getting, setting, resetting and loading of data, and wherein the programming object also includes programming code for communicating directly or indirectly with a persistence manager API or persistence library to persist one or more members selected from the group consisting of an object, the data of an object, a link to another object in an object model, and an object model.
5. A system according to claim 4, wherein the displayable presentation page is a JSP that is associated with a first Java object referenced within the JSP source code, which is a JSP processor class object, that is in turn associated with a second Java object referenced by the first Java Object with embedded business logic that reflects the data of the first business object and can be tailored to provide additional business logic for forward and reverse conversion of data types acceptable for the JSP into data types to be stored in a data source.
6. A system according to claim 1, for creating or maintaining transparent persistence of a member selected from the group consisting of a data object, an object graph model and a portion of an object graph model when a user of the system is creating, maintaining, accessing or navigating complex data objects as a CDOG model, further comprising a generic ejb stateful session bean.
7. A system according to claim 1, that does not require any modifications to an object model or the inclusion of any persistence byte code in the object model in order to provide persistence for all or a portion of the the CDOG model, further comprising a generic ejb stateful session bean.
8. A system according to claim 2, that provides persistence for a CDOG model on a distributed network environment, further comprising a generic ejb stateful session bean.
9. A software module, or set of modules, for creating or maintaining transparent persistence of a member selected from the group consisting of a data object, an object graph model and a portion of an object graph model when a user of the system is creating, maintaining, accessing or navigating complex data objects as a CDOG model, comprising:
i) a software module for creating a set of definitions for the relationships between a data source schema and objects capable of storing data for an object language application, wherein the software module is capable of causing the storage of the set of definitions in a repository;
ii) a software module for creating and accessing a set of definitions for the relationships between objects for an object language application, wherein the software module is capable of causing storage of the set of definitions in a navigation model;
iii) a software module providing an input means for a member selected from an object name, a list of objects, or a set of objects that are to be persisted, wherein the software module is capable of capable of causing the storage of the input as part of a navigation model that can be access by ii);
iv) a software module containing the programming logic to persist an object or set of objects based upon access to (a) a set of definitions for the relationships between a data source schema and objects capable of storing data for an object language application, (b) a set of definitions for the relationships between objects for an object language application, and (c) an object name, a list of objects, or a set of objects that are to be persisted, and
v) a software module having an input method capable of informing iv) of the location of information relating to iv)(a), iv)(b) and iv)(c).
10. A software module, or set of modules, according to claim 9, for creating or maintaining transparent persistence of a member selected from the group consisting of a data object, an object graph model and a portion of an object graph model when a user of the system is creating, maintaining, accessing or navigating complex data objects as a CDOG model, comprising software code for generating, accessing, or maintaining a generic ejb stateful session bean object.
11. A software module, or set of modules, according to claim 9, that does not require any modifications to an object model or the inclusion of any persistence byte code in the object model in order to provide persistence for all or a portion of the the CDOG model, comprising software code for generating, accessing, or maintaining a generic ejb stateful session bean object.
12. A software module, or set of modules, according to claim 9, that that provides persistence for a CDOG model on a distributed network environment.
13. A software module, or set of modules, according to claim 9, that includes software modules automatically generated from a relational data source schema, or generated from an object to relational mapping resource, said software modules comprising:
a). at least one presentation page having embedded within its source code object language programming logic that references attributes of a data object and also referencing at least one associated programming object for excuting commands associated with navigating the presentation page, wherein the presentation page has an ability to display the data of an object in an object model, and to optionally display information regarding at least one link of that object to another object in an object model and/or to provide a labeled link button for navigating to the presentation page of a linked object in an object model, and
b). at least one associated corresponding programming object containing programming logic for communicating with the presentation page and executing commands associated with such navigation, and further containing logic for directly or indirectly communicating with a persistence manager API, or persistence library, that can persist the object, its data and/or links to other objects in an object model as its presentation page is being navigated, and
c). optionally comprising a set of related navigatable presentation pages and their associated programming objects as described in (a) and (b) above, which collectively represent the linked objects of a specified object model.
d). optionally comprising an ability to query against the object graph using a object query facility or syntax.
14. A method for visually navigating an object model while dynamically creating, updating and persisting such an object model to a data source by utilizing the software modules of claim 13, whereby a navigation model may be navigated in at least one direction and any changes to one or more of members selected from the group consisting of the data of an object, an object, a link between an object, or an object model can be dynamically persisted to a data source.
15. A method of claim 13, comprising a set of related navigatable presentation pages and their associated programming objects as described in (a) and (b), which collectively represent the linked objects of a specified object model.
16. A method according to claim 13, wherein the object query facility utilizes EJB-QL query syntax or similar syntax.
17. A method according to claim 15, wherein the object query facility utilizes EJB-QL query syntax or similar syntax.
US11/432,729 2003-03-06 2006-05-11 Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships Abandoned US20070016608A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/432,729 US20070016608A1 (en) 2003-03-06 2006-05-11 Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/382,302 US7103600B2 (en) 2003-03-06 2003-03-06 Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships
US11/432,729 US20070016608A1 (en) 2003-03-06 2006-05-11 Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/382,302 Continuation US7103600B2 (en) 2003-03-06 2003-03-06 Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships

Publications (1)

Publication Number Publication Date
US20070016608A1 true US20070016608A1 (en) 2007-01-18

Family

ID=32926870

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/382,302 Expired - Fee Related US7103600B2 (en) 2003-03-06 2003-03-06 Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships
US11/432,729 Abandoned US20070016608A1 (en) 2003-03-06 2006-05-11 Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/382,302 Expired - Fee Related US7103600B2 (en) 2003-03-06 2003-03-06 Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships

Country Status (1)

Country Link
US (2) US7103600B2 (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060064433A1 (en) * 1994-12-15 2006-03-23 Ufil Unified Data Technolgies, Ltd. Method and apparatus for binary-oriented set sequencing
US20070192364A1 (en) * 2005-12-29 2007-08-16 International Business Machines Corporation Apparatus and method for porting of business logic among computer platforms
US20110191383A1 (en) * 2010-02-01 2011-08-04 Oracle International Corporation Orchestration of business processes using templates
US20110218842A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Distributed order orchestration system with rules engine
US20110218922A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Cost of change for adjusting long running order management fulfillment processes for a distributed order orchestration sytem
US20110218923A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Task layer service patterns for adjusting long running order management fulfillment processes for a distributed order orchestration system
US20110218921A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Notify/inquire fulfillment systems before processing change requests for adjusting long running order management fulfillment processes in a distributed order orchestration system
US20110219218A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Distributed order orchestration system with rollback checkpoints for adjusting long running order management fulfillment processes
US20110218926A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Saving order process state for adjusting long running order management fulfillment processes in a distributed order orchestration system
US20110218813A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Correlating and mapping original orders with new orders for adjusting long running order management fulfillment processes
US20110218924A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Distributed order orchestration system for adjusting long running order management fulfillment processes with delta attributes
US20110218925A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Change management framework in distributed order orchestration system
US20110218927A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Compensation patterns for adjusting long running order management fulfillment processes in an distributed order orchestration system
US20110252399A1 (en) * 2003-11-05 2011-10-13 International Business Machines Corporation Configurable java server pages processing framework
US8762322B2 (en) 2012-05-22 2014-06-24 Oracle International Corporation Distributed order orchestration system with extensible flex field support
US20140289256A1 (en) * 2008-11-26 2014-09-25 International Business Machines Corporation Method and system for managing faceted data
US8924395B2 (en) 2010-10-06 2014-12-30 Planet Data Solutions System and method for indexing electronic discovery data
US9658901B2 (en) 2010-11-12 2017-05-23 Oracle International Corporation Event-based orchestration in distributed order orchestration system
US9672560B2 (en) 2012-06-28 2017-06-06 Oracle International Corporation Distributed order orchestration system that transforms sales products to fulfillment products
CN108628995A (en) * 2018-05-02 2018-10-09 济南浪潮高新科技投资发展有限公司 A kind of real estate monitoring system and method based on Cartographic Technique
US10552769B2 (en) 2012-01-27 2020-02-04 Oracle International Corporation Status management framework in a distributed order orchestration system
US10891118B2 (en) * 2017-01-27 2021-01-12 Intuit Inc. Object graph traversal and processing

Families Citing this family (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020107792A1 (en) * 2001-02-02 2002-08-08 Harvey Anderson System and method for facilitating billing allocation within an access controlled environment via a global network such as the internet
US20040030603A1 (en) * 2002-08-09 2004-02-12 Grundfest Joseph A. System and method for facilitating management of a matter online within an access controlled environment
US7103600B2 (en) * 2003-03-06 2006-09-05 Thought Inc. Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships
US8301661B2 (en) * 2003-07-28 2012-10-30 Roy Gelbard Generic information system builder and runner
US7533365B1 (en) * 2004-02-03 2009-05-12 Borland Software Corporation Development system with methodology for run-time restoration of UML model from program code
US7716274B1 (en) * 2004-04-14 2010-05-11 Oracle America, Inc. State data persistence in a distributed computing environment
US7761865B2 (en) * 2004-05-11 2010-07-20 Sap Ag Upgrading pattern configurations
US7702725B2 (en) * 2004-07-02 2010-04-20 Hewlett-Packard Development Company, L.P. Digital object repositories, models, protocol, apparatus, methods and software and data structures, relating thereto
US8214799B2 (en) * 2004-07-08 2012-07-03 Microsoft Corporation Providing information to an isolated hosted object via system-created variable objects
US7644077B2 (en) * 2004-10-21 2010-01-05 Microsoft Corporation Methods, computer readable mediums and systems for linking related data from at least two data sources based upon a scoring algorithm
US7769747B2 (en) * 2004-12-02 2010-08-03 International Business Machines Corporation Method and apparatus for generating a service data object based service pattern for an enterprise Java beans model
US7792851B2 (en) * 2004-12-02 2010-09-07 International Business Machines Corporation Mechanism for defining queries in terms of data objects
DE602005015076D1 (en) * 2005-02-11 2009-08-06 Sap Ag Context menu that provides dependency relationships for items of various kinds
US7707547B2 (en) * 2005-03-11 2010-04-27 Aptana, Inc. System and method for creating target byte code
US7844958B2 (en) * 2005-03-11 2010-11-30 Aptana, Inc. System and method for creating target byte code
US8661459B2 (en) 2005-06-21 2014-02-25 Microsoft Corporation Content syndication platform
US9104773B2 (en) 2005-06-21 2015-08-11 Microsoft Technology Licensing, Llc Finding and consuming web subscriptions in a web browser
US20070178968A1 (en) * 2006-01-31 2007-08-02 Microsoft Corporation Displaying game asset relationship in a game development environment
US7836055B2 (en) * 2006-01-31 2010-11-16 Microsoft Corporation XNA relationship management
US7509341B2 (en) * 2006-02-03 2009-03-24 Sharp Laboratories Of America, Inc. Stateless-object software environment
US8280843B2 (en) * 2006-03-03 2012-10-02 Microsoft Corporation RSS data-processing object
US8359298B2 (en) 2006-04-03 2013-01-22 International Business Machines Corporation Method, system, and program product for managing adapter association for a data graph of data objects
US20070282863A1 (en) * 2006-05-30 2007-12-06 Schacher Ritchard L Method, system, and program product for providing proxies for data objects
US8065688B2 (en) 2007-01-23 2011-11-22 Microsoft Corporation Transparently capturing the causal relationships between requests across distributed applications
US7788275B2 (en) * 2007-09-18 2010-08-31 Microsoft Corporation Customization of relationship traversal
US8914774B1 (en) 2007-11-15 2014-12-16 Appcelerator, Inc. System and method for tagging code to determine where the code runs
US8954989B1 (en) 2007-11-19 2015-02-10 Appcelerator, Inc. Flexible, event-driven JavaScript server architecture
US8260845B1 (en) 2007-11-21 2012-09-04 Appcelerator, Inc. System and method for auto-generating JavaScript proxies and meta-proxies
US8719451B1 (en) 2007-11-23 2014-05-06 Appcelerator, Inc. System and method for on-the-fly, post-processing document object model manipulation
US8566807B1 (en) 2007-11-23 2013-10-22 Appcelerator, Inc. System and method for accessibility of document object model and JavaScript by other platforms
US8819539B1 (en) 2007-12-03 2014-08-26 Appcelerator, Inc. On-the-fly rewriting of uniform resource locators in a web-page
US8806431B1 (en) 2007-12-03 2014-08-12 Appecelerator, Inc. Aspect oriented programming
US8756579B1 (en) 2007-12-03 2014-06-17 Appcelerator, Inc. Client-side and server-side unified validation
US8527860B1 (en) 2007-12-04 2013-09-03 Appcelerator, Inc. System and method for exposing the dynamic web server-side
US8938491B1 (en) 2007-12-04 2015-01-20 Appcelerator, Inc. System and method for secure binding of client calls and server functions
US8335982B1 (en) 2007-12-05 2012-12-18 Appcelerator, Inc. System and method for binding a document object model through JavaScript callbacks
US8639743B1 (en) 2007-12-05 2014-01-28 Appcelerator, Inc. System and method for on-the-fly rewriting of JavaScript
US8285813B1 (en) 2007-12-05 2012-10-09 Appcelerator, Inc. System and method for emulating different user agents on a server
US8291079B1 (en) 2008-06-04 2012-10-16 Appcelerator, Inc. System and method for developing, deploying, managing and monitoring a web application in a single environment
US8880678B1 (en) 2008-06-05 2014-11-04 Appcelerator, Inc. System and method for managing and monitoring a web application using multiple cloud providers
US7596620B1 (en) 2008-11-04 2009-09-29 Aptana, Inc. System and method for developing, deploying, managing and monitoring a web application in a single environment
EP2486698B1 (en) * 2009-09-23 2013-06-12 Correlix Ltd. Method and system for reconstructing transactions in a communication network
US10394778B2 (en) 2010-09-03 2019-08-27 Robert Lewis Jackson, JR. Minimal representation of connecting walks
US9177041B2 (en) * 2010-09-03 2015-11-03 Robert Lewis Jackson, JR. Automated stratification of graph display
US8538963B2 (en) * 2010-11-16 2013-09-17 International Business Machines Corporation Optimal persistence of a business process
CN102609255B (en) * 2012-01-19 2015-09-23 中国科学院计算机网络信息中心 A kind of generation method of Spring IOC configuration file
CA2865422C (en) * 2012-02-23 2020-08-25 Ajay JADHAV Persistent node framework
US9613112B2 (en) * 2013-03-15 2017-04-04 Miosoft Corporation Structuring data
US9665403B2 (en) 2013-03-15 2017-05-30 Miosoft Corporation Executing algorithms in parallel
US10402308B2 (en) * 2015-12-09 2019-09-03 Sap Se Sandboxing for custom logic
US10521223B1 (en) 2017-08-22 2019-12-31 Wells Fargo Bank, N.A. Systems and methods of a metadata orchestrator augmenting application development
CN111782703B (en) * 2020-07-07 2024-02-27 北京润华信通科技有限公司 Method and system for automatically managing and displaying association relation between irrigation area object data
CN112632098A (en) * 2020-12-18 2021-04-09 平安普惠企业管理有限公司 Dynamic generation method of structured query statement and related equipment
US11665174B2 (en) * 2021-01-29 2023-05-30 Raytheon Company Method and system for multi-tiered, multi-compartmented DevOps
CN115617819B (en) * 2022-12-19 2023-03-14 思创数码科技股份有限公司 Data storage method, system, computer device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6003040A (en) * 1998-01-23 1999-12-14 Mital; Vijay Apparatus and method for storing, navigating among and adding links between data items in computer databases
US6401101B1 (en) * 1998-06-01 2002-06-04 Trident Systems, Inc. Method, server/computer and data structure for implementation of complex objects in an object-oriented database
US7103600B2 (en) * 2003-03-06 2006-09-05 Thought Inc. Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6633889B2 (en) * 2001-01-17 2003-10-14 International Business Machines Corporation Mapping persistent data in multiple data sources into a single object-oriented component

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6003040A (en) * 1998-01-23 1999-12-14 Mital; Vijay Apparatus and method for storing, navigating among and adding links between data items in computer databases
US6401101B1 (en) * 1998-06-01 2002-06-04 Trident Systems, Inc. Method, server/computer and data structure for implementation of complex objects in an object-oriented database
US7103600B2 (en) * 2003-03-06 2006-09-05 Thought Inc. Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060064433A1 (en) * 1994-12-15 2006-03-23 Ufil Unified Data Technolgies, Ltd. Method and apparatus for binary-oriented set sequencing
US20110252399A1 (en) * 2003-11-05 2011-10-13 International Business Machines Corporation Configurable java server pages processing framework
US8423978B2 (en) * 2003-11-05 2013-04-16 International Business Machines Corporation Configurable java server pages processing framework
US20070192364A1 (en) * 2005-12-29 2007-08-16 International Business Machines Corporation Apparatus and method for porting of business logic among computer platforms
US9864794B2 (en) * 2008-11-26 2018-01-09 International Business Machines Corporation Method and system for managing faceted data
US20140289256A1 (en) * 2008-11-26 2014-09-25 International Business Machines Corporation Method and system for managing faceted data
US20110191383A1 (en) * 2010-02-01 2011-08-04 Oracle International Corporation Orchestration of business processes using templates
US8402064B2 (en) 2010-02-01 2013-03-19 Oracle International Corporation Orchestration of business processes using templates
US20110219218A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Distributed order orchestration system with rollback checkpoints for adjusting long running order management fulfillment processes
US9904898B2 (en) 2010-03-05 2018-02-27 Oracle International Corporation Distributed order orchestration system with rules engine
US20110218924A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Distributed order orchestration system for adjusting long running order management fulfillment processes with delta attributes
US20110218925A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Change management framework in distributed order orchestration system
US20110218927A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Compensation patterns for adjusting long running order management fulfillment processes in an distributed order orchestration system
US20110218926A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Saving order process state for adjusting long running order management fulfillment processes in a distributed order orchestration system
US20110218921A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Notify/inquire fulfillment systems before processing change requests for adjusting long running order management fulfillment processes in a distributed order orchestration system
US20110218923A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Task layer service patterns for adjusting long running order management fulfillment processes for a distributed order orchestration system
US10789562B2 (en) * 2010-03-05 2020-09-29 Oracle International Corporation Compensation patterns for adjusting long running order management fulfillment processes in an distributed order orchestration system
US8793262B2 (en) 2010-03-05 2014-07-29 Oracle International Corporation Correlating and mapping original orders with new orders for adjusting long running order management fulfillment processes
US20110218922A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Cost of change for adjusting long running order management fulfillment processes for a distributed order orchestration sytem
US10395205B2 (en) 2010-03-05 2019-08-27 Oracle International Corporation Cost of change for adjusting long running order management fulfillment processes for a distributed order orchestration system
US9269075B2 (en) 2010-03-05 2016-02-23 Oracle International Corporation Distributed order orchestration system for adjusting long running order management fulfillment processes with delta attributes
US10061464B2 (en) 2010-03-05 2018-08-28 Oracle International Corporation Distributed order orchestration system with rollback checkpoints for adjusting long running order management fulfillment processes
US20110218813A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Correlating and mapping original orders with new orders for adjusting long running order management fulfillment processes
US20110218842A1 (en) * 2010-03-05 2011-09-08 Oracle International Corporation Distributed order orchestration system with rules engine
US8924395B2 (en) 2010-10-06 2014-12-30 Planet Data Solutions System and method for indexing electronic discovery data
US9658901B2 (en) 2010-11-12 2017-05-23 Oracle International Corporation Event-based orchestration in distributed order orchestration system
US10552769B2 (en) 2012-01-27 2020-02-04 Oracle International Corporation Status management framework in a distributed order orchestration system
US8762322B2 (en) 2012-05-22 2014-06-24 Oracle International Corporation Distributed order orchestration system with extensible flex field support
US9672560B2 (en) 2012-06-28 2017-06-06 Oracle International Corporation Distributed order orchestration system that transforms sales products to fulfillment products
US10891118B2 (en) * 2017-01-27 2021-01-12 Intuit Inc. Object graph traversal and processing
CN108628995A (en) * 2018-05-02 2018-10-09 济南浪潮高新科技投资发展有限公司 A kind of real estate monitoring system and method based on Cartographic Technique

Also Published As

Publication number Publication date
US7103600B2 (en) 2006-09-05
US20040177093A1 (en) 2004-09-09

Similar Documents

Publication Publication Date Title
US7103600B2 (en) Displayable presentation page and SQL searchable relational data source implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships
US7167862B2 (en) Session bean implementation of a system, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships
US7043481B2 (en) System, method and software for creating, maintaining, navigating or manipulating complex data objects and their data relationships
US20030046266A1 (en) System, method and software for creating or maintaining distributed transparent persistence of complex data objects and their data relationships
JP5065056B2 (en) Method, computer program, and system for processing a workflow (integrating data management operations into a workflow system)
US6243709B1 (en) Method and apparatus for loading stored procedures in a database corresponding to object-oriented data dependencies
US8499281B2 (en) Identifying impact of database changes on an application
US7865900B2 (en) Systems and methods for providing mockup business objects
US20080189240A1 (en) System, method and software for creating or maintaining local or distributed mapping and transparent persistence of complex data objects and their data relationships
US20050071805A1 (en) Developing applications using a metamodel
US20050071803A1 (en) Development environment for developing applications using a metamodel
WO1999052044A1 (en) A system and method for accessing data stores as objects
US7212212B2 (en) Context attribute determination
JP2006504194A (en) Transparent EJB support and horizontal data partitioning
Schmoelzer et al. The entity container-an object-oriented and model-driven persistency cache
EP1040432B1 (en) Method and apparatus for loading stored procedures in a database corresponding to object-oriented data dependencies
WO2003077123A1 (en) Displayable presentation page
Perkins Working with NHibernate 3.0
Talby et al. The design and implementation of a metadata repository
WO2003077113A1 (en) Session bean implementation for distributed transparent persistence of complex data objects
Myatt Creating Java Enterprise Projects
Foderick Object-relational Mapping–First Steps
Java Creating Java Enterprise Projects
Barzewski et al. Java Programming with SAP NetWeaver
Linwood et al. Building a Simple Application

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION