METHOD FOR DOCUMENT PAGE DELIVERY TO A MOBILE COMMUNICATION DEVICE

A process for viewing a selected portion of a document on a mobile communication device without having to request multiple pages of the document contents containing document global properties applied to the selected part of the document, comprising marking pages of the document within a server, based on size required by the mobile device, associating properties and attributes of the selected portion with the pages, and transmitting the pages with the properties and attributes for display by the mobile device.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of U.S. patent application Ser. No. 12/724,557, filed Mar. 16, 2010, which is a continuation of U.S. patent application Ser. No. 10/930,677, filed Aug. 31, 2004, now U.S. Pat. No. 7,712,027, the contents of both applications are incorporated herein by reference in their entirety.

FIELD OF THE INVENTION

The following is directed in general to displaying content on mobile communication devices, and more particularly to a method for viewing a selected portion of a document on a mobile communication device without having to request multiple pages of the document contents containing document global properties applied to the selected part of the document.

BACKGROUND OF THE INVENTION

Mobile communication devices are becoming increasingly popular for business and personal use due to a relatively recent increase in number of services and features that the devices and mobile infrastructures support. Handheld mobile communication devices, sometimes referred to as mobile stations, are essentially portable computers having wireless capability, and come in various forms. These include Personal Digital Assistants (PDA), cellular phones and smart phones. While their reduced size is an advantage to portability, bandwidth and processing constraints of such devices present challenges to the downloading and viewing of documents, such as word processing documents, tables and images.

Electronic documents are produced using various computer programs, such as word processors, spreadsheet programs, financial software, and presentation software. In addition to text, such documents contain structural and property information such as paragraph indentation, text color and table size, etc.

When a user of a mobile communication device wishes to view only selected portions of a document stored on a remote server, other portions of the document that contain the structural information and properties used by the selected portion must also typically be transmitted to the mobile communication device. The required downloading of these other portions occurs over a potentially bandwidth-constrained wireless network. For example, if a user wishes to view only a single paragraph in a section at the middle of a 400-page document, the entire section (and sometimes even entire document) that contains default properties for the paragraph must be transmitted to the mobile communication device.

Once downloaded to the device, the electronic document is viewed using a user interface on the mobile communication device, which typically differs from the user interface used to create and view a document on a personal computer. For example, whereas the user interface on a personal computer may include a large, color display and a pointing device such as a mouse, the mobile communication device typically has only a small, possibly non-color, screen, and may not have a mouse. In addition, the mobile communication device typically has greater processing power and memory limitations than a personal computer.

SUMMARY OF THE INVENTION

According to an aspect of this specification, a method is set forth for viewing a selected portion of a server stored document on a mobile device, comprising building a graph structure within said server representing a map of said document; calculating an output size for each node in said graph structure based on size required by said mobile device and in response marking each page start in said graph structure; searching said graph structure for a parent node representing a page start for said selected portion of said document; associating properties and attributes of said selected portion with said parent node; and transmitting pages of said parent and all child nodes along with said properties and attributes for display by said mobile device.

According to another aspect, a process is set forth viewing a selected portion of a server stored document on a mobile device, comprising: building a graph structure within said server representing a map of said document; marking pages of the document within said server based on size required by said mobile device; associating properties and attributes of said selected portion with ones of said pages containing said selected portion; and transmitting said ones of said pages containing said selected portion with said properties and attributes for display by said mobile device independently of other pages of said document; wherein said associating properties and attributes further comprises searching said graph structure for a node representing a page start for said selected portion of said document; traversing said graph structure and recursively storing each parent of said node representing the page start in a parent container within said server, such that said parent container contains all nodes and leaves belonging to said page start and each parent of said node; and generating an output for each said page start containing contents and attributes of all said nodes and leaves belonging to said page start and attributes of each parent of said node representing the page start, for transmission to said mobile device

