US5684984A - Synchronization and replication of object databases - Google Patents

Synchronization and replication of object databases Download PDF

Info

Publication number
US5684984A
US5684984A US08/314,951 US31495194A US5684984A US 5684984 A US5684984 A US 5684984A US 31495194 A US31495194 A US 31495194A US 5684984 A US5684984 A US 5684984A
Authority
US
United States
Prior art keywords
changes
information item
objects
folder
information
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.)
Expired - Lifetime
Application number
US08/314,951
Inventor
Anne Jones
Craig Zarmer
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.)
Apple Inc
Original Assignee
Apple Computer Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Apple Computer Inc filed Critical Apple Computer Inc
Priority to US08/314,951 priority Critical patent/US5684984A/en
Assigned to APPLE COMPUTER, INC. reassignment APPLE COMPUTER, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: JONES, ANNE, ZARMER, CRAIG
Application granted granted Critical
Publication of US5684984A publication Critical patent/US5684984A/en
Assigned to APPLE INC. reassignment APPLE INC. CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: APPLE COMPUTER, INC.
Anticipated expiration legal-status Critical
Expired - Lifetime 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/275Synchronous replication
    • 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/964Database arrangement
    • Y10S707/966Distributed
    • 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/99943Generating database or data structure, e.g. via user interface

