US20060212533A1 - Minimizing Problems in Accessing Referred Content - Google Patents

Minimizing Problems in Accessing Referred Content Download PDF

Info

Publication number
US20060212533A1
US20060212533A1 US10/908,218 US90821805A US2006212533A1 US 20060212533 A1 US20060212533 A1 US 20060212533A1 US 90821805 A US90821805 A US 90821805A US 2006212533 A1 US2006212533 A1 US 2006212533A1
Authority
US
United States
Prior art keywords
document
map
referred
document identifier
content
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/908,218
Inventor
Venkata Naga Vedula
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.)
Oracle International Corp
Original Assignee
Oracle International Corp
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 Oracle International Corp filed Critical Oracle International Corp
Assigned to ORACLE INTERNATIONAL CORPORATION reassignment ORACLE INTERNATIONAL CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: VEDULA, VENKATA NAGA RAVIKIRAN
Publication of US20060212533A1 publication Critical patent/US20060212533A1/en
Priority to US12/357,417 priority Critical patent/US7970744B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links

Definitions

  • the present invention relates to content management in digital processing systems, and more specifically to a method and apparatus for minimizing problems in accessing referred content.
  • referred content content from one source
  • the web page may be defined to contain content of several files, and the web page delivered to the user contains the contents of all such files.
  • the files thus accessed (and containing the referred content) are termed to as referred documents and the web page is termed as the referrer document.
  • While the referred content in the above example is provided as integral to the referrer document (for example, due to the definition of the web page), there are other scenarios in which the referred content is delivered external to the referrer document.
  • many web pages often contain hyperlinks with an associated Uniform Resource Locator (URL), and a user selects the hyperlink to access the content of the (referred) document corresponding to the URL.
  • URL Uniform Resource Locator
  • a document identifier refers to a name/string (often including directory structure where the document is located), which is used to uniquely identify the document interfacing with the system software (e.g., operating system) executing on a system from which the document is accessible.
  • system software e.g., operating system
  • FIG. 1 is a block diagram of an example environment in which various aspects of the present invention can be implemented.
  • FIG. 2 is a flow-chart illustrating the manner in which problems in accessing referred documents can be minimized according to an aspect of the present invention.
  • FIG. 3 contains a table illustrating an example data structure used for maintaining a list of referring documents associated with each referred document according to an aspect of the present invention.
  • FIG. 4A is a flow-chart illustrating the manner in which a web server and a content server together may minimize errors while accessing contents corresponding to referred documents.
  • FIG. 4B is a flow-chart illustrating the manner in which a web server and a content server together process a request for providing contents of a referred document according to an aspect of the present invention.
  • FIG. 5A depicts a data structure used for maintaining mapping of a Universal Resource Locator (URL) to a corresponding virtual link in an embodiment of the present invention.
  • URL Universal Resource Locator
  • FIG. 5B depicts a data structure used for maintaining the mapping of a virtual link to corresponding document identifier in an embodiment of the present invention.
  • FIG. 5C depicts a data structure illustrating the changes to be made in the data structure of FIG. 5B when a document identifier changes, in an embodiment of the present invention.
  • FIG. 6 is a block diagram illustrating an example embodiment in which various aspects of the present invention are operative when software instructions are executed.
  • data indicating the referrer documents corresponding to each referred document is maintained.
  • the corresponding referrer documents which may require changes are easily identified.
  • the administrator corresponding to each of such identified referrer documents is notified of the change to the document identifier of the referred document.
  • a server processing requests for web pages identified by corresponding Uniform Resource Locators (URLs), maintains a map of the URL to a logical link.
  • a content server providing the document corresponding to the URL maintains a mapping from the logical link to the document identifier.
  • a web server when a web server receives a request for a web page identified by a URL, the web server maps the URL to a corresponding logical link and sends the logical link to a content server.
  • the content server maps the logical link to the corresponding document identifier and causes the corresponding content to be provided to the user system requesting the web page.
  • the content server updates the map mapping the logical link to the corresponding document identifier. Thereafter, the content corresponding to the URL received by a web server continues to be provided to user systems sending the URL.
  • FIG. 1 is a block diagram illustrating an example environment in which various aspects of the present invention can be implemented.
  • the environment is shown containing client system 110 , Internet 120 , web server 150 , intranet 170 , and content server 160 .
  • client system 110 Internet 120
  • web server 150 web server 150
  • intranet 170 Internet 170
  • content server 160 content server 160
  • Internet 120 generally refers to a conglomeration of network connecting various systems (here, client system 110 and web server 150 ), and is implemented using protocols such as Internet Protocol (IP).
  • IP Internet Protocol
  • Intranet 170 is also implemented using protocols such as IP, and is generally owned or operated by an organization providing the content/services. Intranet 170 provides connectivity between web server 150 and content server 160 .
  • Content server 160 may store (or otherwise provide access to) content of various web pages.
  • Client system 110 A may execute software such as browsers enabling a user to specify specific web pages of interest.
  • the Uniform Resource Locator (URL) corresponding to the specified web pages are forwarded to web server 150 via Internet 120 .
  • URL Uniform Resource Locator
  • Web server 150 receives the URLs and any associated parameters, and causes the content corresponding to the URL to be served to client system 110 . If the content is present on content server 160 , web server 150 interfaces with content server 160 to serve the content. Often times web server 150 itself stores the content. Various aspects of the present invention minimize problems while providing access to the content as described below.
  • FIG. 2 is a flow-chart illustrating the manner in which a server system (e.g., content server 160 ) minimizes problems in accessing referred content according to an aspect of the present invention.
  • the flow chart is described with reference to FIG. 1 merely for illustration. However, the features can be implemented in other environments as well.
  • the flow chart begins in step 201 , in which control immediately passes to step 210 .
  • step 210 content server 160 maintain information indicating the list of referrer documents which refer to each referred document.
  • FIG. 3 illustrates an example table containing such information.
  • Column 311 and 312 respectively contain the document identifiers of the referred and referrer documents.
  • a document with name doc1 (and contained in a directory /a/b/c) is referred by documents doc2 and doc3 (in directory /a/b/c).
  • Column 330 indicates whether the referred document identifier is valid (i.e., not delete from content server 160 ).
  • step 220 content server 160 detects a change in the referred document identifier, for example, when the referred document is moved to a different location or deleted.
  • a change in the referred document identifier for example, when the referred document is moved to a different location or deleted.
  • Such changes are often implemented in the ‘drivers’ or other components of the system software, and the detection task may be implemented associated with the drivers/system software.
  • Such implementations will be apparent to one skilled in the relevant arts by reading the disclosure provided herein.
  • step 240 content server 160 updates the information to reflect the change. For example, if the referred document is deleted, the corresponding row in valid column 330 is set to N (not valid) as depicted in row 323 . On the other hand if the referred document is moved, the corresponding row in referred column 311 is modified to reflect the new document identifier (after the move).
  • step 270 content server 160 notifies (e.g., by email) the modification to the administrator of each referrer document associated with the referred document. The administrator can then take appropriate action, such as changing the document identifier in the corresponding referrer documents.
  • the flowchart ends in step 299 .
  • FIG. 4A is a flowchart illustrating the manner in which problems in accessing content may be minimized according another aspect of the present invention.
  • the flow chart is described with reference to FIG. 1 merely for illustration. However, the features can be implemented in other environments as well.
  • the flow chart begins in step 401 , in which control immediately passes to step 410 .
  • step 410 a first map mapping each resource locator to a virtual link, and a second map mapping the virtual link to the document identifier of the document is maintained.
  • Web server 150 may maintain the first map and content server 160 may maintain the second map, as respectively shown with respect to FIGS. 5A and 5B .
  • These tables can be contained within a database.
  • columns 510 and 511 in FIG. 5A respectively contain URL and the virtual link (identifier), and columns 560 and 561 in FIG. 5B respectively contain the virtual link to the document identifier.
  • a URL of http://www.mywebsite.com/d1 is shown mapped to link1 by row 521 of FIG. 5A
  • row 571 of FIG. 5B is shown mapping link1 to /a/b/c/doc1.
  • the other mappings are similarly described. It should be appreciated that the two maps can be combined into a single map.
  • web server 150 and content server 160 can be integrated as a single physical unit.
  • step 420 content server 160 detects a change in the document identifier of the referred document. The detection can be performed similar to in step 220 described above.
  • step 430 content server 160 updates the second mapping to reflect the changes. Assuming doc1 has been moved to a new directory a/b/d and with a new name ndoc1, FIG. 5C depicts the corresponding second map. In particular, row 571 is shown changed to indicate the changed document identifier.
  • the flowchart ends in step 449 .
  • FIG. 4B is a flowchart illustrating the manner in which content of web pages is accessed consistent with the approach of FIG. 4A , in an embodiment of the present invention.
  • the flow chart begins in step 451 , in which control immediately passes to step 460 .
  • web server 150 receives a resource locator (URL) from client system 110 .
  • the URL may be received when a user at the client system selects a hyperlink encoding the URL in a referring document.
  • the manner in which the web page (content of the referred document) corresponding to the URL is retrieved is described below.
  • web server 150 determines the virtual link corresponding to the resource locator according to the mapping of FIG. 5A .
  • web server 150 sends the virtual link to content server 160 .
  • the interface between web server 150 and content server 160 can be implemented using any compatible approach, as will be apparent to one skilled in the relevant arts.
  • step 480 content server 160 maps the virtual link to the document identifier using the mapping of FIGS. 5 B/ 5 C. Since the mapping is updated to reflect any changes in the document identifier, the file/document corresponding to the URL of step 460 is readily accessed.
  • step 490 content server 160 sends the content of the accessed document (either to web server 150 or client system 110 directly, depending on the specific approach used in the environment). The flowchart ends in step 499 .
  • FIG. 6 is a block diagram illustrating the details of digital processing system 600 in which various aspects of the present invention are operative by execution of appropriate software instructions.
  • Digital processing system 600 may correspond to content server 160 and/or web server 150 .
  • Digital processing system 600 may contain one or more processors such as central processing unit (CPU) 610 , random access memory (RAM) 620 , secondary memory 630 , graphics controller 660 , display unit 670 , network interface 680 , and input interface 690 . All the components except display unit 670 may communicate with each other over communication path 650 , which may contain several buses as is well known in the relevant arts. The components of FIG. 6 are described below in further detail.
  • CPU 610 may execute instructions stored in RAM 620 to provide several features of the present invention.
  • CPU 610 may contain multiple processing units, with each processing unit potentially being designed for a specific task. Alternatively, CPU 610 may contain only a single general purpose processing unit.
  • RAM 620 may receive instructions from secondary memory 630 using communication path 650 .
  • Graphics controller 660 generates display signals (e.g., in RGB format) to display unit 670 based on data/instructions received from CPU 610 .
  • Display unit 670 contains a display screen to display the images defined by the display signals.
  • Input interface 690 may correspond to a key-board and/or mouse.
  • Network interface 680 provides connectivity to a network (e.g., using Internet Protocol). In the case of web server 150 , network interface 680 provides network connectivity to both Intranet 170 and Internet 120 , and in the case of content server 160 network interface 680 provides network connectivity to Intranet 170 .
  • Secondary memory 630 may contain hard drive 635 , flash memory 636 and removable storage drive 637 . Secondary memory 630 may store the data and software instructions, which enable digital processing system 600 to provide several features in accordance with the present invention. Some or all of the data and instructions may be provided on removable storage unit 640 , and the data and instructions may be read and provided by removable storage drive 637 to CPU 610 . Floppy drive, magnetic tape drive, CD-ROM drive, DVD Drive, Flash memory, removable memory chip (PCMCIA Card, EPROM) are examples of such removable storage drive 637 .
  • PCMCIA Card PCMCIA Card, EPROM
  • Removable storage unit 640 may be implemented using medium and storage format compatible with removable storage drive 637 such that removable storage drive 637 can read the data and instructions.
  • removable storage unit 640 includes a computer readable storage medium having stored therein computer software and/or data.
  • computer program product is used to generally refer to removable storage unit 640 or hard disk installed in hard drive 635 .
  • These computer program products are means for providing software to digital processing system 600 .
  • CPU 610 may retrieve the software instructions, and execute the instructions to provide various features of the present invention described above.