By using this approach for page delivery from the server, the client on the mobile device is able to retrieve any portion (page) of a document and display it independently, since all of its properties and attributes are already associated. This eliminates the order dependence for displaying a document such as required by a desktop application. More importantly, overall network bandwidth usage is limited.

Additional aspects and advantages will be apparent to a person of ordinary skill in the art, residing in the details of construction and operation as more fully hereinafter described and claimed, reference being had to the accompanying drawings.

BRIEF DESCRIPTION OF THE DRAWINGS

A detailed description of the preferred embodiment is set forth in detail below, with reference to the following drawings, in which:

FIG. 1 is a block diagram of a network environment in which the preferred embodiment may be practiced;

FIG. 2 is a tree diagram showing the basic structure of a Document Object Model (DOM) used in the preferred embodiment of the invention;

FIG. 3 shows the top-level of the DOM structure in FIG. 2;

FIG. 4 shows an exemplary DOM structure for a word processing document;

FIG. 5 shows an exemplary DOM structure for a table document;

FIG. 6 shows an exemplary DOM structure for a word processing document containing an image subdocument;

FIG. 7 is a flowchart showing document DOM structure construction and pagination according to the preferred embodiment; and

FIG. 8 is a flowchart showing document DOM page generation and delivery according to the preferred embodiment.

DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT

With reference to FIG. 1, network environment 10 is shown in which the preferred embodiment of the invention may be practiced. Network environment 10 includes mobile devices 12 communicating via a wireless network 14 to a server 28 for downloading document attachments to the mobile devices 12. While only one server 28 is shown for illustration purposes, a person of skill in the art will understand that network environment 10 could have many such servers for hosting web sites or graphic download sites, providing access to picture files such as JPEG, IFF, BMP, PNG, SGI, MP4, MOV, GIF, SVG, etc. As would be understood by one of ordinary skill in the art, wireless networks 14 include GSM/GPRS, CDPD, TDMA, iDEN Mobitex, DataTAC networks, or future networks such as EDGE or UMTS, and broadband networks like Bluetooth and variants of 802.11.

A connection to a fixed service requires special considerations, and may require special permission as authorized through a Network Access Point (NAP) 16. For generic services, such as web access, a proxy-gateway or Network Address Translator (NAT) 18 may be provided so that a network operator can control and bill for the access. NATs 18 enable management of a limited supply of public Internet addresses for large populations of wireless mobile devices. Solutions offered by a proxy-gateway or NAT 18 can require a complex infrastructure and thus may be managed by a value-added service providers (VASPs), which provide, for instance, WAP gateways, WAP proxy gateway solutions, multi-media messaging servers (MMS) and Internet Multi-Media Services (IMS).

Private Intranet services 26 also connected to Internet 20 may require their own Private Intranet Proxy Gateway 24 for accessing content on server 28. Such private services include WML access to corporate mail systems, HTML access to CRM databases, or any other services that deliver information as formatted data with links and URLs embedded. As shown, it is possible that a private service 26 may be connected directly to wireless network 14, as opposed to connected via Internet 20.

Referred to throughout this document for the purpose of describing the preferred embodiment is the structure of a Document Object Model (DOM) for a document attachment to be viewed on a mobile device 12.

The attachment server 28 uses a designated file-parsing distiller for a specific document type to build an in-memory Document Object Model (DOM) structure representing an attachment of that document type. The document DOM structure is stored in a memory cache of server 28, and can be iterated bi-directionally.

As shown in FIG. 2, the graph-based document DOM structure consists of nodes and leaves. The nodes serve as the parents of leaves and nodes, while leaves are end points of a branch in the graph. Each node and leaf can have a set of attributes to specify its own characteristics. For example, a paragraph node can contain attributes to specify its alignment, style, entry of document TOC, etc. In addition, each of the nodes and the leaves has a unique identifier, called a DOM ID, to identify itself in the document DOM structure.