Definitions

  • the present invention relates to the synchronization and replication of databases and is particularly applicable to information creation, management and publication of a type typically peformed by online services.
  • Online services (such as Compuserve, Genie, Prodigy, America Online, and more recently e•World, among others) have become increasing popular as the price of computers and modems has decreased.
  • media attention has been directed toward the "information super-highway," particularly the Internet, subscription to and usage of online services of all descriptions has continued to increase.
  • Lotus Notes At least one commercial software product, Lotus Notes, partially addresses the problem of synchronization.
  • Lotus Notes is a "groupware" application that provides some ability to synchronize changes made to the same information items at different sites. However, it is limited in the options it provides for resolving conflicts in those changes.
  • the present invention provides a method of synchronizing information between a plurality of sites and a central location that solves number of potentially "thorny" problems of distributed database systems in an elegant and efficient manner.
  • the first issue involves synchronizing different copies of an item on machines that are not continuously linked at which each copy may be changed independently. Rather than attempting to formulate a set of synchronization policies generally applicable to all items in all instances, synchronization policies are moved from the database engine to the items themselves.
  • the second issue involves lifetime--knowing, given a complex set of interrelationship of items, when an item may be safely deleted. This problem is addressed by providing an interested party mechanism whereby items may "express interest" in each other. When no item is interested in a particular item, that item may safely "go away.”
  • the method of synchronizing information provides the basis of a powerful yet easy to use electronic publishing tool for information providers and online service operators.
  • the electronic publishing tool allows information providers to manage the content they provide to online services. It also reduces the effort required by operations staff of online services to support a growing number of information providers. Finally, the electronic publishing tool allows content to be captured from information providers so that it can be published onto a variety of platforms with minimal additional effort.
  • AppleLink CD allows a portion of the "static" content of an online service such as AppleLink to be published and distributed in CD form, with the result that the content is infinitely reusable without incurring connect charges.
  • information previously published on one online service may be published on one or more other online services, or information may be published on several online services at the same time.
  • the electronic publishing tool is based on a modular server architecture.
  • the electronic publishing tool uses an object-oriented, extensible representation of content and provides an infrastructure for the storage of objects, synchronization of changes to objects between an information provider and an online service, and interfaces (gateways) to foreign systems such as another online service.
  • information providers will have one system running one version of the electronic publishing tool at their site. That version will communicate with another version of the electronic publishing tool system run by a central service, such as an online service, which in turn will publish onto various platforms.
  • a central service such as an online service
  • FIG. 1 is a block diagram of an electronic publishing system incorporating the electronic publishing tool of the present invention
  • FIG. 2 is a diagram of a main folder display screen
  • FIG. 3 is a diagram illustrating display of a text document with attached file
  • FIG. 4 is a diagram of a File menu display
  • FIG. 5 is a diagram of an Edit menu display
  • FIG. 6 is a diagram of an Info menu display
  • FIG. 7 is a diagram of a Folder Content Info dialog box
  • FIG. 8 is a diagram of a Reference Info dialog box
  • FIG. 9 is a diagram of a Document Info dialog box
  • FIG. 10 is a diagram of an Export Preferences dialog box
  • FIG. 11 is a diagram of an Idle Sync Preferences dialog box
  • FIG. 12 is a diagram of an Settings menu display available in a central version of the electronic publishing tool
  • FIG. 13 is a block diagram of the electronic publishing tool of FIG. 1;
  • FIG. 14 is a class hierarchy diagram of the electronic publishing tool of FIG. 13.
  • FIG. 15 is a diagram of "interested party" relationships in the electronic publishing tool of FIG. 13.
  • Apple Macintosh computer system its system software, system software extensions, related applications including AppleTalk Remote Access (ARA), and related program development software, including MacApp.
  • ARA AppleTalk Remote Access
  • MacApp is so-called "dial-in” software that provides access to computer networks, file servers, electronic mail servers, etc.
  • MacApp is a program development library for object-oriented programming. It should be understood, however, that the invention is broadly applicable to graphical, event-driven computer systems of all types as well as to different operating environments and different graphical user interfaces including, for example, X Windows, AUX, Microsoft Windows, MOTIF, etc.
  • the underlying architecture of the invention is portable to a variety of other hardware and software platforms.
  • the present electronic publishing tool is embodied in two different forms, or two different software versions.
  • One version (the IP version) is for use by information providers (IPs)
  • the other version (the CS version) is for use by a central service, such as an online service, by its operations staff.
  • IPs information providers
  • CS version a central service
  • the two versions differ mainly in that the IP version has several functions removed from the user interface.
  • the IP version allows for day-to-day content import and management with minimal support.
  • the central service version because central service operations are more complex and may be expected to continually evolve, will typically have user interfaces requiring more training and/or support.
  • Information providers and operations staff of the central service use the electronic publishing tool to import content, to arrange it in a navigation structure (e.g., a folder-like hierarchy), and designate portions to be published onto various platforms.
  • IPs use their version to import, create, and manage their collection-based content for the central service.
  • Collection-based content refers to static, hierarchical, read-only material, as opposed to various types of interactive, subscriber-produced content such as e-mail, chat rooms, etc.
  • Collection-based content refers to static, hierarchical, read-only material, as opposed to various types of interactive, subscriber-produced content such as e-mail, chat rooms, etc.
  • the central service's version will run virtually unattended. It monitors the ARA server for changes from IPs. When changes are found, it incorporates those changes into its own database. The process of updating the central service's version to reflect changes made by an IP is referred to as synchronizing.
  • the central service's version begins generating a scripting language or other appropriate file (for example, a Rainman Pro file) that is sent for processing by a particular online service via an automatic file transfer program (AutoFTP).
  • a scripting language or other appropriate file for example, a Rainman Pro file
  • AutoFTP automatic file transfer program
  • the central service's version is such that operations staff can also interactively create and rearrange content just as IPs can (although this capability is expected to be used infrequently).
  • the main activity within the publishing zone 10 is performed by a central electronic publishing tool 29 (the CS version) in response to change files picked up from the primary IP server 27.
  • the central electronic publishing tool 29 may be a single copy of the CS version running on a single powerful PC or may be multiple copies each running on a separate PC and assigned to handle separate groups of IPs.
  • a network CS version of the electronic publishing tool may be run on a network of computers. The specific hardware implementation chosen is not important to the present invention.
  • the central electronic publishing tool 29 effects changes described in change files stored on the primmer IP server 27 by processing the change files using one more program entities specific to a particular online service or other service. Export files are then stored on a server 50 providing a "back-door" to a computer center 40 of the target service.
  • entity specific to e•World generates the files indicated above the dashed line in block 31, most importantly a Rainman Pro or "dot rmp" file, sssddt.rmp.
  • the particular user interface employed by the IP and CS versions of the electronic publishing tool is not important to the present invention, an exemplary user interface will be described in relation to FIG. 2 through FIG. 11. If the central service is an online service, human interface considerations may recommend an interface that closely resembles the subscriber interface of the online service.
  • the program functions described in relation to the tool may not be required and other functions may be added depending upon particular circumstances.
  • the following description assumes that the types of content objects supported by the electronic publishing tool include at least text documents, folders and enclosures. Other types of content objects, including books, pamphlets, chats, forms, etc., may or may not be supported.
  • the basic model for the user interface is assumed to be the Macintosh Finder.
  • the IP version of the electronic publishing tool presents the "root" of the publishers data.
  • Folders have three separate regions: head, body, and foot. Any item can be placed in any region.
  • the head and foot areas are special areas in which items can only be positioned manually, as opposed to the conventional body area in which items may be sorted. All of the head items will be displayed before the body items, and all of the body items will be displayed before the foot items.
  • the Head and Foot areas allow publishers to easily create areas for documents that will not be moved when the folder is resorted, for example a "What's New" folder in the Head or an "Archives” folder in the Foot. As items are added to the Head and Foot, these areas grow to accommodate the added items.
  • a manual sorting option allows selected item(s) in a folder to be dragged within the folder to reposition them.
  • selected items can be dragged on top of a contained folder to move them to that folder and can be dragged to folders shown in another window. Unlike Finder, however, for user convenience, these drag operations are undoable.
  • Open documents appear as in FIG. 3.
  • the document format supports "attachments," i.e. binary files that are transported without any changes being made to the data.
  • a document may reference and be referenced by other documents. Therefore, at the top of the document window is information about any file which is attached, and about how many other references there are to that document.
  • Buttons are displayed in the text document's window and are used to attach/detach a binary file to the text document or to extract an attached file (in a similar manner as in the known AppleLink application).
  • the name of the file which is also displayed at the top of the document window, is editable.
  • the menu bar When the electronic publishing tool is launched, a menu bar is displayed.
  • the menu bar contains a File Menu, an Edit Menu, and an Info Menu.
  • the File and Edit Menus provides various data manipulation capabilities, including creating new documents and folders, creating new links to existing objects, deleting objects (by dragging them to the electronic publishing tool trash folder, and then emptying the trash), moving objects between folders, positioning objects within a folder (head, body, and foot regions), attaching binary files to documents, and normal Macintosh text editing within a document (cut, copy, paste, etc.).
  • FIG. 4 shows the File Menu pulled down.
  • a New Folder, Document! command creates a new folder or document within an active open folder. For example a new text document might be created, at which time it is opened (FIG. 3). If a new document is closed and the user declines to save changes, the document is automatically removed from the folder.
  • An Open command opens a selected document, and a Close command closes the current window (except for the root window, which when active causes the Close command to be dimmed).
  • An Import command allows the user to select the source and type of a document the user wishes to import.
  • the imported document will appear in the active folder.
  • the electronic publishing tool will import the following external formats: Finder with XTND, BT-TEXT, Microsoft KnowledgeBase, and, in the case of the CS version, AppleLink CD.
  • the Finder with XTND format supports import of the Macintosh Finder hierarchy. Folders in the Finder are represented as folders in electronic publishing tool. All documents in formats supported by XTND are imported, provided the XTND translators are present. However, only the unstyled text from the body will be imported. All unknown formats or files with text larger than 32K are represented as attachments.
  • Finder folder name matches the electronic publishing tool folder name
  • users are given the option of either forcing the electronic publishing tool folder to match the Finder folder (by adding new items, updating changed items, removing missing items) or to create a completely new electronic publishing tool folder with the current Finder folder contents.
  • the BT-TEXT format is currently used by AppleLink IPs to maintain their searchable databases. Hierarchy and enclosures are not supported in this format. Likewise in the Microsoft KnowledgeBase format, hierarchy and enclosures are not supported.
  • the AppleLink CD format may be used with both the CS and IP versions of the electronic publishing tool. Hierarchy, text documents and enclosures are supported. Support for numerous other formats may be provided as desired.
  • the Export to Finder command When the Export to Finder command is selected, the current folder and all items under it are exported to the Finder.
  • the export is incremental, based on a comparison of the electronic publishing tool modification time and the Finder modification time.
  • items in the electronic publishing tool hierarchy having the same name as items in an existing Finder hierarchy are exported only if the electronic publishing tool version has been modified since the Finder version. (Since the representation of documents in the electronic publishing tool is somewhat "richer" than the convention Finder representation, Finder export may not be 100% inverted with a Finder import, as some information may be lost.)
  • a synchronization folder is created with change information from the time of the previous synchronization (or since a new database was started) to the present.
  • the electronic publishing tool asks the user where to put the synchronization folder.
  • the synchronization folder may be dragged to the CS version's file server via an ARA connection.
  • the Print command prints the active window's contents.
  • the Quit command quits the application.
  • FIG. 5 shows the Edit Menu pulled down.
  • standard cut/copy/paste/undo commands are provided for text editing.
  • the Undo command undoes the last action, where applicable.
  • all items seen and manipulated by the user are references to those items rather than the item itself, which is stored and managed separately in a manner described in greater detail hereinafter.
  • the Duplicate Reference command duplicates the references selected in the frontmost window. This command creates a new reference to the item--it does not duplicate the item (document or folder) pointed to. This new reference can then be dragged to another folder to set up double pointing.
  • the Move to Head, Body, Foot! command moves the selected item(s) to the appropriate spot in the designated region.
  • the trash can is a window representing the electronic publishing tool's own trash can (FIG. 2). It operates much as the regular Finder trash, but only on electronic publishing tool objects.
  • a user deletes items by dragging them to the trash.
  • a user empties the trash by selecting Empty Trash from the Edit menu.
  • the trash can be opened like any folder and items dragged back out of the trash to any other folder.
  • An item may be an object itself or merely a reference to an object. If an object has more than one reference to it, then deleting a reference deletes only that reference. When the last reference is placed in the trash, and when the trash is emptied, then the object referred to will be permanently removed from memory.
  • the Info Menu relates specifically to publishing kinds of operations.
  • the Into Menu contains a Folder Content Info command, a Reference Info command, and a Document Info command.
  • the Folder Content Info command brings up a Folder Content dialog box, illustrated in FIG. 7.
  • This dialog allows a user to set the folder title, sort order, title string generation, and default number of days that new references should have until they expire.
  • the dialog applies to the active window if the window displays a folder and none of the items are selected. It applies to the selected item if that item is a folder. Otherwise it is unavailable.
  • the Folder Content dialog box is also used to set a "What's New” mode and to set an "owning IP.”
  • New or changed documents can automatically have an additional reference in a folder that represents new information.
  • Each folder can be set to have its own What's New folder, to use all parent's What's New folders, in which case What's New processing follows the mode of each parent folder with changes being filtered up the hierarchy, or to not participate in What's New processing.
  • the mode of What's New processing may be determined by the central service.
  • Objects are designated as belonging to a particular IP, and an object can only be modified at that IP's site. (The central service is itself considered an IP.)
  • IP site objects are automatically assigned to belong to that IP.
  • objects initially belong to the central service but can be assigned to other IPs. For example, the process of setting up a new IP normally involves making some folders and assigning them to the new IP. Objects are locked against modification once they have been assigned to an IP. The exception is that the IP field can be changed up until the time that the information is sent to an IP.
  • the Reference Info command brings up the Reference Info dialog.
  • This dialog allows a user to set the "lifetime" of a selected reference, and if the user desires, the lifetime of all other references to the same document.
  • Information relating to publication to an online or other service, including the upload status and host ID, is shown in the central version of the application.
  • the Document Info command brings up a dialog box that affects the selected text document itself. It applies to the active window if the window shows a text document, or the selected item in a folder if the item is a text document. Otherwise it is unavailable. This dialog allows a user to set the document's title, and whether or not returns are added at the end of lines within the document.
  • Menu options for the CS version of the electronic publishing tool are somewhat different than those for the IP version, providing added functionality for central version.
  • One of the principal functions of the electronic publishing tool is to export content to an online service or other service.
  • Export is supported by creating a scripting language source file, such as an RMP source file, and other supporting files. Export will typically involve exporting all changes read in since the last export to the online service or other service.
  • a Settings menu is used to set folders used for IP synchronization and to set folders and parameters used to upload information to an online service or other service.
  • the Settings menu will have separate export settings commands for each such service. For simplicity, only one such command is illusutrated, a Rainman Export Settings command that lets the user set the Finder folders which are used for saving RMP export in, where RMP responses will be found, where RMP problems should be written, and where RMP backups should be stored.
  • the bottom half of the dialog allows the user to set up the mainframe computer parameters needed for uploading Rainman Plus files.
  • An Idle Sync Preferences command brings up a dialog which lets the user set the Finder folders to watch for incoming work, where to copy work in progress, and where to put problems.
  • Some additional commands are available only if idle sync preferences have been set. These include a Perform Sync Now command and a Read all RMP Responses command. Perform Sync Now forces a sync now, rather than waiting for a specified idle time. Read all RMP Responses forces reading responses now, rather than waiting for a specified idle time.
  • Sync one Folder is used to manually select and process one folder (created by a previous Publish Changes command).
  • Read one RMP Response File is used to manually select and process one response file.
  • Auto Publish mode synch and response reading is done in background. This mode is the normal unattended mode for operation.
  • An Enter Auto Publish command closes and saves open windows, then puts up a status dialog box and enters a mode wherein the only user options are to Exit Auto Publish or request an Emergency Exit from the dialog box.
  • a new database can be generated from the central service's master database that contains information relevant to a specific IP. This ability is intended for use in two situations: setting up a new IP, and providing a replacement database to an IP who has lost data.
  • the following user scenarios will provide a greater understanding of how the present electronic publishing to may be used to set up a new IP, update an IP, or enable recovery of an IP.
  • a New IP menu is selected and information is entered into the New IP dialog.
  • the top-level folders are created within the CS version hierarchy to represent the collections that an IP will manage. These new folders are transferred to the IP by using the Folder Info dialog and selecting the Set Owner button, then selecting the new IP.
  • the folders are designated for delivery to the IP, and are visible in the IP's root folder view as well. The folders immediately become locked against further changes. (The exception is that the owner can be changed until the contents are actually sent to the IP.)
  • IP Info menu is selected and the new IP is selected from the IP list.
  • An Export Entire IP Database button is used to produce a seed database for that IP.
  • the data folder that is created is sent to the IP, who can immediately begin adding content.
  • the folder is created at the central service in the CS version hierarchy. As before, the owning IP is changed to the desired IP. When all the new folders have been built, they are written out using the IP Info dialog, selecting the IP, and using an Export New Top Level Folder button. This does not produce an entire database, but only the new top level folders. This data folder is given to the IP who reads in the information on the new folder.
  • IP Info dialog and the Export Entire Database button will produce a new database containing all content relevant to the selected IP. This database is given to the IP, who can immediately begin to use it.
  • programmatic entities are, with few exceptions, objects consisting in logical terms of a state portion and a portion containing a method, or collection of methods, that respond to messages from other objects (or possibly the same object) to operate upon data within the state portion. In this sense, all of the entities are "active.”
  • the entities may be broadly divided, however, into entities that manage other entities and entities that are managed by other entities. Primary responsibility for the overall management of program entities lies with an Object manager ("ObjectMan.")
  • ObjectMan interfaces with a conventional database system (for example, C Index Pro, available from Trio Systems) to save objects to the database from main memory and restore them to main memory from the database.
  • ObjectMan is therefore responsible for in-memory usage of other objects.
  • Those objects may be of various classes including, as illustrated in FIG. 13, folder objects, text document (TDoc) objects, service objects and service information (SI) objects.
  • Folder objects and text document objects correspond generally to conventional folders and text documents, respectively, and are representative of "content objects," i.e., objects that represent information in a form that allows that information to be presented to a subscriber in some fashion.
  • Folders, text documents, and other content objects represent content generically, that is, without regard for which service or services, if any, the objects have been designated for publishing on.
  • Service-specific information is represented in service information objects associated with the genetic content objects.
  • Service objects on the other hand, used to translate a genetic object and an appropriate service information object into a file or set of files suitable for electronic publishing on a particular platform.
  • a service object might be a Rainman Pro (RMP) service object that produces output suitable for electronic publishing on e•World, for example.
  • RMP Rainman Pro
  • Another service object might be a Prodigy service object.
  • ObjectMan is also responsible for managing the persistent lifetimes of objects. In other words, given a potential community of entities "interested in" a particular object, including perhaps one or more objects at an IP site, one or more objects at the central service, and one or more service objects, ObjectMan determines when the particular object has outlived its usefulness and may be safely deleted from the database entirely.
  • ObjectMan is responsible for receiving broadcast change/synchronization notices from objects and relaying those notices to objects interested in those objects.
  • Each object receiving a broadcast change/synchronization notice is responsible for determining how it will respond to such notices.
  • One possible response is, if the object receiving the notice is a remote copy of the object sending the notice, to "play back" the changes made to the object sending the notice so as to synchronize with that object.
  • Another possible response might be to simply update a variable. For example, a folder F1 might contain and express interest in a folder F0. The folder F1 might further maintain a count of the total number of items contained within it and its folders. If a document were newly inserted in F0, then a broadcast change/synchronization notice would be sent to F1. In response to the notice, F1 would update its count to reflect the newly-added document.
  • ObjectMan is the persistent object store used in the electronic publishing tool. Its main purpose is to store and retrieve objects on demand. It is also responsible for transporting changes to remote machines.
  • Persistent objects form the basis of the electronic publishing tool. Persistent objects are objects that are managed by ObjectMan and are saved on disk in a database. As will be described more fully hereinafter in relation to FIG. 14, they are all descended from a base class Document: and are identified by an object identifier, or OID, a globally unique ID which is permanently associated with the object. Other objects can refer to a persistent object by its OID until the object is actually required in memory.
  • OID object identifier
  • ObjectMan performs a number of general services for non-persistent objects as well as specific services for persistent objects. ObjectMan also performs certain remote service. Each of these will be described in turn.
  • the general services performed by Object Man include generating globally unique IDs for generic use. Object Man also provides the ability to access a specified object, and the ability to iterate through an object's interested parties. A further important general service performed by Object Man is the broadcasting of changes to objects that have registered an interest in a persistent object.
  • Non-persistent objects may, for example, access Object Man to retrieve persistent objects.
  • ObjectMan is accessed through an accessor TheOM. If an ObjectMan object does not currently exist, a new one will be made and returned. Each copy of the electronic publishing tool has only one ObjectMan object, which is not freed until the application quits.
  • ObjectMan provides two spaces of globally unique IDs, OIDs to identify persistent objects and UniquelDs for general use. The two need not be compatible with each other.
  • OIDs are only used to identify persistent objects. An OID remains permanently associated with a persistent object and is never reused, even if the object is deleted from the database. Objects can use OIDs to refer to persistent objects without actually having a copy of the persistent object in memory. New OIDs are only assigned to persistent objects and, preferably, are not used in any other way.
  • UniqueIDs are a set of globally unique IDs which can be used for whatever purpose an object desires. In an exemplary embodiment, they are more "lightweight" than OIDs. Anew UniqueID may be obtained from ObjectMan by calling GetNewUniqueID.
  • Objects can retrieve persistent objects registered with ObjectMan by calling GetObject.
  • GetObject returns the object instantiated in memory.
  • Preferably, only one copy of the object is allowed to exist in memory at any one time. Therefore, if the object is already in memory, that copy will be returned, otherwise the object will be restored from the database.
  • a failure is signaled if the object is not stored in the local database.
  • a usage count for the object is incremented when the object is returned.
  • a non-zero usage count tags the object as being in use.
  • DoneWithObject This causes the usage count for the object to be decremented, allowing ObjectMan to free the object from memory when it has determined that no object needs it in memory anymore.
  • ObjectMan is responsible for automatically deleting registered persistent objects from memory and from the database. Persistent objects are guaranteed not to be deleted from memory if the usage count is positive. The usage count is incremented on calls to GetObject and is decremented on calls to DoneWithObject. Once the usage count is zero, ObjectMan may delete the object at any time it determines more memory is needed, but objects are usually cached in memory for as long as possible. Since ObjectMan takes care of deleting the object from memory, the conventional Free method of MacApp is not used on the object.
  • Documents are guaranteed not to be deleted from the database if there is at least one document interested in it. If a document needs to be permanently persistent, it may register interest in itself.
  • ObjectMan provides various services for persistent objects, including automatic retrieval of an object, automatic deletion of an object from memory when other objects are done with it, automatic deletion of an object from the database when no other objects are interested in it, and delivery and synchronization of changes to a remote site.
  • Persistent objects have the ability to store data persistently in the ObjectMan database and can be automatically retrieved on request. Persistent objects (i.e., the objects stored in ObjectMan) interact with ObjectMan by making calls to it at certain times. In return, ObjectMan guarantees to make certain calls to the objects at specific times.
  • All persistent objects descend from a class Document.
  • An object of the class Document is responsible for the saving and restoring of any associated auxiliary object whose state needs to be saved.
  • Objects of the class Document preferably have an ObjectManInfo field. This class is used by ObjectMan to store data with the object in memory. ObjectMan calls the Save and Restore methods on the field during its save and restore operations.
  • a persistent object is identified by its OID, a globally unique ID that is permanently attached to the object.
  • Objects can refer to persistent objects by their OID and use the object retrieval function when they need the persistent object itself. OIDs are never reused.
  • ObjectMan keeps a running count of calls to retrieve a persistent object to determine when it can delete the object from memory. If the usage count is not positive, ObjectMan may delete the object from memory as needed. A subsequent request for a deleted object will cause the object to be restored from the database.
  • ObjectMan When ObjectMan thinks it can delete an object from memory, it will first call a ReadyToFree method of the object. If this function returns false, ObjectMan will not free the document. Furthermore, if ObjectMan deletes a persistent object from memory, it will call the object's AboutToFree method before actually freeing the object. This allows the object to do any last minute cleanup or saving. When objects are deleted from memory, they call FreeingObject to allow ObjectMan to update internal information. This measure prevents an object from being inadvertently deleted by someone or something other than ObjectMan.
  • Persistent objects can register interest in other persistent objects, including themselves. Registering interest in an object allows the registered object to receive any change notices generated by the object. Persistent objects should broadcast change notices to announce any significant change in its data or state. This allows other objects who have registered an interest to know when relevant data has changed.
  • Objects can be deleted from the database by ObjectMan any time there is no one interested in it and it can be deleted from memory. Objects in the database that have no interested proxies are considered orphans. If desired ObjectMan may be designed to allow the user to search for orphans in the database.
  • the criteria for the deletion of an object from the database are: 1) No interested parties; 2) No interested views; 3) Usage count less than one; and 4) No change notices referring to the object.
  • a call SetDocOID is used to register a document with ObjectMan.
  • the document is assigned an OID at this time, and the usage count is set to one.
  • this function call is made during the object's initialization.
  • Objects only register themselves with ObjectMan once.
  • objects call a function NewInitializedObject to allow ObjectMan the ability to process the newly initialized document. This saves the object to the database, but internal document flags remain set as the document wishes.
  • ObjectMan supports multiple partitions for a document.
  • a partition is entirely saved and restored as a unit. Data across partitions, however, can be saved and restored separately.
  • An object must have at least one partition, but may use multiple partitions in order to save and restore certain information independently. Typically, an object will have a system partition and a user partition.
  • Persistent objects are intended know that they need to be saved and to decide when to save themselves.
  • objects call SaveObject to save the entire object or just one partition of the object. If kAllPartitions is passed in, all partitions of the document will be saved in order.
  • an object is requested through GetObject and the object is not already in memory, it is automatically restored into memory by ObjectMan.
  • a Restore method of the object is called (not the class's initialization method, I ⁇ class>).
  • I ⁇ class>method of an object will be invoked.
  • the object's Restore method will be called instead of the I ⁇ class>method.
  • the Restore method does whatever initialization the I ⁇ class>method would have normally done.
  • the I ⁇ class>method is called only the first time the object is created.
  • an object needs to manually restore a partition, it can call the RestoreObject function. If kAllPartitions is passed in, all partitions associated with the object will be restored in ascending order.
  • An object saves and restores its data from the database using save and restore handlers.
  • ObjectMan passes these handlers into the Save and Restore functions of the persistent objects.
  • the handlers treat the data as a stream of bits.
  • Objects make calls to these handlers to read or write data, and read back the same amount of bytes that was saved.
  • the handlers provide save calls for the more common data types.
  • ObjectMan may be designed to support either limited remote object capabilities or more extensive remote object capabilities.
  • ObjectMan initiates transportation of change notices to remote machines, transportation of new persistent objects to remote machines, and transportation of external files to remote machines.
  • Objects are expected to broadcast any significant changes that happen to them so other objects can know that they have changed. These change notices are sent by ObjectMan to all objects that have registered an interest in the broadcasting object.
  • Some objects are concerned primarily with displaying information to the user. Views register interests in the document they are presenting to receive change notices.
  • a function AddInterestedView is called to allow a view to begin receiving change notices that are broadcasted.
  • ReraoveInterestedView removes the view from the list. This function is called when the view no long wants to receive change notices (typically when the view is freed).
  • the interested parties mechanism allows persistent objects to register interests in other persistent objects to receive all changes that are broadcasted by that object.
  • Different Interest Types may be defined, in which case Interest Type is indicated at registration time.
  • two types of interests are defined and are indicated using the following constants: kGenericInterest, and kContainerlnterest.
  • broadcast modes Different types are used depending on whether a change has already been committed to and whether the change is to be published at the particular time in question.
  • the kPreflight mode is used to "preflight" changes, informing other objects that the action is not actually performed yet, but soon will be. If receiving objects think there is a problem with the impending change, they return back an error code and add their error to an error list. The object might decide to perform the action anyway.
  • the kInterestedThings mode tells interested objects that the change has just taken place.
  • the kSync mode sends the change notice to remote copies of the source object only.
  • the change notices sent with this mode usually contain data private to the object itself.
  • ThekInterestedThingsAndSync mode is a combination of the kInterestedThings and the kSync mode. It sends the change notice to both local interested objects and to the remote copy of the source object.
  • a function BroadcastChange is called to send change notices to objects that have registered an interest in the persistent object.
  • One call takes the individual parameters related to changes and builds the Change object, but only the generic Change class.
  • Another call takes a Change object itself. This variant is used when the change notice is a subclasses of change.
  • the BroadcastChange call transfers lifetime management of the change object to ObjectMan, which may delete the change object at any time.
  • Preflight change notices are sent to all objects immediately.
  • interested views receive the change notices when the document partition is saved. That is, the change notices for a particular document partition are queued until the partition is saved. Only after the save are the change notices sent to the interested parties.
  • ObjectMan calls a ChangeOccured method of each object that has registered interest in the source object. Objects process any relevant change notices in their ChangeOccured method and return an appropriate error result.
  • Every change notice regardless of type is sent to an AutoBroadcast function of the electronic publishing tool application.
  • the application sends the change notice to those objects which have registered themselves to automatically receive change notices.
  • Machines running the electronic publishing tool communicate in a tree structure, with data flowing up the tree. The data from all subsidiary machines is entirely replicated on the master machine.
  • ObjectMan sends new objects, change notices, and binary files to remote machines.
  • ObjectMan assumes that all data and changes originating at a machine will flow upwards. It does not distinguish between data that is actually published on the online system and data that is not meant to be published.
  • the mechanism that causes changes to an object to be duplicated on another machine running the electronic publishing tool is the mechanism of change notices generated by persistent objects.
  • ObjectMan keeps a copy of all "primary" change notices and transports them to the remote machine, where they are played back.
  • Primary change notices are those which do not originate as a direct result of another change notice. Change notices generated during the playback process are not saved for playback on other machines.
  • New persistent objects are also transported to remote machines.
  • ObjectMan sends the state of all new persistent objects as seen when the NewlnitializedObject call for that object is made. Any changes that happen to the object after its I ⁇ class>method is called must be sent through a change notice. The object is guaranteed to exist in the remote database by the time the first change notice that refers to it is processed.
  • ObjectMan also transports binary files that have been registered to remote machines.
  • a Files Reference providing further details of the file functions of ObjectMan is attached as Appendix D.
  • ObjectMan calls the method PlaybackChange on the source object of each change notice.
  • the PlaybackChange function of each object changes its internal data to duplicate the action and broadcast any change notices necessary to inform other objects of the change that took place.
  • ObjectMan installs cohandlers to grab idle processing time.
  • the application must call the cohandlers every so often to allow the idle processes to work.
  • ObjectMan assumes that it is running under the MacApp 3.0.x environment. It assumes that it can install cohandlers, pieces of code that are called periodically to perform particular operations.
  • ObjectMan since ObjectMan permanently allocates chunks of memory for its use, it should be initialized early in the start-up process. To ensure that ObjectMan has been initialized, the application calls ObjectMan's accessor during its initialization. If ObjectMan signals an error, the application quits, since all ObjectMan calls rely on successful initialization.
  • the application calls a static function FreeIfNecessary to free ObjectMan.
  • the FreeIfNecessary call allows the application to gracefully quit if an error occurs during the initialization of ObjectMan. (Without this call, the application would have to call the ObjectMan accessor at quit time, which would incorrectly try to create a new ObjectMan object.)
  • ObjectMan provides the application the means to store a specila OID which is persistent through invocations of the application.
  • This OID is used to bootstrap the application, allowing it to access a document containing data it needs to save.
  • the application normally makes one call to SetSpecialOID the first time the application is invoked.
  • the object corresponding to the saved special OID is used to preference data and any other data the application needs to store persistently.
  • the application gets the special OID and uses the data stored there for start-up purposes.
  • Objects that are managed by ObjectMan, or are saved as part of an object that is managed by ObjectMan are generally content objects. These objects provide a variety of services, such as persistence. Content objects are the objects IPs and the central service operations staff create and manage. Many content objects correspond directly to pieces of information that will be seen by an end user once published onto a host, such as e•World. Other content objects provide a supporting role, representing entities such as an IP, and are only used within the electronic publishing tool administratively.
  • content objects are the ⁇ documents ⁇ in a MacApp-based application, and are sometimes referred to as documents.
  • the electronic publishing tool is made up of many different document types, with differing behaviors in areas such as when (or whether) a document must be explicitly saved by a user.
  • the electronic publishing tool is designed to publish content to multiple platforms, there must be a separation between what information is kept generically, and what information is only used to support publishing on a particular platform.
  • a particular publishing platform is referred to as a service, and service-specific objects are used to support the information needed for a particular content object on a particular service.
  • all of the content is part of the generic object, while the service-specific objects are used mainly to support the publishing process for that platform, such as the service's local ID for an object, or its upload status.
  • a protocol is provided for associating service-specific objects with the generic object.
  • a subclass Document inherits methods (essentially a collection of procedures) from TDocument.
  • a subclass may be defined so as to inherit all of the methods of the parent class unchanged, to inherit some of the methods of the parent class and to override other methods by providing alternative methods, or to override all of the parent class's methods.
  • many of the methods of TDocument are not overridden, but many others of the methods of TDocument are overridden.
  • most of the TDocument methods that a subclass normally overrides have already been overridden by Document.
  • the classes of the present electronic publishing tool are defined in the C++ programming language. However, other programming languages may be used.
  • Class Document is the base class for most of the content-related classes in the electronic publishing tool.
  • a Document is persistent and synchronizable with other machines. It maintains interest in other objects, and receives notifications of significant changes from those objects. It can also be the subject of interests. Documents maintain some basic properties, such as modification date.
  • Documents are intended to represent content generically, across all possible publishing platforms.
  • a ServiceInfo subclass is provided, descended from Document.
  • ContentObj is a subclass of Document. It represents the subset of Documents that directly represent content objects, such as folders of documents, that an IP can create and that users will see. As compared to Document, the main added functionality is support for binary attachments. The binary attachment information is saved in the user partition, and must be explicitly saved by the user (along with the rest of the user partition information).
  • Class Folder is a subclass of ContentObj and is typed to hold objects of class ContentObj.
  • a Folder therefore manages a set of other content objects, providing operations to add, remove, and reposition objects. It also provides several options for sorting the contents.
  • Folder may be used directly or may be further subclassed by users as they develop different types of content objects. In this way, the electronic publishing tool becomes extremely versatile and extensible.
  • Folder (along with its view hierarchy) mimics several aspects of the Macintosh Finder user interface.
  • users like Finder folders, users never explicitly save a Folder. All of the information relating to a Folder's contents is stored in the system partition and saved in background.
  • Class TEDocument is used to represent text documents. It is a subclass of Document. Apart from some new methods specific to the electronic publishing tool, it operates in substantially the same way as the sample TTEDocument class provided with MacApp.
  • a text document includes the following attributes, some of which an IP may set and/or view: rifle, owning IP (read only), first displayed date, expiration date, modification date (read only), text size ( ⁇ 32K), text format (running text, line breaks), mainframe computer status (CS version, read only), and total number of links to the document (read only).
  • the electronic publishing tool provides an explicit representation of the Information Providers and individual users who use it.
  • Class IP represents information providers. Each IP has associated with it a list of User objects and a root folder for that IP. All of the content managed by an IP is contained, directly or indirectly, from the IP's root folder.
  • an IP version of the electronic publishing tool has just one IP object, and thus one root folder in which all of the IP's content is contained.
  • the CS version typically has many IP instances. One represents the central service itself, and the others represent all the other IPs publishing to the central service. Only content accessible via the central service IP root folder is published.
  • Service and Transport are the base classes for the publishing process. They each have subclasses (not shown) each of which dedicated to a particular service (e.g., America Online, Prodigy). Service represents a host to which content needs to be published, and Transport represents a particular mechanism for encoding and transmitting the content. They are subclasses of Document to take advantage of persistence. Services are identified by a constant associated with a particular service, for example kAladdinService for e•World.
  • Class ServiceInfo is the base class for the service-specific objects that can be associated with each Document.
  • ServiceInfo objects are obtained by asking a Document for the ServiceInfo object associated with a particular service type.
  • Application is a subclass ofMacApp's TApplication, which provides methods for launching an application, quitting an application, etc. Besides start-up and shut-down, Application provides methods to create a Document and its view. It also implements user interface rules (for example, one opened window per document, etc.).
  • AppPrefs which is a Document
  • AppPrefs is used to hold persistent information for Application. It is accessed only via Application. AppPrefs is recorded in ObjectMan as the "special" OID, one that can be retrieved when the application starts up without a regular OID. Thus, AppPrefs is the bootstrap object. AppPrefs contains a list of IPs, a trash folder OID, and various other values that need to be preserved from session to session, and serves as the root of the interested-party hierarchy.
  • a class Change is used to represent change notices of various types, corresponding to different kinds of changes. For memory management reasons, it inherits from MacApp's TObject class. Change has various subclass, one for each different type of change notice.
  • FIG. 15 shows a typical containment and interested party hierarchy. Boxes with bold outlines represent a list of objects, with an example set of descendants shown. For example, within each copy of the electronic publishing tool, there is only one IP root Folder. That Folder may contain numerous other Folders, among which might be a "Living” Folder and a "News" Folder. The "News" Folder might in turn contain numerous text documents, one of which might be a "Headlines" document. Each document may have associated with it multiple Serviceinfo objects containing service-specific information pertaining to that document.
  • Document, ContentObj, Folder and TEDocument play a prominent role in the present electronic publishing tool of the present invention.
  • TEDocument operates in substantially the same manner as the TTEDocument class of MacApp (except as previously described).
  • the Document, ContentObj, and Folder classes will therefore be described in greater detail.
  • the object is created and initialized. Changes are made to the object that may need to be saved in various ways. Objects send change notices to other objects and respond to change notices from other objects in various ways. The object may become associated with certain service-specific objects. At some point, the object may be closed and freed, and at some later point, the object may be restored.
  • the class Document (and, by inheritance, the classes ContentObj and Folder) is provided with methods relating to these and other events.
  • type-checking methods In C++, type information is absent at run time. There is no way to find out which class an object is, or whether an object is a subclass of some other class. Because run-time type information is necessary to support persistence (and desirable for several other reasons), Document provides its own run-time type information protocol.
  • ObjectMan in order to capture the correct initial state of an object so that the object may be provided to a remote machine, if necessary, requires that Document and ContentObj extend the standard MacApp initialization protocol, or "I methods."
  • a mechanism is provided to allow each I method to know whether it is the leaf of the inheritance for a particular object or not, i.e., whether it is the most specific I method in the inheritance chain or not. If it is the most specific, it must call ObjectMan's NewInitializedObject after it (and all parents) have finished establishing the initial state of the object.
  • the I method is only called for the object's first creation. When the object is restored from the database, initialization is not required. Copies of an object on remote machines start with a copy of the object in the state it is in after the I method has run.
  • MarkDirty When an action changes state in a Document and the document is to be saved, a method MarkDirty is called. Since Documents can save different parts of their state independently, MarkDirty takes a parameter indicating which part of the state is to be saved (the default being the system partition). MarkDirty does not perform the save itself. MarkDirty is therefore overridden when a class wants to take some immediate action at the time it becomes dirty. Unless MarDirty is called, a document will never be marked dirty.
  • DoSaveDocument is the standard method used to save all or part of an object. By default, DoSaveDocument saves only the partitions that are marked dirty. DoSaveDocument manages information stored in the object as to whether a partition is dirty, never saved flags, etc.
  • Each class is free to implement its own policies concerning when to consider the object's modification date changed.
  • the decision might be linked to MarkDirty, or (for those subclasses that support explicit user saving) it might be linked to actual save operations by the user.
  • a method UpdateModifierInfo is used to make the current time and user be recorded as the object's modification time and modifier.
  • a method DoUpdateModifierlnfo allows explicit modification time and user information to be passed in. Both methods result in a broadcast of the new modifier information.
  • ObjectMan When an object is requested from ObjectMan and it must be activated from the database, ObjectMan will first make an instance (based on the run-time typing information) of the object. A method Initialize () is called, but the object's I method is not called. Instead, a method Restore is called, which calls the parent's Restore method, and is provided with a restore handler having Read methods exactly paralleling the Write methods called in Save. After the object is restored, ObjectMan will invoke a DoneWithRestore method. This method is defined to do those things that the I method would have done that are appropriate to recreating, rather than initializing, the object.
  • Objects may have sub-objects that are not Documents whose state needs to be saved. These objects might have similar Save/Restore methods as those described, but it is nevertheless the job of the Document to save them, and on restore, to make the instance first and then begin restoring it.
  • the class Document replaces several MacApp close-related methods, principally to prevent those methods from calling Free (without consulting ObjectMan).
  • ObjectMan is responsible for freeing an object when necessary. When an object is closed, it will first give all open windows a chance to send any final changes back to the object. Next, the objects checks to see if the user partition is dirty or not. If so, the standard "Save changes before closing?" dialog is presented. If the user chooses not to save changes, then one of two methods is called, either a simple Abandon or a special CheckAbandonNeverSaved. The regular Abandon method rereads the state of the user partition from the database, since the object might be reopened and should reflect then the state when it was previously opened. The CheckAbandonNeverSaved method broadcasts that the object is closing, so it can be removed from any containing objects.
  • ObjectMan's DoneWithObject is called, which decrements the in-use count. If this is the last use, then the object may be freed any time afterward.
  • Broadcast changes actually serve two purposes: letting other objects know about changes, and letting other copies of the same object know about changes so that they can take steps to reflect those changes. This latter process is referred to as synchronizing objects.
  • a single broadcast can be used for both purposes.
  • a sync-only broadcast can be sent.
  • Class Change provides the following fields: Source, Target, Type, Partition, and Collapsible.
  • the Source field contains the OID of the object sending the change, while the Target field contains the OID of the primary other object "involved" in the change. This is sometimes the same as the source. In cases involving container classes, it is often an object added or removed.
  • the Type field identifies the type of change. Each class defines a set of change types.
  • the Partition field associates this change with a particular Save/Restore partition.
  • Collapsible is a boolean value that indicates whether or not this change can take the place of any previous changes of the same type from the same source.
  • Subclasses of Change can be created to hold additional information.
  • a change notice sent to interested parties should be self-sufficient, so that the receiving object does not need to ask for further information from the broadcasting object.
  • Changes sent to sync another copy are required to be self-sufficient, as the receiving object typically will not be able to ask for more information from the broadcasting object.
  • Preflight methods are normally invoked by the user interface, and the details of their implementation and protocol may vary from class to class.
  • a broadcast can be sent in Preflight mode to solicit opinions from interested parties.
  • the broadcast object and change type is normally the same as is used in the regular, non-preflight method.
  • a list of error messages is provided, and is filled in by interested parties. The return value will be given the worst level recorded by any of the interested parties (e.g., warning or error).
  • the Add and Remove InterestedParties methods of ObjectMan also take optional arguments that allow them to be exercised in preflight mode. This provision allows feedback from auto-interested parties on adding or removing an interest without actually doing it.
  • ObjectMan delivers change notices from an object's clone on another machine to a PlaybackChange method.
  • This method is structured much like the ChangeOccured method, but typically responds to a different set of change notices. Whereas ChangeOccured receives changes from other objects, PlaybackChange receives changes from a copy of the object itself.
  • ChangeOccured and PlaybackChange differ in how the modification date of the object is set. Normally, when a change is generated locally (e.g., through the user interface), the modification date is updated. When a change sent from machine A is played back on a copy on machine B, then the modification date on B after playing back a change should be the later of B's modification date or the modification date on A. In the simple case, when changes only occur on machine A, and machine B simply tracks A, then after playback the modification date on B should be the same as that on A.
  • PlaybackChange methods deal with this by not setting the modification date when handling a change notice, except when the notice is a specifically a "new modification date" notice. In the latter case, the modification date is set to the greater of the current modification date or the change notice's modification date.
  • an auto-interest facility may be provided to accomplish the same result much simply and more efficiently.
  • the class Application receives a copy of every change notice, and it distributes it to a set of objects.
  • auto-interests are delivered to each Service object.
  • a protocol be used to add an object to the auto-interest list.
  • Documents can have two further dates associated with them: a release date and an expiration date. These dates are provided for use by publishing platforms, and represent the time at which a document should first be visible to users, and the time after which it should no longer be visible. Platforms may be instructed to remove a document after the expiration date. However, documents are not automatically removed from the electronic publishing tool itself after the expiration date.
  • the release and expiration dates on a document are "absolute" dates. Publishing platforms should remove a document from all folders based on the document's absolute expiration date.
  • the class Folder provides another pair of dates that govern the appearance of a document within a particular folder.
  • a Document object maintains a list of associated ServiceInfo objects, which are created on demand.
  • a method GetServiceInfo type
  • a lookup is performed for a corresponding ServiceInfo object. If no such object is found, the service associated with that type constant is asked to make an appropriate ServiceInfo object, which is added to the Document's list and then returned to the caller.
  • the class ContentObj adds to Document support for binary attachments.
  • the class ContentObj provides the ability to refer to, store and retrieve a single, arbitrary file in addition to whatever "content" is provided by ContentObj subclasses.
  • Clients attach a file by providing a Macintosh "FileSpec.” The file is immediately stored, so that further reference to the given file is not needed.
  • ObjectMan makes a copy of the file.
  • the classContentObj uses a "FileRef" mechanism provided by ObjectMan to implement attached files.
  • Attached files are saved in the user partition. Thus, if a user abandons changes, a newly attached file is lost. A deleted attachment, on the other hand, is preserved. Attaching or unattaching a file makes the user partition dirty, so that users will be asked whether to save changes or not, even if no other "content" changes are made.
  • attachments are provided by ContentObj to all subclasses
  • users may be given access to attachments only through specific subclasses by simply not offering any user interface to attachments except from chosen subclasses.
  • only text documents have a user interface that accesses attachments.
  • this feature may be used to facilitate an incremental import process.
  • the class Folder is a subclass of ContentObj that can hold other objects. Folders can be used for a variety of purposes and in a variety of situations in which a set of objects needs to be managed. A number of Folders can be used to represent a hierarchy or directory structure.
  • Folders can be used for a variety of purposes, and can have various manifestations when published on an online service, Folders may generally be thought of as representing a directory structure (i.e., as in an operating system). In the present electronic publishing tool, all user-created content objects are contained within a hierarchy of Folders.
  • FolderItem contains: the OID(s) Of the contained object(s); the UniqueID of the folder item itself; several cached values from the contained object(s), to allow a view to be displayed quickly without activating each contained object; and several other values that each folder keeps about each item it contains.
  • the Folder model of a hierarchy may be a directed acyclic graph, in which the same object may be inserted into multiple Folders.
  • Folders operate like Finder folders in that they save changes immediately, without asking a user to save a Folder. All Folder data is saved in the system partition.
  • Unlike the Finder in an exemplary embodiment of the electronic publishing tool, there is no original folder as distinguished from a set of aliases. Instead, each FolderItem is an equal. Removing an object from a Folder only removes the FolderItem describing it, and does not directly delete the object itself. When the object is removed from the last Folder, it may be deleted from the database.
  • FolderItems are not themselves Documents, and thus are not independently persistent. They are "supervised” by their Folder. FolderItems have a UniqueID (instead of an OID) that permanently identifies them. All of the FolderItems for a folder are saved and restored at the same time, along with the rest of a Folder's attributes.
  • a Folder includes the following attributes, some of which an IP may set and/or view: rifle, default number of days in which newly inserted references will expire, sort order of the body region (alphanumeric, arrival date, ascending, descending), auto insertion of time/date stamp into title, visual status information for each link, and owning IP (set by CS version only).
  • Folders register an interest in each object that is inserted into them, and remove interest when objects are removed from the Folder. As a result, an object will never be deleted from the database as long as it is in a Folder.
  • the interest also allows Folders to keep cached values up to date, by receiving broadcasts whenever a contained object changes a value.
  • Folders are normally thought of as managing a single set of objects, for the purposes of sorting and positioning, Folders actually have three regions: header, body, and footer. By default, all actions take place in the body region. These regions can be used, for example, to "pin" an item to the top of an otherwise alphabetically or chronologically sorted folder. Likewise, an item can be "pinned” to the bottom in the footer. Each region can hold an unlimited number of objects.
  • the header and footer are always manually positioned, while the body can be either manually positioned or sorted alphabetically or chronologically.
  • Folder uses the MacApp class TLists to hold the FolderItems in each of the three regions.
  • TLists to hold the FolderItems in each of the three regions.
  • all access to these lists is hidden behind certain access functions, set forth in greater detail in the attached Appendix G, a Content Objects Function Reference.
  • ⁇ link ⁇ is used herein to refer to a FolderItem, and particularly to the non-cached values it keeps about an object. In the electronic publishing tool user interface, these values are referred to as ⁇ reference ⁇ values.
  • Folder For purposes of accessing a Folder, the Folder can be thought of as an array, with elements at indexes 0 through size-1 (without regard to regions). Folder items may be accessed quickly by index, and indexes may be used to iterate through an entire Folder's contents. The current index of an item may be determined using one of the following lookup methods, after which the index may be used to get or set values for that Folder item.
  • One lookup method is by UniqueID, which positively refers to a particular Folder item. UniqueIDs can be saved and are unique across folders. Callers can therefore tell if a UniqueID is not within a folder.
  • Another lookup method is by contained object OID. Because there can be more than one folder item within a given folder referring to the same object, a method FindAllIndexesForOID is used to ask for a list of all indexes pointing to a given OID.
  • a method Insert provides a basic method to insert an object into a Folder.
  • Various other methods take a list, accept an existing FolderItem to copy values from, append items rather than inserting them at a specific point, etc.
  • the basic Insert and Append methods return the UniquelD of the item that was inserted.
  • a method Remove provides a basic method to remove a single FolderItem from a Folder.
  • Various other methods remove all items that refer to a given object, take a list, or remove all objects. Interest is removed, and objects with no other interested parties are eligible for deletion from the database at any time (possibly before the return of the Remove method).
  • a PreflightAppend call is provided to test the acceptability of an object, and may be called before any of the regular insert calls.
  • the properties of a FolderItem are accessed through the Folder, using the index of the item to identify it.
  • a method Reposition may be used to reposition it within the Folder.
  • Reposition can move a FolderItem within and between the header/body/footer regions.
  • the basic Reposition method takes the UniquelD of the item to move, and the index of the position to insert before. The region argument is only considered if the index is on the current border between the header and body regions or the body and footer regions.
  • Repositioning can only be done in the body when the Folder is in a manual sort mode. If an alphabetical or chronological sorting is selected, the identified item remains where the sort places it. Changing the Folder from manual sort to alphabetical or chronological sort loses the previous manual positionings; when changing from alphabetical or chronological sort to manual positioning, the FolderItems begin at their previously sorted positions.
  • the class Folder may be subclassed to provide more specialized operations that are based on containing objects of a more specific type. For example, a Software folder might only contain text documents with attached binary files, and it might provide additional information such as the number of downloads. To accomplish this, a subclass of FolderItem would be created to track the additional information about each contained object, and thenFolder would be subclassed to use this new item class. Hooks are provided to allow subclasses to create different kinds of FolderItems and fill in their data. Minor extensions to Folder can be made without making a new FolderItem.
  • the flexible, extensible architecture of the present electronic publishing tool allows for electronic publication of a wide variety of content objects across an equally wide variety of platforms.
  • the class libraries representing base classes can be extended, for example to develop movie content objects or other kinds of content objects.
  • Additional service gateways may be provided to interface to foreign systems (e.g., Lotus Notes).
  • Storage interfaces may be provided to different kinds of object storage mechanisms (e.g., to support a specialized database, CD ROM, etc.).
  • Application program interfaces to the electronic publishing tool may be used to, at the abstract object level, modify or tune the system's operation, either remote or local (e.g., to provide a completely different client, to provide specialized processing over the objects, etc.).
  • scripting facilities may be provided.

Abstract

The present invention, generally speaking, provides a method of synchronizing information between a plurality of sites and a central location that solves number of potentially "thorny" problems of distributed database systems in an elegant and efficient manner. The first issue involves sychronizing different copies of an item on machines that are not continuously linked at which each copy may be changed independently. Rather than attempting to formulate a set of synchronization policies generally applicable to all items in all instances, synchronization policies are moved from the database engine to the items themselves. The second issue involves lifetime--knowing, given a complex set of interrelationship of items, when an item may be safely deleted. This problem is addressed by providing an interested party mechanism whereby items may "express interest" in each other. When no item is interested in a particular item, that item may safely "go away".

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to the synchronization and replication of databases and is particularly applicable to information creation, management and publication of a type typically peformed by online services.
2. State of the Art
Online services (such as Compuserve, Genie, Prodigy, America Online, and more recently e•World, among others) have become increasing popular as the price of computers and modems has decreased. At the same time as media attention has been directed toward the "information super-highway," particularly the Internet, subscription to and usage of online services of all descriptions has continued to increase.
From the perspective of a computer user, online services have become easier to use. Command-line interfaces have been replaced by front-end search tools and graphical user interfaces. As with a play, however, much "behind-the-scenes" work is involved in creating, managing and publishing information to an online service.
Presently, information publishers take portions of their content in whatever for they have it--typically a collection of files in the publisher's filing system--and from that content produce directly a script of some sort, for example in a scripting language such as Rainman Pro, characterized by numerous embedded commands. Publishers have to manually keep track of the ID numbers that they use on a particular host. The same manual process is performed from scratch for each different service that the publisher publishes on. Not only is there no one tool that can support a publisher across each of a variety of platforms, but there does not appear to be so much as a tool that can support a publisher on even a single platform (i.e., America Online, Compuserve, Prodigy). The task is left very much up to each publisher to construct an update script based on various documents, following all of the rules of the applicable scripting language, sometimes literally keeping a spiral notebook to keep track of IDs used on various services.
Whatever tools may have been developed to facilitate the foregoing process are generally custom, in-house tools. To the inventors's best knowledge, there does not presently exist any general-purpose tool to allow an information provider to easily create, manage and publish information to an online service.
Furthermore, in electronic publishing systems, different copies of an item typically reside on different machines, i.e., the information provider's machine and the online service's machine. Such systems are in effect distributed database systems, and raise a number of potentially "thorny" problems typical of distributed database systems. The first issue involves synchronizing different copies of an item on machines that are not continuously linked at which each copy may be changed independently. The second issue involves lifetime--knowing, given a complex set of interrelationship of items, when an item may be safely deleted.
At least one commercial software product, Lotus Notes, partially addresses the problem of synchronization. Lotus Notes is a "groupware" application that provides some ability to synchronize changes made to the same information items at different sites. However, it is limited in the options it provides for resolving conflicts in those changes.
SUMMARY OF THE INVENTION
The present invention, generally speaking, provides a method of synchronizing information between a plurality of sites and a central location that solves number of potentially "thorny" problems of distributed database systems in an elegant and efficient manner. The first issue involves synchronizing different copies of an item on machines that are not continuously linked at which each copy may be changed independently. Rather than attempting to formulate a set of synchronization policies generally applicable to all items in all instances, synchronization policies are moved from the database engine to the items themselves. The second issue involves lifetime--knowing, given a complex set of interrelationship of items, when an item may be safely deleted. This problem is addressed by providing an interested party mechanism whereby items may "express interest" in each other. When no item is interested in a particular item, that item may safely "go away."
The method of synchronizing information provides the basis of a powerful yet easy to use electronic publishing tool for information providers and online service operators. The electronic publishing tool allows information providers to manage the content they provide to online services. It also reduces the effort required by operations staff of online services to support a growing number of information providers. Finally, the electronic publishing tool allows content to be captured from information providers so that it can be published onto a variety of platforms with minimal additional effort. For example information, in addition to or in lieu of being published on an online service, may be published on CD through a facility such as AppleLink CD (AppleLink CD allows a portion of the "static" content of an online service such as AppleLink to be published and distributed in CD form, with the result that the content is infinitely reusable without incurring connect charges.) Furthermore, information previously published on one online service may be published on one or more other online services, or information may be published on several online services at the same time.
The electronic publishing tool is based on a modular server architecture. In a preferred embodiment, the electronic publishing tool uses an object-oriented, extensible representation of content and provides an infrastructure for the storage of objects, synchronization of changes to objects between an information provider and an online service, and interfaces (gateways) to foreign systems such as another online service.
In practice, information providers will have one system running one version of the electronic publishing tool at their site. That version will communicate with another version of the electronic publishing tool system run by a central service, such as an online service, which in turn will publish onto various platforms.
The capabilities of the electronic publishing tool and how it supports the publishing process, as well as the particular architecture of the electronic publishing tool and its handling of distributed database issues in accordance with a preferred embodiment of the invention, may be understood from the following detailed description in conjunction with the appended drawing.
BRIEF DESCRIPTION OF THE DRAWING
FIG. 1 is a block diagram of an electronic publishing system incorporating the electronic publishing tool of the present invention;
FIG. 2 is a diagram of a main folder display screen;
FIG. 3 is a diagram illustrating display of a text document with attached file;
FIG. 4 is a diagram of a File menu display;
FIG. 5 is a diagram of an Edit menu display;
FIG. 6 is a diagram of an Info menu display;
FIG. 7 is a diagram of a Folder Content Info dialog box;
FIG. 8 is a diagram of a Reference Info dialog box;
FIG. 9 is a diagram of a Document Info dialog box;
FIG. 10 is a diagram of an Export Preferences dialog box;
FIG. 11 is a diagram of an Idle Sync Preferences dialog box;
FIG. 12 is a diagram of an Settings menu display available in a central version of the electronic publishing tool;
FIG. 13 is a block diagram of the electronic publishing tool of FIG. 1;
FIG. 14 is a class hierarchy diagram of the electronic publishing tool of FIG. 13; and
FIG. 15 is a diagram of "interested party" relationships in the electronic publishing tool of FIG. 13.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
For convenience of description, the present invention will be described in detail in relation to the Apple Macintosh computer system, its system software, system software extensions, related applications including AppleTalk Remote Access (ARA), and related program development software, including MacApp. ARA is so-called "dial-in" software that provides access to computer networks, file servers, electronic mail servers, etc. MacApp is a program development library for object-oriented programming. It should be understood, however, that the invention is broadly applicable to graphical, event-driven computer systems of all types as well as to different operating environments and different graphical user interfaces including, for example, X Windows, AUX, Microsoft Windows, MOTIF, etc. The underlying architecture of the invention is portable to a variety of other hardware and software platforms.
The present electronic publishing tool is embodied in two different forms, or two different software versions. One version (the IP version) is for use by information providers (IPs), and the other version (the CS version) is for use by a central service, such as an online service, by its operations staff. The two versions differ mainly in that the IP version has several functions removed from the user interface. The IP version allows for day-to-day content import and management with minimal support. The central service version, because central service operations are more complex and may be expected to continually evolve, will typically have user interfaces requiring more training and/or support. Information providers and operations staff of the central service use the electronic publishing tool to import content, to arrange it in a navigation structure (e.g., a folder-like hierarchy), and designate portions to be published onto various platforms.
IPs use their version to import, create, and manage their collection-based content for the central service. ("Collection-based" content refers to static, hierarchical, read-only material, as opposed to various types of interactive, subscriber-produced content such as e-mail, chat rooms, etc.) Periodically the information providers, after making a set of changes they then wish to effect, will publish the changes they have made. A set of files are generated which are sent to the central service via ARA or an equivalent file transfer program.
Normally, the central service's version will run virtually unattended. It monitors the ARA server for changes from IPs. When changes are found, it incorporates those changes into its own database. The process of updating the central service's version to reflect changes made by an IP is referred to as synchronizing.
At a set time, or on demand, the central service's version begins generating a scripting language or other appropriate file (for example, a Rainman Pro file) that is sent for processing by a particular online service via an automatic file transfer program (AutoFTP). The central service's version is such that operations staff can also interactively create and rearrange content just as IPs can (although this capability is expected to be used infrequently).
Referring now to FIG. 1, publishers at different sites (14a, 14b, etc.) each use the IP version of the present electronic publishing tool, running on a standard personal computer equipped with a modem (15a, 15b, etc.), to generate and update content to be published. Change files reflecting content changes are sent to the central service via a dial-up connection using a specified telephone number.
The main activity within the publishing zone 10 is performed by a central electronic publishing tool 29 (the CS version) in response to change files picked up from the primary IP server 27. The central electronic publishing tool 29 may be a single copy of the CS version running on a single powerful PC or may be multiple copies each running on a separate PC and assigned to handle separate groups of IPs. In other embodiments, a network CS version of the electronic publishing tool may be run on a network of computers. The specific hardware implementation chosen is not important to the present invention.
The central electronic publishing tool 29 effects changes described in change files stored on the primmer IP server 27 by processing the change files using one more program entities specific to a particular online service or other service. Export files are then stored on a server 50 providing a "back-door" to a computer center 40 of the target service. In the case of e•World, for example, an program. entity specific to e•World generates the files indicated above the dashed line in block 31, most importantly a Rainman Pro or "dot rmp" file, sssddt.rmp.
The electronic publishing system of FIG. 1, apart from standard personal computer hardware, primarily requires large, fast disk storage. IPs need enough storage to hold all of the content they wish to publish. In one embodiment, the central electronic publishing tool 29 requires enough storage to hold the all of the content from all of the IPs. Other embodiments may allow the central service to obtain content dynamically from IPs, thus eliminating some of the local storage requirements.
Although the particular user interface employed by the IP and CS versions of the electronic publishing tool is not important to the present invention, an exemplary user interface will be described in relation to FIG. 2 through FIG. 11. If the central service is an online service, human interface considerations may recommend an interface that closely resembles the subscriber interface of the online service. Likewise, although the program functions described in relation to the tool, some functions described may not be required and other functions may be added depending upon particular circumstances. The following description assumes that the types of content objects supported by the electronic publishing tool include at least text documents, folders and enclosures. Other types of content objects, including books, pamphlets, chats, forms, etc., may or may not be supported.
Referring to FIG. 2, the basic model for the user interface is assumed to be the Macintosh Finder. Upon launch the IP version of the electronic publishing tool presents the "root" of the publishers data. Folders have three separate regions: head, body, and foot. Any item can be placed in any region. The head and foot areas are special areas in which items can only be positioned manually, as opposed to the conventional body area in which items may be sorted. All of the head items will be displayed before the body items, and all of the body items will be displayed before the foot items. The Head and Foot areas allow publishers to easily create areas for documents that will not be moved when the folder is resorted, for example a "What's New" folder in the Head or an "Archives" folder in the Foot. As items are added to the Head and Foot, these areas grow to accommodate the added items.
Within folders, users can click to select items, click and drag to move items, or double click to open items. A manual sorting option allows selected item(s) in a folder to be dragged within the folder to reposition them. As in Finder, selected items can be dragged on top of a contained folder to move them to that folder and can be dragged to folders shown in another window. Unlike Finder, however, for user convenience, these drag operations are undoable.
Open documents appear as in FIG. 3. The document format supports "attachments," i.e. binary files that are transported without any changes being made to the data. A document may reference and be referenced by other documents. Therefore, at the top of the document window is information about any file which is attached, and about how many other references there are to that document. Buttons are displayed in the text document's window and are used to attach/detach a binary file to the text document or to extract an attached file (in a similar manner as in the known AppleLink application). The name of the file, which is also displayed at the top of the document window, is editable.
When the electronic publishing tool is launched, a menu bar is displayed. In the illustrated example, the menu bar contains a File Menu, an Edit Menu, and an Info Menu.
The File and Edit Menus provides various data manipulation capabilities, including creating new documents and folders, creating new links to existing objects, deleting objects (by dragging them to the electronic publishing tool trash folder, and then emptying the trash), moving objects between folders, positioning objects within a folder (head, body, and foot regions), attaching binary files to documents, and normal Macintosh text editing within a document (cut, copy, paste, etc.).
FIG. 4 shows the File Menu pulled down. Within the File Menu, a New Folder, Document! command creates a new folder or document within an active open folder. For example a new text document might be created, at which time it is opened (FIG. 3). If a new document is closed and the user declines to save changes, the document is automatically removed from the folder.
An Open command opens a selected document, and a Close command closes the current window (except for the root window, which when active causes the Close command to be dimmed).
An Import command allows the user to select the source and type of a document the user wishes to import. The imported document will appear in the active folder.
In one embodiment, the electronic publishing tool will import the following external formats: Finder with XTND, BT-TEXT, Microsoft KnowledgeBase, and, in the case of the CS version, AppleLink CD.
The Finder with XTND format supports import of the Macintosh Finder hierarchy. Folders in the Finder are represented as folders in electronic publishing tool. All documents in formats supported by XTND are imported, provided the XTND translators are present. However, only the unstyled text from the body will be imported. All unknown formats or files with text larger than 32K are represented as attachments.
Whenever the Finder folder name matches the electronic publishing tool folder name, users are given the option of either forcing the electronic publishing tool folder to match the Finder folder (by adding new items, updating changed items, removing missing items) or to create a completely new electronic publishing tool folder with the current Finder folder contents.
If a file to be imported would have the same name as an existing file if the "dot extension" of the file to be imported were ignored, then the file will be imported as an attachment to the existing file. For example, if there is a file named "foo" and a file named "foo.b" is to be imported, then "foo.b" will be imported as an attachment to "foo".
The BT-TEXT format is currently used by AppleLink IPs to maintain their searchable databases. Hierarchy and enclosures are not supported in this format. Likewise in the Microsoft KnowledgeBase format, hierarchy and enclosures are not supported. The AppleLink CD format may be used with both the CS and IP versions of the electronic publishing tool. Hierarchy, text documents and enclosures are supported. Support for numerous other formats may be provided as desired.
When the Export to Finder command is selected, the current folder and all items under it are exported to the Finder. The export is incremental, based on a comparison of the electronic publishing tool modification time and the Finder modification time. In an incremental export operation, items in the electronic publishing tool hierarchy having the same name as items in an existing Finder hierarchy are exported only if the electronic publishing tool version has been modified since the Finder version. (Since the representation of documents in the electronic publishing tool is somewhat "richer" than the convention Finder representation, Finder export may not be 100% inverted with a Finder import, as some information may be lost.)
In the IP version, users select the Publish Changes command to indicate that all of the changes made since the last time Publish Changes was invoked should be readied for uploading to the central service. A synchronization folder is created with change information from the time of the previous synchronization (or since a new database was started) to the present. The electronic publishing tool asks the user where to put the synchronization folder. The synchronization folder may be dragged to the CS version's file server via an ARA connection.
At the central service, operations staff normally leaves the CS version of the electronic publishing tool in "Auto Publish" mode. In this mode, changes from IPs are scanned for continually and processed as they are found. (Manual synchronization of specific change folders is also possible.)
The Print command prints the active window's contents. The Quit command quits the application.
FIG. 5 shows the Edit Menu pulled down. Within the Edit Menu, standard cut/copy/paste/undo commands are provided for text editing. The Undo command undoes the last action, where applicable.
In a preferred embodiment of the electronic publishing tool, all items seen and manipulated by the user are references to those items rather than the item itself, which is stored and managed separately in a manner described in greater detail hereinafter. The Duplicate Reference command duplicates the references selected in the frontmost window. This command creates a new reference to the item--it does not duplicate the item (document or folder) pointed to. This new reference can then be dragged to another folder to set up double pointing.
The Move to Head, Body, Foot! command moves the selected item(s) to the appropriate spot in the designated region.
Empty Trash permanently removes all contents of the trash folder, and Move to Trash moves the selected item to the trash folder. The trash can is a window representing the electronic publishing tool's own trash can (FIG. 2). It operates much as the regular Finder trash, but only on electronic publishing tool objects. A user deletes items by dragging them to the trash. A user empties the trash by selecting Empty Trash from the Edit menu. The trash can be opened like any folder and items dragged back out of the trash to any other folder.
An item may be an object itself or merely a reference to an object. If an object has more than one reference to it, then deleting a reference deletes only that reference. When the last reference is placed in the trash, and when the trash is emptied, then the object referred to will be permanently removed from memory.
The Info Menu relates specifically to publishing kinds of operations. Referring to FIG. 6, the Into Menu contains a Folder Content Info command, a Reference Info command, and a Document Info command.
The Folder Content Info command brings up a Folder Content dialog box, illustrated in FIG. 7. This dialog allows a user to set the folder title, sort order, title string generation, and default number of days that new references should have until they expire. The dialog applies to the active window if the window displays a folder and none of the items are selected. It applies to the selected item if that item is a folder. Otherwise it is unavailable.
The Folder Content dialog box is also used to set a "What's New" mode and to set an "owning IP."
New or changed documents can automatically have an additional reference in a folder that represents new information. Each folder can be set to have its own What's New folder, to use all parent's What's New folders, in which case What's New processing follows the mode of each parent folder with changes being filtered up the hierarchy, or to not participate in What's New processing. In an alternative embodiment, the mode of What's New processing, rather than being a user option, may be determined by the central service.
Because the central service and the IP sites are not in continuous communication, it is important to ensure that only one site modifies any particular object. Objects are designated as belonging to a particular IP, and an object can only be modified at that IP's site. (The central service is itself considered an IP.) At an IP site, objects are automatically assigned to belong to that IP. At the central service, objects initially belong to the central service but can be assigned to other IPs. For example, the process of setting up a new IP normally involves making some folders and assigning them to the new IP. Objects are locked against modification once they have been assigned to an IP. The exception is that the IP field can be changed up until the time that the information is sent to an IP.
Referring to FIG. 8, the Reference Info command brings up the Reference Info dialog. This dialog allows a user to set the "lifetime" of a selected reference, and if the user desires, the lifetime of all other references to the same document. Information relating to publication to an online or other service, including the upload status and host ID, is shown in the central version of the application.
The Document Info command brings up a dialog box that affects the selected text document itself. It applies to the active window if the window shows a text document, or the selected item in a folder if the item is a text document. Otherwise it is unavailable. This dialog allows a user to set the document's title, and whether or not returns are added at the end of lines within the document.
Menu options for the CS version of the electronic publishing tool are somewhat different than those for the IP version, providing added functionality for central version.
One of the principal functions of the electronic publishing tool is to export content to an online service or other service. Export is supported by creating a scripting language source file, such as an RMP source file, and other supporting files. Export will typically involve exporting all changes read in since the last export to the online service or other service.
Referring to FIG. 12, in the central version, a Settings menu is used to set folders used for IP synchronization and to set folders and parameters used to upload information to an online service or other service. The Settings menu will have separate export settings commands for each such service. For simplicity, only one such command is illusutrated, a Rainman Export Settings command that lets the user set the Finder folders which are used for saving RMP export in, where RMP responses will be found, where RMP problems should be written, and where RMP backups should be stored. The bottom half of the dialog allows the user to set up the mainframe computer parameters needed for uploading Rainman Plus files.
An Idle Sync Preferences command brings up a dialog which lets the user set the Finder folders to watch for incoming work, where to copy work in progress, and where to put problems. Some additional commands are available only if idle sync preferences have been set. These include a Perform Sync Now command and a Read all RMP Responses command. Perform Sync Now forces a sync now, rather than waiting for a specified idle time. Read all RMP Responses forces reading responses now, rather than waiting for a specified idle time.
Other commands are used to manually select and process one folder or file. Sync one Folder is used to manually select and process one folder (created by a previous Publish Changes command). Read one RMP Response File is used to manually select and process one response file.
As previously described, in Auto Publish mode, synch and response reading is done in background. This mode is the normal unattended mode for operation. An Enter Auto Publish command closes and saves open windows, then puts up a status dialog box and enters a mode wherein the only user options are to Exit Auto Publish or request an Emergency Exit from the dialog box.
Emergency Exit is only available when in Auto Publish mode and is intended to stop inside an autopublish task. In some instance, it may not be possible to correctly restart the autopublish operation. Therefore, normally an Exit Auto Publish button provided on the dialog that shows during auto publish mode is used. This button requests an exit after the current task (if any).
In the CS version, a new database can be generated from the central service's master database that contains information relevant to a specific IP. This ability is intended for use in two situations: setting up a new IP, and providing a replacement database to an IP who has lost data. The following user scenarios will provide a greater understanding of how the present electronic publishing to may be used to set up a new IP, update an IP, or enable recovery of an IP.
At the central service, in order to set up a new IP, a New IP menu is selected and information is entered into the New IP dialog. Next, the top-level folders are created within the CS version hierarchy to represent the collections that an IP will manage. These new folders are transferred to the IP by using the Folder Info dialog and selecting the Set Owner button, then selecting the new IP. The folders are designated for delivery to the IP, and are visible in the IP's root folder view as well. The folders immediately become locked against further changes. (The exception is that the owner can be changed until the contents are actually sent to the IP.)
When the necessary folders are built, an IP Info menu is selected and the new IP is selected from the IP list. An Export Entire IP Database button is used to produce a seed database for that IP. The data folder that is created is sent to the IP, who can immediately begin adding content.
If after seeding an IP, a new top-level folder for that IP is needed, the folder is created at the central service in the CS version hierarchy. As before, the owning IP is changed to the desired IP. When all the new folders have been built, they are written out using the IP Info dialog, selecting the IP, and using an Export New Top Level Folder button. This does not produce an entire database, but only the new top level folders. This data folder is given to the IP who reads in the information on the new folder.
If an IP loses its data, and its backup is older than the state of the database when they last sent changes to the central service, then it must be given a new database from the central service. The same command used to write the initial IP database (IP Info dialog and the Export Entire Database button) will produce a new database containing all content relevant to the selected IP. This database is given to the IP, who can immediately begin to use it.
In a preferred implementation of the electronic publishing tool, programmatic entities are, with few exceptions, objects consisting in logical terms of a state portion and a portion containing a method, or collection of methods, that respond to messages from other objects (or possibly the same object) to operate upon data within the state portion. In this sense, all of the entities are "active." The entities may be broadly divided, however, into entities that manage other entities and entities that are managed by other entities. Primary responsibility for the overall management of program entities lies with an Object manager ("ObjectMan.")
Referring to FIG. 13, ObjectMan interfaces with a conventional database system (for example, C Index Pro, available from Trio Systems) to save objects to the database from main memory and restore them to main memory from the database. ObjectMan is therefore responsible for in-memory usage of other objects. Those objects may be of various classes including, as illustrated in FIG. 13, folder objects, text document (TDoc) objects, service objects and service information (SI) objects. Folder objects and text document objects correspond generally to conventional folders and text documents, respectively, and are representative of "content objects," i.e., objects that represent information in a form that allows that information to be presented to a subscriber in some fashion.
Folders, text documents, and other content objects represent content generically, that is, without regard for which service or services, if any, the objects have been designated for publishing on. Service-specific information is represented in service information objects associated with the genetic content objects. Service objects, on the other hand, used to translate a genetic object and an appropriate service information object into a file or set of files suitable for electronic publishing on a particular platform. A service object might be a Rainman Pro (RMP) service object that produces output suitable for electronic publishing on e•World, for example. Another service object might be a Prodigy service object.
Besides being responsible for the in-memory usage of objects, ObjectMan is also responsible for managing the persistent lifetimes of objects. In other words, given a potential community of entities "interested in" a particular object, including perhaps one or more objects at an IP site, one or more objects at the central service, and one or more service objects, ObjectMan determines when the particular object has outlived its usefulness and may be safely deleted from the database entirely.
Finally, ObjectMan is responsible for receiving broadcast change/synchronization notices from objects and relaying those notices to objects interested in those objects. Each object receiving a broadcast change/synchronization notice is responsible for determining how it will respond to such notices. One possible response is, if the object receiving the notice is a remote copy of the object sending the notice, to "play back" the changes made to the object sending the notice so as to synchronize with that object. Another possible response might be to simply update a variable. For example, a folder F1 might contain and express interest in a folder F0. The folder F1 might further maintain a count of the total number of items contained within it and its folders. If a document were newly inserted in F0, then a broadcast change/synchronization notice would be sent to F1. In response to the notice, F1 would update its count to reflect the newly-added document.
The importance of, in effect, moving synchronization policies from the database engine to the objects themselves, is that the objects themselves are "in the best position to know" the best way of handling a change notice. With replicas of the same object located at different sites, different changes may be made at different times to the same object. For example, an IP may change the title of an item, causing a broadcast change/synchronization notice to be sent to the central service. Some time earlier, the central service may have also changed the title to something slightly different. The question then arises, which change is to be honored? One possible policy is to honor the change that is last in time. However, this policy does not produce satisfactory results in all situations. By moving synchronization policies to the objects themselves, great flexibility is achieved in synchronizing objects.
The following description will present internal details of ObjectMan sufficient to enable one of ordinary skill in the art to make and use the same as part of the present electronic publishing tool.
ObjectMan is the persistent object store used in the electronic publishing tool. Its main purpose is to store and retrieve objects on demand. It is also responsible for transporting changes to remote machines.
Persistent objects form the basis of the electronic publishing tool. Persistent objects are objects that are managed by ObjectMan and are saved on disk in a database. As will be described more fully hereinafter in relation to FIG. 14, they are all descended from a base class Document: and are identified by an object identifier, or OID, a globally unique ID which is permanently associated with the object. Other objects can refer to a persistent object by its OID until the object is actually required in memory.
ObjectMan performs a number of general services for non-persistent objects as well as specific services for persistent objects. ObjectMan also performs certain remote service. Each of these will be described in turn.
The general services performed by Object Man include generating globally unique IDs for generic use. Object Man also provides the ability to access a specified object, and the ability to iterate through an object's interested parties. A further important general service performed by Object Man is the broadcasting of changes to objects that have registered an interest in a persistent object.
Non-persistent objects may, for example, access Object Man to retrieve persistent objects. In an exemplary embodiment, ObjectMan is accessed through an accessor TheOM. If an ObjectMan object does not currently exist, a new one will be made and returned. Each copy of the electronic publishing tool has only one ObjectMan object, which is not freed until the application quits.
In an exemplary embodiment, ObjectMan provides two spaces of globally unique IDs, OIDs to identify persistent objects and UniquelDs for general use. The two need not be compatible with each other.
OIDs are only used to identify persistent objects. An OID remains permanently associated with a persistent object and is never reused, even if the object is deleted from the database. Objects can use OIDs to refer to persistent objects without actually having a copy of the persistent object in memory. New OIDs are only assigned to persistent objects and, preferably, are not used in any other way.
UniqueIDs are a set of globally unique IDs which can be used for whatever purpose an object desires. In an exemplary embodiment, they are more "lightweight" than OIDs. Anew UniqueID may be obtained from ObjectMan by calling GetNewUniqueID.
Objects can retrieve persistent objects registered with ObjectMan by calling GetObject. GetObject returns the object instantiated in memory. Preferably, only one copy of the object is allowed to exist in memory at any one time. Therefore, if the object is already in memory, that copy will be returned, otherwise the object will be restored from the database. A failure is signaled if the object is not stored in the local database. A usage count for the object is incremented when the object is returned. A non-zero usage count tags the object as being in use. Once an object is finished with a persistent object, it calls DoneWithObject. This causes the usage count for the object to be decremented, allowing ObjectMan to free the object from memory when it has determined that no object needs it in memory anymore.
ObjectMan is responsible for automatically deleting registered persistent objects from memory and from the database. Persistent objects are guaranteed not to be deleted from memory if the usage count is positive. The usage count is incremented on calls to GetObject and is decremented on calls to DoneWithObject. Once the usage count is zero, ObjectMan may delete the object at any time it determines more memory is needed, but objects are usually cached in memory for as long as possible. Since ObjectMan takes care of deleting the object from memory, the conventional Free method of MacApp is not used on the object.
Documents are guaranteed not to be deleted from the database if there is at least one document interested in it. If a document needs to be permanently persistent, it may register interest in itself.
A General Function Reference providing further details of the general functions of ObjectMan is attached as Appendix A.
ObjectMan provides various services for persistent objects, including automatic retrieval of an object, automatic deletion of an object from memory when other objects are done with it, automatic deletion of an object from the database when no other objects are interested in it, and delivery and synchronization of changes to a remote site.
Persistent objects have the ability to store data persistently in the ObjectMan database and can be automatically retrieved on request. Persistent objects (i.e., the objects stored in ObjectMan) interact with ObjectMan by making calls to it at certain times. In return, ObjectMan guarantees to make certain calls to the objects at specific times.
All persistent objects descend from a class Document. An object of the class Document is responsible for the saving and restoring of any associated auxiliary object whose state needs to be saved. Objects of the class Document preferably have an ObjectManInfo field. This class is used by ObjectMan to store data with the object in memory. ObjectMan calls the Save and Restore methods on the field during its save and restore operations.
A persistent object is identified by its OID, a globally unique ID that is permanently attached to the object. Objects can refer to persistent objects by their OID and use the object retrieval function when they need the persistent object itself. OIDs are never reused. ObjectMan keeps a running count of calls to retrieve a persistent object to determine when it can delete the object from memory. If the usage count is not positive, ObjectMan may delete the object from memory as needed. A subsequent request for a deleted object will cause the object to be restored from the database.
When ObjectMan thinks it can delete an object from memory, it will first call a ReadyToFree method of the object. If this function returns false, ObjectMan will not free the document. Furthermore, if ObjectMan deletes a persistent object from memory, it will call the object's AboutToFree method before actually freeing the object. This allows the object to do any last minute cleanup or saving. When objects are deleted from memory, they call FreeingObject to allow ObjectMan to update internal information. This measure prevents an object from being inadvertently deleted by someone or something other than ObjectMan.
Persistent objects can register interest in other persistent objects, including themselves. Registering interest in an object allows the registered object to receive any change notices generated by the object. Persistent objects should broadcast change notices to announce any significant change in its data or state. This allows other objects who have registered an interest to know when relevant data has changed.
Objects can be deleted from the database by ObjectMan any time there is no one interested in it and it can be deleted from memory. Objects in the database that have no interested proxies are considered orphans. If desired ObjectMan may be designed to allow the user to search for orphans in the database. In an exemplary embodiment, the criteria for the deletion of an object from the database are: 1) No interested parties; 2) No interested views; 3) Usage count less than one; and 4) No change notices referring to the object.
Documents register themselves with ObjectMan in order to be considered persistent. In an exemplary embodiment, a call SetDocOID is used to register a document with ObjectMan. The document is assigned an OID at this time, and the usage count is set to one. Preferably, this function call is made during the object's initialization. Objects only register themselves with ObjectMan once. At the end of the initialization sequence, objects call a function NewInitializedObject to allow ObjectMan the ability to process the newly initialized document. This saves the object to the database, but internal document flags remain set as the document wishes.
In an exemplary embodiment, ObjectMan supports multiple partitions for a document. A partition is entirely saved and restored as a unit. Data across partitions, however, can be saved and restored separately. An object must have at least one partition, but may use multiple partitions in order to save and restore certain information independently. Typically, an object will have a system partition and a user partition.
Persistent objects are intended know that they need to be saved and to decide when to save themselves. In an exemplary embodiment, objects call SaveObject to save the entire object or just one partition of the object. If kAllPartitions is passed in, all partitions of the document will be saved in order.
If an object is requested through GetObject and the object is not already in memory, it is automatically restored into memory by ObjectMan. During restoration, an instance of the object's class is made, and a Restore method of the object is called (not the class's initialization method, I<class>). During normal initialization, the I<class>method of an object will be invoked. During a restoration from the database, however, the object's Restore method will be called instead of the I<class>method. The Restore method does whatever initialization the I<class>method would have normally done. The I<class>method is called only the first time the object is created.
If an object needs to manually restore a partition, it can call the RestoreObject function. If kAllPartitions is passed in, all partitions associated with the object will be restored in ascending order.
An object saves and restores its data from the database using save and restore handlers. ObjectMan passes these handlers into the Save and Restore functions of the persistent objects. The handlers treat the data as a stream of bits. Objects make calls to these handlers to read or write data, and read back the same amount of bytes that was saved. The handlers provide save calls for the more common data types.
A Persistent Objects Function Reference providing further details of the persistent object functions of ObjectMan is attached as Appendix B.
ObjectMan may be designed to support either limited remote object capabilities or more extensive remote object capabilities. In an exemplary embodiment, ObjectMan initiates transportation of change notices to remote machines, transportation of new persistent objects to remote machines, and transportation of external files to remote machines.
Objects are expected to broadcast any significant changes that happen to them so other objects can know that they have changed. These change notices are sent by ObjectMan to all objects that have registered an interest in the broadcasting object.
Some objects, called views, are concerned primarily with displaying information to the user. Views register interests in the document they are presenting to receive change notices. A function AddInterestedView is called to allow a view to begin receiving change notices that are broadcasted. ReraoveInterestedView removes the view from the list. This function is called when the view no long wants to receive change notices (typically when the view is freed). The interested parties mechanism allows persistent objects to register interests in other persistent objects to receive all changes that are broadcasted by that object. Different Interest Types may be defined, in which case Interest Type is indicated at registration time. In an exemplary embodiment, two types of interests are defined and are indicated using the following constants: kGenericInterest, and kContainerlnterest. These interest types are used by an iterator of ObjectMan that iterates through the interested parties of an object. When a change that is deemed significant happens to a persistent object, the object broadcasts a change notice to inform other interested objects. Change notices descend from a class Change. The change notice itself is intended to contain all the information about the change, since the source object is not guaranteed to be activated in memory when the change notice is delivered to interested objects. For example, a change notice announcing a title change would also contain the new rifle. Subclasses of Change are used to support custom information needed for a change notice. New subclasses are registered in a list of change notice classes.
Different types of broadcast modes are used depending on whether a change has already been committed to and whether the change is to be published at the particular time in question. In an exemplary embodiment, there are four types of broadcast modes, indicated using the following constants: kPreflight, kInterestedThings, kSync, and klnterestedThingsAndSync.
The kPreflight mode is used to "preflight" changes, informing other objects that the action is not actually performed yet, but soon will be. If receiving objects think there is a problem with the impending change, they return back an error code and add their error to an error list. The object might decide to perform the action anyway.
The kInterestedThings mode tells interested objects that the change has just taken place. The kSync mode sends the change notice to remote copies of the source object only. The change notices sent with this mode usually contain data private to the object itself. ThekInterestedThingsAndSync mode is a combination of the kInterestedThings and the kSync mode. It sends the change notice to both local interested objects and to the remote copy of the source object.
A function BroadcastChange is called to send change notices to objects that have registered an interest in the persistent object. One call takes the individual parameters related to changes and builds the Change object, but only the generic Change class. Another call takes a Change object itself. This variant is used when the change notice is a subclasses of change. The BroadcastChange call transfers lifetime management of the change object to ObjectMan, which may delete the change object at any time.
Preflight change notices are sent to all objects immediately. In the case of messages labeled kInterestedThings or kInterestedThingsAndSync, interested views receive the change notices when the document partition is saved. That is, the change notices for a particular document partition are queued until the partition is saved. Only after the save are the change notices sent to the interested parties.
ObjectMan calls a ChangeOccured method of each object that has registered interest in the source object. Objects process any relevant change notices in their ChangeOccured method and return an appropriate error result.
Every change notice regardless of type is sent to an AutoBroadcast function of the electronic publishing tool application. The application sends the change notice to those objects which have registered themselves to automatically receive change notices.
An Interested Things and Changes Function Reference providing further details of functions relating to the interested parties mechanism of ObjectMan is attached as Appendix C.
Machines running the electronic publishing tool communicate in a tree structure, with data flowing up the tree. The data from all subsidiary machines is entirely replicated on the master machine. ObjectMan sends new objects, change notices, and binary files to remote machines.
In an exemplary embodiment, ObjectMan assumes that all data and changes originating at a machine will flow upwards. It does not distinguish between data that is actually published on the online system and data that is not meant to be published.
The mechanism that causes changes to an object to be duplicated on another machine running the electronic publishing tool is the mechanism of change notices generated by persistent objects. ObjectMan keeps a copy of all "primary" change notices and transports them to the remote machine, where they are played back. Primary change notices are those which do not originate as a direct result of another change notice. Change notices generated during the playback process are not saved for playback on other machines.
New persistent objects are also transported to remote machines. ObjectMan sends the state of all new persistent objects as seen when the NewlnitializedObject call for that object is made. Any changes that happen to the object after its I<class>method is called must be sent through a change notice. The object is guaranteed to exist in the remote database by the time the first change notice that refers to it is processed.
ObjectMan also transports binary files that have been registered to remote machines. A Files Reference providing further details of the file functions of ObjectMan is attached as Appendix D.
During the processing of change notices from another machine, ObjectMan calls the method PlaybackChange on the source object of each change notice. The PlaybackChange function of each object changes its internal data to duplicate the action and broadcast any change notices necessary to inform other objects of the change that took place.
A Remote Function Reference providing further details of the remote functions of ObjectMan is attached as Appendix E.
In interacting with the remainder of the electronic publishing tool application, ObjectMan must be gracefully closed and freed and it must be allowed to grab idle time.
ObjectMan installs cohandlers to grab idle processing time. The application must call the cohandlers every so often to allow the idle processes to work. ObjectMan assumes that it is running under the MacApp 3.0.x environment. It assumes that it can install cohandlers, pieces of code that are called periodically to perform particular operations.
During start-up, since ObjectMan permanently allocates chunks of memory for its use, it should be initialized early in the start-up process. To ensure that ObjectMan has been initialized, the application calls ObjectMan's accessor during its initialization. If ObjectMan signals an error, the application quits, since all ObjectMan calls rely on successful initialization.
When the application quits, it calls the Close function to allow ObjectMan to do some cleanup. This function is called after all the persistent objects have saved themselves (since it will delete all of them from memory) and before deleting the MacApp cohandler chain (since ObjectMan relies on a cohandler).
The application calls a static function FreeIfNecessary to free ObjectMan. The FreeIfNecessary call allows the application to gracefully quit if an error occurs during the initialization of ObjectMan. (Without this call, the application would have to call the ObjectMan accessor at quit time, which would incorrectly try to create a new ObjectMan object.)
ObjectMan provides the application the means to store a specila OID which is persistent through invocations of the application. This OID is used to bootstrap the application, allowing it to access a document containing data it needs to save. The application normally makes one call to SetSpecialOID the first time the application is invoked. The object corresponding to the saved special OID is used to preference data and any other data the application needs to store persistently. In subsequent invocations, the application gets the special OID and uses the data stored there for start-up purposes.
A Function Reference providing further details of the application interaction functions of ObjectMan is attached as Appendix F.
Objects that are managed by ObjectMan, or are saved as part of an object that is managed by ObjectMan, are generally content objects. These objects provide a variety of services, such as persistence. Content objects are the objects IPs and the central service operations staff create and manage. Many content objects correspond directly to pieces of information that will be seen by an end user once published onto a host, such as e•World. Other content objects provide a supporting role, representing entities such as an IP, and are only used within the electronic publishing tool administratively.
From an application-building perspective, content objects are the `documents` in a MacApp-based application, and are sometimes referred to as documents. Unlike most applications however, including MacApp-based applications, the electronic publishing tool is made up of many different document types, with differing behaviors in areas such as when (or whether) a document must be explicitly saved by a user.
Because the electronic publishing tool is designed to publish content to multiple platforms, there must be a separation between what information is kept generically, and what information is only used to support publishing on a particular platform. Within the electronic publishing tool, a particular publishing platform is referred to as a service, and service-specific objects are used to support the information needed for a particular content object on a particular service. Ideally, all of the content is part of the generic object, while the service-specific objects are used mainly to support the publishing process for that platform, such as the service's local ID for an object, or its upload status. A protocol is provided for associating service-specific objects with the generic object.
The foregoing description has presented internal details of 0bjectMan sufficient to enable one of ordinary skill in the art to make and use the same as part of the present electronic publishing tool. The following description will present internal details of content objects--the objects managed by ObjectMan--which when, coupled with the previous description, are sufficient to enable one of ordinary skill in the art to make and use the present electronic publishing tool.
Referring to FIG. 14, showing an inheritance hierarchy, or class hierarchy, of the principal objects (apart from ObjectMan) that make up the present electronic publishing tool, most of the objects are descended from a class TDocument, shaded to indicated that it is taken directly from MacApp. A subclass Document inherits methods (essentially a collection of procedures) from TDocument. When a subclass is defined, it may be defined so as to inherit all of the methods of the parent class unchanged, to inherit some of the methods of the parent class and to override other methods by providing alternative methods, or to override all of the parent class's methods. In the case of Document, many of the methods of TDocument are not overridden, but many others of the methods of TDocument are overridden. In particular, most of the TDocument methods that a subclass normally overrides have already been overridden by Document.
In an exemplary embodiment, the classes of the present electronic publishing tool are defined in the C++ programming language. However, other programming languages may be used.
Class Document is the base class for most of the content-related classes in the electronic publishing tool. A Document is persistent and synchronizable with other machines. It maintains interest in other objects, and receives notifications of significant changes from those objects. It can also be the subject of interests. Documents maintain some basic properties, such as modification date.
Documents are intended to represent content generically, across all possible publishing platforms. For information specific to a platform, such as a host ID, a ServiceInfo subclass is provided, descended from Document. There will typically be one ServiceInfo subclass for each Document; subclass, for each publishing platform.
All of the information in an object of the base classDocument; is saved in the system partition. All Documents register with an autosaver so that this partition is saved frequently.
ContentObj is a subclass of Document. It represents the subset of Documents that directly represent content objects, such as folders of documents, that an IP can create and that users will see. As compared to Document, the main added functionality is support for binary attachments. The binary attachment information is saved in the user partition, and must be explicitly saved by the user (along with the rest of the user partition information).
Class Folder is a subclass of ContentObj and is typed to hold objects of class ContentObj. A Folder therefore manages a set of other content objects, providing operations to add, remove, and reposition objects. It also provides several options for sorting the contents. As with many of the classes found in the present electronic publishing tool, Folder may be used directly or may be further subclassed by users as they develop different types of content objects. In this way, the electronic publishing tool becomes extremely versatile and extensible.
In an exemplary embodiment, Folder (along with its view hierarchy) mimics several aspects of the Macintosh Finder user interface. In particular, like Finder folders, users never explicitly save a Folder. All of the information relating to a Folder's contents is stored in the system partition and saved in background.
Class TEDocument is used to represent text documents. It is a subclass of Document. Apart from some new methods specific to the electronic publishing tool, it operates in substantially the same way as the sample TTEDocument class provided with MacApp. A text document includes the following attributes, some of which an IP may set and/or view: rifle, owning IP (read only), first displayed date, expiration date, modification date (read only), text size (≦32K), text format (running text, line breaks), mainframe computer status (CS version, read only), and total number of links to the document (read only).
The electronic publishing tool provides an explicit representation of the Information Providers and individual users who use it. Class IP represents information providers. Each IP has associated with it a list of User objects and a root folder for that IP. All of the content managed by an IP is contained, directly or indirectly, from the IP's root folder.
Typically, an IP version of the electronic publishing tool has just one IP object, and thus one root folder in which all of the IP's content is contained. The CS version typically has many IP instances. One represents the central service itself, and the others represent all the other IPs publishing to the central service. Only content accessible via the central service IP root folder is published.
Service and Transport are the base classes for the publishing process. They each have subclasses (not shown) each of which dedicated to a particular service (e.g., America Online, Prodigy). Service represents a host to which content needs to be published, and Transport represents a particular mechanism for encoding and transmitting the content. They are subclasses of Document to take advantage of persistence. Services are identified by a constant associated with a particular service, for example kAladdinService for e•World.
Class ServiceInfo is the base class for the service-specific objects that can be associated with each Document. ServiceInfo objects are obtained by asking a Document for the ServiceInfo object associated with a particular service type.
Application is a subclass ofMacApp's TApplication, which provides methods for launching an application, quitting an application, etc. Besides start-up and shut-down, Application provides methods to create a Document and its view. It also implements user interface rules (for example, one opened window per document, etc.).
Because Application is not a subclass of Document, Application is not persistent, cannot send or receive change notices, etc., all of which are provided for by Document. For this reason a private sub-object AppPrefs, which is a Document, is used to hold persistent information for Application. It is accessed only via Application. AppPrefs is recorded in ObjectMan as the "special" OID, one that can be retrieved when the application starts up without a regular OID. Thus, AppPrefs is the bootstrap object. AppPrefs contains a list of IPs, a trash folder OID, and various other values that need to be preserved from session to session, and serves as the root of the interested-party hierarchy.
A class Change is used to represent change notices of various types, corresponding to different kinds of changes. For memory management reasons, it inherits from MacApp's TObject class. Change has various subclass, one for each different type of change notice.
FIG. 15 shows a typical containment and interested party hierarchy. Boxes with bold outlines represent a list of objects, with an example set of descendants shown. For example, within each copy of the electronic publishing tool, there is only one IP root Folder. That Folder may contain numerous other Folders, among which might be a "Living" Folder and a "News" Folder. The "News" Folder might in turn contain numerous text documents, one of which might be a "Headlines" document. Each document may have associated with it multiple Serviceinfo objects containing service-specific information pertaining to that document.
Of the foregoing classes, Document, ContentObj, Folder and TEDocument play a prominent role in the present electronic publishing tool of the present invention. TEDocument operates in substantially the same manner as the TTEDocument class of MacApp (except as previously described). The Document, ContentObj, and Folder classes will therefore be described in greater detail.
During the lifetime of an object, certain events occur. First the object is created and initialized. Changes are made to the object that may need to be saved in various ways. Objects send change notices to other objects and respond to change notices from other objects in various ways. The object may become associated with certain service-specific objects. At some point, the object may be closed and freed, and at some later point, the object may be restored. The class Document (and, by inheritance, the classes ContentObj and Folder) is provided with methods relating to these and other events.
Among these methods are type-checking methods. In C++, type information is absent at run time. There is no way to find out which class an object is, or whether an object is a subclass of some other class. Because run-time type information is necessary to support persistence (and desirable for several other reasons), Document provides its own run-time type information protocol.
ObjectMan, in order to capture the correct initial state of an object so that the object may be provided to a remote machine, if necessary, requires that Document and ContentObj extend the standard MacApp initialization protocol, or "I methods." A mechanism is provided to allow each I method to know whether it is the leaf of the inheritance for a particular object or not, i.e., whether it is the most specific I method in the inheritance chain or not. If it is the most specific, it must call ObjectMan's NewInitializedObject after it (and all parents) have finished establishing the initial state of the object. The I method is only called for the object's first creation. When the object is restored from the database, initialization is not required. Copies of an object on remote machines start with a copy of the object in the state it is in after the I method has run.
When an action changes state in a Document and the document is to be saved, a method MarkDirty is called. Since Documents can save different parts of their state independently, MarkDirty takes a parameter indicating which part of the state is to be saved (the default being the system partition). MarkDirty does not perform the save itself. MarkDirty is therefore overridden when a class wants to take some immediate action at the time it becomes dirty. Unless MarDirty is called, a document will never be marked dirty.
A method DoSaveDocument is the standard method used to save all or part of an object. By default, DoSaveDocument saves only the partitions that are marked dirty. DoSaveDocument manages information stored in the object as to whether a partition is dirty, never saved flags, etc.
Each class is free to implement its own policies concerning when to consider the object's modification date changed. The decision might be linked to MarkDirty, or (for those subclasses that support explicit user saving) it might be linked to actual save operations by the user. A method UpdateModifierInfo is used to make the current time and user be recorded as the object's modification time and modifier. A method DoUpdateModifierlnfo allows explicit modification time and user information to be passed in. Both methods result in a broadcast of the new modifier information.
Documents define their persistent state via a Save method. Each subclass redefines this method so as to first call the parent's Save method, then to write out fields specific to itself. A save handier is passed to the Save method, providing a series of write methods that accept basic data types.
If an object wants to save reference to another Document, is saves the OID of that object. It may assure that the other object will still be around when the saving object is restored by using the interested party mechanism.
When an object is requested from ObjectMan and it must be activated from the database, ObjectMan will first make an instance (based on the run-time typing information) of the object. A method Initialize () is called, but the object's I method is not called. Instead, a method Restore is called, which calls the parent's Restore method, and is provided with a restore handler having Read methods exactly paralleling the Write methods called in Save. After the object is restored, ObjectMan will invoke a DoneWithRestore method. This method is defined to do those things that the I method would have done that are appropriate to recreating, rather than initializing, the object.
Objects may have sub-objects that are not Documents whose state needs to be saved. These objects might have similar Save/Restore methods as those described, but it is nevertheless the job of the Document to save them, and on restore, to make the instance first and then begin restoring it.
The class Document replaces several MacApp close-related methods, principally to prevent those methods from calling Free (without consulting ObjectMan). ObjectMan is responsible for freeing an object when necessary. When an object is closed, it will first give all open windows a chance to send any final changes back to the object. Next, the objects checks to see if the user partition is dirty or not. If so, the standard "Save changes before closing?" dialog is presented. If the user chooses not to save changes, then one of two methods is called, either a simple Abandon or a special CheckAbandonNeverSaved. The regular Abandon method rereads the state of the user partition from the database, since the object might be reopened and should reflect then the state when it was previously opened. The CheckAbandonNeverSaved method broadcasts that the object is closing, so it can be removed from any containing objects.
Finally, ObjectMan's DoneWithObject is called, which decrements the in-use count. If this is the last use, then the object may be freed any time afterward.
Whenever an object makes a significant change that should be externally visible, it posts a change notice for broadcast to all interested parties. By objects posting changes "in the blind," rather than assuming that certain objects of certain classes need to know things and sending them messages, the extensibility of the electronic publishing tool is greatly enhanced.
Broadcast changes actually serve two purposes: letting other objects know about changes, and letting other copies of the same object know about changes so that they can take steps to reflect those changes. This latter process is referred to as synchronizing objects. Generally, a single broadcast can be used for both purposes. Occasionally, when a change that should not be externally visible needs to be communicated to other copies of an object, a sync-only broadcast can be sent.
Change notices use the subclass Change. Class Change provides the following fields: Source, Target, Type, Partition, and Collapsible. The Source field contains the OID of the object sending the change, while the Target field contains the OID of the primary other object "involved" in the change. This is sometimes the same as the source. In cases involving container classes, it is often an object added or removed. The Type field identifies the type of change. Each class defines a set of change types. The Partition field associates this change with a particular Save/Restore partition. Finally, Collapsible is a boolean value that indicates whether or not this change can take the place of any previous changes of the same type from the same source.
Subclasses of Change can be created to hold additional information. A change notice sent to interested parties should be self-sufficient, so that the receiving object does not need to ask for further information from the broadcasting object. Changes sent to sync another copy are required to be self-sufficient, as the receiving object typically will not be able to ask for more information from the broadcasting object.
Although Change objects are not Documents, they share some Document mechanisms. The same Save and Restore methods are used to make them persistent.
Changes are posted by calling ObjectMan's BroadcastChange method. For simple cases where a standard Change object will suffice, a version of BroadcastChange is used that takes the Source, Target, and Type as arguments and creates the Change object. If a specific subclass of Change is needed, it is created and initialized with a method IChange (Source, Target, Type) and then sent with BroadcastChange (change object).
It is often helpful to a user to inform them of problems, conflicts, etc. while they are still formulating their input, rather than after they have completed their input, for example by clicking `OK`. Document classes therefore provide "preflight" methods for any method that might fail for certain argument values. Preflight methods are normally invoked by the user interface, and the details of their implementation and protocol may vary from class to class.
However, often part of the preflight testing depends on feedback from interested parties. While the normal BroadcastChange method does not return any value, a broadcast can be sent in Preflight mode to solicit opinions from interested parties. The broadcast object and change type is normally the same as is used in the regular, non-preflight method. However, a list of error messages is provided, and is filled in by interested parties. The return value will be given the worst level recorded by any of the interested parties (e.g., warning or error).
The Add and Remove InterestedParties methods of ObjectMan also take optional arguments that allow them to be exercised in preflight mode. This provision allows feedback from auto-interested parties on adding or removing an interest without actually doing it.
Interested parties receive change notices from objects they previously registered an interest in via a method ChangeOccured. Document subclasses override this method to process change notices for the particular types of changes they recognize, and inherit the Document method for other types of changes. No changes can be made to a Change object.
ObjectMan delivers change notices from an object's clone on another machine to a PlaybackChange method. This method is structured much like the ChangeOccured method, but typically responds to a different set of change notices. Whereas ChangeOccured receives changes from other objects, PlaybackChange receives changes from a copy of the object itself.
ChangeOccured and PlaybackChange differ in how the modification date of the object is set. Normally, when a change is generated locally (e.g., through the user interface), the modification date is updated. When a change sent from machine A is played back on a copy on machine B, then the modification date on B after playing back a change should be the later of B's modification date or the modification date on A. In the simple case, when changes only occur on machine A, and machine B simply tracks A, then after playback the modification date on B should be the same as that on A.
PlaybackChange methods deal with this by not setting the modification date when handling a change notice, except when the notice is a specifically a "new modification date" notice. In the latter case, the modification date is set to the greater of the current modification date or the change notice's modification date.
Rather than all objects that are Documents being required to register interest directly in order to receive change notices, an auto-interest facility may be provided to accomplish the same result much simply and more efficiently. In accordance with the auto-interest facility, the class Application receives a copy of every change notice, and it distributes it to a set of objects. In an exemplary embodiment, auto-interests are delivered to each Service object. In other embodiments, a protocol be used to add an object to the auto-interest list.
Apart from creation date and/or modification date, Documents can have two further dates associated with them: a release date and an expiration date. These dates are provided for use by publishing platforms, and represent the time at which a document should first be visible to users, and the time after which it should no longer be visible. Platforms may be instructed to remove a document after the expiration date. However, documents are not automatically removed from the electronic publishing tool itself after the expiration date.
The release and expiration dates on a document are "absolute" dates. Publishing platforms should remove a document from all folders based on the document's absolute expiration date. The class Folder provides another pair of dates that govern the appearance of a document within a particular folder.
A Document object maintains a list of associated ServiceInfo objects, which are created on demand. When a method GetServiceInfo (type) is called, a lookup is performed for a corresponding ServiceInfo object. If no such object is found, the service associated with that type constant is asked to make an appropriate ServiceInfo object, which is added to the Document's list and then returned to the caller.
In order to model the attached files found on many online services, the class ContentObj adds to Document support for binary attachments. In particular, the class ContentObj provides the ability to refer to, store and retrieve a single, arbitrary file in addition to whatever "content" is provided by ContentObj subclasses. Clients attach a file by providing a Macintosh "FileSpec." The file is immediately stored, so that further reference to the given file is not needed. ObjectMan makes a copy of the file. The classContentObj uses a "FileRef" mechanism provided by ObjectMan to implement attached files.
Attached files are saved in the user partition. Thus, if a user abandons changes, a newly attached file is lost. A deleted attachment, on the other hand, is preserved. Attaching or unattaching a file makes the user partition dirty, so that users will be asked whether to save changes or not, even if no other "content" changes are made.
Even though attachments are provided by ContentObj to all subclasses, users may be given access to attachments only through specific subclasses by simply not offering any user interface to attachments except from chosen subclasses. In an exemplary embodiment of the electronic publishing tool, only text documents have a user interface that accesses attachments.
Because objects of the class ContentObj will often originate as data in other applications, there is a provision for setting an external modification date. In some embodiments of the electronic publishing tool, this feature may be used to facilitate an incremental import process.
The class Folder is a subclass of ContentObj that can hold other objects. Folders can be used for a variety of purposes and in a variety of situations in which a set of objects needs to be managed. A number of Folders can be used to represent a hierarchy or directory structure.
Although Folders can be used for a variety of purposes, and can have various manifestations when published on an online service, Folders may generally be thought of as representing a directory structure (i.e., as in an operating system). In the present electronic publishing tool, all user-created content objects are contained within a hierarchy of Folders.
Each element in a Folder is represented by a FolderItem. The FolderItem contains: the OID(s) Of the contained object(s); the UniqueID of the folder item itself; several cached values from the contained object(s), to allow a view to be displayed quickly without activating each contained object; and several other values that each folder keeps about each item it contains.
As in many operating systems, including the Macintosh Finder, the Folder model of a hierarchy may be a directed acyclic graph, in which the same object may be inserted into multiple Folders. Folders operate like Finder folders in that they save changes immediately, without asking a user to save a Folder. All Folder data is saved in the system partition. Unlike the Finder, however, in an exemplary embodiment of the electronic publishing tool, there is no original folder as distinguished from a set of aliases. Instead, each FolderItem is an equal. Removing an object from a Folder only removes the FolderItem describing it, and does not directly delete the object itself. When the object is removed from the last Folder, it may be deleted from the database.
FolderItems are not themselves Documents, and thus are not independently persistent. They are "supervised" by their Folder. FolderItems have a UniqueID (instead of an OID) that permanently identifies them. All of the FolderItems for a folder are saved and restored at the same time, along with the rest of a Folder's attributes. A Folder includes the following attributes, some of which an IP may set and/or view: rifle, default number of days in which newly inserted references will expire, sort order of the body region (alphanumeric, arrival date, ascending, descending), auto insertion of time/date stamp into title, visual status information for each link, and owning IP (set by CS version only).
Folders register an interest in each object that is inserted into them, and remove interest when objects are removed from the Folder. As a result, an object will never be deleted from the database as long as it is in a Folder. The interest also allows Folders to keep cached values up to date, by receiving broadcasts whenever a contained object changes a value.
Although Folders are normally thought of as managing a single set of objects, for the purposes of sorting and positioning, Folders actually have three regions: header, body, and footer. By default, all actions take place in the body region. These regions can be used, for example, to "pin" an item to the top of an otherwise alphabetically or chronologically sorted folder. Likewise, an item can be "pinned" to the bottom in the footer. Each region can hold an unlimited number of objects. The header and footer are always manually positioned, while the body can be either manually positioned or sorted alphabetically or chronologically.
In an exemplary embodiment, Folder uses the MacApp class TLists to hold the FolderItems in each of the three regions. However, all access to these lists is hidden behind certain access functions, set forth in greater detail in the attached Appendix G, a Content Objects Function Reference.
The term `link` is used herein to refer to a FolderItem, and particularly to the non-cached values it keeps about an object. In the electronic publishing tool user interface, these values are referred to as `reference` values.
For purposes of accessing a Folder, the Folder can be thought of as an array, with elements at indexes 0 through size-1 (without regard to regions). Folder items may be accessed quickly by index, and indexes may be used to iterate through an entire Folder's contents. The current index of an item may be determined using one of the following lookup methods, after which the index may be used to get or set values for that Folder item.
One lookup method is by UniqueID, which positively refers to a particular Folder item. UniqueIDs can be saved and are unique across folders. Callers can therefore tell if a UniqueID is not within a folder. Another lookup method is by contained object OID. Because there can be more than one folder item within a given folder referring to the same object, a method FindAllIndexesForOID is used to ask for a list of all indexes pointing to a given OID.
A method Insert () provides a basic method to insert an object into a Folder. Various other methods take a list, accept an existing FolderItem to copy values from, append items rather than inserting them at a specific point, etc. The basic Insert and Append methods return the UniquelD of the item that was inserted.
Similarly, a method Remove () provides a basic method to remove a single FolderItem from a Folder. Various other methods remove all items that refer to a given object, take a list, or remove all objects. Interest is removed, and objects with no other interested parties are eligible for deletion from the database at any time (possibly before the return of the Remove method).
Sometimes it may not be possible to insert an Object into a folder, or it may be possible within the electronic publishing tool but may not work as intended on a particular publishing platform. Accordingly, a PreflightAppend call is provided to test the acceptability of an object, and may be called before any of the regular insert calls.
The properties of a FolderItem are accessed through the Folder, using the index of the item to identify it.
Once an object has been inserted, a method Reposition may be used to reposition it within the Folder. Reposition can move a FolderItem within and between the header/body/footer regions. The basic Reposition method takes the UniquelD of the item to move, and the index of the position to insert before. The region argument is only considered if the index is on the current border between the header and body regions or the body and footer regions.
Repositioning can only be done in the body when the Folder is in a manual sort mode. If an alphabetical or chronological sorting is selected, the identified item remains where the sort places it. Changing the Folder from manual sort to alphabetical or chronological sort loses the previous manual positionings; when changing from alphabetical or chronological sort to manual positioning, the FolderItems begin at their previously sorted positions.
As noted previously in relation to Documents, individual documents have absolute release and expiration dates. Folders add to that a release and expiration date that governs visibility just for a particular link. Thus, documents can be visible in different folders at different times.
As a simple way to set Folder-specific expiration behavior, provision is made for setting a default number of days of visibility. When this value is set, each new item is given an expiration date that is the current date (or the release date, whichever is later) plus the specified number of days. (The release date is the date at which the item should first appear on a service.) Changes in the default value do not affect current Folder items.
The class Folder may be subclassed to provide more specialized operations that are based on containing objects of a more specific type. For example, a Software folder might only contain text documents with attached binary files, and it might provide additional information such as the number of downloads. To accomplish this, a subclass of FolderItem would be created to track the additional information about each contained object, and thenFolder would be subclassed to use this new item class. Hooks are provided to allow subclasses to create different kinds of FolderItems and fill in their data. Minor extensions to Folder can be made without making a new FolderItem.
The flexible, extensible architecture of the present electronic publishing tool allows for electronic publication of a wide variety of content objects across an equally wide variety of platforms. The class libraries representing base classes can be extended, for example to develop movie content objects or other kinds of content objects. Additional service gateways may be provided to interface to foreign systems (e.g., Lotus Notes). Storage interfaces may be provided to different kinds of object storage mechanisms (e.g., to support a specialized database, CD ROM, etc.). Application program interfaces to the electronic publishing tool may be used to, at the abstract object level, modify or tune the system's operation, either remote or local (e.g., to provide a completely different client, to provide specialized processing over the objects, etc.). In each of the foregoing instances, scripting facilities may be provided.
It will be appreciated by those of ordinary skill in the art that the invention can be embodied in other specific forms without departing from the spirit or essential character thereof. The presently disclosed embodiments are therefore considered in all respects to be illustrative and not restrictive. The scope of the invention is indicated by the appended claims rather than the foregoing description, and all changes which come within the meaning and range of equivalents thereof are intended to be embraced therein.