Abstract

According to an aspect of the present invention, information indicating the list of referrer documents referring to a referred document, is maintained. Thus, when the document identifier (name and directory location of the document) changes, the list of referrer documents that need to be changed can be easily identified. In an embodiment, the administrators of the referrer document are notified (e.g., by an automatic email) of the change of the document identifier of the referred document. According to another aspect of the present invention, a first mapping of the Uniform Resource Locator (URL) of each web accessible page/document to a virtual link is maintained in a web server. The content server maintains a second mapping of the virtual link to the document identifier. Thus, when the document identifier changes, only the second map in the content server needs to be updated for continued access of the content.

Description

    BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • The present invention relates to content management in digital processing systems, and more specifically to a method and apparatus for minimizing problems in accessing referred content.
  • 2. Related Art
  • There are often scenarios in which content (“referred content”) from one source is referred to in the content of another source. For example, when a user accesses a web page, the web page may be defined to contain content of several files, and the web page delivered to the user contains the contents of all such files. The files thus accessed (and containing the referred content) are termed to as referred documents and the web page is termed as the referrer document.
  • While the referred content in the above example is provided as integral to the referrer document (for example, due to the definition of the web page), there are other scenarios in which the referred content is delivered external to the referrer document. As an illustration, many web pages often contain hyperlinks with an associated Uniform Resource Locator (URL), and a user selects the hyperlink to access the content of the (referred) document corresponding to the URL.
  • Users are known to experience problems in accessing referred content, typically because of changes to the document identifier of the referred documents or deletion of the referred documents themselves. A document identifier refers to a name/string (often including directory structure where the document is located), which is used to uniquely identify the document interfacing with the system software (e.g., operating system) executing on a system from which the document is accessible.
  • In such situations, user accessing content are displayed messages such as ‘file not found’ or a portion of the display containing blank. It is generally desirable that such access problems be avoided.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention will be described with reference to the accompanying drawings briefly described below.
  • FIG. 1 is a block diagram of an example environment in which various aspects of the present invention can be implemented.
  • FIG. 2 is a flow-chart illustrating the manner in which problems in accessing referred documents can be minimized according to an aspect of the present invention.
  • FIG. 3 contains a table illustrating an example data structure used for maintaining a list of referring documents associated with each referred document according to an aspect of the present invention.
  • FIG. 4A is a flow-chart illustrating the manner in which a web server and a content server together may minimize errors while accessing contents corresponding to referred documents.
  • FIG. 4B is a flow-chart illustrating the manner in which a web server and a content server together process a request for providing contents of a referred document according to an aspect of the present invention.
  • FIG. 5A depicts a data structure used for maintaining mapping of a Universal Resource Locator (URL) to a corresponding virtual link in an embodiment of the present invention.
  • FIG. 5B depicts a data structure used for maintaining the mapping of a virtual link to corresponding document identifier in an embodiment of the present invention.
  • FIG. 5C depicts a data structure illustrating the changes to be made in the data structure of FIG. 5B when a document identifier changes, in an embodiment of the present invention.
  • FIG. 6 is a block diagram illustrating an example embodiment in which various aspects of the present invention are operative when software instructions are executed.
  • In the drawings, like reference numbers generally indicate identical, functionally similar, and/or structurally similar elements. The drawing in which an element first appears is indicated by the leftmost digit(s) in the corresponding reference number.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • 1. Overview
  • According to an aspect of the present invention, data indicating the referrer documents corresponding to each referred document is maintained. Thus, when there is a change of the document identifier (either moved to a new location, deleted or renamed) of a referred document, the corresponding referrer documents which may require changes are easily identified. In one embodiment described below, the administrator corresponding to each of such identified referrer documents is notified of the change to the document identifier of the referred document.
  • According to another aspect of the present invention, a server (“web server”), processing requests for web pages identified by corresponding Uniform Resource Locators (URLs), maintains a map of the URL to a logical link. A content server providing the document corresponding to the URL maintains a mapping from the logical link to the document identifier.
  • Thus, when a web server receives a request for a web page identified by a URL, the web server maps the URL to a corresponding logical link and sends the logical link to a content server. The content server maps the logical link to the corresponding document identifier and causes the corresponding content to be provided to the user system requesting the web page.
  • If the document identifier of the referred document changes, the content server updates the map mapping the logical link to the corresponding document identifier. Thereafter, the content corresponding to the URL received by a web server continues to be provided to user systems sending the URL.
  • Several aspects of the invention are described below with reference to examples for illustration. It should be understood that numerous specific details, relationships, and methods are set forth to provide a full understanding of the invention. One skilled in the relevant art, however, will readily recognize that the invention can be practiced without one or more of the specific details, or with other methods, etc. In other instances, well-known structures or operations are not shown in detail to avoid obscuring the features of the present invention.
  • 2. Example Environment
  • FIG. 1 is a block diagram illustrating an example environment in which various aspects of the present invention can be implemented. The environment is shown containing client system 110, Internet 120, web server 150, intranet 170, and content server 160. Each system is described below in further detail.
  • Internet 120 generally refers to a conglomeration of network connecting various systems (here, client system 110 and web server 150), and is implemented using protocols such as Internet Protocol (IP). Intranet 170 is also implemented using protocols such as IP, and is generally owned or operated by an organization providing the content/services. Intranet 170 provides connectivity between web server 150 and content server 160.
  • Content server 160 may store (or otherwise provide access to) content of various web pages. Client system 110A may execute software such as browsers enabling a user to specify specific web pages of interest. The Uniform Resource Locator (URL) corresponding to the specified web pages are forwarded to web server 150 via Internet 120.
  • Web server 150 receives the URLs and any associated parameters, and causes the content corresponding to the URL to be served to client system 110. If the content is present on content server 160, web server 150 interfaces with content server 160 to serve the content. Often times web server 150 itself stores the content. Various aspects of the present invention minimize problems while providing access to the content as described below.
  • 3. Method
  • FIG. 2 is a flow-chart illustrating the manner in which a server system (e.g., content server 160) minimizes problems in accessing referred content according to an aspect of the present invention. The flow chart is described with reference to FIG. 1 merely for illustration. However, the features can be implemented in other environments as well. The flow chart begins in step 201, in which control immediately passes to step 210.
  • In step 210, content server 160 maintain information indicating the list of referrer documents which refer to each referred document. FIG. 3 illustrates an example table containing such information. Column 311 and 312 respectively contain the document identifiers of the referred and referrer documents. As depicted there in rows 321 and 322, a document with name doc1 (and contained in a directory /a/b/c) is referred by documents doc2 and doc3 (in directory /a/b/c). Column 330 indicates whether the referred document identifier is valid (i.e., not delete from content server 160).
  • Continuing with reference to FIG. 2, in step 220, content server 160 detects a change in the referred document identifier, for example, when the referred document is moved to a different location or deleted. Such changes are often implemented in the ‘drivers’ or other components of the system software, and the detection task may be implemented associated with the drivers/system software. Such implementations will be apparent to one skilled in the relevant arts by reading the disclosure provided herein.
  • In step 240, content server 160 updates the information to reflect the change. For example, if the referred document is deleted, the corresponding row in valid column 330 is set to N (not valid) as depicted in row 323. On the other hand if the referred document is moved, the corresponding row in referred column 311 is modified to reflect the new document identifier (after the move).
  • In step 270, content server 160 notifies (e.g., by email) the modification to the administrator of each referrer document associated with the referred document. The administrator can then take appropriate action, such as changing the document identifier in the corresponding referrer documents. The flowchart ends in step 299.
  • Due to the notification to administrator, the problems in accessing content may be reduced since the administrator can take appropriate actions. One problem with the approach of above is that the administrator intervention is relied upon for corrections needed for continued access to the referred content. The below noted approach overcomes some of such problems as described below.
  • 4. Alternative Approach
  • FIG. 4A is a flowchart illustrating the manner in which problems in accessing content may be minimized according another aspect of the present invention. The flow chart is described with reference to FIG. 1 merely for illustration. However, the features can be implemented in other environments as well. The flow chart begins in step 401, in which control immediately passes to step 410.
  • In step 410, a first map mapping each resource locator to a virtual link, and a second map mapping the virtual link to the document identifier of the document is maintained. Web server 150 may maintain the first map and content server 160 may maintain the second map, as respectively shown with respect to FIGS. 5A and 5B. These tables can be contained within a database.
  • As shown, columns 510 and 511 in FIG. 5A respectively contain URL and the virtual link (identifier), and columns 560 and 561 in FIG. 5B respectively contain the virtual link to the document identifier. Thus, a URL of http://www.mywebsite.com/d1 is shown mapped to link1 by row 521 of FIG. 5A, and row 571 of FIG. 5B is shown mapping link1 to /a/b/c/doc1. The other mappings are similarly described. It should be appreciated that the two maps can be combined into a single map. In addition, web server 150 and content server 160 can be integrated as a single physical unit.
  • Continuing with combined reference to FIGS. 4, 5A, 5B and 5C, in step 420, content server 160 detects a change in the document identifier of the referred document. The detection can be performed similar to in step 220 described above. In step 430, content server 160 updates the second mapping to reflect the changes. Assuming doc1 has been moved to a new directory a/b/d and with a new name ndoc1, FIG. 5C depicts the corresponding second map. In particular, row 571 is shown changed to indicate the changed document identifier. The flowchart ends in step 449.
  • Due to the updating of the second map (from the logical link to the document identifier), user accesses can continue without substantial disruption even when the document identifier changes, as further described below with reference to FIG. 4B.
  • FIG. 4B is a flowchart illustrating the manner in which content of web pages is accessed consistent with the approach of FIG. 4A, in an embodiment of the present invention. The flow chart begins in step 451, in which control immediately passes to step 460.
  • In step 460, web server 150 receives a resource locator (URL) from client system 110. The URL may be received when a user at the client system selects a hyperlink encoding the URL in a referring document. The manner in which the web page (content of the referred document) corresponding to the URL is retrieved is described below.
  • In step 465, web server 150 determines the virtual link corresponding to the resource locator according to the mapping of FIG. 5A. In step 475, web server 150 sends the virtual link to content server 160. The interface between web server 150 and content server 160 can be implemented using any compatible approach, as will be apparent to one skilled in the relevant arts.
  • In step 480, content server 160 maps the virtual link to the document identifier using the mapping of FIGS. 5B/5C. Since the mapping is updated to reflect any changes in the document identifier, the file/document corresponding to the URL of step 460 is readily accessed. In step 490, content server 160 sends the content of the accessed document (either to web server 150 or client system 110 directly, depending on the specific approach used in the environment). The flowchart ends in step 499.
  • Thus, using the approaches described above either alone or in combination, one may minimize problems in accessing referred content. The approaches may be implemented in various embodiments. The description is continued with respect to embodiments in which the aspects of the invention are operative when appropriate software instructions are executed.
  • 5. Digital Processing System
  • FIG. 6 is a block diagram illustrating the details of digital processing system 600 in which various aspects of the present invention are operative by execution of appropriate software instructions. Digital processing system 600 may correspond to content server 160 and/or web server 150. Digital processing system 600 may contain one or more processors such as central processing unit (CPU) 610, random access memory (RAM) 620, secondary memory 630, graphics controller 660, display unit 670, network interface 680, and input interface 690. All the components except display unit 670 may communicate with each other over communication path 650, which may contain several buses as is well known in the relevant arts. The components of FIG. 6 are described below in further detail.
  • CPU 610 may execute instructions stored in RAM 620 to provide several features of the present invention. CPU 610 may contain multiple processing units, with each processing unit potentially being designed for a specific task. Alternatively, CPU 610 may contain only a single general purpose processing unit. RAM 620 may receive instructions from secondary memory 630 using communication path 650.
  • Graphics controller 660 generates display signals (e.g., in RGB format) to display unit 670 based on data/instructions received from CPU 610. Display unit 670 contains a display screen to display the images defined by the display signals. Input interface 690 may correspond to a key-board and/or mouse. Network interface 680 provides connectivity to a network (e.g., using Internet Protocol). In the case of web server 150, network interface 680 provides network connectivity to both Intranet 170 and Internet 120, and in the case of content server 160 network interface 680 provides network connectivity to Intranet 170.
  • Secondary memory 630 may contain hard drive 635, flash memory 636 and removable storage drive 637. Secondary memory 630 may store the data and software instructions, which enable digital processing system 600 to provide several features in accordance with the present invention. Some or all of the data and instructions may be provided on removable storage unit 640, and the data and instructions may be read and provided by removable storage drive 637 to CPU 610. Floppy drive, magnetic tape drive, CD-ROM drive, DVD Drive, Flash memory, removable memory chip (PCMCIA Card, EPROM) are examples of such removable storage drive 637.
  • Removable storage unit 640 may be implemented using medium and storage format compatible with removable storage drive 637 such that removable storage drive 637 can read the data and instructions. Thus, removable storage unit 640 includes a computer readable storage medium having stored therein computer software and/or data.
  • In this document, the term “computer program product” is used to generally refer to removable storage unit 640 or hard disk installed in hard drive 635. These computer program products are means for providing software to digital processing system 600. CPU 610 may retrieve the software instructions, and execute the instructions to provide various features of the present invention described above.
  • 6. Conclusion
  • While various embodiments of the present invention have been described above, it should be understood that they have been presented by way of example only, and not limitation. Thus, the breadth and scope of the present invention should not be limited by any of the above described exemplary embodiments, but should be defined only in accordance with the following claims and their equivalents. Also, the various aspects, features, components and/or embodiments of the present invention described above may be embodied singly or in any combination in a data storage system such as a database system.