The document DOM structure is divided into three parts: top-level, component and references. The top level refers to the document root structure, while the main document is constructed in the component and the references represent document references to either internal or external sub-document parts. The following paragraphs examine each part in detail.

The root node of a document DOM structure, referred to as “Document”, contains several children nodes, referred to as “Contents”, which represent different aspects of the document contents. Each “Contents” node contains one or multiple “Container” nodes used to store various document global attributes. The children of the “Container” nodes are components, which store the document structural and navigational information. When the attachment server 28 builds the DOM structure for an attachment file for the first time, the top-level structure is a single parent-child chain as shown in FIG. 3:

Three types of components are defined by the attachment server 28: text components, table components and image components, which represent text, tables and images in a document, respectively. The text and table components are described in detail below, and the image component structure is identical.

A component consists of a hierarchy of command nodes. Each command represents a physical entity, a property, or a reference defined in a document. For the text component, the physical entity commands are page, section, paragraph, text segments, comments, footnote and endnote commands, which by name define the corresponding entity contained in a document. The property commands for the text component are font, text color, text background color, hyperlink start/end and bookmark commands. The text component has only one reference command, referred to as the text reference command, which is used to reference a subdocument defined in the main body of a document. Usually, the children of a text component are page or section command nodes that, in turn, comprise a set of paragraph command nodes. The paragraph command can contain one or multiple nodes for the remaining command types.

Using the following sample text document, the corresponding document DOM structure is shown in FIG. 4:

First paragraph. Second paragraph with bold and red text.

As FIG. 4 demonstrates, the section command, which is the child of the text component, consists of two paragraph commands. The first paragraph command contains one text segment command and the text content for that paragraph is added as an attribute to the text segment command. The second paragraph command has a relatively more complex structure, as the text properties in the paragraph are much richer. Each time a text property (font, text color, etc) changes, a corresponding text property command is created and the change value is added to that command as an attribute. The following text segment command records the text with the same text property as an attribute. As document structure gets richer and more complex, more commands of corresponding types are created and the document properties are added as attributes to those commands.

The table component has the same three types of commands as the text component, but different command names. The document DOM structure for the sample table document below is shown in FIG. 5:

Cell One Cell Two Cell Three Cell Four

As shown in the FIG. 5, the table component has physical entity type commands of table, tablerow and tablecell, where the tablecell command can contain all available commands for the text component. In the example above, the first child TableRow command of the table command has an attribute “Index” defined by value of 0. This indicates that the indicated table row is the first one defined in the table. The attribute of the leftmost table cell command in FIG. 5 has the same meaning.

A document sometimes contains subdocuments, for example images, tables, text boxes etc. The DOM structure set forth herein uses a reference command to point to the graph of such subdocuments. Thus, for the following sample document, the attachment server 28 generates the DOM structure shown in FIG. 6:

The structure shown in FIG. 6 is identical to that discussed above in connection with FIGS. 4 and 5, except for the attributes of the two reference commands. The attachment server 28 constructs the image in “Sample Three” as a separate image component, which contains all of the image data in its own DOM hierarchy. In the DOM structure for the main document, the values of the “Ref” attributes of those two reference commands point to the image component, as indicated by the dashed lines, such that the DOM structure connects together all parts of the document.

Having described the document DOM structure used to implement an embodiment of the invention, a detailed discussion will now be provided of a pagination function or method according to the preferred embodiment.

The pagination function is a client and server side operation. FIG. 7 shows the processing steps, from which it will be noted that the server 28 uses a map in memory for document DOM cache storage and the key to the map is the document ID. Initially, when the user of a mobile communication device 12 sends a request to the server 28 to view a document, the device 12 sends two attributes and the number of bytes it requires (RequireSize) as a response from the server (e.g. 3 K bytes). The two attributes are whether the device is a color or monochrome device, and the screen size (width.times.height.times.color depth) of the device in pixels. Other information about the device 12 can also be transmitted to the server 28 (e.g. memory size). After the server 28 receives a document-viewing request, it starts the pagination process (step 30), and initializes the variables PageIndex and PageSize.