Claims (11)

What is claimed is:
1. In a distributed database system, a method of synchronizing information between a plurality of sites and a central location, comprising the steps of, for each of said plurality of sites:
establishing a first database portion at the central location and a second data base portion at the site, where the second database portion is a substantial replica of the first database portion, wherein each of the first and second database portions comprise a plurality of named information items including information items to be output in such a way as to be perceived by a user, and wherein said plurality of named information items are managed at the central location by a database engine;
changing the second database portion at the site;
reporting changes in the second database portion to the central location;
at the central location, sending one or more messages describing changes in the second database portion to one or more named information items of the first database portion affected by the changes, without the database engine itself effecting the changes; and
the one or more named information items of the first database portion affected by the changes responding to the one or more messages describing changes in the second database portion by updating themselves to reflect the changes to the second database portion reported to the central location.
2. The method of claim 1, wherein the first database portion and the second database portion each comprise a plurality of information items.
3. The method of claim 2, wherein, at each of the plurality of sites and at the central location, multiple program entities, including information items, are allowed to subscribe to changes to any information item, comprising the further steps of, at each of the plurality of sites and at the central location:
registering a plurality of program entities as subscribing to changes to a particular information item;
changing the particular information item; and
broadcasting to each program entity registered as subscribing to changes to the information item a notice describing changes to the information item.
4. The method of claim 3, comprising the further steps of:
sending a synchronization notice from one of the sites to the central location a notice describing changes to an information item changed at the one site.
5. The method of claim 4, wherein each program entity and each information item is identified by a identifier, comprising the further steps of:
at the central location, sending the synchronization notice to a program entity having a same identifier as the information item changed at the one site, wherein the program entity is a corresponding information item corresponding to the information item changed; and
changing the corresponding information item to reflect changes to the information item changed at the one site.
6. The method of claim 5, comprising the further step of:
at the central location, broadcasting, to each program entity registered as subscribing to changes to the corresponding information item, a notice describing changes to the information item.
7. The method of claim 6, wherein each program entity includes a first program segment governing how that program entity will respond to notices, other than said synchronization notice, of changes to an information item to which the program entity has subscribed, comprising the further steps of:
receiving at each program entity registered as subscribing to changes to the information item the notice describing changes to the information item; and
at each program entity registered as subscribing to changes to the information item, responding to the notice describing changes to the information item in a manner prescribed by the first program segment included within that program entity.
8. The method of claim 7, wherein each program entity includes second program segment governing how that program entity will respond to said synchronization notice, comprising the further steps of:
receiving the synchronization notice at a program entity having a same identifier as the information item changed at the one site; and
responding to the synchronization notice in a manner prescribed by the second program segment included within that program entity.
9. The method of claim 3, wherein program entities are allowed to cancel subscriptions to changes to any information item, comprising the further step of:
deleting registration of a program entity that previously subscribed to changes to a particular information item but later cancelled its subscription to changes to the information item.
10. The method of claim 9, comprising the further step of deleting an information item from the first database portion.
11. The method of claim 10, wherein an information item is deleted only after any previous subscriptions to changes in that information item have been cancelled.
US08/314,951 1994-09-29 1994-09-29 Synchronization and replication of object databases Expired - Lifetime US5684984A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US08/314,951 US5684984A (en) 1994-09-29 1994-09-29 Synchronization and replication of object databases

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US08/314,951 US5684984A (en) 1994-09-29 1994-09-29 Synchronization and replication of object databases