Claims (24)

1. A method of minimizing problems in accessing referred content, wherein said referred content is contained in a referred document, said referred document being referred to in a plurality of referrer documents, said method comprising:
maintaining information indicating that said plurality of referrer documents refer to said referred document;
detecting whether a document identifier of said referred document has changed; and
using said information to identify said plurality of referrer documents when said document identifier has changed.
2. The method of claim 1, further comprising notifying administrators corresponding to said plurality of referred documents that said document identifier has changed.
3. The method of claim 2, further comprising updating said information to indicate the change of said document identifier.
4. The method of claim 3, wherein said information is maintained in the form of a table, said notifying is performed using electronic mail, and said document identifier comprises a name and directory location.
5. A method of minimizing problems in accessing a web page corresponding to a first Uniform Resource Locator (URL), said method comprising:
maintaining a first map from URLs to corresponding virtual links, wherein said first map maps said first URL to a first virtual link;
maintaining a second map from virtual links to corresponding document identifiers, wherein said second map maps said first virtual link to a first document identifier containing content corresponding to said first URL; and
changing said second map to reflect changes in said first document identifier.
6. The method of claim 5, wherein said first document identifier comprises a name and directory location.
7. The method of claim 5, wherein said first map is accessible in a web server and said second map is accessible in a content server storing said first document.
8. The method of claim 7, further comprising:
receiving said first URL in said web server;
determining in said web server said first virtual link corresponding to the resource locator according to said first map;
sending said first virtual link to said content server;
mapping said first virtual link to said document identifier according to said second map;
sending content of a document corresponding to said document identifier.
9. A computer readable medium carrying one or more sequences of instructions for causing a system to minimize problems in accessing referred content contained in a referred document and said referred document being referred to in a plurality of referrer documents, wherein execution of said one or more sequences of instructions by one or more processors contained in said system causes said one or more processors to perform the actions of:
maintaining information indicating that said plurality of referrer documents refer to said referred document;
detecting whether a document identifier of said referred document has changed; and
using said information to identify said plurality of referrer documents when said document identifier has changed.
10. The computer readable medium of claim 9, further comprising notifying administrators corresponding to said plurality of referred documents that said document identifier has changed.
11. The computer readable medium of claim 10, further comprising updating said information to indicate the change of said document identifier.
12. The computer readable medium of claim 11, wherein said information is maintained in the form of a table, said notifying is performed using electronic mail, and said document identifier comprises a name and directory location.
13. A computer readable medium carrying one or more sequences of instructions for causing one or more systems to minimize problems in accessing a web page corresponding to a first Uniform Resource Locator (URL), wherein execution of said one or more sequences of instructions by one or more processors contained in said one or more systems causes said one or more processors to perform the actions of:
maintaining a first map from URLs to corresponding virtual links, wherein said first map maps said first URL to a first virtual link;
maintaining a second map from virtual links to corresponding document identifiers, wherein said second map maps said first virtual link to a first document identifier containing content corresponding to said first URL; and
changing said second map to reflect changes in said first document identifier.
14. The computer readable medium of claim 13, wherein said first document identifier comprises a name and directory location.
15. The computer readable medium of claim 13, wherein said first map is accessible in a web server and said second map is accessible in a content server storing said first document, wherein said web server and said content server are contained in said one or more systems.
16. The computer readable medium of claim 15, further comprising:
receiving said first URL in said web server;
determining in said web server said first virtual link corresponding to the resource locator according to said first map;
sending said first virtual link to said content server;
mapping said first virtual link to said document identifier according to said second map;
sending content of a document corresponding to said document identifier.
17. A system minimizing problems in accessing referred content, wherein said referred content is contained in a referred document, said referred document being referred to in a plurality of referrer documents, said system comprising:
means for maintaining information indicating that said plurality of referrer documents refer to said referred document;
means for detecting whether a document identifier of said referred document has changed; and
means for using said information to identify said plurality of referrer documents when said document identifier has changed.
18. The system of claim 17, further comprising notifying administrators corresponding to said plurality of referred documents that said document identifier has changed.
19. The system of claim 18, further comprising updating said information to indicate the change of said document identifier.
20. The system of claim 19, wherein said information is maintained in the form of a table, said notifying is performed using electronic mail, and said document identifier comprises a name and directory location.
21. A set of systems minimizing problems in accessing a web page corresponding to a first Uniform Resource Locator (URL), said set of systems comprising:
means for maintaining a first map from URLs to corresponding virtual links, wherein said first map maps said first URL to a first virtual link;
means for maintaining a second map from virtual links to corresponding document identifiers, wherein said second map maps said first virtual link to a first document identifier containing content corresponding to said first URL; and
means for changing said second map to reflect changes in said first document identifier.
22. The set of systems of claim 21, wherein said first document identifier comprises a name and directory location.
23. The set of systems of claim 21, wherein said first map is accessible in a web server and said second map is accessible in a content server storing said first document, wherein said web server and said content server are contained in said set of systems.
24. The set of systems of claim 23, further comprising:
means for receiving said first URL in said web server;
means for determining in said web server said first virtual link corresponding to the resource locator according to said first map;
means for sending said first virtual link to said content server;
means for mapping said first virtual link to said document identifier according to said second map;
means for sending content of a document corresponding to said document identifier.
US10/908,218 2005-03-21 2005-05-03 Minimizing Problems in Accessing Referred Content Abandoned US20060212533A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/357,417 US7970744B2 (en) 2005-03-21 2009-01-22 Minimizing problems in accessing referred content

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
IN293CH2005 2005-03-21
IN293/CHE/2005 2005-03-21

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/357,417 Division US7970744B2 (en) 2005-03-21 2009-01-22 Minimizing problems in accessing referred content