The following terms and variables are used in the process of FIG. 7:

The PageIndex variable is defined in the server 28 and used by the server to record the current page index being paginated by the server. The page index is initially set to 0 indicating “Page 1”.

PageSize is a variable defined in the server 28 and used by the server to record the current size for the page being paginated and is reset to 0 when paginating a new page.

Hyperlink map is a variable defined in the server 28, which is a container consisting of the element type of hyperlink node in the document DOM structure. The key (ID) for each element in the container is the hyperlink target string.

Bookmark map is a variable defined in the server 28 which is a container consisting of the element type of current page index (PageIndex value) for the bookmark in the document DOM structure. The key (ID) for each element in the container is the bookmark string.

The server process constructs a document ID (step 32) based on the document contents and uses the ID to check the document DOM cache (step 33) to determine whether the document DOM structure for that document has been constructed. If the document DOM structure does not exist in the cache, the server builds the DOM structure (step 34) for the document and adds it to the cache (step 35).

To construct the document ID, the original document file is opened and read in binary mode. The server 28 creates a MD5 Context structure, hashes the MD5 context structure with raw binary data, byte-by-byte, from the file, finalizes the MD5 context structure and retrieves the 16 byte key for the file. The MD5 context structure has the following structure in syntax of C++ language

typedef struct {  unsigned long adwState[4]; /* state (ABCD) */  unsigned long adwCount[2]; /* number of bits, modulo 2{circumflex over ( )}64 (lsb first) */  unsigned char abyBuffer[64]; /* input buffer */ } tMD5_CTX;

Caching the document DOM structure requires considerable memory, and therefore increases the overall hardware deployment cost. On the other hand, building the DOM structure for a document is even more time and CPU intensive in contrast to the document key construction operation, especially for big documents. Since processing time is more critical than hardware deployment cost for wireless operation, caching the document DOM is the approach adopted for the preferred embodiment, rather than building the DOM structure for the document each time the server receives a viewing request and then discarding the structure after sending the response back to the client device 12.

Once the document DOM structure has been built and stored in the cache, the server 28 determines whether a page mark has already been set in the root (step 36). If not, the server traverses through the DOM structure (steps 38, 39, 40 and 41) and calculates the output size (PageSize) for each node in the DOM structure based on the number of bytes (RequireSize) provided by the device 12. The server increments the PageIndex (step 42), adds it as an attribute to each node in order to mark the start of each page, and adds each node as an attribute to the root node with the string representation of PageIndex as the attribute name (step 43). Following this pagination function, the attachment server 28 is able to transmit the document page-by-page to the requesting mobile device 12 based on client generated requests, and process flow continues to FIG. 8 for DOM page generation and delivery (step 44).

The page mark attribute name is associated with the device information and required response size (RequireSize) provided by the device 12, to enable the server to paginate through the document DOM structure and generate the response based on device capability. For example if the device is a monochrome type, the color information contained inside the DOM structure will be ignored during the server pagination and response generation operations and therefore optimize the wireless bandwidth utilization.

Since the key to the memory map is the document ID, the algorithm used to calculate the document ID (step 32) must guarantee the uniqueness of the key. According to the best mode, as set forth above, the algorithm used inside the server 28 is the MD5 messaging encryption algorithm invented by Professor Ronald L. Rivest of MIT Laboratory for Computer Science and RSA Data Security, Inc. There are several other hashing options that can be used. However MD5 is the most efficient and reliable one based on the broad range of different document content required to be processed by the server 28.

In the process of FIG. 8, PageStartNode is DOM structure node type which, in the preferred embodiment is a COM (Common object module) object base interface. VecParent is typically a one-dimensional container, for example vector, containing elements of DOM structure node type. It is used to store the parents (recursively until the node of component type) for the page-starting node, as discussed in greater detail below. bStart is a Boolean variable defined in the server 28 and used to signal that the required page has already been traversed.