Publications (1)

Publication Number Publication Date
US5684984A true US5684984A (en) 1997-11-04

Family

ID=23222203

Family Applications (1)

Application Number Title Priority Date Filing Date
US08/314,951 Expired - Lifetime US5684984A (en) 1994-09-29 1994-09-29 Synchronization and replication of object databases

Country Status (1)

Country Link
US (1) US5684984A (en)

Cited By (148)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998044401A2 (en) * 1997-04-03 1998-10-08 Sun Microsystems, Inc. Thread-local synchronization construct cache
WO1998054631A2 (en) * 1997-05-27 1998-12-03 Merrill Lynch & Co., Inc. System for network file distribution
US5862325A (en) * 1996-02-29 1999-01-19 Intermind Corporation Computer-based communication system and method using metadata defining a control structure
US5870759A (en) * 1996-10-09 1999-02-09 Oracle Corporation System for synchronizing data between computers using a before-image of data
US5878431A (en) * 1996-10-04 1999-03-02 Hewlett-Packard Company Method and apparatus for providing topology based enterprise management services
US5893913A (en) * 1996-11-12 1999-04-13 International Business Machines Corporation Method for synchronizing classes, objects, attributes and object properties across an object-oriented system
US5926816A (en) * 1996-10-09 1999-07-20 Oracle Corporation Database Synchronizer
US5943676A (en) * 1996-11-13 1999-08-24 Puma Technology, Inc. Synchronization of recurring records in incompatible databases
US5943675A (en) * 1996-09-25 1999-08-24 Allen-Bradley Company, Llc Change log historian system for memory shared by multiple workstations
WO1999048011A1 (en) * 1998-03-20 1999-09-23 Advanced Web Solutions, Inc. Communication board system and method for use in computer networks
US5963944A (en) * 1996-12-30 1999-10-05 Intel Corporation System and method for distributing and indexing computerized documents using independent agents
US5991771A (en) * 1995-07-20 1999-11-23 Novell, Inc. Transaction synchronization in a disconnectable computer and network
US6026408A (en) * 1998-01-28 2000-02-15 Unisys Corp. Method for synchronizing the schema of a database with its representation in an object-oriented repository
US6044205A (en) * 1996-02-29 2000-03-28 Intermind Corporation Communications system for transferring information between memories according to processes transferred with the information
US6044381A (en) * 1997-09-11 2000-03-28 Puma Technology, Inc. Using distributed history files in synchronizing databases
US6108754A (en) * 1997-04-03 2000-08-22 Sun Microsystems, Inc. Thread-local synchronization construct cache
US6125388A (en) 1994-05-31 2000-09-26 Reisman; Richard R. System for transporting information objects between a user station and multiple remote sources based upon user modifiable object manifest stored in the user station
US6125369A (en) * 1997-10-02 2000-09-26 Microsoft Corporation Continuous object sychronization between object stores on different computers
US6141664A (en) * 1996-11-13 2000-10-31 Puma Technology, Inc. Synchronization of databases with date range
EP1049993A1 (en) * 1998-01-16 2000-11-08 Visto Corporation System and method for using a workspace data manager to access, manipulate and synchronize network data
US6148382A (en) * 1996-12-23 2000-11-14 Emc Corporation Arrangement for filtering data item updates to reduce the number of updates to a data item to be stored on mass data storage facility
US6175855B1 (en) * 1996-12-20 2001-01-16 Siemens Aktiengesellschaft Method for instantiating a class having different versions
US6188695B1 (en) * 1997-12-18 2001-02-13 Ericsson Inc. System and method for multi-node data synchronization
US6212529B1 (en) 1996-11-13 2001-04-03 Puma Technology, Inc. Synchronization of databases using filters
US6275831B1 (en) * 1997-12-16 2001-08-14 Starfish Software, Inc. Data processing environment with methods providing contemporaneous synchronization of two or more clients
US6304881B1 (en) 1998-03-03 2001-10-16 Pumatech, Inc. Remote data access and synchronization
US6330568B1 (en) 1996-11-13 2001-12-11 Pumatech, Inc. Synchronization of databases
US6343299B1 (en) 1998-11-16 2002-01-29 International Business Machines Corporation Method and apparatus for random update synchronization among multiple computing devices
US20020013746A1 (en) * 2000-07-31 2002-01-31 Realhome.Com Method and system of uniquely identifying real estate
US6345313B1 (en) 1997-08-22 2002-02-05 Sun Microsystems, Inc. Recovery of synchronization constructs
US20020046157A1 (en) * 1999-11-01 2002-04-18 Neal Solomon System, method and apparatus for demand-initiated intelligent negotiation agents in a distributed network
US6381618B1 (en) 1999-06-17 2002-04-30 International Business Machines Corporation Method and apparatus for autosynchronizing distributed versions of documents
US6385767B1 (en) * 1999-09-30 2002-05-07 Unisys Corporation Method and system for creating and manipulating extensions to version control systems
US20020055903A1 (en) * 1999-11-01 2002-05-09 Neal Solomon System, method, and apparatus for a cooperative communications network
US6393434B1 (en) * 1999-09-14 2002-05-21 International Business Machines Corporation Method and system for synchronizing data using fine-grained synchronization plans
US6397203B1 (en) * 1998-09-30 2002-05-28 International Business Machines Corporation Defining object classes to match corresponding specialized data types in a relational database
US20020069134A1 (en) * 1999-11-01 2002-06-06 Neal Solomon System, method and apparatus for aggregation of cooperative intelligent agents for procurement in a distributed network
US6405218B1 (en) 1996-11-13 2002-06-11 Pumatech, Inc. Synchronizing databases
WO2002052444A2 (en) * 2000-12-21 2002-07-04 Amdocs Software Systems Limited Method and apparatus for distributing and reusing object identifiers
US6430576B1 (en) * 1999-05-10 2002-08-06 Patrick Gates Distributing and synchronizing objects
US6460057B1 (en) * 1997-05-06 2002-10-01 International Business Machines Corporation Data object management system
US20020165875A1 (en) * 2001-05-04 2002-11-07 Verta Patrick A. Data capture and management system
US6480901B1 (en) 1999-07-09 2002-11-12 Lsi Logic Corporation System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter
US6480955B1 (en) 1999-07-09 2002-11-12 Lsi Logic Corporation Methods and apparatus for committing configuration changes to managed devices prior to completion of the configuration change
US6484187B1 (en) 2000-04-28 2002-11-19 International Business Machines Corporation Coordinating remote copy status changes across multiple logical sessions to maintain consistency
US6493725B1 (en) * 1998-05-18 2002-12-10 Sharp Kabushiki Kaisha Database managing system
WO2002099596A2 (en) * 2001-06-06 2002-12-12 Sap Aktiengesellschaft A device for running offline applications and synchronizing with a central computer system
US20030001895A1 (en) * 1995-08-07 2003-01-02 Celik Tantek I. Graphical user interface providing consistent behavior for the dragging and dropping of content objects
US20030028683A1 (en) * 2001-08-01 2003-02-06 Yorke Gordon James Method and system for object cache synchronization
US20030033271A1 (en) * 2001-08-09 2003-02-13 Melanie Hendricks Transfer of mail folders between e-mail users
US6526413B2 (en) * 1999-09-28 2003-02-25 Microsoft Corporation Architecture for a hierarchical folder structure in hand-held computers
US20030093431A1 (en) * 2001-11-13 2003-05-15 Tadpole Technology Plc System and method for managing the synchronization of replicated version-managed databases
WO2003003140A3 (en) * 2001-06-27 2003-06-05 Compumedics Ltd Distributed event notification system
US6584499B1 (en) 1999-07-09 2003-06-24 Lsi Logic Corporation Methods and apparatus for performing mass operations on a plurality of managed devices on a network
US20030130984A1 (en) * 2001-11-15 2003-07-10 Sean Quinlan System and methods for asynchronous synchronization
US6594702B1 (en) * 1999-02-25 2003-07-15 Oracle International Corporation Managing the size and accessibility of a name service
US6606649B1 (en) 1999-09-28 2003-08-12 Microsoft Corporation Application programming interface functions for supporting an improved message store for hand-held computers
US6625617B2 (en) 1996-01-02 2003-09-23 Timeline, Inc. Modularized data retrieval method and apparatus with multiple source capability
US6633924B1 (en) * 1997-10-02 2003-10-14 Charles Wu Object synchronization between objects stores on different computers
US20030200212A1 (en) * 2002-04-23 2003-10-23 International Business Machiness Corporation Method, system, and program product for transaction management in a distributed content management application
US6643671B2 (en) * 2001-03-14 2003-11-04 Storage Technology Corporation System and method for synchronizing a data copy using an accumulation remote copy trio consistency group
US20030212660A1 (en) * 2002-05-10 2003-11-13 Kerwin Douglas W. Database scattering system
US20030233305A1 (en) * 1999-11-01 2003-12-18 Neal Solomon System, method and apparatus for information collaboration between intelligent agents in a distributed network
US6704807B1 (en) * 1998-03-23 2004-03-09 Microsoft Corporation Application program interfaces and structures in a resource limited operating system
US6704741B1 (en) 2000-11-02 2004-03-09 The Psychological Corporation Test item creation and manipulation system and method
US20040117310A1 (en) * 2002-08-09 2004-06-17 Mendez Daniel J. System and method for preventing access to data on a compromised remote device
US6769022B1 (en) 1999-07-09 2004-07-27 Lsi Logic Corporation Methods and apparatus for managing heterogeneous storage devices
US6778972B2 (en) * 2000-08-10 2004-08-17 Gustavo S. Leonardos′ System and method for providing integrated management of electronic information
US20040172423A1 (en) * 2003-02-28 2004-09-02 Microsoft Corporation Method and system for synchronizing data shared among peer computing devices
US20040186856A1 (en) * 1995-12-14 2004-09-23 Wesinger Ralph E. Automated on-line information service and directory, particularly for the world wide web
US20040205178A1 (en) * 2001-04-27 2004-10-14 Alain Gruson Communication system and method between stations processing common folders
US20040210767A1 (en) * 2003-04-15 2004-10-21 Microsoft Corporation Small-scale secured computer network group without centralized management
US6820094B1 (en) * 1997-10-08 2004-11-16 Scansoft, Inc. Computer-based document management system
US6847983B2 (en) 2001-02-28 2005-01-25 Kiran Somalwar Application independent write monitoring method for fast backup and synchronization of open files
US20050050142A1 (en) * 2003-08-28 2005-03-03 Aligo Inc. Method and framework for transaction synchronization
US20050050537A1 (en) * 2003-08-21 2005-03-03 Thompson J. Patrick Systems and method for representing relationships between units of information manageable by a hardware/software interface system
US6879996B1 (en) 2000-09-13 2005-04-12 Edward W. Laves Method and apparatus for displaying personal digital assistant synchronization data using primary and subordinate data fields
US6892210B1 (en) * 2000-12-29 2005-05-10 Worldsync, Inc. Database management and synchronization across a peer-to-peer network
US6920605B1 (en) * 1999-04-01 2005-07-19 International Business Machines Corporation Method and system for rapid publishing and censoring information
US6925477B1 (en) 1998-03-31 2005-08-02 Intellisync Corporation Transferring records between two databases
US6985915B2 (en) 2001-02-28 2006-01-10 Kiran Somalwar Application independent write monitoring method for fast backup and synchronization of files
US7007003B1 (en) 1998-12-04 2006-02-28 Intellisync Corporation Notification protocol for establishing synchronization mode for use in synchronizing databases
US7013313B1 (en) 1999-11-24 2006-03-14 Pumatech, Inc. System and methods for inheriting information into a dataset
US7013315B1 (en) 1996-11-13 2006-03-14 Intellisync Corporation Synchronization of databases with record sanitizing and intelligent comparison
US7024429B2 (en) 2002-01-31 2006-04-04 Nextpage,Inc. Data replication based upon a non-destructive data model
US7039679B2 (en) 1996-12-13 2006-05-02 Visto Corporation System and method for globally and securely accessing unified information in a computer network
US7055168B1 (en) 2000-05-03 2006-05-30 Sharp Laboratories Of America, Inc. Method for interpreting and executing user preferences of audiovisual information
US7054887B2 (en) 2001-01-30 2006-05-30 Ibm Corporation Method and system for object replication in a content management system
US20060190504A1 (en) * 2005-02-18 2006-08-24 International Business Machines Corporation Simulating multi-user activity while maintaining original linear request order for asynchronous transactional events
US20060190498A1 (en) * 2005-02-18 2006-08-24 International Business Machines Corporation Replication-only triggers
US20060190497A1 (en) * 2005-02-18 2006-08-24 International Business Machines Corporation Support for schema evolution in a multi-node peer-to-peer replication environment
US20060190503A1 (en) * 2005-02-18 2006-08-24 International Business Machines Corporation Online repair of a replicated table
US20060248016A1 (en) * 1995-02-13 2006-11-02 Intertrust Technologies Corp. Trusted infrastructure support systems, methods and techniques for secure electronic commerce, electronic transactions, commerce process control and automation, distributed computing, and rights management
US7225231B2 (en) 2000-09-20 2007-05-29 Visto Corporation System and method for transmitting workspace elements across a network
US20070174318A1 (en) * 2006-01-26 2007-07-26 International Business Machines Corporation Methods and apparatus for constructing declarative componentized applications
US7287271B1 (en) 1997-04-08 2007-10-23 Visto Corporation System and method for enabling secure access to services in a computer network
US20070260634A1 (en) * 2006-05-04 2007-11-08 Nokia Corporation Apparatus, system, method, and computer program product for synchronizing the presentation of media content
US7302446B1 (en) 1996-11-13 2007-11-27 Intellisync Corporation Synchronizing databases
US20070276759A1 (en) * 1995-02-13 2007-11-29 Intertrust Technologies Corp. Trusted infrastructure support systems, methods and techniques for secure electronic commerce electronic transaction and rights management
US20080005200A1 (en) * 2006-06-29 2008-01-03 Research In Motion Limited Method and apparatus for synchronizing of databases connected by wireless interface
US20080034275A1 (en) * 2001-06-01 2008-02-07 International Business Machines Corporation Automated management of internet and/or web site content
US20080059469A1 (en) * 2006-08-31 2008-03-06 International Business Machines Corporation Replication Token Based Synchronization
US7359920B1 (en) 2001-04-18 2008-04-15 Intellisync Corporation Communication protocol for synchronization of personal information management databases
US7359925B2 (en) * 1997-09-30 2008-04-15 Canon Kabushiki Kaisha Database system, its control method, and information processing apparatus
US20080271112A1 (en) * 2007-04-30 2008-10-30 Waker Philip M Automatic file transfer
US20090043867A1 (en) * 2007-08-06 2009-02-12 Apple Inc. Synching data
US7518986B1 (en) * 2005-11-16 2009-04-14 Juniper Networks, Inc. Push-based hierarchical state propagation within a multi-chassis network device
US7552262B1 (en) 2005-08-31 2009-06-23 Juniper Networks, Inc. Integration of an operative standalone router into a multi-chassis router
US20090172041A1 (en) * 2007-12-27 2009-07-02 Microsoft Corporation Asynchronous Replication
US20090207254A1 (en) * 1998-03-24 2009-08-20 Canon Kabushiki Kaisha System to manage digital camera images
US20090228509A1 (en) * 2008-03-04 2009-09-10 Apple Inc. Synchronization server process
US7606241B1 (en) 2005-08-12 2009-10-20 Juniper Networks, Inc. Extending standalone router syntax to multi-chassis routers
US7640325B1 (en) 1999-07-09 2009-12-29 Lsi Corporation Methods and apparatus for issuing updates to multiple management entities
US20100082732A1 (en) * 2008-09-29 2010-04-01 Apple Inc. Trickle Sync Protocol
US7739334B1 (en) 2000-03-17 2010-06-15 Visto Corporation System and method for automatically forwarding email and email events via a computer network to a server computer
US7739234B1 (en) * 2005-12-15 2010-06-15 Teradata Us, Inc. Techniques for synchronizing data store tables
US7747784B2 (en) 2008-03-04 2010-06-29 Apple Inc. Data synchronization protocol
US7747999B1 (en) 2005-09-26 2010-06-29 Juniper Networks, Inc. Software installation in a multi-chassis network device
US7804769B1 (en) 2005-12-01 2010-09-28 Juniper Networks, Inc. Non-stop forwarding in a multi-chassis router
US7805422B2 (en) 2005-02-28 2010-09-28 Microsoft Corporation Change notification query multiplexing
US20100249490A1 (en) * 2009-03-27 2010-09-30 Circulite, Inc. Transseptal cannula device, coaxial balloon delivery device, and methods of using the same
US20110040737A1 (en) * 2009-08-17 2011-02-17 Sap Aktiengesellschaft Data staging system and method
US20110066593A1 (en) * 2009-09-16 2011-03-17 Madhu Ahluwalia Method and system for capturing change of data
US7917534B2 (en) 2003-08-21 2011-03-29 Microsoft Corporation Systems and methods for extensions and inheritance for units of information manageable by a hardware/software interface system
US7970722B1 (en) 1999-11-08 2011-06-28 Aloft Media, Llc System, method and computer program product for a collaborative decision platform
US20110196799A1 (en) * 1995-02-13 2011-08-11 Fino Timothy A System and method for synchronizing objects between data collections
US8046424B2 (en) 2003-08-21 2011-10-25 Microsoft Corporation Systems and methods for the utilization of metadata for synchronization optimization
US8082364B1 (en) 2002-06-10 2011-12-20 Juniper Networks, Inc. Managing state information in a computing environment
US8117344B2 (en) 1996-12-13 2012-02-14 Visto Corporation Global server for authenticating access to remote services
US8131739B2 (en) 2003-08-21 2012-03-06 Microsoft Corporation Systems and methods for interfacing application programs with an item-based storage platform
US8135857B1 (en) 2005-09-26 2012-03-13 Juniper Networks, Inc. Centralized configuration of a multi-chassis router
US8166101B2 (en) 2003-08-21 2012-04-24 Microsoft Corporation Systems and methods for the implementation of a synchronization schemas for units of information manageable by a hardware/software interface system
US8230026B2 (en) 2002-06-26 2012-07-24 Research In Motion Limited System and method for pushing information between a host system and a mobile data communication device
US8238696B2 (en) 2003-08-21 2012-08-07 Microsoft Corporation Systems and methods for the implementation of a digital images schema for organizing units of information manageable by a hardware/software interface system
US8799511B1 (en) 2003-10-03 2014-08-05 Juniper Networks, Inc. Synchronizing state information between control units
US9020887B2 (en) 2004-12-21 2015-04-28 Proofpoint, Inc. Managing the status of documents in a distributed storage system
US9158829B2 (en) 2004-10-28 2015-10-13 Good Technology Software, Inc. System and method of data security in synchronizing data with a wireless device
US9298793B2 (en) 1998-05-29 2016-03-29 Blackberry Limited System and method for pushing information from a host system to a mobile data communication device
CN105653653A (en) * 2015-12-28 2016-06-08 上海瀚之友信息技术服务有限公司 Order form data synchronization method and system
US9460181B2 (en) 2015-01-23 2016-10-04 Servicenow, Inc. Distributed computing system with resource managed database cloning
US20170285889A1 (en) * 2016-04-05 2017-10-05 Microsoft Technology Licensing, Llc Scenario based pinning in a collaboration environment
US9892186B2 (en) 2012-06-05 2018-02-13 International Business Machines Corporation User initiated replication in a synchronized object replication system
US20210011813A1 (en) * 2018-03-29 2021-01-14 Huawei Technologies Co., Ltd. Information Backup Method and Related Device
US11256480B1 (en) * 2021-02-09 2022-02-22 Oracle International Corporation Deserialization of stream objects using constant-foldable method handles
US20220067152A1 (en) * 2020-08-26 2022-03-03 Oracle International Corporation Distinguished nest-based access control
US11288045B1 (en) 2021-02-09 2022-03-29 Oracle International Corporation Object creation from structured data using indirect constructor invocation
US11477258B2 (en) 2020-03-30 2022-10-18 Oracle International Corporation Serialization of objects using multiple serialization algorithms
US11599551B2 (en) 2020-03-30 2023-03-07 Oracle International Corporation Deserialization of stream objects using multiple deserialization algorithms

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4799156A (en) * 1986-10-01 1989-01-17 Strategic Processing Corporation Interactive market management system
US4961137A (en) * 1987-04-17 1990-10-02 U.S. Philips Corporation Method for operating a multiprocessor system for therein establishing a global binary assertion and a multiprocessor apparatus comprising synchronization means for such establishing, in particular for effecting a garbage collection operation
US5093911A (en) * 1989-09-14 1992-03-03 International Business Machines Corporation Storage and retrieval system
US5220657A (en) * 1987-12-02 1993-06-15 Xerox Corporation Updating local copy of shared data in a collaborative system
US5220501A (en) * 1989-12-08 1993-06-15 Online Resources, Ltd. Method and system for remote delivery of retail banking services
US5241673A (en) * 1990-06-05 1993-08-31 Oce-Nederland B.V. System for garbage collecting unused memory space represented by a digraph by assigning values of node identifiers to selected variables based upon predetermined conditions
US5287447A (en) * 1991-06-28 1994-02-15 International Business Machines Corporation Method and system for providing container object attributes to a non-container object
US5303375A (en) * 1991-04-26 1994-04-12 Hewlett-Packard Company System and method for facilitating selection of running functional process in object-oriented environments
US5307456A (en) * 1990-12-04 1994-04-26 Sony Electronics, Inc. Integrated multi-media production and authoring system
US5307490A (en) * 1992-08-28 1994-04-26 Tandem Computers, Inc. Method and system for implementing remote procedure calls in a distributed computer system
US5319455A (en) * 1990-09-28 1994-06-07 Ictv Inc. System for distributing customized commercials to television viewers
US5404505A (en) * 1991-11-01 1995-04-04 Finisar Corporation System for scheduling transmission of indexed and requested database tiers on demand at varying repetition rates
US5418844A (en) * 1992-04-17 1995-05-23 Bell Atlantic Network Services, Inc. Automatic access to information service providers

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4799156A (en) * 1986-10-01 1989-01-17 Strategic Processing Corporation Interactive market management system
US4961137A (en) * 1987-04-17 1990-10-02 U.S. Philips Corporation Method for operating a multiprocessor system for therein establishing a global binary assertion and a multiprocessor apparatus comprising synchronization means for such establishing, in particular for effecting a garbage collection operation
US5220657A (en) * 1987-12-02 1993-06-15 Xerox Corporation Updating local copy of shared data in a collaborative system
US5093911A (en) * 1989-09-14 1992-03-03 International Business Machines Corporation Storage and retrieval system
US5220501A (en) * 1989-12-08 1993-06-15 Online Resources, Ltd. Method and system for remote delivery of retail banking services
US5241673A (en) * 1990-06-05 1993-08-31 Oce-Nederland B.V. System for garbage collecting unused memory space represented by a digraph by assigning values of node identifiers to selected variables based upon predetermined conditions
US5319455A (en) * 1990-09-28 1994-06-07 Ictv Inc. System for distributing customized commercials to television viewers
US5307456A (en) * 1990-12-04 1994-04-26 Sony Electronics, Inc. Integrated multi-media production and authoring system
US5303375A (en) * 1991-04-26 1994-04-12 Hewlett-Packard Company System and method for facilitating selection of running functional process in object-oriented environments
US5287447A (en) * 1991-06-28 1994-02-15 International Business Machines Corporation Method and system for providing container object attributes to a non-container object
US5404505A (en) * 1991-11-01 1995-04-04 Finisar Corporation System for scheduling transmission of indexed and requested database tiers on demand at varying repetition rates
US5418844A (en) * 1992-04-17 1995-05-23 Bell Atlantic Network Services, Inc. Automatic access to information service providers
US5307490A (en) * 1992-08-28 1994-04-26 Tandem Computers, Inc. Method and system for implementing remote procedure calls in a distributed computer system