Publications (1)

Publication Number Publication Date
US20060212533A1 true US20060212533A1 (en) 2006-09-21

Family

ID=37011653

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/908,218 Abandoned US20060212533A1 (en) 2005-03-21 2005-05-03 Minimizing Problems in Accessing Referred Content
US12/357,417 Active 2025-10-19 US7970744B2 (en) 2005-03-21 2009-01-22 Minimizing problems in accessing referred content

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/357,417 Active 2025-10-19 US7970744B2 (en) 2005-03-21 2009-01-22 Minimizing problems in accessing referred content

Country Status (1)

Country Link
US (2) US20060212533A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070061340A1 (en) * 2005-08-24 2007-03-15 Masahiro Hayashi Data processor, data processing system, data processing method, and computer product
US20070185976A1 (en) * 2006-02-03 2007-08-09 Bea Systems, Inc. Documentation process for invoking help form a server
US20100235509A1 (en) * 2007-06-01 2010-09-16 Alibaba Group Holding Limited Method, Equipment and System for Resource Acquisition

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6681369B2 (en) * 1999-05-05 2004-01-20 Xerox Corporation System for providing document change information for a community of users

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6681369B2 (en) * 1999-05-05 2004-01-20 Xerox Corporation System for providing document change information for a community of users

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070061340A1 (en) * 2005-08-24 2007-03-15 Masahiro Hayashi Data processor, data processing system, data processing method, and computer product
US8738726B2 (en) * 2005-08-24 2014-05-27 Ricoh Company, Ltd. Data processor, data processing system, data processing method, and computer product, with error message display
US20070185976A1 (en) * 2006-02-03 2007-08-09 Bea Systems, Inc. Documentation process for invoking help form a server
US8230043B2 (en) * 2006-02-03 2012-07-24 Oracle International Corporation Documentation process for invoking help from a server
US20100235509A1 (en) * 2007-06-01 2010-09-16 Alibaba Group Holding Limited Method, Equipment and System for Resource Acquisition
US8069224B2 (en) 2007-06-01 2011-11-29 Alibaba Group Holding Limited Method, equipment and system for resource acquisition

