The present invention is directed to an improvement in computing systems and in particular to an improvement in the adaptive display of pages on computer systems.
In web-based computer systems, information is displayed on HTML pages that are requested by browsers and supplied to browsers by web servers. In sophisticated web-based systems the pages to be supplied to browsers may be customized. When a browser makes a request for a page, the web server may respond with one of several possible pages, based on different criteria that are to be evaluated by the web server.
Electronic commerce (e-commerce) merchants typically present pages to customers and potential customers in the form of an on-line catalogue. It is known to provide different pages to consumers based on consumer preferences and characteristics. Such selection between different potentially displayed pages is often accomplished using custom-designed heuristics that vary for different on-line merchants.
To provide tailored pages to consumers, it is known to store differing template pages and to select an appropriate template for completion and presentation to the consumer. A form of template resolution exists in the Net. Commerce™ product of IBM. This prior art approach provides a template lookup based on shopper groups. For the system to function effectively, all shoppers were necessarily included in at least one shopper group. This approach lacks flexibility and is limited in retrieving template pages based on one criteria only, that of a predefined shopper grouping.
It is therefore desirable to have a system for the adaptive display of e-commerce web pages which retrieves template pages based on criteria typically pertaining to e-commerce transactions.
According to an aspect of the present invention there is provided an improved computer system for sending messages.
In the present invention, pages are provided in response to a request from a browser received by a server. The server obtains an adapted page, based on a template page, from a display infrastructure. The display infrastructure uses a template page identifier obtained from a resolution component. The resolution component obtains template page identifiers by matching attributes relating to the page request with attributes associated with template page identifiers stored in a database. The template page identifiers are provided based on the best match of the template page attributes and the page request attributes, with default values being used and a defined ranking being used where multiple matched template pages exist.
According to another aspect of the invention there is provided a computer system for the adaptive display of pages in response to a page request received by a server, the system including, a display infrastructure component for receiving the page request from the server,
According to another aspect of the present invention there is provided the above computer system in which the set of template page identifiers and associated template page attributes are stored as a relational database table and are accessible by the resolution component by relational queries.
According to another aspect of the present invention there is provided the above computer system in which the set of template pages includes Java server page files and in which the display infrastructure component includes means for executing Java server page files.
According to another aspect of the present invention there is provided the above computer system further including a template editor for generating members of the set of template pages.
According to another aspect of the present invention there is provided the above computer system in which the template editor generates Java server page files.
According to another aspect of the present invention there is provided the above computer system in which each page request is generated by a consumer for a catalog page for an online store.
According to another aspect of the present invention there is provided the above computer system in which the template page attributes include
According to another aspect of the present invention there is provided the above computer system in which the page request is associated with a device type determined by the device used by the consumer in requesting a page, and in which the template page attributes further include
According to another aspect of the present invention there is provided an adaptive page display system for responding to consumer requests, the system including
According to another aspect of the present invention there is provided the above system for an e-commerce environment including online stores and in which the template pages relate to a catalog, in which the template page attributes include a group identifier, a catalog entry identifier, a store identifier, an auction flag, and a catalog entry type identifier.
According to another aspect of the present invention there is provided the above system in which the template page attributes further include a rank identifier.
According to another aspect of the present invention there is provided the above system in which consumer requests are associated with device types determined by the devices used by consumers in requesting pages, and in which the template page attributes further include a device type identifier.
According to another aspect of the present invention there is provided a computer program product for adaptive page display, the computer program product including a computer usable medium having computer readable code means embodied in said medium, including computer readable program code means for implementing the above-described systems.
According to another aspect of the present invention there is provided a method for the adaptive display of pages in a server environment in response to a page request received by a server, the server environment including,
According to another aspect of the present invention there is provided the above method in which the set of template page identifiers and associated template page attributes are stored as a relational database table and which the step fo the resolution component accessing the set of template page identifiers includes the step of generating a relational query to obtain data from the relational database table.
According to another aspect of the present invention there is provided the above method in which the template page attributes include
According to another aspect of the present invention there is provided the above method in which the page request is associated with a device type determined by the device used by the consumer in requesting a page, and in which the template page attributes further include
According to another aspect of the present invention there is provided a computer program product for adaptive display of pages, the computer program product including a computer usable medium having computer readable code means embodied in said medium, including computer readable program code means for carrying out the above-described methods.
It will be realized by those skilled in the art that the computer code can comprise a signal carried by a carrier that can be transmitted by wireless or wired systems or on a network such as the Internet.
Advantages of the present invention include a system for adaptive page presentation in which flexible template retrieval is provided.
As shown in
In the preferred embodiment, resolution component 26 is the component which responds to a request from browser 14 sent to server 16. Resolution component 26 accesses database 27 in determining which template page matches the request.
The system of the preferred embodiment defines certain criteria or attributes that are used to select available template pages (represented in
In the preferred embodiment, the criteria (or attributes) available for pages in a catalog presenting catalog entries on the web site of merchant 10 are the following:
In the preferred embodiment, merchant 10 is able to define template pages based on any one (or a combination) of the above criteria. The preferred embodiment includes resolution component 26, used to ensure that display infrastructure 17 retrieves the correct page (from template pages 20 in the example of
The preferred embodiment allows merchants to customize the look and feel of their stores based on the criteria listed above. Since the look and feel is very important to attracting and keeping visitors on websites, it is important to be able to display catalog pages in a way that is most appealing to each user. Customizable display pages allow this. An advantage of the preferred embodiment is that display page content is adapted to the shopper's interest and display device. All these advantages can be achieved without altering the Internet web site implementation.
In the preferred embodiment, the above system is implemented by storing the data needed to permit the identification of an appropriate template page in a relational database table. The template page is obtained by first executing a relational query on the database. In the preferred embodiment the database table DISPLAYTEMPLATE has attributes that provide the following structure:
In the preferred embodiment, an SQL query is defined to choose the appropriate template. The form of the SQL query is defined as follows:
In the previous query, the “?” represent values that are determined at run time such as the catalog entry that is being displayed or the current device type that is being used. The “0”'s in the SQL query represent default values and DefaultType is a defined default category entry type. The values defining the set to which the value of T1.MBRGRP_ID is compared are similarly determined at runtime.
In the preferred embodiment, template pages 20 are indexed by name. Resolution component 26 includes, or accesses, a relational database management system (RDMS) that stores the table set out above and permits the above SQL query to be carried out on the table. Where possible, resolution component 26 obtains the values that are represented by “?” in the SQL query and uses the value provided in response to the SQL query to obtain a template page from the set represented by template pages 20 in
As shown in
The above approach to selection of template pages provides that the optimal page for a given consumer 12 will be made available using server 16, by way of display infrastructure 17. The different attributes set out above are defined to provide a system able to adapt the display page for a wide variety of different on-line shopping applications. The preferred embodiment is therefore able to be used by a merchant 10 having different requirements for an on-line store. Further, the structure of the system as shown in
In the preferred embodiment, the template pages are generated by template editor 18 in Java server page (JSP) format. Display infrastructure 17 contains functionality to execute one or more of JSP template pages 20 retrieved as identified by resolution component 26. Display infrastructure 17 defines the page for return to server 16, based on the JSP template page execution and on data relating to the page request received from browser 14. The page returned to server 16 is therefore adapted to the request originally made by consumer 12.
Although a preferred embodiment of the present invention has been described here in detail, it will be appreciated by those skilled in the art that variations may be made thereto without departing from the spirit of the invention or the scope of the appended claims.
Number | Date | Country | Kind |
---|---|---|---|
2327161 | Nov 2000 | CA | national |
Number | Name | Date | Kind |
---|---|---|---|
5890175 | Wong | Mar 1999 | A |
5983227 | Nazem et al. | Nov 1999 | A |
5987480 | Donohue | Nov 1999 | A |
6012098 | Bayeh et al. | Jan 2000 | A |
20020116293 | Lao et al. | Aug 2002 | A1 |
20040044590 | Voorhees | Mar 2004 | A1 |
Number | Date | Country |
---|---|---|
0889421 | Jan 1999 | EP |
06 326856 | Nov 1994 | JP |
09 305472 | Nov 1997 | JP |
10 124430 | May 1998 | JP |
10 304006 | Nov 1998 | JP |
11 232186 | Aug 1999 | JP |
11 275462 | Oct 1999 | JP |
2000 066868 | Mar 2000 | JP |
2000 331013 | Nov 2000 | JP |
9814896 | Apr 1998 | WO |
9946709 | Sep 1999 | WO |
WO 0065512 | Nov 2000 | WO |
Number | Date | Country | |
---|---|---|---|
20020095441 A1 | Jul 2002 | US |