In operation, the server 28 uses PageIndex to build the page mark attribute (step 46) and search for the node representing the page start (step 47) for the page of interest identified by the client device 12. It is used by the server 28 to cache the node which marks the start for the page required by the client device 12. Once the node is found, the server 28 recursively retrieves the parent of the node (step 48) until it reaches the component level (step 49) and puts all the parents into storage (VecParent), namely the parent container (step 50). The server 28 then traverses the DOM structure again (steps 51 et seq) to persist the in-memory structure to a form that can be transmitted across the network to the mobile device 12. If a node is one of those stored in the parent container (step 54), it generates the output for the node (step 57). The output includes the contents and attributes for all of the nodes/leaves belonging to that page as well as the attributes of the parents for the page start node.

Upon locating the corresponding page start node (step 55), the server 28 sets a Boolean (bStart) to true, indicating that the page has been traversed (step 56), and generates the output (step 57) for each following node to be iterated until the next page mark is found (step 58). Once the server 28 determines that it has completed traversing the DOM structure (step 52), or has found the next page start mark (step 58), the process finishes (step 59).

From FIG. 8, it will be noted that all of the parents for the page-start node are output into the response, which means the default attributes and properties defined for the node but contained in its parents, will persist. However, the siblings of the node are ignored if they do not belong to the response page. For example, if the client (mobile device 12) requires the second part for a spreadsheet, the server 28 not only generates the response containing the corresponding text contents but also includes the global information for the table such as number of rows and columns and current table row and cell index, etc., into the response. Once the client receives the response, it can display the text at the correct position without having to request the first part of the spreadsheet from the server.

A person skilled in the art, having read this description of the preferred embodiment, may conceive of variations and alternative embodiments. For example, generating multiple sets of page marks for successive pages requires considerable time and CPU usage since the server 28 has to re-traverse the DOM structure. Accordingly, one alternative is for the server 28 to create only one set of page marks in a document DOM structure and generate the response based on the device information. However, this approach is likely to create more page marks than necessary and will introduce extra transactions between the wireless device 12 and the server 28 if the user wants to view a large portion of a document. Based on the understanding that minimizing the wireless bandwidth usage is more critical than the processing time on the server, creating multiple sets of the page marks and caching them is the approach adopted in the preferred embodiment.

All such variations and alternative embodiments are believed to be within the ambit of the claims appended hereto.

Claims

1. A method comprising:

marking, at a server, each page start in a server-stored document, based on a page size associated with a mobile device;
associating properties and attributes of a selected portion of the server-stored document with a parent node representing a page start for the selected portion; and
transmitting, to the mobile device, pages of the parent node and child nodes containing the selected portion along with the properties and the attributes for display independent of other pages of the server-stored document, thereby eliminating order dependence for displaying the server-stored document since the properties and the attributes of the server-stored document are already associated, such that the mobile device is enabled to independently retrieve and display any portion of the server-stored document.

2. The method of claim 1, further comprising:

receiving a page size limit from the mobile device indicative of the page size of a single page of the server-stored document;
traversing and paginating a graph structure representing a map of the server-stored document into successive pages within the server based on the page size limit; and
caching the pages within the server.

3. The method of claim 2, wherein traversing and paginating the graph structure further comprises:

initializing a page size value;
retrieving and calculating output page size of successive nodes of the graph structure;
adding an output page size of the successive nodes to the page size value; and
in the event the page size value exceeds the page size limit for a given node then marking the graph structure to identify the given node as starting a new page for transmission.

4. The method of claim 3, further comprising marking the graph structure by:

maintaining a page index value that is incremented with each new page;
adding the page index value as an attribute to each given node for marking each new page; and
adding each given node as an attribute to a root node of the graph structure with a string representation of the page index value as attribute name.