Non-Patent Citations (12)

* Cited by examiner, † Cited by third party
Title
Gersham et al., "Use of Hypermedia for Corporate Knowledge Dissemination"; IEEE 1993.
Gersham et al., Use of Hypermedia for Corporate Knowledge Dissemination ; IEEE 1993. *
Haefner, "Method For Building A Hypermedia Information Management Tool", PCT/World Intellectual Property Organization, 10913 World, pp. 1-66, Sep. 20, 1990.
Haefner, Method For Building A Hypermedia Information Management Tool , PCT/World Intellectual Property Organization, 10913 World, pp. 1 66, Sep. 20, 1990. *
Hao et al., "VIZIR: An Integrated Environment for Distributed Program Visualization", IEEE 1995.
Hao et al., VIZIR: An Integrated Environment for Distributed Program Visualization , IEEE 1995. *
Lamb et al.; "Lan-Based Office for the Enterprise, A Case Study", IEEE, 1994.
Lamb et al.; Lan Based Office for the Enterprise, A Case Study , IEEE, 1994. *
Natale et al., "Dynamic End-to End Guarantees in Distributed Real Time Systems", IEEE, 1994.
Natale et al., Dynamic End to End Guarantees in Distributed Real Time Systems , IEEE, 1994. *
Wolf, "The (Second Phase of the) Revolution has Begun", Wired Magazine, Wired Ventures Ltd., p. (116-21; 150-2) (1994).
Wolf, The (Second Phase of the) Revolution has Begun , Wired Magazine, Wired Ventures Ltd., p. (116 21; 150 2) (1994). *