Also Published As

Publication number Publication date
US20090125795A1 (en) 2009-05-14
US7970744B2 (en) 2011-06-28

Similar Documents

Publication Publication Date Title
US8655943B2 (en) Web server providing access to documents having multiple versions
US8595259B2 (en) Web data usage platform
US8015182B2 (en) System and method for appending security information to search engine results
JP5069285B2 (en) Propagating useful information between related web pages, such as web pages on a website
US8935620B1 (en) Dynamic content management
US9304979B2 (en) Authorized syndicated descriptions of linked web content displayed with links in user-generated content
US7370036B2 (en) Facilitating identification of entire web pages when each web page is rendered from multiple portions and interest is expressed based on content of the portions
US20100146132A1 (en) Methods, Systems, And Computer Program Products For Accessing A Resource Having A Network Address Associated With A Location On A Map
US8126859B2 (en) Updating a local version of a file based on a rule
US9031918B2 (en) Per-user aggregation of database content
US20110071999A1 (en) Selecting and presenting user search results based on user information
US7162686B2 (en) System and method for navigating search results
US20080052298A1 (en) Method and system for addressing a node in tree-like data structure
US9767465B2 (en) Methods and systems for facilitating caching of advertisements
US20140359488A1 (en) Centralized Management of Link Data for Multiple Applications, Computers and Resources, through Operating Systems and Networked Storage Services
CN111066012A (en) Web presentation pages of links associated with top-level domains
US8413222B1 (en) Method and apparatus for synchronizing updates of authentication credentials
US20080082629A1 (en) Enabling Users to Repeatedly Perform a Sequence of User Actions When Interacting With a Web Server
US7895337B2 (en) Systems and methods of generating a content aware interface
AU2011326658B2 (en) Dynamic image result stitching
JP4367958B2 (en) Technology to control access to data
US7970744B2 (en) Minimizing problems in accessing referred content
US8024380B2 (en) Improving data access speed while processing transaction requests from web based applications
US20130326324A1 (en) Document management server, document management method, and storage medium
CN112783548B (en) Access method and device of network system

Legal Events

Date Code Title Description
AS Assignment

Owner name: ORACLE INTERNATIONAL CORPORATION, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:VEDULA, VENKATA NAGA RAVIKIRAN;REEL/FRAME:015970/0431

Effective date: 20050405

STCB Information on status: application discontinuation

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