Minimizing Problems in Accessing Referred Content

- Oracle

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.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
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

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.
Patent History
Publication number: 20060212533
Type: Application
Filed: May 3, 2005
Publication Date: Sep 21, 2006
Applicant: ORACLE INTERNATIONAL CORPORATION (Redwood Shores, CA)
Inventor: Venkata Naga Vedula (Bangalore)
Application Number: 10/908,218
Classifications
Current U.S. Class: 709/217.000
International Classification: G06F 15/16 (20060101);