Cited By (278)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8499030B1 (en) 1994-05-31 2013-07-30 Intellectual Ventures I Llc Software and method that enables selection of one of a plurality of network communications service providers
US8024399B2 (en) 1994-05-31 2011-09-20 Twintech E.U., Limited Liability Company Software distribution over a network
US8407682B2 (en) 1994-05-31 2013-03-26 Intellectual Ventures I Llc Software and method that enables selection of one of a plurality of online service providers
US8131883B1 (en) 1994-05-31 2012-03-06 Intellectual Ventures I, Limited Liability Company Method for distributing content to a user station
US8825872B2 (en) 1994-05-31 2014-09-02 Intellectual Ventures I Llc Software and method for monitoring a data stream and for capturing desired data within the data stream
US7653687B2 (en) 1994-05-31 2010-01-26 Reisman Richard R Method for distributing content to a user station
US9111604B2 (en) 1994-05-31 2015-08-18 Intellectual Ventures I Llc Software and method that enables selection of on-line content from one of a plurality of network content service providers in a single action
US8069204B2 (en) 1994-05-31 2011-11-29 Twintech E.U., Limited Liability Company Providing and receiving content over a wireless communication system
US8719339B2 (en) 1994-05-31 2014-05-06 Intellectual Ventures I Llc Software and method that enables selection of one of a plurality of online service providers
US9484078B2 (en) 1994-05-31 2016-11-01 Intellectual Ventures I Llc Providing services from a remote computer system to a user station over a communications network
US6125388A (en) 1994-05-31 2000-09-26 Reisman; Richard R. System for transporting information objects between a user station and multiple remote sources based upon user modifiable object manifest stored in the user station
US9484077B2 (en) 1994-05-31 2016-11-01 Intellectual Ventures I Llc Providing services from a remote computer system to a user station over a communications network
US8321499B2 (en) 1994-05-31 2012-11-27 Intellectual Ventures I Llc Method for distributing content to a user station
US8812620B2 (en) 1994-05-31 2014-08-19 Intellectual Property I LLC Software and method that enables selection of one of a plurality of online service providers
US6594692B1 (en) 1994-05-31 2003-07-15 Richard R. Reisman Methods for transacting electronic commerce
US8635272B2 (en) 1994-05-31 2014-01-21 Intellectual Ventures I Llc Method for distributing a list of updated content to a user station from a distribution server wherein the user station may defer installing the update
US8590056B2 (en) 1995-02-13 2013-11-19 Intertrust Technologies Corporation Trusted infrastructure support systems, methods and techniques for secure electronic commerce electronic transactions and rights management
US20060248016A1 (en) * 1995-02-13 2006-11-02 Intertrust Technologies Corp. Trusted infrastructure support systems, methods and techniques for secure electronic commerce, electronic transactions, commerce process control and automation, distributed computing, and rights management
US8190528B2 (en) 1995-02-13 2012-05-29 Intertrust Technologies Corporation Trusted infrastructure support systems, methods and techniques for secure electronic commerce, electronic transactions, and rights management
US20070276759A1 (en) * 1995-02-13 2007-11-29 Intertrust Technologies Corp. Trusted infrastructure support systems, methods and techniques for secure electronic commerce electronic transaction and rights management
US20110047054A1 (en) * 1995-02-13 2011-02-24 Intertrust Technologies Corp. Trusted Infrastructure Support Systems, Methods and Techniques for Secure Electronic Commerce Electronic Transactions and Rights Management
US20110047077A1 (en) * 1995-02-13 2011-02-24 Intertrust Technologies Corp. Trusted Infrastructure Support Systems, Methods and Techniques for Secure Electronic Commerce Electronic Transactions and Rights Management
US20110196799A1 (en) * 1995-02-13 2011-08-11 Fino Timothy A System and method for synchronizing objects between data collections
US8185473B2 (en) 1995-02-13 2012-05-22 Intertrust Technologies Corporation Trusted infrastructure support systems, methods and techniques for secure electronic commerce, electronic transactions, commerce process control and automation, distributed computing, and rights management
US8751793B2 (en) * 1995-02-13 2014-06-10 Intertrust Technologies Corp. Trusted infrastructure support systems, methods and techniques for secure electronic commerce transaction and rights management
US5991771A (en) * 1995-07-20 1999-11-23 Novell, Inc. Transaction synchronization in a disconnectable computer and network
US20030001895A1 (en) * 1995-08-07 2003-01-02 Celik Tantek I. Graphical user interface providing consistent behavior for the dragging and dropping of content objects
US8676778B2 (en) 1995-12-14 2014-03-18 Graphon Corporation Method and apparatus for electronically publishing information on a computer network
US20060195432A1 (en) * 1995-12-14 2006-08-31 Graphon Corporation Method for searching entries in an on-line database
US20050108236A1 (en) * 1995-12-14 2005-05-19 Wesinger Ralph E.Jr. Automated on-line information service and directory, particularly for the world wide web
US20040186856A1 (en) * 1995-12-14 2004-09-23 Wesinger Ralph E. Automated on-line information service and directory, particularly for the world wide web
US20060085432A1 (en) * 1995-12-14 2006-04-20 Graphon Corporation Method for managing multiple entries contained in an on-line database
US20050114349A1 (en) * 1995-12-14 2005-05-26 Wesinger Ralph E.Jr. Method and apparatus for serving electronic information to a user over a computer network
US20060195469A1 (en) * 1995-12-14 2006-08-31 Graphon Corporation Method for creating entries in an on-line database in a user-defined category
US20060190459A1 (en) * 1995-12-14 2006-08-24 Graphon Corporation Method and apparatus for allowing a user to display a pre-defined number of search results on a web page
US20060190444A1 (en) * 1995-12-14 2006-08-24 Graphon Corporation Method for displaying search results
US20050114342A1 (en) * 1995-12-14 2005-05-26 Wesinger Ralph E.Jr. Automated on-line information service and directory, particularly for the world wide web
US6625617B2 (en) 1996-01-02 2003-09-23 Timeline, Inc. Modularized data retrieval method and apparatus with multiple source capability
US6088717A (en) * 1996-02-29 2000-07-11 Onename Corporation Computer-based communication system and method using metadata defining a control-structure
US5862325A (en) * 1996-02-29 1999-01-19 Intermind Corporation Computer-based communication system and method using metadata defining a control structure
US6044205A (en) * 1996-02-29 2000-03-28 Intermind Corporation Communications system for transferring information between memories according to processes transferred with the information
US5943675A (en) * 1996-09-25 1999-08-24 Allen-Bradley Company, Llc Change log historian system for memory shared by multiple workstations
US5878431A (en) * 1996-10-04 1999-03-02 Hewlett-Packard Company Method and apparatus for providing topology based enterprise management services
US5870759A (en) * 1996-10-09 1999-02-09 Oracle Corporation System for synchronizing data between computers using a before-image of data
US5926816A (en) * 1996-10-09 1999-07-20 Oracle Corporation Database Synchronizer
US5893913A (en) * 1996-11-12 1999-04-13 International Business Machines Corporation Method for synchronizing classes, objects, attributes and object properties across an object-oriented system
US6141664A (en) * 1996-11-13 2000-10-31 Puma Technology, Inc. Synchronization of databases with date range
US7013315B1 (en) 1996-11-13 2006-03-14 Intellisync Corporation Synchronization of databases with record sanitizing and intelligent comparison
US7302446B1 (en) 1996-11-13 2007-11-27 Intellisync Corporation Synchronizing databases
US6405218B1 (en) 1996-11-13 2002-06-11 Pumatech, Inc. Synchronizing databases
US6799190B1 (en) 1996-11-13 2004-09-28 Intellisync Corporation Synchronizing databases
US5943676A (en) * 1996-11-13 1999-08-24 Puma Technology, Inc. Synchronization of recurring records in incompatible databases
US7209911B2 (en) 1996-11-13 2007-04-24 Intellisync Corporation Synchronization of databases using filters
US6532480B1 (en) 1996-11-13 2003-03-11 Pumatech, Inc. Synchronization of databases with record sanitizing and intelligent comparison
USRE43571E1 (en) 1996-11-13 2012-08-07 Intellisync Corporation Synchronization of recurring records in incompatible databases
US6330568B1 (en) 1996-11-13 2001-12-11 Pumatech, Inc. Synchronization of databases
US6212529B1 (en) 1996-11-13 2001-04-03 Puma Technology, Inc. Synchronization of databases using filters
US8117344B2 (en) 1996-12-13 2012-02-14 Visto Corporation Global server for authenticating access to remote services
US8745167B2 (en) 1996-12-13 2014-06-03 Good Technology Corporation System and method for globally and securely accessing unified information in a computer network
US7039679B2 (en) 1996-12-13 2006-05-02 Visto Corporation System and method for globally and securely accessing unified information in a computer network
US8812702B2 (en) 1996-12-13 2014-08-19 Good Technology Corporation System and method for globally and securely accessing unified information in a computer network
US9361603B2 (en) 1996-12-13 2016-06-07 Good Technology Corporation System and method for globally and securely accessing unified information in a computer network
US6175855B1 (en) * 1996-12-20 2001-01-16 Siemens Aktiengesellschaft Method for instantiating a class having different versions
US6148382A (en) * 1996-12-23 2000-11-14 Emc Corporation Arrangement for filtering data item updates to reduce the number of updates to a data item to be stored on mass data storage facility
US5963944A (en) * 1996-12-30 1999-10-05 Intel Corporation System and method for distributing and indexing computerized documents using independent agents
WO1998044401A2 (en) * 1997-04-03 1998-10-08 Sun Microsystems, Inc. Thread-local synchronization construct cache
WO1998044401A3 (en) * 1997-04-03 1998-12-03 Sun Microsystems Inc Thread-local synchronization construct cache
US5875461A (en) * 1997-04-03 1999-02-23 Sun Microsystems, Inc. Method of synchronizing one of the objects with one of the threads at a time
US6108754A (en) * 1997-04-03 2000-08-22 Sun Microsystems, Inc. Thread-local synchronization construct cache
US7287271B1 (en) 1997-04-08 2007-10-23 Visto Corporation System and method for enabling secure access to services in a computer network
US6460057B1 (en) * 1997-05-06 2002-10-01 International Business Machines Corporation Data object management system
WO1998054631A2 (en) * 1997-05-27 1998-12-03 Merrill Lynch & Co., Inc. System for network file distribution
WO1998054631A3 (en) * 1997-05-27 1999-03-11 Merrill Lynch & Co Inc System for network file distribution
US6345313B1 (en) 1997-08-22 2002-02-05 Sun Microsystems, Inc. Recovery of synchronization constructs
US6223187B1 (en) 1997-09-11 2001-04-24 Puma Technology, Inc. Distributed synchronization of databases
US6044381A (en) * 1997-09-11 2000-03-28 Puma Technology, Inc. Using distributed history files in synchronizing databases
US7359925B2 (en) * 1997-09-30 2008-04-15 Canon Kabushiki Kaisha Database system, its control method, and information processing apparatus
US7669208B2 (en) 1997-10-02 2010-02-23 Microsoft Corporation Object synchronization between object stores on different computers
US6125369A (en) * 1997-10-02 2000-09-26 Microsoft Corporation Continuous object sychronization between object stores on different computers
US6633924B1 (en) * 1997-10-02 2003-10-14 Charles Wu Object synchronization between objects stores on different computers
US20040010523A1 (en) * 1997-10-02 2004-01-15 Charles Wu Object synchronization between object stores on different computers
US6820094B1 (en) * 1997-10-08 2004-11-16 Scansoft, Inc. Computer-based document management system
US6915312B2 (en) 1997-12-16 2005-07-05 Starfish Software, Inc. Data processing environment with methods providing contemporaneous synchronization of two or more clients
US6275831B1 (en) * 1997-12-16 2001-08-14 Starfish Software, Inc. Data processing environment with methods providing contemporaneous synchronization of two or more clients
US6188695B1 (en) * 1997-12-18 2001-02-13 Ericsson Inc. System and method for multi-node data synchronization
EP2048586A1 (en) * 1998-01-16 2009-04-15 Visto Corporation System and method for using a workspace data manager to access, manipulate and synchronize network data
EP1049993A1 (en) * 1998-01-16 2000-11-08 Visto Corporation System and method for using a workspace data manager to access, manipulate and synchronize network data
EP2328100A1 (en) * 1998-01-16 2011-06-01 Visto Corporation System and method for using a workspace data manager to access, manipulate and synchronize network data
EP1049993A4 (en) * 1998-01-16 2001-04-11 Visto Corp System and method for using a workspace data manager to access, manipulate and synchronize network data
US6026408A (en) * 1998-01-28 2000-02-15 Unisys Corp. Method for synchronizing the schema of a database with its representation in an object-oriented repository
US6304881B1 (en) 1998-03-03 2001-10-16 Pumatech, Inc. Remote data access and synchronization
WO1999048011A1 (en) * 1998-03-20 1999-09-23 Advanced Web Solutions, Inc. Communication board system and method for use in computer networks
US6484196B1 (en) 1998-03-20 2002-11-19 Advanced Web Solutions Internet messaging system and method for use in computer networks
US20050097577A1 (en) * 1998-03-23 2005-05-05 Microsoft Corporation Application program interfaces and structures in a resource limited operating system
US7472067B2 (en) 1998-03-23 2008-12-30 Microsoft Corporation Application program interfaces and structures in a resource limited operating system
US6704807B1 (en) * 1998-03-23 2004-03-09 Microsoft Corporation Application program interfaces and structures in a resource limited operating system
US7802266B2 (en) 1998-03-23 2010-09-21 Microsoft Corporation Application program interfaces and structures in a resource limited operating system
US20050066340A1 (en) * 1998-03-23 2005-03-24 Microsoft Corporation Application program interfaces and structures in a resource limited operating system
US20050102687A1 (en) * 1998-03-23 2005-05-12 Microsoft Corporation Application program interfaces and structures in a resource limited operating system
US8736712B2 (en) 1998-03-24 2014-05-27 Canon Kabushiki Kaisha System to manage digital camera images
US8810660B2 (en) * 1998-03-24 2014-08-19 Canon Kabushiki Kaisha System to manage digital camera images
US20090207254A1 (en) * 1998-03-24 2009-08-20 Canon Kabushiki Kaisha System to manage digital camera images
US6925477B1 (en) 1998-03-31 2005-08-02 Intellisync Corporation Transferring records between two databases
US6493725B1 (en) * 1998-05-18 2002-12-10 Sharp Kabushiki Kaisha Database managing system
US9298793B2 (en) 1998-05-29 2016-03-29 Blackberry Limited System and method for pushing information from a host system to a mobile data communication device
US6397203B1 (en) * 1998-09-30 2002-05-28 International Business Machines Corporation Defining object classes to match corresponding specialized data types in a relational database
US6343299B1 (en) 1998-11-16 2002-01-29 International Business Machines Corporation Method and apparatus for random update synchronization among multiple computing devices
US7007003B1 (en) 1998-12-04 2006-02-28 Intellisync Corporation Notification protocol for establishing synchronization mode for use in synchronizing databases
US6594702B1 (en) * 1999-02-25 2003-07-15 Oracle International Corporation Managing the size and accessibility of a name service
US7840671B2 (en) 1999-02-25 2010-11-23 Oracle International Corporation Managing the size and accessibility of a name service
US20040002922A1 (en) * 1999-02-25 2004-01-01 Oracle International Corporation Managing the size and accessibility of a name service
US6920605B1 (en) * 1999-04-01 2005-07-19 International Business Machines Corporation Method and system for rapid publishing and censoring information
US6430576B1 (en) * 1999-05-10 2002-08-06 Patrick Gates Distributing and synchronizing objects
US6381618B1 (en) 1999-06-17 2002-04-30 International Business Machines Corporation Method and apparatus for autosynchronizing distributed versions of documents
US6480955B1 (en) 1999-07-09 2002-11-12 Lsi Logic Corporation Methods and apparatus for committing configuration changes to managed devices prior to completion of the configuration change
US6584499B1 (en) 1999-07-09 2003-06-24 Lsi Logic Corporation Methods and apparatus for performing mass operations on a plurality of managed devices on a network
US6480901B1 (en) 1999-07-09 2002-11-12 Lsi Logic Corporation System for monitoring and managing devices on a network from a management station via a proxy server that provides protocol converter
US7640325B1 (en) 1999-07-09 2009-12-29 Lsi Corporation Methods and apparatus for issuing updates to multiple management entities
US6769022B1 (en) 1999-07-09 2004-07-27 Lsi Logic Corporation Methods and apparatus for managing heterogeneous storage devices
US6393434B1 (en) * 1999-09-14 2002-05-21 International Business Machines Corporation Method and system for synchronizing data using fine-grained synchronization plans
US6526413B2 (en) * 1999-09-28 2003-02-25 Microsoft Corporation Architecture for a hierarchical folder structure in hand-held computers
US6606649B1 (en) 1999-09-28 2003-08-12 Microsoft Corporation Application programming interface functions for supporting an improved message store for hand-held computers
US6385767B1 (en) * 1999-09-30 2002-05-07 Unisys Corporation Method and system for creating and manipulating extensions to version control systems
US20020046157A1 (en) * 1999-11-01 2002-04-18 Neal Solomon System, method and apparatus for demand-initiated intelligent negotiation agents in a distributed network
US20020055903A1 (en) * 1999-11-01 2002-05-09 Neal Solomon System, method, and apparatus for a cooperative communications network
US20020069134A1 (en) * 1999-11-01 2002-06-06 Neal Solomon System, method and apparatus for aggregation of cooperative intelligent agents for procurement in a distributed network
US20030233305A1 (en) * 1999-11-01 2003-12-18 Neal Solomon System, method and apparatus for information collaboration between intelligent agents in a distributed network
US8160988B1 (en) 1999-11-08 2012-04-17 Aloft Media, Llc System, method and computer program product for a collaborative decision platform
US8005777B1 (en) 1999-11-08 2011-08-23 Aloft Media, Llc System, method and computer program product for a collaborative decision platform
US7970722B1 (en) 1999-11-08 2011-06-28 Aloft Media, Llc System, method and computer program product for a collaborative decision platform
US7013313B1 (en) 1999-11-24 2006-03-14 Pumatech, Inc. System and methods for inheriting information into a dataset
US7739334B1 (en) 2000-03-17 2010-06-15 Visto Corporation System and method for automatically forwarding email and email events via a computer network to a server computer
US6484187B1 (en) 2000-04-28 2002-11-19 International Business Machines Corporation Coordinating remote copy status changes across multiple logical sessions to maintain consistency
US7055168B1 (en) 2000-05-03 2006-05-30 Sharp Laboratories Of America, Inc. Method for interpreting and executing user preferences of audiovisual information
US20020013746A1 (en) * 2000-07-31 2002-01-31 Realhome.Com Method and system of uniquely identifying real estate
US20040236775A1 (en) * 2000-08-10 2004-11-25 Gustavos Leonardos System and method for providing integrated management of electronic information
US10318508B2 (en) 2000-08-10 2019-06-11 Wavelip Tech Solutions Corporation System and method for providing integrated management of electronic information
US6778972B2 (en) * 2000-08-10 2004-08-17 Gustavo S. Leonardos′ System and method for providing integrated management of electronic information
US7814134B2 (en) 2000-08-10 2010-10-12 Leonardos Gustavo S System and method for providing integrated management of electronic information
US6879996B1 (en) 2000-09-13 2005-04-12 Edward W. Laves Method and apparatus for displaying personal digital assistant synchronization data using primary and subordinate data fields
US7225231B2 (en) 2000-09-20 2007-05-29 Visto Corporation System and method for transmitting workspace elements across a network
US6704741B1 (en) 2000-11-02 2004-03-09 The Psychological Corporation Test item creation and manipulation system and method
US6662191B1 (en) 2000-12-21 2003-12-09 Amdocs Software Systems Limited Method and apparatus for caching and reusing object identifiers
WO2002052444A3 (en) * 2000-12-21 2003-01-16 Amdocs Software Systems Ltd Method and apparatus for distributing and reusing object identifiers
WO2002052444A2 (en) * 2000-12-21 2002-07-04 Amdocs Software Systems Limited Method and apparatus for distributing and reusing object identifiers
US6892210B1 (en) * 2000-12-29 2005-05-10 Worldsync, Inc. Database management and synchronization across a peer-to-peer network
US7054887B2 (en) 2001-01-30 2006-05-30 Ibm Corporation Method and system for object replication in a content management system
US6985915B2 (en) 2001-02-28 2006-01-10 Kiran Somalwar Application independent write monitoring method for fast backup and synchronization of files
US6847983B2 (en) 2001-02-28 2005-01-25 Kiran Somalwar Application independent write monitoring method for fast backup and synchronization of open files
US6643671B2 (en) * 2001-03-14 2003-11-04 Storage Technology Corporation System and method for synchronizing a data copy using an accumulation remote copy trio consistency group
US7359920B1 (en) 2001-04-18 2008-04-15 Intellisync Corporation Communication protocol for synchronization of personal information management databases
US20040205178A1 (en) * 2001-04-27 2004-10-14 Alain Gruson Communication system and method between stations processing common folders
US20020165875A1 (en) * 2001-05-04 2002-11-07 Verta Patrick A. Data capture and management system
US8132092B2 (en) * 2001-06-01 2012-03-06 International Business Machines Corporation Automated management of internet and/or web site content
US20080098030A1 (en) * 2001-06-01 2008-04-24 International Business Machines Corporation Automated management of internet and/or web site content
US20080034275A1 (en) * 2001-06-01 2008-02-07 International Business Machines Corporation Automated management of internet and/or web site content
US8086952B2 (en) 2001-06-01 2011-12-27 International Business Machines Corporation Automated management of internet and/or web site content
WO2002099596A3 (en) * 2001-06-06 2003-07-31 Sap Markets Inc A device for running offline applications and synchronizing with a central computer system
US7162543B2 (en) 2001-06-06 2007-01-09 Sap Ag Process for synchronizing data between remotely located devices and a central computer system
US20030037254A1 (en) * 2001-06-06 2003-02-20 Claudius Fischer Process for synchronizing data between remotely located devices and a central computer system
US20030046448A1 (en) * 2001-06-06 2003-03-06 Claudius Fischer Application programming interface layer for a device
US20030055927A1 (en) * 2001-06-06 2003-03-20 Claudius Fischer Framework for a device and a computer system needing synchronization
US7143419B2 (en) 2001-06-06 2006-11-28 Sap Ag Device for running offline applications and synchronizing with a central computer system
US20030023657A1 (en) * 2001-06-06 2003-01-30 Claudius Fischer Device for running offline applications and synchronizing with a central computer system
WO2002099596A2 (en) * 2001-06-06 2002-12-12 Sap Aktiengesellschaft A device for running offline applications and synchronizing with a central computer system
WO2003003140A3 (en) * 2001-06-27 2003-06-05 Compumedics Ltd Distributed event notification system
US20050015441A1 (en) * 2001-06-27 2005-01-20 Attwood Daren William Distributed event notification system
US20030028683A1 (en) * 2001-08-01 2003-02-06 Yorke Gordon James Method and system for object cache synchronization
US7366738B2 (en) * 2001-08-01 2008-04-29 Oracle International Corporation Method and system for object cache synchronization
US7216114B2 (en) 2001-08-09 2007-05-08 International Business Machines Corporation Transfer of mail folders between e-mail users
US20030033271A1 (en) * 2001-08-09 2003-02-13 Melanie Hendricks Transfer of mail folders between e-mail users
US20030093431A1 (en) * 2001-11-13 2003-05-15 Tadpole Technology Plc System and method for managing the synchronization of replicated version-managed databases
US20060195487A1 (en) * 2001-11-13 2006-08-31 Cooke Iain C Systems and Methods for Managing the Synchronization of Replicated Version-Managed Databases
US7149761B2 (en) * 2001-11-13 2006-12-12 Tadpole Technology Plc System and method for managing the synchronization of replicated version-managed databases
US8255359B2 (en) 2001-11-15 2012-08-28 Visto Corporation System and methods for asynchronous synchronization
US8069144B2 (en) 2001-11-15 2011-11-29 Visto Corporation System and methods for asynchronous synchronization
US20030130984A1 (en) * 2001-11-15 2003-07-10 Sean Quinlan System and methods for asynchronous synchronization
US20100100641A1 (en) * 2001-11-15 2010-04-22 Visto Corporation System and methods for asynchronous synchronization
US7752166B2 (en) 2001-11-15 2010-07-06 Visto Corporation System and methods for asynchronous synchronization
US7024429B2 (en) 2002-01-31 2006-04-04 Nextpage,Inc. Data replication based upon a non-destructive data model
US6873995B2 (en) 2002-04-23 2005-03-29 International Business Machines Corporation Method, system, and program product for transaction management in a distributed content management application
US20030200212A1 (en) * 2002-04-23 2003-10-23 International Business Machiness Corporation Method, system, and program product for transaction management in a distributed content management application
US20030212660A1 (en) * 2002-05-10 2003-11-13 Kerwin Douglas W. Database scattering system
US6898609B2 (en) * 2002-05-10 2005-05-24 Douglas W. Kerwin Database scattering system
US8082364B1 (en) 2002-06-10 2011-12-20 Juniper Networks, Inc. Managing state information in a computing environment
US8230026B2 (en) 2002-06-26 2012-07-24 Research In Motion Limited System and method for pushing information between a host system and a mobile data communication device
US8696765B2 (en) 2002-08-09 2014-04-15 Good Technology Corporation System and method for preventing access to data on a compromised remote device
US9083707B2 (en) 2002-08-09 2015-07-14 Good Technology Corporation System and method for preventing access to data on a compromised remote device
US11017105B2 (en) 2002-08-09 2021-05-25 Blackberry Limited System and method for preventing access to data on a compromised remote device
US9965643B2 (en) 2002-08-09 2018-05-08 Blackberry Limited System and method for preventing access to data on a compromised remote device
US9672371B2 (en) 2002-08-09 2017-06-06 Good Technology Holdings Limited System and method for preventing access to data on a compromised remote device
US8012219B2 (en) 2002-08-09 2011-09-06 Visto Corporation System and method for preventing access to data on a compromised remote device
US20040117310A1 (en) * 2002-08-09 2004-06-17 Mendez Daniel J. System and method for preventing access to data on a compromised remote device
US7743022B2 (en) * 2003-02-28 2010-06-22 Microsoft Corporation Method and system for synchronizing data shared among peer computing devices
US20040172423A1 (en) * 2003-02-28 2004-09-02 Microsoft Corporation Method and system for synchronizing data shared among peer computing devices
US20040210767A1 (en) * 2003-04-15 2004-10-21 Microsoft Corporation Small-scale secured computer network group without centralized management
US7640324B2 (en) 2003-04-15 2009-12-29 Microsoft Corporation Small-scale secured computer network group without centralized management
US20050050537A1 (en) * 2003-08-21 2005-03-03 Thompson J. Patrick Systems and method for representing relationships between units of information manageable by a hardware/software interface system
US8238696B2 (en) 2003-08-21 2012-08-07 Microsoft Corporation Systems and methods for the implementation of a digital images schema for organizing units of information manageable by a hardware/software interface system
US8046424B2 (en) 2003-08-21 2011-10-25 Microsoft Corporation Systems and methods for the utilization of metadata for synchronization optimization
US7483915B2 (en) * 2003-08-21 2009-01-27 Microsoft Corporation Systems and method for representing relationships between units of information manageable by a hardware/software interface system
US8166101B2 (en) 2003-08-21 2012-04-24 Microsoft Corporation Systems and methods for the implementation of a synchronization schemas for units of information manageable by a hardware/software interface system
US8131739B2 (en) 2003-08-21 2012-03-06 Microsoft Corporation Systems and methods for interfacing application programs with an item-based storage platform
US7917534B2 (en) 2003-08-21 2011-03-29 Microsoft Corporation Systems and methods for extensions and inheritance for units of information manageable by a hardware/software interface system
US20050050142A1 (en) * 2003-08-28 2005-03-03 Aligo Inc. Method and framework for transaction synchronization
US8799511B1 (en) 2003-10-03 2014-08-05 Juniper Networks, Inc. Synchronizing state information between control units
US9158829B2 (en) 2004-10-28 2015-10-13 Good Technology Software, Inc. System and method of data security in synchronizing data with a wireless device
US9020887B2 (en) 2004-12-21 2015-04-28 Proofpoint, Inc. Managing the status of documents in a distributed storage system
US8037056B2 (en) 2005-02-18 2011-10-11 International Business Machines Corporation Online repair of a replicated table
US8214353B2 (en) * 2005-02-18 2012-07-03 International Business Machines Corporation Support for schema evolution in a multi-node peer-to-peer replication environment
US9189534B2 (en) 2005-02-18 2015-11-17 International Business Machines Corporation Online repair of a replicated table
US9286346B2 (en) 2005-02-18 2016-03-15 International Business Machines Corporation Replication-only triggers
US20060190497A1 (en) * 2005-02-18 2006-08-24 International Business Machines Corporation Support for schema evolution in a multi-node peer-to-peer replication environment
US20060190498A1 (en) * 2005-02-18 2006-08-24 International Business Machines Corporation Replication-only triggers
US8639677B2 (en) 2005-02-18 2014-01-28 International Business Machines Corporation Database replication techniques for maintaining original linear request order for asynchronous transactional events
US20060190503A1 (en) * 2005-02-18 2006-08-24 International Business Machines Corporation Online repair of a replicated table
US20060190504A1 (en) * 2005-02-18 2006-08-24 International Business Machines Corporation Simulating multi-user activity while maintaining original linear request order for asynchronous transactional events
US20080215586A1 (en) * 2005-02-18 2008-09-04 International Business Machines Corporation Simulating Multi-User Activity While Maintaining Original Linear Request Order for Asynchronous Transactional Events
US7376675B2 (en) 2005-02-18 2008-05-20 International Business Machines Corporation Simulating multi-user activity while maintaining original linear request order for asynchronous transactional events
US7805422B2 (en) 2005-02-28 2010-09-28 Microsoft Corporation Change notification query multiplexing
US8040902B1 (en) 2005-08-12 2011-10-18 Juniper Networks, Inc. Extending standalone router syntax to multi-chassis routers
US7606241B1 (en) 2005-08-12 2009-10-20 Juniper Networks, Inc. Extending standalone router syntax to multi-chassis routers
US7552262B1 (en) 2005-08-31 2009-06-23 Juniper Networks, Inc. Integration of an operative standalone router into a multi-chassis router
US7899930B1 (en) 2005-08-31 2011-03-01 Juniper Networks, Inc. Integration of an operative standalone router into a multi-chassis router
US8135857B1 (en) 2005-09-26 2012-03-13 Juniper Networks, Inc. Centralized configuration of a multi-chassis router
US8370831B1 (en) 2005-09-26 2013-02-05 Juniper Networks, Inc. Software installation in a multi-chassis network device
US8904380B1 (en) 2005-09-26 2014-12-02 Juniper Networks, Inc. Software installation on a multi-chassis network device
US7747999B1 (en) 2005-09-26 2010-06-29 Juniper Networks, Inc. Software installation in a multi-chassis network device
US8149691B1 (en) 2005-11-16 2012-04-03 Juniper Networks, Inc. Push-based hierarchical state propagation within a multi-chassis network device
US7518986B1 (en) * 2005-11-16 2009-04-14 Juniper Networks, Inc. Push-based hierarchical state propagation within a multi-chassis network device
US8483048B2 (en) 2005-12-01 2013-07-09 Juniper Networks, Inc. Non-stop forwarding in a multi-chassis router
US20110013508A1 (en) * 2005-12-01 2011-01-20 Juniper Networks, Inc. Non-stop forwarding in a multi-chassis router
US7804769B1 (en) 2005-12-01 2010-09-28 Juniper Networks, Inc. Non-stop forwarding in a multi-chassis router
US7739234B1 (en) * 2005-12-15 2010-06-15 Teradata Us, Inc. Techniques for synchronizing data store tables
US8250112B2 (en) 2006-01-26 2012-08-21 International Business Machines Corporation Constructing declarative componentized applications
US20070174318A1 (en) * 2006-01-26 2007-07-26 International Business Machines Corporation Methods and apparatus for constructing declarative componentized applications
US20090254584A1 (en) * 2006-01-26 2009-10-08 International Business Machines Corporation Methods and Apparatus for Constructing Declarative Componentized Applications
US8631049B2 (en) 2006-01-26 2014-01-14 International Business Machines Corporation Constructing declarative componentized applications
US20070260634A1 (en) * 2006-05-04 2007-11-08 Nokia Corporation Apparatus, system, method, and computer program product for synchronizing the presentation of media content
US7478118B2 (en) * 2006-06-29 2009-01-13 Research In Motion Limited Method and apparatus for synchronizing of databases connected by wireless interface
US20080005200A1 (en) * 2006-06-29 2008-01-03 Research In Motion Limited Method and apparatus for synchronizing of databases connected by wireless interface
US20080059469A1 (en) * 2006-08-31 2008-03-06 International Business Machines Corporation Replication Token Based Synchronization
US20080271112A1 (en) * 2007-04-30 2008-10-30 Waker Philip M Automatic file transfer
US20090043867A1 (en) * 2007-08-06 2009-02-12 Apple Inc. Synching data
US20100049720A1 (en) * 2007-08-06 2010-02-25 Apple Inc. Synching data
US8239345B2 (en) * 2007-12-27 2012-08-07 Microsoft Corporation Asynchronous replication
TWI447592B (en) * 2007-12-27 2014-08-01 Microsoft Corp Method,system,and computer-readable medium for providing asynchronous replication
US20090172041A1 (en) * 2007-12-27 2009-07-02 Microsoft Corporation Asynchronous Replication
US7991740B2 (en) 2008-03-04 2011-08-02 Apple Inc. Synchronization server process
US8224918B2 (en) 2008-03-04 2012-07-17 Apple Inc. Data synchronization protocol
US7747784B2 (en) 2008-03-04 2010-06-29 Apple Inc. Data synchronization protocol
US20090228509A1 (en) * 2008-03-04 2009-09-10 Apple Inc. Synchronization server process
US20100223400A1 (en) * 2008-03-04 2010-09-02 Apple Inc. Data Synchronization Protocol
US10749953B2 (en) 2008-03-04 2020-08-18 Apple Inc. Synchronization server process
US8290908B2 (en) 2008-03-04 2012-10-16 Apple Inc. Synchronization server process
US8046498B2 (en) 2008-03-04 2011-10-25 Apple Inc. Data synchronization protocol
US20100082732A1 (en) * 2008-09-29 2010-04-01 Apple Inc. Trickle Sync Protocol
US8112537B2 (en) 2008-09-29 2012-02-07 Apple Inc. Trickle sync protocol
US20100249490A1 (en) * 2009-03-27 2010-09-30 Circulite, Inc. Transseptal cannula device, coaxial balloon delivery device, and methods of using the same
US8311987B2 (en) 2009-08-17 2012-11-13 Sap Ag Data staging system and method
US20110040737A1 (en) * 2009-08-17 2011-02-17 Sap Aktiengesellschaft Data staging system and method
US8543539B2 (en) * 2009-09-16 2013-09-24 Business Objects Software Limited Method and system for capturing change of data
US20110066593A1 (en) * 2009-09-16 2011-03-17 Madhu Ahluwalia Method and system for capturing change of data
US9892186B2 (en) 2012-06-05 2018-02-13 International Business Machines Corporation User initiated replication in a synchronized object replication system
US10657153B2 (en) 2012-06-05 2020-05-19 International Business Machines Corporation User initiated replication in a synchronized object replication system
US9460181B2 (en) 2015-01-23 2016-10-04 Servicenow, Inc. Distributed computing system with resource managed database cloning
US11487624B2 (en) 2015-01-23 2022-11-01 Servicenow, Inc. Distributed computing system with resource managed database cloning
US10437856B2 (en) 2015-01-23 2019-10-08 Servicenow, Inc. Distributed computing system with resource managed database cloning
CN105653653A (en) * 2015-12-28 2016-06-08 上海瀚之友信息技术服务有限公司 Order form data synchronization method and system
CN105653653B (en) * 2015-12-28 2019-12-06 上海瀚之友信息技术服务有限公司 order data synchronization method and system
US20170285889A1 (en) * 2016-04-05 2017-10-05 Microsoft Technology Licensing, Llc Scenario based pinning in a collaboration environment
US20210011813A1 (en) * 2018-03-29 2021-01-14 Huawei Technologies Co., Ltd. Information Backup Method and Related Device
US11477258B2 (en) 2020-03-30 2022-10-18 Oracle International Corporation Serialization of objects using multiple serialization algorithms
US11599551B2 (en) 2020-03-30 2023-03-07 Oracle International Corporation Deserialization of stream objects using multiple deserialization algorithms
US20220067152A1 (en) * 2020-08-26 2022-03-03 Oracle International Corporation Distinguished nest-based access control
US11568047B2 (en) * 2020-08-26 2023-01-31 Oracle International Corporation Distinguished nest-based access control
US11256480B1 (en) * 2021-02-09 2022-02-22 Oracle International Corporation Deserialization of stream objects using constant-foldable method handles
US11288045B1 (en) 2021-02-09 2022-03-29 Oracle International Corporation Object creation from structured data using indirect constructor invocation