5. The method of claim 2, further comprising: checking a memory cache of the server using the document ID to determine that the graph structure was previously built and, when the graph structure was previously built, accessing the graph structure and other wise building of the graph structure.

calculating a document ID based on contents of the server-stored document;

6. The method of claim 5, wherein calculating the document ID further comprises performing a hashing function on the contents of the server-stored document and in response generating the document ID as a unique key to the map.

7. The method of claim 6, wherein the hashing function comprises the MD5 messaging encryption algorithm.

8. The method of claim 2, wherein the graph structure is a Document Object Model (DOM).

9. The method of claim 2, wherein the associating the properties and the attributes further comprises:

traversing the graph structure and recursively storing each parent of a node representing a page start in a parent container within the server, such that the parent container contains all nodes and leaves belonging to the page start and each parent of the node; and
generating an output for each page start containing contents and attributes of all the nodes and leaves belonging to the page start and attributes of each parent of the node representing the page start, for transmission to the mobile device.

10. The method of claim 9, wherein the traversing the graph structure and recursively storing each parent of the node representing the page start in the parent container persists until a node of component type is reached.

11. The method of claim 10, wherein the generating an output for each page start persists until a further page start is located.

12. A method comprising:

marking, at a server, each page start in a server-stored document, based on a page size associated with a mobile device;
associating properties and attributes of a selected portion of the server-stored document with pages containing the selected portion; and
transmitting pages containing the selected portion with the properties and the attributes for display by the mobile device independent of other pages of the server-stored document, thereby eliminating order dependence for displaying the server-stored document since the properties and the attributes of the server-stored document are already associated, such that the mobile device is enabled to independently retrieve and display any portion of the server-stored document.

13. The method of claim 12, further comprising:

receiving a page size limit from the mobile device indicative of the page size of a single page of the server-stored document;
traversing and paginating a graph structure representing a map of the server-stored document into successive pages within the server based on the page size limit; and
caching the pages within the server.

14. The method of claim 12, wherein the associating the properties and the attributes further comprises searching the graph structure for a node representing a page start for the selected portion of the server-stored document.

15. The method of claim 14, further comprising:

traversing the graph structure and recursively storing each parent of the node representing the page start in a parent container within the server, such that the parent container contains all nodes and leaves belonging to the page start and each parent of the node; and
generating an output for each page start containing contents and attributes of all the nodes and leaves belonging to the page start and attributes of each parent of the node representing the page start, for transmission to the mobile device.

16. The method of claim 15, wherein traversing and paginating the graph structure further comprises:

initializing a page size value;
retrieving and calculating output page size of successive nodes of the graph structure;
adding an output page size of the successive nodes to the page size value; and
in the event the page size value exceeds the page size limit for a given node then marking the graph structure to identify the given node as starting a new page for transmission.

17. The method of claim 16, further comprising marking the graph structure by:

maintaining a page index value that is incremented with each new page;
adding the page index value as an attribute to each given node for marking each new page; and
adding each given node as an attribute to a root node of the graph structure with a string representation of the page index value as attribute name.

18. The method of claim 15, wherein the traversing the graph structure and recursively storing each parent of the node representing the page start in the parent container persists until a node of component type is reached.

19. The method of claim 18, wherein the generating an output for each page start persists until a further page start is located.

20. The method of claims 13, wherein the graph structure is a Document Object Model (DOM).

Patent History
Publication number: 20120304049
Type: Application
Filed: Aug 9, 2012
Publication Date: Nov 29, 2012
Applicant: RESEARCH IN MOTION LIMITED (Waterloo)
Inventors: Jianwei Oliver YUAN (Cumming, GA), Olav A. SYLTHE (Atlanta, GA)
Application Number: 13/570,991
Classifications
Current U.S. Class: Structured Document (e.g., Html, Sgml, Oda, Cda, Etc.) (715/234)
International Classification: G06F 17/00 (20060101); G06F 15/16 (20060101);