Similar Documents

Publication Publication Date Title
US5684984A (en) Synchronization and replication of object databases
US5625818A (en) System for managing local database updates published to different online information services in different formats from a central platform
US11899683B2 (en) Digital asset management system
US6240414B1 (en) Method of resolving data conflicts in a shared data environment
US7447712B2 (en) Structured workfolder
US6594664B1 (en) System and method for online/offline uninterrupted updating of rooms in collaboration space
US5530861A (en) Process enaction and tool integration via a task oriented paradigm
US7237002B1 (en) System and method for dynamic browser management of web site
US7421659B2 (en) System and method for dynamically publishing a document in collaboration space responsive to room aesthetics and input text
US5754782A (en) System and method for backing up and restoring groupware documents
US6732148B1 (en) System and method for interconnecting secure rooms
US7012627B1 (en) System and method for presentation of room navigation
US8983929B2 (en) Methods and systems for managing data
US6859217B2 (en) System and method to display and manage data within hierarchies and polyarchies of information
US5805889A (en) System and method for integrating editing and versioning in data repositories
US20160239507A1 (en) Methods and systems for managing data
US7627583B2 (en) Methods, apparatus and computer programs for visualization and management of data organisation within a data processing system
US7966286B2 (en) Hierarchical management of object schema and behavior
US20080040388A1 (en) Methods and systems for tracking document lineage
US20020154172A1 (en) Method and system for providing a separate browser window with information from the main window in a simpler format
US20030014485A1 (en) Method and system for providing synchronous communication and person awareness in a place
US20070282918A1 (en) Methods, Apparatus and Computer Programs for Visualization and Management of Data Organization Within a Data Processing System
US20030191743A1 (en) Method, apparatus, system, and program product for attaching files and other objects to a partially replicated database
JP2005129018A (en) Method and apparatus for providing attribute of collaboration system in operation system folder type file system
JP2002140344A (en) Method and device for document management

Legal Events

Date Code Title Description
AS Assignment

Owner name: APPLE COMPUTER, INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:JONES, ANNE;ZARMER, CRAIG;REEL/FRAME:007177/0197

Effective date: 19940927

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: APPLE INC.,CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:APPLE COMPUTER, INC.;REEL/FRAME:019235/0583

Effective date: 20070109

Owner name: APPLE INC., CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:APPLE COMPUTER, INC.;REEL/FRAME:019235/0583

Effective date: 20070109

FPAY Fee payment

Year of fee payment: 12