WO2014073437A1 - Content display method, server device, and storage medium - Google Patents

Content display method, server device, and storage medium Download PDF

Info

Publication number
WO2014073437A1
WO2014073437A1 PCT/JP2013/079470 JP2013079470W WO2014073437A1 WO 2014073437 A1 WO2014073437 A1 WO 2014073437A1 JP 2013079470 W JP2013079470 W JP 2013079470W WO 2014073437 A1 WO2014073437 A1 WO 2014073437A1
Authority
WO
WIPO (PCT)
Prior art keywords
content
browsing
client device
contents
server device
Prior art date
Application number
PCT/JP2013/079470
Other languages
French (fr)
Japanese (ja)
Inventor
小林 浩
Original Assignee
グリー株式会社
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 グリー株式会社 filed Critical グリー株式会社
Publication of WO2014073437A1 publication Critical patent/WO2014073437A1/en

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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • Embodiments described herein relate generally to a content display method, a server device, and a storage medium.
  • the server device stores a plurality of contents such as games and a Web page for displaying each predetermined content.
  • FIG. 12 is a schematic diagram for explaining this type of content display method.
  • the client device 1 transmits a request including the URL to the server device 2. Thereafter, the client device 1 displays a loading screen indicating a state during reading.
  • the server apparatus 2 When the server apparatus 2 receives the request from the client apparatus 1, the server apparatus 2 reads the Web page on the screen A based on the URL in the request. In part of the Web page, the file names of the contents a to e are individually described in order from the top line.
  • the server device 2 executes a process (content a process) for acquiring the content a based on the file name of the content a described in the Web page. Similarly, the server device 2 sequentially executes the contents b to e processing.
  • the server apparatus 2 acquires all the contents a to e described on the Web page of the screen A.
  • the server device 2 returns a response including the Web page and all the contents a to e to the client device 1.
  • the client device 1 Upon receiving this response, the client device 1 stops displaying the loading screen and displays the screen A including all the contents a to e based on the Web page in the response.
  • the display method in which the client device 1 and the server device 2 are synchronized in this manner is a method in which one request for the screen A is transmitted and one response for the screen A is returned. Therefore, in this display method, it is necessary to include all the contents a to e in the response of the screen A. Therefore, when the screen A includes various types of contents a, b,..., The display completion of the screen A is delayed.
  • the display in the screen A is dynamically updated so that the content is loaded in units of the screen A and the contents a to e in the screen A are sequentially increased from the top.
  • Asynchronous type content display methods are known.
  • the contents a to e are displayed in order from the top, so that the waiting time of the user until a part of the Web page is displayed can be shortened.
  • Ajax Asynchronous JavaScript (registered trademark) + XML
  • Non-Patent Document 1 Asynchronous JavaScript (registered trademark) + XML
  • the conventional content display method does not support such a method. Therefore, the conventional content display method has room for improvement in that each content cannot be displayed asynchronously according to the popularity of each content or the user's preference.
  • An object of the present invention is to provide a content display method, a server device, and a storage medium that can display each content asynchronously according to the popularity of each content.
  • Another object of the present invention is to provide a content display method capable of displaying each content asynchronously according to the user's preference.
  • One aspect of the present invention is a content display method in which a server apparatus that manages n or more contents and has a storage unit displays n contents on a client apparatus, and the server apparatus includes the n or more contents. Updating and storing history data indicating a history of browsing of each of the contents in the storage unit, and the server device, based on the history data, each file name of the n or more contents, a step of updating and storing browsing information associated with a browsing index indicating a degree of browsing of each of the n or more contents in the storage unit; and the server device sends a data acquisition request for the display to the client A first request receiving step received from the apparatus, and the server apparatus based on the received data acquisition request and the browsing information.
  • the server device receives a content acquisition request including one file name of unacquired content from the client device in descending order of the browsing index among the file names in the responding Web page.
  • a content display comprising: a step of repeatedly executing the second request receiving step and the second response step until the screen is updated and displayed so that the device includes n pieces of content in descending order of the browsing index. Is the method.
  • the history data includes a file name of each of the n or more contents and a user identification that identifies the client device or identifies a user of the client device
  • the browsing information includes the user identification information associated with each file name and the browsing index
  • the server device receives the reception as the step of acquiring the content.
  • the user identification information in the browsing information is associated with the user identification information in the browsing information that matches the user identification information included in the data acquisition request.
  • the present invention can display each content asynchronously according to the popularity of each content. Or this invention can display each content asynchronously according to a user preference.
  • FIG. 1 is a schematic diagram showing a configuration of a client server system to which the content display method according to the first embodiment of the present invention is applied.
  • FIG. 2 is a schematic diagram illustrating an example of browsing information in the embodiment.
  • FIG. 3 is a flowchart for explaining the content display method in the embodiment.
  • FIG. 4 is a schematic diagram for explaining a content display method according to the embodiment.
  • FIG. 5 is a schematic diagram showing an example of browsing information applied to the content display method according to the second embodiment of the present invention.
  • FIG. 6 is a flowchart for explaining the content display method in the embodiment.
  • FIG. 7 is a flowchart for explaining a content display method according to the third embodiment of the present invention.
  • FIG. 1 is a schematic diagram showing a configuration of a client server system to which the content display method according to the first embodiment of the present invention is applied.
  • FIG. 3 is a flowchart for explaining the content display method in the embodiment.
  • FIG. 4 is a schematic diagram for explaining a
  • FIG. 8 is a schematic diagram showing a configuration of a client server system to which the content display method according to the fourth embodiment of the present invention is applied.
  • FIG. 9 is a schematic diagram illustrating an example of browsing information according to the embodiment.
  • FIG. 10 is a flowchart for explaining the content display method according to the embodiment.
  • FIG. 11 is a flowchart for explaining a content display method according to the fifth embodiment of the present invention.
  • FIG. 12 is a schematic diagram for explaining a conventional content display method.
  • FIG. 13 is a schematic diagram for explaining another conventional content display method.
  • Each of the following devices can be implemented with either a hardware configuration or a combination configuration of hardware resources and software.
  • the software of the combined configuration is installed in advance on each computer from a network or non-transitory computer-readable storage medium Ma, Mb, Mc. Then, a program for causing each computer to realize the functions of the devices 10 and 20 by being executed by the processor of each computer is used.
  • FIG. 1 is a schematic diagram showing a configuration of a client server system to which a content display method according to a first embodiment of the present invention is applied.
  • FIG. 2 is a schematic diagram showing an example of browsing information used in the method.
  • This content display method is a method in which the server apparatus 20 that manages n or more contents and has the storage unit 21 causes the client apparatus 1 to display n contents.
  • the client server system also includes a client device 1 and a server device 20. There are an arbitrary plurality of client devices 1. Here, one client device 1 is shown as a representative example. The devices 1 and 20 can communicate with each other via a computer network 30 and a mobile communication network 40.
  • any network that enables communication between computers can be applied, and the Internet is used here.
  • any communication network that enables communication of a computer as a mobile communication device such as a mobile phone, a smartphone, and a tablet terminal is applicable.
  • a tablet terminal such as iPad (registered trademark) using an OS (operating system) such as iOS or a smartphone using an OS such as Android (registered trademark) can be used as appropriate. It has become.
  • the client device 1 is a portable communication device in this example, but is not limited thereto, and may be a stationary computer such as a desktop personal computer.
  • the client device 1 may be a computer that has a memory for storing a Web browser program and a processor for executing the program and can communicate with the server device 20.
  • the server device 20 includes a storage unit 21, a browsing information update unit 22, and a response processing unit 23.
  • the storage unit 21 is a storage device that can be read / written from the units 22 and 23, and stores n or more contents, history data, and browsing information 21a.
  • the n or more contents are, for example, contents such as games.
  • n is the number of popular contents displayed on one web page.
  • the lower limit of n is 2 instead of 1 because this embodiment uses asynchronous communication.
  • the upper limit of n is not an excessive value for the Web page to display content, and is, for example, 30. That is, n is in the range of 2 to 30, for example.
  • the value of n is 2, 3, 5, 10, 20 or 30.
  • These values of n exemplify values of n that are usually used for the expression of top n, such as top 2, top 3, top 5, top 10, top 20, top 30, and the like.
  • These upper limits and values of n are not limited to the exemplified upper limits and values, and arbitrary upper limits and values can be used. Since the storage unit 21 stores n or more contents, the storage unit 21 may store n contents, but normally stores m contents significantly more than n.
  • the history data is data indicating a history of browsing each of the n or more contents, and is updated and stored in the storage unit 21 by the browsing information update unit 22.
  • the history data includes, for example, the file name of the content and the viewing date / time (transmission date / time) of the content.
  • the history data may include user identification information (eg, IP address, account information, etc.) for identifying the viewed user.
  • the browsing information 21a is information in which the file name of each of the n or more contents is associated with a browsing index indicating the degree to which each of the n or more contents has been browsed. is there.
  • the browsing information 21 a is updated and stored in the storage unit 21 by the browsing information update unit 22. Since the degree of browsing increases as the popularity increases, the browsing index is also a value corresponding to the popularity of the content.
  • the browsing order is further associated with the purpose of facilitating understanding, but the browsing order may be omitted.
  • the browsing order indicates the order of the browsing index. For this reason, when the browsing index is not omitted, “in descending order of browsing index” described later can be read as “in descending order of browsing order”.
  • Examples of the browsing index include a page view (PV) indicating the number of times the content has been browsed, a unique user (UU) indicating the number of users who have browsed the content, and a daily active indicating the number of users per day who have browsed the content.
  • PV page view
  • UU unique user
  • WAU weekly active user
  • the user identification information may be omitted from the history data.
  • the browsing index is UU, DAU, or WAU
  • the history data includes user identification information.
  • the browsing information update unit 22 has the following functions (f22-1) to (f22-2), for example.
  • (F22-1) A history data update function that updates and saves history data indicating a history of browsing each of n or more contents in the storage unit 21.
  • the browsing information 21a in which the file name of each of the n or more contents is associated with a browsing index indicating the degree to which each of the n or more contents is browsed Browsing information update function for updating and storing the information in the storage unit 21.
  • the response processing unit 23 has the following functions (f23-1) to (f23-6), for example.
  • (F23-1) A first request reception function for receiving a data acquisition request for display from the client device 1.
  • (f23-5) Acquire one content based on the file name in the content acquisition request, and respond to the client device 1 with the one content so as to further include the one content A second response function that causes the client device 1 to update and display the screen.
  • the second request reception function (f23-4) and the second response function (f23-5) are repeatedly executed until the screen is updated and displayed to include n contents in descending order of browsing index.
  • the browsing information update unit 22 and the response processing unit 23 may be realized by, for example, a CPU (central processing unit) (not shown) executing a program including each step in the server device 20 described later. The same applies to the following embodiments.
  • the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 1 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
  • the browsing information updating unit 22 updates and stores history data indicating a history of browsing each of the n or more contents in the storage unit 21 (ST1).
  • the history data indicates a history in which each content is browsed from another client device (not shown) different from the client device 1.
  • the browsing information update unit 22 also browses the file name of each of the n or more contents and a browsing index indicating the degree of browsing of each of the n or more contents based on the history data.
  • the information 21a is updated and stored in the storage unit 21 (ST2).
  • browsing index for example, page view (PV), unique user (UU), daily active user (DAU) or weekly active user (WAU) is used.
  • PV page view
  • UU unique user
  • DAU daily active user
  • WAU weekly active user
  • an access counter that counts the number of accesses to each content may be used for such browsing index measurement.
  • an access counter having a function of excluding the same address (user identification information) and an access counter not having the function are appropriately defined as browsing index definitions (for example, PV, UU, DAU, or WAU). It may be used according to the definition of
  • the client device 1 transmits a request including the URL to the server device 2. Thereafter, the client device 1 displays a loading screen indicating a state during reading.
  • the request including the URL of screen A corresponds to a data acquisition request for displaying screen A.
  • the response processing unit 23 receives a data acquisition request for the display from the client device 1 (ST3).
  • the response processing unit 23 responds (responses) the created web page and the acquired one content a to the client device 1, thereby the screen A including the one content a based on the web page. Is displayed on the client device 1 (ST5).
  • steps ST4 to ST5 is a case where a web page and content a of different files are responded to each other.
  • the present invention is not limited to this. .
  • step ST4 for example, a Web page template in which a script tag is described in advance in a part of the HTML (hypertext markup language) code is stored in the storage unit 21, and the content is located at a position surrounded by the script tag.
  • a web page may be created by inserting the JavaScript code a.
  • step ST5 the web page created in step ST4 (a web page including the code of content a and the file names of content b to e) may be returned.
  • steps ST4 to ST5 can be similarly implemented in the following embodiments. However, the processes in steps ST4 to ST5 are not modified here because they can respond more quickly without modification.
  • the response processing unit 23 issues a content acquisition request including one file name of unacquired content from the client device 1 in descending order of the browsing index among the file names in the responding Web page. Receive (ST6).
  • the response processing unit 23 acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device 1 with the one content.
  • the screen A is updated and displayed on the client device 1 (ST7).
  • the screen A is updated and displayed so as to include the five contents a to e in descending order of the browsing index.
  • each content is displayed asynchronously according to the popularity of each content by the configuration in which the screen A is updated and displayed so as to sequentially include n content in descending order of browsing index. Can do.
  • the browsing index is a page view (PV), a unique user (UU), a daily active user (DAU), or a weekly active user (WAU), depending on the value of the PV, UU, DAU or WAU
  • PV page view
  • UU unique user
  • DAU daily active user
  • WAU weekly active user
  • each content can be displayed asynchronously according to the number of times the content is browsed.
  • each content can be displayed asynchronously according to the number of users who have browsed the content.
  • each content can be displayed asynchronously according to the number of users per day who browse the content.
  • each content can be displayed asynchronously according to the number of users per week who browse the content.
  • the second embodiment is a modification of the first embodiment in which each content is displayed asynchronously according to the popularity of each content, and each content is displayed asynchronously according to the user's preference.
  • the history data includes the file name of each of the n or more contents and user identification information for identifying the client device 1 or identifying the user U of the client device 1.
  • the browsing information 21a is information obtained by modifying the browsing information 21a shown in FIG. 2, and the user identification information is associated with each file name and browsing index as shown in FIG.
  • the symbol “U1” in FIG. 5 abstractly represents user identification information (eg, IP address, account information, etc.) that identifies the client device 1 or identifies the user U of the client device 1 as described above.
  • This browsing index indicates the degree to which each of the n or more pieces of content has been browsed, and more specifically, is an index corresponding to a page view (PV) indicating the number of times the content has been browsed.
  • PV page view
  • the acquisition function (f23-2) of the response processing unit 23 includes the following functions (f23-2-1) and (f23-2-2).
  • the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 1 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
  • the browsing information update unit 22 updates and stores history data indicating a history of browsing each of the n or more contents in the storage unit 21 (ST1 ').
  • This history data includes the file name of each content and user identification information.
  • the browsing information update unit 22 updates and stores browsing information 21 a ′ in which the user identification information, the file name of each content, and the browsing index of each content are associated with each other based on the history data. (ST2 ′).
  • a page view for example, a page view (PV) is used.
  • an access counter that counts the number of accesses to each content may be used for each user identification information for measuring the browsing index.
  • the client device 1 performs a request including the URL of the screen A (for display of the screen A) by the operation of the user U as described above. (Data acquisition request) is transmitted to the server device 20. Thereafter, the client device 1 displays a loading screen indicating a state during reading.
  • the response processing unit 23 receives a data acquisition request for the display from the client device 1 (ST3).
  • the response processing unit 23 acquires one content a associated with the largest browsing index among the browsing indexes associated with the user identification information in the matching browsing information 21a ′ (ST4 ′). .
  • n 5 is an example, and the number of contents is not limited to five.
  • the server device 20 creates a Web page including the file names of the contents a to e according to the user's preference and the contents a based on the user identification information and the browsing index. Obtainable.
  • steps ST5 to ST8 are executed in the same manner as described above.
  • the screen A is updated and displayed so as to include the five contents a to e in descending order of the browsing index associated with the user identification information.
  • the screen A is updated and displayed so as to sequentially include the n contents in descending order of the browsing index associated with the user identification information. Can be displayed asynchronously.
  • the third embodiment is a modification of the first embodiment in which each content is displayed asynchronously according to the popularity of each content, and each content is displayed asynchronously according to the user's preference.
  • the user's preference is assumed not to correspond to the degree of browsing (browsing index) but to the date and time of browsing (browsing date and time).
  • the third embodiment assumes a user who prefers content with a new browsing date, not a user who prefers content with a large browsing index.
  • the history data identifies the file name of each of the n or more contents, the browsing date and time indicating the date and time when each of the n or more contents is browsed, and identifies the client apparatus 1 or the client apparatus 1 User identification information for identifying the user.
  • the browsing information 21a is omitted.
  • browsing information update unit 22 has the history data update function (f22-1) described above, and the browsing information update function (f22-2) is omitted. Note that “browsing information update unit 22” may be read as “history data update unit 22”.
  • the response processing unit 23 uses the history data instead of the browsing information 21a as described in each step ST4 ′′, ST6 ′′ and ST8 ′′ described later, Each function described above is changed in that
  • the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 1 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
  • the browsing information update unit 22 updates and stores history data indicating a history of browsing each of the n or more contents in the storage unit 21 (ST1 ').
  • This history data includes the file name of each content, browsing date and time, and user identification information.
  • the client device 1 sends a request including the URL of the screen A (data acquisition request for displaying the screen A) to the server device 20 by the operation of the user U as described above. Send. Thereafter, the client device 1 displays a loading screen indicating a state during reading.
  • the response processing unit 23 receives a data acquisition request for the display from the client device 1 (ST3).
  • the response processing unit 23 responds (responses) the created web page and the acquired one content a to the client device 1, thereby the screen A including the one content a based on the web page. Is displayed on the client device 1 (ST5).
  • steps ST4 "to ST5 is a case where a web page and content a of different files are responded to each other, but as described above, it may be modified when a web page file containing content a is responded. .
  • the response processing unit 23 sends a content acquisition request including one file name of unacquired content from the client device 1 in order of the browsing date and time among the file names in the responding Web page. Receive (ST6 ").
  • the response processing unit 23 acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device 1 with the one content.
  • the screen A is updated and displayed on the client device 1 (ST7).
  • the screen A is updated and displayed so as to include the five contents a to e in the order of the browsing date and time associated with the user identification information.
  • the screen A is updated and displayed so as to sequentially include the n pieces of content in the order of the browsing date and time associated with the user identification information. Can be displayed asynchronously.
  • the fourth embodiment is a modification of the first embodiment in which the server device 20 updates and saves history data and browsing information 21a.
  • the browsing information update unit 22 in the server device 20 and the browsing information 21 a in the storage unit 21 are omitted, and the history update unit 12 in the client device 10 is omitted. Is a form in which history data and browsing information 11 a are updated and stored in the storage unit 11.
  • the client device 10 includes a storage unit 11, a history update unit 12, and a request processing unit 13.
  • the storage unit 11 is a storage device that can be read / written from the units 12 and 13, and stores at least n contents, history data, and browsing information 11a.
  • the n pieces of content are content such as games, for example, and are acquired from the server device 20.
  • n is the same as in the first embodiment.
  • the history data is data indicating a history of browsing each of the n or more contents, and is updated and stored in the storage unit 11 by the history update unit 12.
  • the history data includes, for example, the file name of the content and the viewing date / time (reception date / time) of the content.
  • the browsing information 11 a is information in which the file name of each content browsed is associated with a browsing index indicating the degree to which each content has been browsed, and is stored by the history update unit 12.
  • the update is stored in the unit 11. Since the degree of browsing increases as the user's preference is met, the browsing index is also a value corresponding to the user's preference.
  • the history update unit 12 has the following functions (f12-1) and (f12-2), for example.
  • (F12-1) A history data update function that updates and saves history data indicating the history of browsing each of n or more contents in the storage unit 11.
  • the request processing unit 13 has the following functions (f13-1) to (f13-5), for example.
  • (F13-1) A function of creating a data acquisition request including file names of n pieces of content in descending order of browsing index and transmitting the data acquisition request to the server device 20.
  • (F13-2) A function of displaying the screen A including the one content based on the Web page by receiving a response of the Web page and one content from the server device 20.
  • (F13-3) A function of transmitting a content acquisition request including one file name of unacquired content to the server device 20 in descending order of the browsing index among the file names in the responded Web page.
  • (F13-4) A function of updating and displaying the screen A so as to further include the one content by receiving a response of one content based on the file name in the content acquisition request from the server device 20.
  • (F13-5) A function that repeatedly executes the processing by the functions (f13-3) and (f13-4) until the screen A is updated and displayed so as to include n contents in descending order of browsing index.
  • the history update unit 12 and the request processing unit 13 may be realized by, for example, a CPU (central processing unit) (not shown) executing a program including each step in the client device 10 to be described later. The same applies to the following embodiments.
  • the browsing information update unit 22 and the browsing information 21a in the storage unit 21 are omitted.
  • the response processing unit 23 is different from the acquisition function (f23-2) described above in that the browsing information 21a is not used.
  • the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 10 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
  • the history update unit 12 updates and stores history data indicating the history of browsing each of the n or more contents in the storage unit 11 (ST1 "').
  • the file name and the browsing date (reception date) are included.
  • the history update unit 12 updates and stores the browsing information 11a in which the file name of each browsed content and the browsing index of each content are associated with each other based on the history data (ST2 ′′ ′). .
  • the URL of the screen A is input to the request processing unit 12 by the operation of the user U.
  • the request processing unit 12 creates a screen acquisition request including file names of n pieces of content in descending order of browsing index, and transmits the data acquisition request to the server device 20 based on the URL of the screen A. Thereafter, the client device 10 displays a loading screen indicating a state during reading.
  • the response processing unit 23 receives the data acquisition request from the client device 10 (ST3).
  • the obtained one content a is acquired (ST4 ′′ ′).
  • the server apparatus 20 includes a Web page including the file names of the contents a to e according to the user's preference and the contents a based on the browsing index in the client apparatus 10. And you can get
  • steps ST5 to ST8 are executed in the same manner as described above.
  • the screen A is updated and displayed so as to include the five contents a to e in descending order of the browsing index based on the history data in the own device 10.
  • the content is asynchronously displayed according to the user's preference by the configuration in which the screen A is updated and displayed so as to sequentially include n pieces of content in descending order of the browsing index in the client device 10. Can be displayed.
  • the fifth embodiment is a modification of the fourth embodiment in which each content is displayed asynchronously in descending order of browsing index according to the user's preference.
  • each content is displayed asynchronously in the order of browsing date according to the user's preference.
  • the browsing information 11a shown in FIG. 9 is omitted.
  • the history update unit 12 has the history data update function (f12-1) described above, and the browsing information update function (f12-2) is omitted.
  • the request processing unit 13 uses a new order of browsing date and time instead of the largest browsing index.
  • the functions (f13-1), (f13-3), and (f13-5) described above are changed.
  • Other functions (f13-2) and (f13-4) are as described above.
  • (F13-1) ′ A function for creating a data acquisition request including file names of n pieces of content in the order of browsing date and transmitting the data acquisition request to the server device 20.
  • the response processing unit 23 in the server device 20 uses a new order of browsing date and time instead of the descending order of the browsing index as described in steps ST4 "", ST6 "" and ST8 "" described later.
  • Each function described above has been changed.
  • the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 10 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
  • the history update unit 12 updates and stores history data indicating the history of browsing each of the n or more contents in the storage unit 11 (ST1 "').
  • the file name and the browsing date (reception date) are included.
  • the URL of the screen A is input to the request processing unit 12 by the operation of the user U.
  • the request processing unit 12 creates a screen acquisition request including file names of n pieces of content in the order of browsing date and time, and transmits the data acquisition request to the server device 20 based on the URL of the screen A. Thereafter, the client device 10 displays a loading screen indicating a state during reading.
  • the response processing unit 23 receives the data acquisition request from the client device 10 (ST3).
  • the response processing unit 23 responds (responses) the created Web page and the acquired one content a to the client device 10, so that the screen A including the one content a is based on the Web page. Is displayed on the client device 10 (ST5).
  • steps ST4 "" to ST5 is a case where a web page and content a of different files are responded to each other. Good.
  • the response processing unit 23 issues a content acquisition request including one file name of unacquired content from the client device 10 in the order of browsing date and time among the file names in the responding Web page. Receive (ST6 "").
  • the response processing unit 23 acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device 10 with the one content.
  • the screen A is updated and displayed on the client device 10 (ST7).
  • the client device 10 updates and displays the screen A so as to include the five contents a to e in the order of the browsing date and time in the history data in the own device 10.
  • each screen A is updated and displayed so as to sequentially include n contents in the order of browsing date and time in the history data in the client device 10, and according to the user's preference, Content can be displayed asynchronously.
  • the method described in the above embodiment is a program that can be executed by a computer as a magnetic disk (floppy (registered trademark) disk, hard disk, etc.), optical disk (CD-ROM, DVD, etc.), magneto-optical disk (MO). ), And can be distributed in a storage medium such as a semiconductor memory.
  • a magnetic disk floppy (registered trademark) disk, hard disk, etc.
  • optical disk CD-ROM, DVD, etc.
  • MO magneto-optical disk
  • the present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage.
  • various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A server device that creates a web page including n content file names, in order from the largest browsing index, and obtains one piece of content having the largest browsing index. The server device responds with the web page and one piece of content and causes the content to be displayed by a client device. The server device receives a content acquisition request from the client device, said request including one file name for content not yet obtained among the file names on the web page. The server device responds with one piece of content, on the basis of the file name in the content acquisition request, and causes a screen also including the one piece of content to be refreshed and displayed by the client device. The server device repeatedly executes content responses from when the content acquisition request is received until a screen including the n pieces of content in order of largest browsing index is refreshed and displayed.

Description

コンテンツ表示方法、サーバ装置及び記憶媒体Content display method, server device, and storage medium
 本発明の実施形態は、コンテンツ表示方法、サーバ装置及び記憶媒体に関する。 Embodiments described herein relate generally to a content display method, a server device, and a storage medium.
 近年、サーバ装置からクライアント装置がWebページ及び各コンテンツを取得して表示するコンテンツ表示方法が知られている。なお、サーバ装置は、ゲーム等の複数のコンテンツと、所定の各コンテンツを表示させるためのWebページとを保存している。 Recently, a content display method in which a client device acquires and displays a Web page and each content from a server device is known. The server device stores a plurality of contents such as games and a Web page for displaying each predetermined content.
 図12はこの種のコンテンツ表示方法を説明するための模式図である。クライアント装置1は、ユーザUの操作により、画面AのURL(uniform resource locator)が入力されると、当該URLを含むリクエストをサーバ装置2に送信する。この後、クライアント装置1は、読出中の状態を示すローディング画面を表示する。 FIG. 12 is a schematic diagram for explaining this type of content display method. When the URL (uniform resource locator) of the screen A is input by the operation of the user U, the client device 1 transmits a request including the URL to the server device 2. Thereafter, the client device 1 displays a loading screen indicating a state during reading.
 サーバ装置2は、クライアント装置1からリクエストを受けると、リクエスト内のURLに基づいて、画面AのWebページを読出す。Webページの一部には、上の行から順に、各コンテンツa~eのファイル名が個別に記述されている。 When the server apparatus 2 receives the request from the client apparatus 1, the server apparatus 2 reads the Web page on the screen A based on the URL in the request. In part of the Web page, the file names of the contents a to e are individually described in order from the top line.
 サーバ装置2は、当該Webページに記述されたコンテンツaのファイル名に基づいてコンテンツaを取得する処理(コンテンツa処理)を実行する。以下同様に、サーバ装置2は、順次、コンテンツb~e処理を実行する。 The server device 2 executes a process (content a process) for acquiring the content a based on the file name of the content a described in the Web page. Similarly, the server device 2 sequentially executes the contents b to e processing.
 これにより、サーバ装置2は、画面AのWebページに記述された全てのコンテンツa~eを取得する。 Thereby, the server apparatus 2 acquires all the contents a to e described on the Web page of the screen A.
 しかる後、サーバ装置2は、当該Webページと、全てのコンテンツa~eとを含むレスポンスをクライアント装置1に返信する。 Thereafter, the server device 2 returns a response including the Web page and all the contents a to e to the client device 1.
 クライアント装置1は、このレスポンスを受けると、ローディング画面の表示を中止し、当該レスポンス内のWebページに基づいて、全てのコンテンツa~eを含む画面Aを表示する。 Upon receiving this response, the client device 1 stops displaying the loading screen and displays the screen A including all the contents a to e based on the Web page in the response.
 しかしながら、このようにクライアント装置1とサーバ装置2とが同期する表示方法は、画面Aに対する1つのリクエストを送信し、画面Aに対する1つのレスポンスを返信する方式である。従って、この表示方法では、画面Aのレスポンスに全てのコンテンツa~eを含める必要がある。このため、画面Aに多種類のコンテンツa,b,…が含まれる場合、画面Aの表示完了が遅くなってしまう。 However, the display method in which the client device 1 and the server device 2 are synchronized in this manner is a method in which one request for the screen A is transmitted and one response for the screen A is returned. Therefore, in this display method, it is necessary to include all the contents a to e in the response of the screen A. Therefore, when the screen A includes various types of contents a, b,..., The display completion of the screen A is delayed.
 これに対し、図13に示すように、画面A内のコンテンツ単位でロードを行い、画面A内の各コンテンツa~eを上から順次増加させるように、画面A内の表示を動的に更新する非同期型のコンテンツ表示方法が知られている。 On the other hand, as shown in FIG. 13, the display in the screen A is dynamically updated so that the content is loaded in units of the screen A and the contents a to e in the screen A are sequentially increased from the top. Asynchronous type content display methods are known.
 非同期型のコンテンツ表示方法によれば、上から順に各コンテンツa~eが表示されていくため、Webページの一部が表示されるまでのユーザの待ち時間を短縮できる。 According to the asynchronous content display method, the contents a to e are displayed in order from the top, so that the waiting time of the user until a part of the Web page is displayed can be shortened.
 このような非同期型のコンテンツ表示方法には、例えば、Ajax(Asynchronous JavaScript(登録商標) + XML)の技術が使用可能となっている(例えば、非特許文献1参照)。 For such an asynchronous content display method, for example, the technique of Ajax (Asynchronous JavaScript (registered trademark) + XML) can be used (for example, see Non-Patent Document 1).
 しかしながら、以上のようなコンテンツ表示方法は、通常は何の問題もないが、本発明者の検討によれば、以下の点で改良の余地がある。 However, the content display method as described above normally has no problem, but according to the study of the present inventors, there is room for improvement in the following points.
 すなわち、ユーザは、所定の各コンテンツではなく、人気のある各コンテンツ又は、ユーザの嗜好性がより強いコンテンツをあまり待たずに表示させたい要望がある。また、人気のある各コンテンツおよびユーザが求める各コンテンツは変わることが多い。このため、コンテンツ表示方法としては、所定の各コンテンツではなく、現在の人気もしくはユーザの嗜好に応じた各コンテンツを非同期に表示する方式が望ましい。 That is, there is a demand for the user to display not each predetermined content but each popular content or content with a higher user preference without waiting too much. In addition, each popular content and each content requested by a user often changes. For this reason, as a content display method, a method of asynchronously displaying each content according to the current popularity or the user's preference instead of each predetermined content is desirable.
 一方、従来のコンテンツ表示方法は、そのような方式に対応していない。よって、従来のコンテンツ表示方法は、各コンテンツの人気又は、ユーザの嗜好に応じて、各コンテンツを非同期に表示できない点で改良の余地がある。 On the other hand, the conventional content display method does not support such a method. Therefore, the conventional content display method has room for improvement in that each content cannot be displayed asynchronously according to the popularity of each content or the user's preference.
 本発明の目的は、各コンテンツの人気に応じて、各コンテンツを非同期に表示し得るコンテンツ表示方法、サーバ装置及び記憶媒体を提供することにある。 An object of the present invention is to provide a content display method, a server device, and a storage medium that can display each content asynchronously according to the popularity of each content.
 また、本発明の他の目的は、ユーザの嗜好に応じて、各コンテンツを非同期に表示し得るコンテンツ表示方法を提供することにある。 Another object of the present invention is to provide a content display method capable of displaying each content asynchronously according to the user's preference.
 本発明の一つの局面は、n個以上のコンテンツを管理し且つ記憶ユニットを有するサーバ装置がクライアント装置にn個のコンテンツを表示させるコンテンツ表示方法であって、前記サーバ装置が、前記n個以上のコンテンツの各々が閲覧された履歴を示す履歴データを前記記憶ユニットに更新保存する工程と、前記サーバ装置が、前記履歴データに基づいて、前記n個以上のコンテンツの各々のファイル名と、当該n個以上のコンテンツの各々が閲覧された度合を示す閲覧指標とが関連付けられた閲覧情報を前記記憶ユニットに更新保存する工程と、前記サーバ装置が、前記表示のためのデータ取得要求を前記クライアント装置から受信する第1要求受信工程と、前記サーバ装置が、前記受信したデータ取得要求と、前記閲覧情報とに基づいて、前記閲覧指標の大きい順にn個のコンテンツのファイル名を含むWebページを作成すると共に、最も大きい前記閲覧指標に関連付けられた1個のコンテンツを取得する工程と、前記サーバ装置が、前記作成したWebページ及び前記取得した1個のコンテンツを前記クライアント装置に応答することにより、当該Webページに基づいて、当該1個のコンテンツを含む画面を前記クライアント装置に表示させる第1応答工程と、前記サーバ装置が、前記応答したWebページ内の各ファイル名のうち、前記閲覧指標の大きい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求を前記クライアント装置から受信する第2要求受信工程と、前記サーバ装置が、前記コンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツを前記クライアント装置に応答することにより、当該1個のコンテンツを更に含むように前記画面を前記クライアント装置に更新表示させる第2応答工程と、前記サーバ装置が、前記閲覧指標の大きい順にn個のコンテンツを含むように前記画面が更新表示されるまで、前記第2要求受信工程及び前記第2応答工程を繰り返し実行する工程と、を備えたコンテンツ表示方法である。 One aspect of the present invention is a content display method in which a server apparatus that manages n or more contents and has a storage unit displays n contents on a client apparatus, and the server apparatus includes the n or more contents. Updating and storing history data indicating a history of browsing of each of the contents in the storage unit, and the server device, based on the history data, each file name of the n or more contents, a step of updating and storing browsing information associated with a browsing index indicating a degree of browsing of each of the n or more contents in the storage unit; and the server device sends a data acquisition request for the display to the client A first request receiving step received from the apparatus, and the server apparatus based on the received data acquisition request and the browsing information. And creating a Web page including file names of n pieces of content in descending order of the browsing index, obtaining one content associated with the largest browsing index, and the server device including the creation A first response step of causing the client device to display a screen including the one content based on the Web page by responding the acquired Web page and the acquired one content to the client device; The server device receives a content acquisition request including one file name of unacquired content from the client device in descending order of the browsing index among the file names in the responding Web page. The process and the server device 1 based on the file name in the content acquisition request A second response step of causing the client device to update and display the screen so as to further include the one content by acquiring the content and responding the one content to the client device; A content display comprising: a step of repeatedly executing the second request receiving step and the second response step until the screen is updated and displayed so that the device includes n pieces of content in descending order of the browsing index. Is the method.
 本発明の他の局面は、上述したコンテンツ表示方法において、前記履歴データとしては、前記n個以上のコンテンツの各々のファイル名と、前記クライアント装置を識別又は当該クライアント装置のユーザを識別するユーザ識別情報と、を含んでおり、前記閲覧情報としては、前記ユーザ識別情報が前記各々のファイル名及び前記閲覧指標に関連付けられており、前記コンテンツを取得する工程としては、前記サーバ装置が、前記受信したデータ取得要求と、前記閲覧情報とに基づいて、前記閲覧情報内のユーザ識別情報のうち、前記データ取得要求に含まれるユーザ識別情報に一致する当該閲覧情報内のユーザ識別情報に関連付けられた前記閲覧指標の大きい順にn個のコンテンツのファイル名を含むWebページを作成する工程と、前記サーバ装置が、前記一致する当該閲覧情報内のユーザ識別情報に関連付けられた前記閲覧指標のうち、最も大きい前記閲覧指標に関連付けられた1個のコンテンツを取得する工程と、を含んでいるコンテンツ表示方法である。 According to another aspect of the present invention, in the content display method described above, the history data includes a file name of each of the n or more contents and a user identification that identifies the client device or identifies a user of the client device The browsing information includes the user identification information associated with each file name and the browsing index, and the server device receives the reception as the step of acquiring the content. Based on the data acquisition request and the browsing information, the user identification information in the browsing information is associated with the user identification information in the browsing information that matches the user identification information included in the data acquisition request. Creating a web page including file names of n content items in descending order of the browsing index; A server device that obtains one content associated with the largest browsing index among the browsing indices associated with the user identification information in the matching browsing information. Is the method.
 本発明は、各コンテンツの人気に応じて、各コンテンツを非同期に表示することができる。あるいは、本発明は、ユーザの嗜好に応じて、各コンテンツを非同期に表示することができる。 The present invention can display each content asynchronously according to the popularity of each content. Or this invention can display each content asynchronously according to a user preference.
図1は、本発明の第1の実施形態に係るコンテンツ表示方法が適用されたクライアントサーバシステムの構成を示す模式図である。FIG. 1 is a schematic diagram showing a configuration of a client server system to which the content display method according to the first embodiment of the present invention is applied. 図2は、同実施形態における閲覧情報の一例を示す模式図である。FIG. 2 is a schematic diagram illustrating an example of browsing information in the embodiment. 図3は、同実施形態におけるコンテンツ表示方法を説明するためのフローチャートである。FIG. 3 is a flowchart for explaining the content display method in the embodiment. 図4は、同実施形態におけるコンテンツ表示方法を説明するための模式図である。FIG. 4 is a schematic diagram for explaining a content display method according to the embodiment. 図5は、本発明の第2の実施形態に係るコンテンツ表示方法に適用された閲覧情報の一例を示す模式図である。FIG. 5 is a schematic diagram showing an example of browsing information applied to the content display method according to the second embodiment of the present invention. 図6は、同実施形態におけるコンテンツ表示方法を説明するためのフローチャートである。FIG. 6 is a flowchart for explaining the content display method in the embodiment. 図7は、本発明の第3の実施形態に係るコンテンツ表示方法を説明するためのフローチャートである。FIG. 7 is a flowchart for explaining a content display method according to the third embodiment of the present invention. 図8は、本発明の第4の実施形態に係るコンテンツ表示方法が適用されたクライアントサーバシステムの構成を示す模式図である。FIG. 8 is a schematic diagram showing a configuration of a client server system to which the content display method according to the fourth embodiment of the present invention is applied. 図9は、同実施形態における閲覧情報の一例を示す模式図である。FIG. 9 is a schematic diagram illustrating an example of browsing information according to the embodiment. 図10は、同実施形態におけるコンテンツ表示方法を説明するためのフローチャートである。FIG. 10 is a flowchart for explaining the content display method according to the embodiment. 図11は、本発明の第5の実施形態に係るコンテンツ表示方法を説明するためのフローチャートである。FIG. 11 is a flowchart for explaining a content display method according to the fifth embodiment of the present invention. 図12は、従来のコンテンツ表示方法を説明するための模式図である。FIG. 12 is a schematic diagram for explaining a conventional content display method. 図13は、従来の他のコンテンツ表示方法を説明するための模式図である。FIG. 13 is a schematic diagram for explaining another conventional content display method.
 以下、本発明の各実施形態について図面を用いて説明する。なお、以下の各装置は、それぞれハードウェア構成、又はハードウェア資源とソフトウェアとの組合せ構成のいずれでも実施可能となっている。組合せ構成のソフトウェアとしては、図1及び図8に示すように、予めネットワーク又は非一時的なコンピュータ読取可能な記憶媒体(non-transitory computer-readable storage medium)Ma、Mb、Mcから各コンピュータにインストールされ、当該各コンピュータのプロセッサに実行されることにより、各コンピュータに各装置10、20の機能を実現させるためのプログラムが用いられる。 Hereinafter, each embodiment of the present invention will be described with reference to the drawings. Each of the following devices can be implemented with either a hardware configuration or a combination configuration of hardware resources and software. As shown in FIGS. 1 and 8, the software of the combined configuration is installed in advance on each computer from a network or non-transitory computer-readable storage medium Ma, Mb, Mc. Then, a program for causing each computer to realize the functions of the devices 10 and 20 by being executed by the processor of each computer is used.
 <第1の実施形態>
 図1は本発明の第1の実施形態に係るコンテンツ表示方法が適用されたクライアントサーバシステムの構成を示す模式図である。図2は同方法に用いられる閲覧情報の一例を示す模式図である。
<First Embodiment>
FIG. 1 is a schematic diagram showing a configuration of a client server system to which a content display method according to a first embodiment of the present invention is applied. FIG. 2 is a schematic diagram showing an example of browsing information used in the method.
 このコンテンツ表示方法は、n個以上のコンテンツを管理し且つ記憶部21を有するサーバ装置20がクライアント装置1にn個のコンテンツを表示させる方法である。 This content display method is a method in which the server apparatus 20 that manages n or more contents and has the storage unit 21 causes the client apparatus 1 to display n contents.
 また、クライアントサーバシステムは、クライアント装置1及びサーバ装置20を備えている。クライアント装置1は、任意の複数台が存在する。ここでは1台のクライアント装置1を代表例として示している。各装置1,20は、コンピュータネットワーク30及び移動通信網40を介して互いに通信可能である。 The client server system also includes a client device 1 and a server device 20. There are an arbitrary plurality of client devices 1. Here, one client device 1 is shown as a representative example. The devices 1 and 20 can communicate with each other via a computer network 30 and a mobile communication network 40.
 コンピュータネットワーク30としては、コンピュータ同士の通信を可能とする任意のネットワークが適用可能であり、ここではインターネットを用いている。 As the computer network 30, any network that enables communication between computers can be applied, and the Internet is used here.
 移動通信網40としては、携帯電話、スマートフォン及びタブレット端末等の携帯通信装置としてのコンピュータの通信を可能とする任意の通信網が適用可能である。 As the mobile communication network 40, any communication network that enables communication of a computer as a mobile communication device such as a mobile phone, a smartphone, and a tablet terminal is applicable.
 クライアント装置1としては、例えば、iOS等のOS(operating system)を用いたiPad(登録商標)等のタブレット端末、又は、Android(登録商標)等のOSを用いたスマートフォンなどが適宜、使用可能となっている。 As the client device 1, for example, a tablet terminal such as iPad (registered trademark) using an OS (operating system) such as iOS or a smartphone using an OS such as Android (registered trademark) can be used as appropriate. It has become.
 なお、クライアント装置1は、この例では携帯通信装置としたが、これに限らず、デスクトップ型のパーソナルコンピュータの如き、据置型のコンピュータであってもよい。 The client device 1 is a portable communication device in this example, but is not limited thereto, and may be a stationary computer such as a desktop personal computer.
 すなわち、クライアント装置1は、Webブラウザのプログラムを格納するメモリと、当該プログラムを実行するプロセッサとを有し、サーバ装置20に通信可能なコンピュータであればよい。 In other words, the client device 1 may be a computer that has a memory for storing a Web browser program and a processor for executing the program and can communicate with the server device 20.
 ここで、サーバ装置20は、記憶部21、閲覧情報更新部22及び応答処理部23を備えている。 Here, the server device 20 includes a storage unit 21, a browsing information update unit 22, and a response processing unit 23.
 記憶部21は、各部22,23から読出/書込可能な記憶装置であり、n個以上のコンテンツ、履歴データ及び閲覧情報21aを記憶する。 The storage unit 21 is a storage device that can be read / written from the units 22 and 23, and stores n or more contents, history data, and browsing information 21a.
 n個以上のコンテンツは、例えば、ゲーム等のコンテンツである。nは、1ページのWebページに表示される人気のあるコンテンツの個数である。nの下限は、本実施形態が非同期通信を用いるために1にはならず、2である。nの上限は、Webページがコンテンツを表示するために過大な値にはならず、例えば30である。すなわち、nは、例えば2以上30以下の範囲内にある。また通常、nの値は、2,3,5,10,20又は30である。これらのnの値は、トップ2、トップ3、トップ5、トップ10、トップ20及びトップ30等のように、トップnという表現に通常用いられるnの値を例示したものである。これらのnの上限及びnの値は、例示した上限及び値に限らず、任意の上限及び値が使用可能である。なお、記憶部21は、n個以上のコンテンツを記憶するので、n個でもよいが、通常、n個より格段に多いm個のコンテンツを記憶している。 The n or more contents are, for example, contents such as games. n is the number of popular contents displayed on one web page. The lower limit of n is 2 instead of 1 because this embodiment uses asynchronous communication. The upper limit of n is not an excessive value for the Web page to display content, and is, for example, 30. That is, n is in the range of 2 to 30, for example. Usually, the value of n is 2, 3, 5, 10, 20 or 30. These values of n exemplify values of n that are usually used for the expression of top n, such as top 2, top 3, top 5, top 10, top 20, top 30, and the like. These upper limits and values of n are not limited to the exemplified upper limits and values, and arbitrary upper limits and values can be used. Since the storage unit 21 stores n or more contents, the storage unit 21 may store n contents, but normally stores m contents significantly more than n.
 履歴データは、n個以上のコンテンツの各々が閲覧された履歴を示すデータであり、閲覧情報更新部22により記憶部21に更新保存される。履歴データは、例えば、コンテンツのファイル名と、当該コンテンツの閲覧日時(送信日時)とを含んでいる。更に、履歴データは、閲覧したユーザを識別するユーザ識別情報(例、IPアドレス、アカウント情報など)を含んでいてもよい。 The history data is data indicating a history of browsing each of the n or more contents, and is updated and stored in the storage unit 21 by the browsing information update unit 22. The history data includes, for example, the file name of the content and the viewing date / time (transmission date / time) of the content. Furthermore, the history data may include user identification information (eg, IP address, account information, etc.) for identifying the viewed user.
 閲覧情報21aは、図2に一例を示すように、n個以上のコンテンツの各々のファイル名と、当該n個以上のコンテンツの各々が閲覧された度合を示す閲覧指標とが関連付けられた情報である。閲覧情報21aは、閲覧情報更新部22により記憶部21に更新保存される。なお、人気が高いほど閲覧される度合が増加するので、閲覧指標はコンテンツの人気に応じた値でもある。また、図2に示した閲覧情報21aはn=5の例であり、5個以上のコンテンツの各々のファイル名と、閲覧指標とが関連付けられている。また、図2に示す閲覧情報21aでは、理解を容易にする趣旨で閲覧順位を更に関連付けているが、閲覧順位は省略してもよい。また、閲覧順位は、閲覧指標の大きい順序を示している。このため、閲覧指標を省略しない場合、後述する「閲覧指標の大きい順に」は、「閲覧順位の高い順に」と読み替えることが可能である。 As shown in FIG. 2, the browsing information 21a is information in which the file name of each of the n or more contents is associated with a browsing index indicating the degree to which each of the n or more contents has been browsed. is there. The browsing information 21 a is updated and stored in the storage unit 21 by the browsing information update unit 22. Since the degree of browsing increases as the popularity increases, the browsing index is also a value corresponding to the popularity of the content. The browsing information 21a shown in FIG. 2 is an example of n = 5, and the file name of each of five or more contents and the browsing index are associated with each other. In the browsing information 21a shown in FIG. 2, the browsing order is further associated with the purpose of facilitating understanding, but the browsing order may be omitted. The browsing order indicates the order of the browsing index. For this reason, when the browsing index is not omitted, “in descending order of browsing index” described later can be read as “in descending order of browsing order”.
 閲覧指標としては、例えば、コンテンツが閲覧された回数を示すページビュー(PV)、コンテンツを閲覧したユーザの数を示すユニークユーザ(UU)、コンテンツを閲覧した1日当たりのユーザの数を示すデイリーアクティブユーザ(DAU)、又は、コンテンツを閲覧した1週間当たりのユーザの数を示すウイークリーアクティブユーザ(WAU)等が適宜、使用可能となっている。 Examples of the browsing index include a page view (PV) indicating the number of times the content has been browsed, a unique user (UU) indicating the number of users who have browsed the content, and a daily active indicating the number of users per day who have browsed the content. A user (DAU) or a weekly active user (WAU) indicating the number of users per week who browse contents can be used as appropriate.
 なお、閲覧指標がPVの場合、履歴データからユーザ識別情報を省略してもよい。閲覧指標がUU、DAU又はWAUの場合、履歴データにはユーザ識別情報が含まれる。 Note that when the browsing index is PV, the user identification information may be omitted from the history data. When the browsing index is UU, DAU, or WAU, the history data includes user identification information.
 閲覧情報更新部22は、例えば以下の各機能(f22-1)~(f22-2)をもっている。 The browsing information update unit 22 has the following functions (f22-1) to (f22-2), for example.
 (f22-1) n個以上のコンテンツの各々が閲覧された履歴を示す履歴データを記憶部21に更新保存する履歴データ更新機能。 (F22-1) A history data update function that updates and saves history data indicating a history of browsing each of n or more contents in the storage unit 21.
 (f22-2) 当該履歴データに基づいて、当該n個以上のコンテンツの各々のファイル名と、当該n個以上のコンテンツの各々が閲覧された度合を示す閲覧指標とが関連付けられた閲覧情報21aを記憶部21に更新保存する閲覧情報更新機能。 (f22-2) Based on the history data, the browsing information 21a in which the file name of each of the n or more contents is associated with a browsing index indicating the degree to which each of the n or more contents is browsed Browsing information update function for updating and storing the information in the storage unit 21.
 応答処理部23は、例えば以下の各機能(f23-1)~(f23-6)をもっている。 The response processing unit 23 has the following functions (f23-1) to (f23-6), for example.
 (f23-1) 表示のためのデータ取得要求をクライアント装置1から受信する第1要求受信機能。 (F23-1) A first request reception function for receiving a data acquisition request for display from the client device 1.
 (f23-2) 当該受信したデータ取得要求と、閲覧情報21aとに基づいて、閲覧指標の大きい順にn個のコンテンツのファイル名を含むWebページを作成すると共に、最も大きい閲覧指標に関連付けられた1個のコンテンツを取得する取得機能。 (f23-2) Based on the received data acquisition request and the browsing information 21a, a web page including file names of n contents in descending order of browsing index is created and associated with the largest browsing index. An acquisition function that acquires one piece of content.
 (f23-3) 当該作成したWebページ及び当該取得した1個のコンテンツをクライアント装置1に応答することにより、当該Webページに基づいて、当該1個のコンテンツを含む画面を当該クライアント装置1に表示させる第1応答機能。 (f23-3) Displaying the screen including the one content on the client device 1 based on the Web page by responding the created web page and the acquired one content to the client device 1 First response function to be made.
 (f23-4) 当該応答したWebページ内の各ファイル名のうち、閲覧指標の大きい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求をクライアント装置1から受信する第2要求受信機能。 (f23-4) Second request reception for receiving a content acquisition request including one file name of unacquired content from the client device 1 in descending order of the browsing index among the file names in the responding Web page function.
 (f23-5) 当該コンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツをクライアント装置1に応答することにより、当該1個のコンテンツを更に含むように画面をクライアント装置1に更新表示させる第2応答機能。 (f23-5) Acquire one content based on the file name in the content acquisition request, and respond to the client device 1 with the one content so as to further include the one content A second response function that causes the client device 1 to update and display the screen.
 (f23-6) 閲覧指標の大きい順にn個のコンテンツを含むように当該画面が更新表示されるまで、第2要求受信機能(f23-4)及び第2応答機能(f23-5)を繰り返し実行するように制御する制御機能。 (f23-6) The second request reception function (f23-4) and the second response function (f23-5) are repeatedly executed until the screen is updated and displayed to include n contents in descending order of browsing index. Control function to control.
 このような閲覧情報更新部22及び応答処理部23は、例えば、図示しないCPU(central processing unit)が、後述するサーバ装置20内の各ステップを含むプログラムを実行することにより実現してもよい。これは以下の各実施形態でも同様である。 The browsing information update unit 22 and the response processing unit 23 may be realized by, for example, a CPU (central processing unit) (not shown) executing a program including each step in the server device 20 described later. The same applies to the following embodiments.
 次に、以上のように構成されたクライアントサーバシステムによるコンテンツ表示方法について図3のフローチャート及び図4の模式図を用いて説明する。 Next, a content display method by the client server system configured as described above will be described with reference to the flowchart of FIG. 3 and the schematic diagram of FIG.
 始めに、サーバ装置20においては、クライアント装置1及び他のクライアント装置(図示せず)に対し、記憶部21内のn個以上のコンテンツをWebページ上で公開している。これらのクライアント装置は、適宜、サーバ装置20のWebページにアクセスして各コンテンツを閲覧可能となっている。 First, the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 1 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
 サーバ装置20では、図3に示すように、閲覧情報更新部22が、n個以上のコンテンツの各々が閲覧された履歴を示す履歴データを記憶部21に更新保存する(ST1)。なお、この履歴データは、多くの場合、クライアント装置1とは異なる他のクライアント装置(図示せず)から各コンテンツが閲覧された履歴を示している。 In the server device 20, as shown in FIG. 3, the browsing information updating unit 22 updates and stores history data indicating a history of browsing each of the n or more contents in the storage unit 21 (ST1). In many cases, the history data indicates a history in which each content is browsed from another client device (not shown) different from the client device 1.
 また、閲覧情報更新部22は、履歴データに基づいて、n個以上のコンテンツの各々のファイル名と、当該n個以上のコンテンツの各々が閲覧された度合を示す閲覧指標とが関連付けられた閲覧情報21aを記憶部21に更新保存する(ST2)。 The browsing information update unit 22 also browses the file name of each of the n or more contents and a browsing index indicating the degree of browsing of each of the n or more contents based on the history data. The information 21a is updated and stored in the storage unit 21 (ST2).
 閲覧指標としては、例えば、ページビュー(PV)、ユニークユーザ(UU)、デイリーアクティブユーザ(DAU)又はウイークリーアクティブユーザ(WAU)が用いられる。なお、このような閲覧指標の計測には、例えば、各コンテンツへのアクセス回数をカウントするアクセスカウンタを用いてもよい。閲覧指標の計測においては、同一アドレス(ユーザ識別情報)を除外する機能をもつアクセスカウンタと、当該機能を持たないアクセスカウンタとを、適宜、閲覧指標の定義(例、PV、UU、DAU又はWAUの定義)に応じて用いればよい。 As the browsing index, for example, page view (PV), unique user (UU), daily active user (DAU) or weekly active user (WAU) is used. For example, an access counter that counts the number of accesses to each content may be used for such browsing index measurement. In the measurement of the browsing index, an access counter having a function of excluding the same address (user identification information) and an access counter not having the function are appropriately defined as browsing index definitions (for example, PV, UU, DAU, or WAU). It may be used according to the definition of
 いずれにしても、履歴データ及び閲覧情報21aが更新保存されている状態で、クライアント装置1では、図4に示すように、ユーザUの操作により、画面AのURLが入力されたとする。 In any case, it is assumed that the URL of the screen A is input by the operation of the user U in the client device 1 as shown in FIG. 4 while the history data and the browsing information 21a are updated and stored.
 このとき、クライアント装置1は、当該URLを含むリクエストをサーバ装置2に送信する。この後、クライアント装置1は、読出中の状態を示すローディング画面を表示する。なお、画面AのURLを含むリクエストは、画面Aの表示のためのデータ取得要求に相当する。 At this time, the client device 1 transmits a request including the URL to the server device 2. Thereafter, the client device 1 displays a loading screen indicating a state during reading. The request including the URL of screen A corresponds to a data acquisition request for displaying screen A.
 サーバ装置20では、図3及び図4に示すように、応答処理部23が、当該表示のためのデータ取得要求をクライアント装置1から受信する(ST3)。 In the server device 20, as shown in FIGS. 3 and 4, the response processing unit 23 receives a data acquisition request for the display from the client device 1 (ST3).
 応答処理部23は、当該受信したデータ取得要求と、閲覧情報21aとに基づいて、閲覧指標の大きい順にn(=5)個のコンテンツa~eのファイル名を含むWebページを作成すると共に、最も大きい閲覧指標に関連付けられた1個のコンテンツaを取得する(ST4)。なお、n=5は一例であり、コンテンツの個数は5個に限定されない。 Based on the received data acquisition request and the browsing information 21a, the response processing unit 23 creates a Web page including file names of n (= 5) pieces of content a to e in descending order of browsing index, One content a associated with the largest browsing index is acquired (ST4). Note that n = 5 is an example, and the number of contents is not limited to five.
 応答処理部23は、当該作成したWebページ及び当該取得した1個のコンテンツaをクライアント装置1に応答(レスポンス)することにより、当該Webページに基づいて、当該1個のコンテンツaを含む画面Aをクライアント装置1に表示させる(ST5)。 The response processing unit 23 responds (responses) the created web page and the acquired one content a to the client device 1, thereby the screen A including the one content a based on the web page. Is displayed on the client device 1 (ST5).
 なお、ステップST4~ST5の処理は、互いに別ファイルのWebページ及びコンテンツaを応答する場合であるが、これに限らず、コンテンツaを含むWebページのファイルを応答する場合に変形してもよい。 Note that the processing of steps ST4 to ST5 is a case where a web page and content a of different files are responded to each other. However, the present invention is not limited to this. .
 この場合、ステップST4では、例えば、予めHTML(hypertext markup language)のコードの一部にscriptタグを記述したWebページのテンプレートを記憶部21に記憶しておき、当該scriptタグにより囲まれる位置にコンテンツaのJavaScriptのコードを挿入してWebページを作成すればよい。また、ステップST5では、ステップST4で作成されたWebページ(コンテンツaのコードとコンテンツb~eのファイル名とを含むWebページ)を応答すればよい。このようなステップST4~ST5の変形例は、以下の各実施形態でも同様に実施できる。但し、ステップST4~ST5の処理は、変形しない方が迅速に応答できるため、ここでは変形していない。 In this case, in step ST4, for example, a Web page template in which a script tag is described in advance in a part of the HTML (hypertext markup language) code is stored in the storage unit 21, and the content is located at a position surrounded by the script tag. A web page may be created by inserting the JavaScript code a. In step ST5, the web page created in step ST4 (a web page including the code of content a and the file names of content b to e) may be returned. Such modifications of steps ST4 to ST5 can be similarly implemented in the following embodiments. However, the processes in steps ST4 to ST5 are not modified here because they can respond more quickly without modification.
 いずれにしても、応答処理部23は、当該応答したWebページ内の各ファイル名のうち、閲覧指標の大きい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求をクライアント装置1から受信する(ST6)。 In any case, the response processing unit 23 issues a content acquisition request including one file name of unacquired content from the client device 1 in descending order of the browsing index among the file names in the responding Web page. Receive (ST6).
 応答処理部23は、このコンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツをクライアント装置1に応答することにより、当該1個のコンテンツを更に含むように画面Aをクライアント装置1に更新表示させる(ST7)。 The response processing unit 23 acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device 1 with the one content. The screen A is updated and displayed on the client device 1 (ST7).
 応答処理部23は、閲覧指標の大きい順にn(=5)個のコンテンツを含むように画面Aが更新表示されるまで、ステップST6~ST7を繰り返し実行する(ST8)。 The response processing unit 23 repeatedly executes steps ST6 to ST7 until the screen A is updated and displayed so as to include n (= 5) pieces of content in descending order of browsing index (ST8).
 以上により、クライアント装置1では、閲覧指標の大きい順に5個のコンテンツa~eを含むように画面Aが更新表示される。 As described above, on the client device 1, the screen A is updated and displayed so as to include the five contents a to e in descending order of the browsing index.
 上述したように本実施形態によれば、閲覧指標の大きい順にn個のコンテンツを順次含むように画面Aを更新表示させる構成により、各コンテンツの人気に応じて、各コンテンツを非同期に表示することができる。 As described above, according to the present embodiment, each content is displayed asynchronously according to the popularity of each content by the configuration in which the screen A is updated and displayed so as to sequentially include n content in descending order of browsing index. Can do.
 また、閲覧指標が、ページビュー(PV)、ユニークユーザ(UU)、デイリーアクティブユーザ(DAU)又はウイークリーアクティブユーザ(WAU)である場合には、当該PV、UU、DAU又はWAUの値に応じて、各コンテンツを非同期に表示することができる。 When the browsing index is a page view (PV), a unique user (UU), a daily active user (DAU), or a weekly active user (WAU), depending on the value of the PV, UU, DAU or WAU Each content can be displayed asynchronously.
 例えば、閲覧指標がPVの場合、コンテンツが閲覧された回数に応じて、各コンテンツを非同期に表示することができる。 For example, when the browsing index is PV, each content can be displayed asynchronously according to the number of times the content is browsed.
 閲覧指標がUUの場合、コンテンツを閲覧したユーザの数に応じて、各コンテンツを非同期に表示することができる。 When the browsing index is UU, each content can be displayed asynchronously according to the number of users who have browsed the content.
 閲覧指標がDAUの場合、コンテンツを閲覧した1日当たりのユーザの数に応じて、各コンテンツを非同期に表示することができる。 When the browsing index is DAU, each content can be displayed asynchronously according to the number of users per day who browse the content.
 閲覧指標がWAUの場合、コンテンツを閲覧した1週間当たりのユーザの数に応じて、各コンテンツを非同期に表示することができる。 When the browsing index is WAU, each content can be displayed asynchronously according to the number of users per week who browse the content.
 <第2の実施形態>
 次に、本発明の第2の実施形態に係るコンテンツ表示方法について説明する。
<Second Embodiment>
Next, a content display method according to the second embodiment of the present invention will be described.
 第2の実施形態は、各コンテンツの人気に応じて各コンテンツを非同期に表示した第1の実施形態の変形例であり、ユーザの嗜好に応じて各コンテンツを非同期に表示する形態である。 The second embodiment is a modification of the first embodiment in which each content is displayed asynchronously according to the popularity of each content, and each content is displayed asynchronously according to the user's preference.
 これに伴い、履歴データは、n個以上のコンテンツの各々のファイル名と、クライアント装置1を識別又は当該クライアント装置1のユーザUを識別するユーザ識別情報と、を含んでいる。 Accordingly, the history data includes the file name of each of the n or more contents and user identification information for identifying the client device 1 or identifying the user U of the client device 1.
 また、閲覧情報21a’は、図2に示した閲覧情報21aを変形した情報であり、図5に示すように、ユーザ識別情報が、各々のファイル名及び閲覧指標に関連付けられている。なお、図5中の記号“U1”は、前述した通り、クライアント装置1を識別又は当該クライアント装置1のユーザUを識別するユーザ識別情報(例、IPアドレス、アカウント情報など)を抽象的に表している。この閲覧指標は、当該n個以上のコンテンツの各々が閲覧された度合を示しており、詳しくは、コンテンツが閲覧された回数を示すページビュー(PV)に相当する指標である。なお、閲覧順位は、前述同様に、理解を容易にする趣旨で示しているので、省略してもよい。 Further, the browsing information 21a 'is information obtained by modifying the browsing information 21a shown in FIG. 2, and the user identification information is associated with each file name and browsing index as shown in FIG. Note that the symbol “U1” in FIG. 5 abstractly represents user identification information (eg, IP address, account information, etc.) that identifies the client device 1 or identifies the user U of the client device 1 as described above. ing. This browsing index indicates the degree to which each of the n or more pieces of content has been browsed, and more specifically, is an index corresponding to a page view (PV) indicating the number of times the content has been browsed. In addition, since the browsing order is shown for the purpose of facilitating the understanding as described above, it may be omitted.
 また、応答処理部23の取得機能(f23-2)は、以下の機能(f23-2-1)及び(f23-2-2)を含んでいる。 Also, the acquisition function (f23-2) of the response processing unit 23 includes the following functions (f23-2-1) and (f23-2-2).
 (f23-2-1) 受信したデータ取得要求と、閲覧情報21a’とに基づいて、閲覧情報21a’内のユーザ識別情報のうち、当該データ取得要求に含まれるユーザ識別情報に一致する当該閲覧情報21a’内のユーザ識別情報に関連付けられた閲覧指標の大きい順にn個のコンテンツのファイル名を含むWebページを作成する機能。 (f23-2-1) Based on the received data acquisition request and browsing information 21a ′, the browsing corresponding to the user identification information included in the data acquisition request among the user identification information in browsing information 21a ′ A function of creating a Web page including file names of n contents in descending order of browsing index associated with the user identification information in the information 21a ′.
 (f23-2-2) 当該一致する当該閲覧情報21a’内のユーザ識別情報に関連付けられた閲覧指標のうち、最も大きい閲覧指標に関連付けられた1個のコンテンツを取得する機能。 (F23-2-2) A function of acquiring one content associated with the largest browsing index among the browsing indices associated with the user identification information in the matching browsing information 21a '.
 他の構成は、第1の実施形態と同様である。 Other configurations are the same as those in the first embodiment.
 次に、以上のように構成されたクライアントサーバシステムによるコンテンツ表示方法について図6のフローチャート及び図4の模式図を用いて説明する。なお、以下の説明は、図6のフローチャートにおける図3と略同一部分には同一符号を付してその詳しい説明を省略し、ここでは異なる部分について主に述べる。以下の各実施形態も同様にして、重複した説明を省略する。また、図4の模式図は、ステップST番号の右肩に付く符号「”」,「”’」,「””」とクライアント装置1の符号「1」,「10」の相違を無視して、各実施形態に共通して用いられる。 Next, a content display method by the client server system configured as described above will be described with reference to the flowchart of FIG. 6 and the schematic diagram of FIG. In the following description, substantially the same parts as those in FIG. 3 in the flowchart of FIG. 6 are denoted by the same reference numerals and detailed description thereof is omitted, and different parts are mainly described here. Similarly, the following embodiments are not described repeatedly. Further, the schematic diagram of FIG. 4 ignores the difference between the symbols “” ”,“ ”′”, “” ”attached to the right shoulder of the step ST number and the symbols“ 1 ”,“ 10 ”of the client device 1. These are commonly used in each embodiment.
 始めに、サーバ装置20においては、クライアント装置1及び他のクライアント装置(図示せず)に対し、記憶部21内のn個以上のコンテンツをWebページ上で公開している。これらのクライアント装置は、適宜、サーバ装置20のWebページにアクセスして各コンテンツを閲覧可能となっている。 First, the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 1 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
 サーバ装置20では、閲覧情報更新部22が、n個以上のコンテンツの各々が閲覧された履歴を示す履歴データを記憶部21に更新保存する(ST1’)。この履歴データは、各コンテンツのファイル名と、ユーザ識別情報とを含んでいる。 In the server device 20, the browsing information update unit 22 updates and stores history data indicating a history of browsing each of the n or more contents in the storage unit 21 (ST1 '). This history data includes the file name of each content and user identification information.
 また、閲覧情報更新部22は、履歴データに基づいて、ユーザ識別情報と、各コンテンツのファイル名と、当該各コンテンツの閲覧指標とが関連付けられた閲覧情報21a’を記憶部21に更新保存する(ST2’)。 In addition, the browsing information update unit 22 updates and stores browsing information 21 a ′ in which the user identification information, the file name of each content, and the browsing index of each content are associated with each other based on the history data. (ST2 ′).
 閲覧指標としては、例えば、ページビュー(PV)が用いられる。なお、このような閲覧指標の計測には、例えば、ユーザ識別情報毎に、各コンテンツへのアクセス回数をカウントするアクセスカウンタを用いてもよい。 As the browsing index, for example, a page view (PV) is used. For example, an access counter that counts the number of accesses to each content may be used for each user identification information for measuring the browsing index.
 いずれにしても、履歴データ及び閲覧情報21a’が更新保存されている状態で、クライアント装置1では、前述同様に、ユーザUの操作により、画面AのURLを含むリクエスト(画面Aの表示のためのデータ取得要求)をサーバ装置20に送信する。この後、クライアント装置1は、読出中の状態を示すローディング画面を表示する。 In any case, in the state where the history data and the browsing information 21a ′ are updated and stored, the client device 1 performs a request including the URL of the screen A (for display of the screen A) by the operation of the user U as described above. (Data acquisition request) is transmitted to the server device 20. Thereafter, the client device 1 displays a loading screen indicating a state during reading.
 サーバ装置20では、前述同様に、応答処理部23が、当該表示のためのデータ取得要求をクライアント装置1から受信する(ST3)。 In the server device 20, as described above, the response processing unit 23 receives a data acquisition request for the display from the client device 1 (ST3).
 応答処理部23は、当該受信したデータ取得要求と、閲覧情報21a’とに基づいて、閲覧情報21a’内のユーザ識別情報のうち、当該データ取得要求に含まれるユーザ識別情報に一致する当該閲覧情報21a’内のユーザ識別情報に関連付けられた閲覧指標の大きい順にn(=5)個のコンテンツa~eのファイル名を含むWebページを作成する。 Based on the received data acquisition request and the browsing information 21a ′, the response processing unit 23 matches the user identification information included in the data acquisition request among the user identification information in the browsing information 21a ′. Web pages including file names of n (= 5) pieces of content a to e are created in descending order of the browsing index associated with the user identification information in the information 21a ′.
 また、応答処理部23は、当該一致する当該閲覧情報21a’内のユーザ識別情報に関連付けられた閲覧指標のうち、最も大きい閲覧指標に関連付けられた1個のコンテンツaを取得する(ST4’)。なお、n=5は一例であり、コンテンツの個数は5個に限定されない。 Further, the response processing unit 23 acquires one content a associated with the largest browsing index among the browsing indexes associated with the user identification information in the matching browsing information 21a ′ (ST4 ′). . Note that n = 5 is an example, and the number of contents is not limited to five.
 このようなステップST1’~ST4’により、サーバ装置20においては、ユーザ識別情報及び閲覧指標に基づいて、ユーザの嗜好に応じたコンテンツa~eのファイル名を含むWebページと、コンテンツaとを得ることができる。 Through such steps ST1 ′ to ST4 ′, the server device 20 creates a Web page including the file names of the contents a to e according to the user's preference and the contents a based on the user identification information and the browsing index. Obtainable.
 以下、前述同様に、ステップST5~ST8が実行される。 Thereafter, steps ST5 to ST8 are executed in the same manner as described above.
 これにより、クライアント装置1では、ユーザ識別情報に関連付けられた閲覧指標の大きい順に5個のコンテンツa~eを含むように画面Aが更新表示される。 Thereby, in the client device 1, the screen A is updated and displayed so as to include the five contents a to e in descending order of the browsing index associated with the user identification information.
 上述したように本実施形態によれば、ユーザ識別情報に関連付けられた閲覧指標の大きい順にn個のコンテンツを順次含むように画面Aを更新表示させる構成により、ユーザの嗜好に応じて、各コンテンツを非同期に表示することができる。 As described above, according to the present embodiment, the screen A is updated and displayed so as to sequentially include the n contents in descending order of the browsing index associated with the user identification information. Can be displayed asynchronously.
 <第3の実施形態>
 次に、本発明の第3の実施形態に係るコンテンツ表示方法について説明する。
<Third Embodiment>
Next, a content display method according to the third embodiment of the present invention will be described.
 第3の実施形態は、各コンテンツの人気に応じて各コンテンツを非同期に表示した第1の実施形態の変形例であり、ユーザの嗜好に応じて各コンテンツを非同期に表示する形態である。但し、ユーザの嗜好は、第2の実施形態とは異なり、閲覧された度合(閲覧指標)には対応せず、閲覧された日時(閲覧日時)に対応する場合を想定している。言い換えると、第3の実施形態は、閲覧指標の大きいコンテンツを好むユーザではなく、閲覧日時の新しいコンテンツを好むユーザを想定している。 The third embodiment is a modification of the first embodiment in which each content is displayed asynchronously according to the popularity of each content, and each content is displayed asynchronously according to the user's preference. However, unlike the second embodiment, the user's preference is assumed not to correspond to the degree of browsing (browsing index) but to the date and time of browsing (browsing date and time). In other words, the third embodiment assumes a user who prefers content with a new browsing date, not a user who prefers content with a large browsing index.
 これに伴い、履歴データは、n個以上のコンテンツの各々のファイル名と、当該n個以上のコンテンツの各々が閲覧された日時を示す閲覧日時と、クライアント装置1を識別又は当該クライアント装置1のユーザを識別するユーザ識別情報と、を含んでいる。 Accordingly, the history data identifies the file name of each of the n or more contents, the browsing date and time indicating the date and time when each of the n or more contents is browsed, and identifies the client apparatus 1 or the client apparatus 1 User identification information for identifying the user.
 また、閲覧情報21aは省略されている。 Also, the browsing information 21a is omitted.
 同様に、閲覧情報更新部22は、前述した履歴データ更新機能(f22-1)を有しており、閲覧情報更新機能(f22-2)が省略されている。なお、「閲覧情報更新部22」は、「履歴データ更新部22」と読み替えてもよい。 Similarly, the browsing information update unit 22 has the history data update function (f22-1) described above, and the browsing information update function (f22-2) is omitted. Note that “browsing information update unit 22” may be read as “history data update unit 22”.
 また、応答処理部23は、後述する各ステップST4”、ST6”及びST8”に述べるように、閲覧情報21aに代えて履歴データを用いる点と、閲覧指標の大きい順に代えて閲覧日時の新しい順を用いる点で、前述した各機能が変更されている。 Further, the response processing unit 23 uses the history data instead of the browsing information 21a as described in each step ST4 ″, ST6 ″ and ST8 ″ described later, Each function described above is changed in that
 他の構成は、第1の実施形態と同様である。 Other configurations are the same as those in the first embodiment.
 次に、以上のように構成されたクライアントサーバシステムによるコンテンツ表示方法について図7のフローチャート及び図4の模式図を用いて説明する。 Next, a content display method by the client server system configured as described above will be described with reference to the flowchart of FIG. 7 and the schematic diagram of FIG.
 始めに、サーバ装置20においては、クライアント装置1及び他のクライアント装置(図示せず)に対し、記憶部21内のn個以上のコンテンツをWebページ上で公開している。これらのクライアント装置は、適宜、サーバ装置20のWebページにアクセスして各コンテンツを閲覧可能となっている。 First, the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 1 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
 サーバ装置20では、閲覧情報更新部22が、n個以上のコンテンツの各々が閲覧された履歴を示す履歴データを記憶部21に更新保存する(ST1’)。この履歴データは、各コンテンツのファイル名と、閲覧日時と、ユーザ識別情報とを含んでいる。 In the server device 20, the browsing information update unit 22 updates and stores history data indicating a history of browsing each of the n or more contents in the storage unit 21 (ST1 '). This history data includes the file name of each content, browsing date and time, and user identification information.
 履歴データが更新保存されている状態で、クライアント装置1では、前述同様に、ユーザUの操作により、画面AのURLを含むリクエスト(画面Aの表示のためのデータ取得要求)をサーバ装置20に送信する。この後、クライアント装置1は、読出中の状態を示すローディング画面を表示する。 In the state where the history data is updated and stored, the client device 1 sends a request including the URL of the screen A (data acquisition request for displaying the screen A) to the server device 20 by the operation of the user U as described above. Send. Thereafter, the client device 1 displays a loading screen indicating a state during reading.
 サーバ装置20では、前述同様に、応答処理部23が、当該表示のためのデータ取得要求をクライアント装置1から受信する(ST3)。 In the server device 20, as described above, the response processing unit 23 receives a data acquisition request for the display from the client device 1 (ST3).
 応答処理部23は、当該受信したデータ取得要求と、履歴データとに基づいて、当該履歴データ内のユーザ識別情報のうち、当該データ取得要求に含まれるユーザ識別情報に一致する当該履歴データ内のユーザ識別情報に関連付けられた閲覧日時の新しい順にn(=5)個のコンテンツa~eのファイル名を含むWebページを作成すると共に、最も新しい閲覧日時に関連付けられた1個のコンテンツaを取得する(ST4”)。なお、n=5は一例であり、コンテンツの個数は5個に限定されない。 Based on the received data acquisition request and history data, the response processing unit 23 includes the user identification information in the history data that matches the user identification information included in the data acquisition request. Create a web page including the file names of n (= 5) contents a to e in the order of browsing date and time associated with the user identification information, and acquire one content a associated with the latest browsing date and time (ST4 ″) Note that n = 5 is an example, and the number of contents is not limited to five.
 応答処理部23は、当該作成したWebページ及び当該取得した1個のコンテンツaをクライアント装置1に応答(レスポンス)することにより、当該Webページに基づいて、当該1個のコンテンツaを含む画面Aをクライアント装置1に表示させる(ST5)。 The response processing unit 23 responds (responses) the created web page and the acquired one content a to the client device 1, thereby the screen A including the one content a based on the web page. Is displayed on the client device 1 (ST5).
 なお、ステップST4”~ST5の処理は、互いに別ファイルのWebページ及びコンテンツaを応答する場合であるが、前述同様に、コンテンツaを含むWebページのファイルを応答する場合に変形してもよい。 Note that the processing in steps ST4 "to ST5 is a case where a web page and content a of different files are responded to each other, but as described above, it may be modified when a web page file containing content a is responded. .
 いずれにしても、応答処理部23は、当該応答したWebページ内の各ファイル名のうち、閲覧日時の新しい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求をクライアント装置1から受信する(ST6”)。 In any case, the response processing unit 23 sends a content acquisition request including one file name of unacquired content from the client device 1 in order of the browsing date and time among the file names in the responding Web page. Receive (ST6 ").
 応答処理部23は、このコンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツをクライアント装置1に応答することにより、当該1個のコンテンツを更に含むように画面Aをクライアント装置1に更新表示させる(ST7)。 The response processing unit 23 acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device 1 with the one content. The screen A is updated and displayed on the client device 1 (ST7).
 応答処理部23は、閲覧日時の新しい順にn(=5)個のコンテンツを含むように画面Aが更新表示されるまで、ステップST6”~ST7を繰り返し実行する(ST8”)。 The response processing unit 23 repeatedly executes steps ST6 "to ST7 until the screen A is updated and displayed so as to include n (= 5) pieces of content in order of browsing date and time (ST8").
 以上により、クライアント装置1では、ユーザ識別情報に関連付けられた閲覧日時の新しい順に5個のコンテンツa~eを含むように画面Aが更新表示される。 As described above, in the client device 1, the screen A is updated and displayed so as to include the five contents a to e in the order of the browsing date and time associated with the user identification information.
 上述したように本実施形態によれば、ユーザ識別情報に関連付けられた閲覧日時の新しい順にn個のコンテンツを順次含むように画面Aを更新表示させる構成により、ユーザの嗜好に応じて、各コンテンツを非同期に表示することができる。 As described above, according to the present embodiment, the screen A is updated and displayed so as to sequentially include the n pieces of content in the order of the browsing date and time associated with the user identification information. Can be displayed asynchronously.
 <第4の実施形態>
 次に、本発明の第4の実施形態に係るコンテンツ表示方法について説明する。
<Fourth Embodiment>
Next, a content display method according to the fourth embodiment of the present invention will be described.
 第4の実施形態は、サーバ装置20が履歴データ及び閲覧情報21aを更新保存する第1の実施形態の変形例である。第4の実施形態は、図8及び図9に示すように、サーバ装置20内の閲覧情報更新部22と記憶部21内の閲覧情報21aとを省略し、クライアント装置10内の履歴更新部12が履歴データ及び閲覧情報11aを記憶部11に更新保存する形態である。 The fourth embodiment is a modification of the first embodiment in which the server device 20 updates and saves history data and browsing information 21a. In the fourth embodiment, as shown in FIGS. 8 and 9, the browsing information update unit 22 in the server device 20 and the browsing information 21 a in the storage unit 21 are omitted, and the history update unit 12 in the client device 10 is omitted. Is a form in which history data and browsing information 11 a are updated and stored in the storage unit 11.
 ここで、クライアント装置10は、記憶部11、履歴更新部12及び要求処理部13を備えている。 Here, the client device 10 includes a storage unit 11, a history update unit 12, and a request processing unit 13.
 記憶部11は、各部12,13から読出/書込可能な記憶装置であり、少なくともn個のコンテンツ、履歴データ及び閲覧情報11aを記憶する。 The storage unit 11 is a storage device that can be read / written from the units 12 and 13, and stores at least n contents, history data, and browsing information 11a.
 n個のコンテンツは、例えば、ゲーム等のコンテンツであり、サーバ装置20から取得される。nは、第1の実施形態と同様である。 The n pieces of content are content such as games, for example, and are acquired from the server device 20. n is the same as in the first embodiment.
 履歴データは、n個以上のコンテンツの各々が閲覧された履歴を示すデータであり、履歴更新部12により記憶部11に更新保存される。履歴データは、例えば、コンテンツのファイル名と、当該コンテンツの閲覧日時(受信日時)とを含んでいる。 The history data is data indicating a history of browsing each of the n or more contents, and is updated and stored in the storage unit 11 by the history update unit 12. The history data includes, for example, the file name of the content and the viewing date / time (reception date / time) of the content.
 閲覧情報11aは、図9に一例を示すように、閲覧した各コンテンツのファイル名と、当該各コンテンツが閲覧された度合を示す閲覧指標とが関連付けられた情報であり、履歴更新部12により記憶部11に更新保存される。なお、ユーザの嗜好に合うほど閲覧される度合が増加するので、閲覧指標はユーザの嗜好に応じた値でもある。また、図9に示した閲覧情報11aはn=5の例であり、5個以上のコンテンツの各々のファイル名と、閲覧指標とが関連付けられている。また、図9に示す閲覧情報11aは、前述同様に省略してもよい。 As shown in FIG. 9, the browsing information 11 a is information in which the file name of each content browsed is associated with a browsing index indicating the degree to which each content has been browsed, and is stored by the history update unit 12. The update is stored in the unit 11. Since the degree of browsing increases as the user's preference is met, the browsing index is also a value corresponding to the user's preference. The browsing information 11a shown in FIG. 9 is an example of n = 5, and the file name of each of five or more contents and the browsing index are associated with each other. Further, the browsing information 11a shown in FIG. 9 may be omitted as described above.
 履歴更新部12は、例えば以下の各機能(f12-1)及び(f12-2)をもっている。 The history update unit 12 has the following functions (f12-1) and (f12-2), for example.
 (f12-1) n個以上のコンテンツの各々を閲覧した履歴を示す履歴データを記憶部11に更新保存する履歴データ更新機能。 (F12-1) A history data update function that updates and saves history data indicating the history of browsing each of n or more contents in the storage unit 11.
 (f12-2) 当該履歴データに基づいて、当該閲覧した各コンテンツのファイル名と、当該各コンテンツを閲覧した度合を示す閲覧指標とを関連付けた閲覧情報11aを記憶部11に更新保存する閲覧情報更新機能。 (f12-2) Browsing information in which the browsing information 11a in which the file name of each browsed content is associated with the browsing index indicating the degree of browsing each content is updated and stored in the storage unit 11 based on the history data. Update function.
 要求処理部13は、例えば以下の各機能(f13-1)~(f13-5)をもっている。 The request processing unit 13 has the following functions (f13-1) to (f13-5), for example.
 (f13-1) 閲覧指標の大きい順にn個のコンテンツのファイル名を含むデータ取得要求を作成すると共に、当該データ取得要求をサーバ装置20に送信する機能。 (F13-1) A function of creating a data acquisition request including file names of n pieces of content in descending order of browsing index and transmitting the data acquisition request to the server device 20.
 (f13-2) サーバ装置20からWebページ及び1個のコンテンツの応答を受けることにより、当該Webページに基づいて、当該1個のコンテンツを含む画面Aを表示する機能。 (F13-2) A function of displaying the screen A including the one content based on the Web page by receiving a response of the Web page and one content from the server device 20.
 (f13-3) 当該応答されたWebページ内の各ファイル名のうち、閲覧指標の大きい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求をサーバ装置20に送信する機能。 (F13-3) A function of transmitting a content acquisition request including one file name of unacquired content to the server device 20 in descending order of the browsing index among the file names in the responded Web page.
 (f13-4) サーバ装置20からコンテンツ取得要求内のファイル名に基づく1個のコンテンツの応答を受けることにより、当該1個のコンテンツを更に含むように画面Aを更新表示する機能。 (F13-4) A function of updating and displaying the screen A so as to further include the one content by receiving a response of one content based on the file name in the content acquisition request from the server device 20.
 (f13-5) 閲覧指標の大きい順にn個のコンテンツを含むように画面Aを更新表示するまで、機能(f13-3)及び(f13-4)による処理を繰り返し実行する機能。 (F13-5) A function that repeatedly executes the processing by the functions (f13-3) and (f13-4) until the screen A is updated and displayed so as to include n contents in descending order of browsing index.
 このような履歴更新部12及び要求処理部13は、例えば、図示しないCPU(central processing unit)が、後述するクライアント装置10内の各ステップを含むプログラムを実行することにより実現してもよい。これは以下の各実施形態でも同様である。 The history update unit 12 and the request processing unit 13 may be realized by, for example, a CPU (central processing unit) (not shown) executing a program including each step in the client device 10 to be described later. The same applies to the following embodiments.
 一方、サーバ装置20は、前述した通り、閲覧情報更新部22と記憶部21内の閲覧情報21aとが省略されている。 On the other hand, in the server device 20, as described above, the browsing information update unit 22 and the browsing information 21a in the storage unit 21 are omitted.
 また、応答処理部23は、後述する各ステップST4”’に述べるように、閲覧情報21aを用いない点で、前述した取得機能(f23-2)が変更されている。 Further, as described in each step ST4 ″ ″ described later, the response processing unit 23 is different from the acquisition function (f23-2) described above in that the browsing information 21a is not used.
 他の構成は、第1の実施形態と同様である。 Other configurations are the same as those in the first embodiment.
 次に、以上のように構成されたクライアントサーバシステムによるコンテンツ表示方法について図10のフローチャート及び図4の模式図を用いて説明する。 Next, a content display method by the client server system configured as described above will be described with reference to the flowchart of FIG. 10 and the schematic diagram of FIG.
 始めに、サーバ装置20においては、クライアント装置10及び他のクライアント装置(図示せず)に対し、記憶部21内のn個以上のコンテンツをWebページ上で公開している。これらのクライアント装置は、適宜、サーバ装置20のWebページにアクセスして各コンテンツを閲覧可能となっている。 First, the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 10 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
 一方、クライアント装置10では、履歴更新部12が、n個以上のコンテンツの各々を閲覧した履歴を示す履歴データを記憶部11に更新保存する(ST1”’)。この履歴データは、各コンテンツのファイル名と、閲覧日時(受信日時)とを含んでいる。 On the other hand, in the client device 10, the history update unit 12 updates and stores history data indicating the history of browsing each of the n or more contents in the storage unit 11 (ST1 "'). The file name and the browsing date (reception date) are included.
 また、履歴更新部12は、履歴データに基づいて、閲覧した各コンテンツのファイル名と、当該各コンテンツの閲覧指標とが関連付けられた閲覧情報11aを記憶部11に更新保存する(ST2”’)。 Further, the history update unit 12 updates and stores the browsing information 11a in which the file name of each browsed content and the browsing index of each content are associated with each other based on the history data (ST2 ″ ′). .
 続いて、クライアント装置10では、ユーザUの操作により、画面AのURLが要求処理部12に入力されたとする。 Subsequently, in the client device 10, it is assumed that the URL of the screen A is input to the request processing unit 12 by the operation of the user U.
 要求処理部12は、閲覧指標の大きい順にn個のコンテンツのファイル名を含む画面取得要求を作成すると共に、当該データ取得要求を画面AのURLに基づいてサーバ装置20に送信する。この後、クライアント装置10は、読出中の状態を示すローディング画面を表示する。 The request processing unit 12 creates a screen acquisition request including file names of n pieces of content in descending order of browsing index, and transmits the data acquisition request to the server device 20 based on the URL of the screen A. Thereafter, the client device 10 displays a loading screen indicating a state during reading.
 サーバ装置20では、前述同様に、応答処理部23が、当該データ取得要求をクライアント装置10から受信する(ST3)。 In the server device 20, as described above, the response processing unit 23 receives the data acquisition request from the client device 10 (ST3).
 応答処理部23は、当該受信したデータ取得要求に基づいて、閲覧指標の大きい順にn(=5)個のコンテンツa~eのファイル名を含むWebページを作成すると共に、最も大きい閲覧指標に関連付けられた1個のコンテンツaを取得する(ST4”’)。なお、n=5は一例であり、コンテンツの個数は5個に限定されない。 Based on the received data acquisition request, the response processing unit 23 creates a Web page including file names of n (= 5) pieces of content a to e in descending order of the browsing index and associates it with the largest browsing index. The obtained one content a is acquired (ST4 ″ ′). Note that n = 5 is an example, and the number of contents is not limited to five.
 このようなステップST1”’~ST4’により、サーバ装置20においては、クライアント装置10内の閲覧指標に基づいて、ユーザの嗜好に応じたコンテンツa~eのファイル名を含むWebページと、コンテンツaとを得ることができる。 Through such steps ST1 ″ ′ to ST4 ′, the server apparatus 20 includes a Web page including the file names of the contents a to e according to the user's preference and the contents a based on the browsing index in the client apparatus 10. And you can get
 以下、前述同様に、ステップST5~ST8が実行される。 Thereafter, steps ST5 to ST8 are executed in the same manner as described above.
 これにより、クライアント装置10では、自装置10内の履歴データに基づく閲覧指標の大きい順に5個のコンテンツa~eを含むように画面Aが更新表示される。 Thereby, in the client device 10, the screen A is updated and displayed so as to include the five contents a to e in descending order of the browsing index based on the history data in the own device 10.
 上述したように本実施形態によれば、クライアント装置10内の閲覧指標の大きい順にn個のコンテンツを順次含むように画面Aを更新表示させる構成により、ユーザの嗜好に応じて、各コンテンツを非同期に表示することができる。 As described above, according to the present embodiment, the content is asynchronously displayed according to the user's preference by the configuration in which the screen A is updated and displayed so as to sequentially include n pieces of content in descending order of the browsing index in the client device 10. Can be displayed.
 <第5の実施形態>
 次に、本発明の第5の実施形態に係るコンテンツ表示方法について説明する。
<Fifth Embodiment>
Next, a content display method according to the fifth embodiment of the present invention will be described.
 第5の実施形態は、ユーザの嗜好に応じて、閲覧指標の大きい順に各コンテンツを非同期に表示した第4の実施形態の変形例である。第5の実施形態は、ユーザの嗜好に応じて、閲覧日時の新しい順に各コンテンツを非同期に表示する形態である。 The fifth embodiment is a modification of the fourth embodiment in which each content is displayed asynchronously in descending order of browsing index according to the user's preference. In the fifth embodiment, each content is displayed asynchronously in the order of browsing date according to the user's preference.
 これに伴い、図9に示した閲覧情報11aは、省略されている。 Accordingly, the browsing information 11a shown in FIG. 9 is omitted.
 同様に、履歴更新部12は、前述した履歴データ更新機能(f12-1)を有しており、閲覧情報更新機能(f12-2)が省略されている。 Similarly, the history update unit 12 has the history data update function (f12-1) described above, and the browsing information update function (f12-2) is omitted.
 要求処理部13は、以下の機能(f13-1)’,(f13-3)’,(f13-5)’に示すように、閲覧指標の大きい順に代えて閲覧日時の新しい順を用いる点で、前述した各機能(f13-1),(f13-3),(f13-5)が変更されている。他の機能(f13-2),(f13-4)は、前述した通りである。 As shown in the following functions (f13-1) ′, (f13-3) ′, and (f13-5) ′, the request processing unit 13 uses a new order of browsing date and time instead of the largest browsing index. The functions (f13-1), (f13-3), and (f13-5) described above are changed. Other functions (f13-2) and (f13-4) are as described above.
 (f13-1)’ 閲覧日時の新しい順にn個のコンテンツのファイル名を含むデータ取得要求を作成すると共に、当該データ取得要求をサーバ装置20に送信する機能。 (F13-1) ′ A function for creating a data acquisition request including file names of n pieces of content in the order of browsing date and transmitting the data acquisition request to the server device 20.
 (f13-3)’ 当該応答されたWebページ内の各ファイル名のうち、閲覧日時の新しい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求をサーバ装置20に送信する機能。 (F13-3) 'A function of transmitting a content acquisition request including one file name of unacquired content to the server device 20 in the order of browsing date among the file names in the responded Web page.
 (f13-5)’ 閲覧日時の新しい順にn個のコンテンツを含むように画面Aを更新表示するまで、機能(f13-3)’及び(f13-4)による処理を繰り返し実行する機能。 (F13-5) 'A function that repeatedly executes the processing by the functions (f13-3)' and (f13-4) until the screen A is updated and displayed so as to include n pieces of content in the order of browsing date.
 一方、サーバ装置20内の応答処理部23は、後述する各ステップST4””、ST6””及びST8””に述べるように、閲覧指標の大きい順に代えて閲覧日時の新しい順を用いる点で、前述した各機能が変更されている。 On the other hand, the response processing unit 23 in the server device 20 uses a new order of browsing date and time instead of the descending order of the browsing index as described in steps ST4 "", ST6 "" and ST8 "" described later. Each function described above has been changed.
 他の構成は、第4の実施形態と同様である。 Other configurations are the same as those in the fourth embodiment.
 次に、以上のように構成されたクライアントサーバシステムによるコンテンツ表示方法について図11のフローチャート及び図4の模式図を用いて説明する。 Next, a content display method by the client server system configured as described above will be described with reference to the flowchart of FIG. 11 and the schematic diagram of FIG.
 始めに、サーバ装置20においては、クライアント装置10及び他のクライアント装置(図示せず)に対し、記憶部21内のn個以上のコンテンツをWebページ上で公開している。これらのクライアント装置は、適宜、サーバ装置20のWebページにアクセスして各コンテンツを閲覧可能となっている。 First, the server device 20 publishes n or more contents in the storage unit 21 on the Web page to the client device 10 and other client devices (not shown). These client devices can browse the contents by accessing the Web page of the server device 20 as appropriate.
 一方、クライアント装置10では、履歴更新部12が、n個以上のコンテンツの各々を閲覧した履歴を示す履歴データを記憶部11に更新保存する(ST1”’)。この履歴データは、各コンテンツのファイル名と、閲覧日時(受信日時)とを含んでいる。 On the other hand, in the client device 10, the history update unit 12 updates and stores history data indicating the history of browsing each of the n or more contents in the storage unit 11 (ST1 "'). The file name and the browsing date (reception date) are included.
 続いて、クライアント装置10では、ユーザUの操作により、画面AのURLが要求処理部12に入力されたとする。 Subsequently, in the client device 10, it is assumed that the URL of the screen A is input to the request processing unit 12 by the operation of the user U.
 要求処理部12は、閲覧日時の新しい順にn個のコンテンツのファイル名を含む画面取得要求を作成すると共に、当該データ取得要求を画面AのURLに基づいてサーバ装置20に送信する。この後、クライアント装置10は、読出中の状態を示すローディング画面を表示する。 The request processing unit 12 creates a screen acquisition request including file names of n pieces of content in the order of browsing date and time, and transmits the data acquisition request to the server device 20 based on the URL of the screen A. Thereafter, the client device 10 displays a loading screen indicating a state during reading.
 サーバ装置20では、前述同様に、応答処理部23が、当該データ取得要求をクライアント装置10から受信する(ST3)。 In the server device 20, as described above, the response processing unit 23 receives the data acquisition request from the client device 10 (ST3).
 応答処理部23は、当該受信したデータ取得要求に基づいて、閲覧日時の新しい順にn(=5)個のコンテンツa~eのファイル名を含むWebページを作成すると共に、最も新しい閲覧日時に関連付けられた1個のコンテンツaを取得する(ST4””)。なお、n=5は一例であり、コンテンツの個数は5個に限定されない。 Based on the received data acquisition request, the response processing unit 23 creates a Web page including the file names of n (= 5) pieces of content a to e in the order of browsing date and associates them with the latest browsing date and time. The obtained one content a is acquired (ST4 ""). Note that n = 5 is an example, and the number of contents is not limited to five.
 応答処理部23は、当該作成したWebページ及び当該取得した1個のコンテンツaをクライアント装置10に応答(レスポンス)することにより、当該Webページに基づいて、当該1個のコンテンツaを含む画面Aをクライアント装置10に表示させる(ST5)。 The response processing unit 23 responds (responses) the created Web page and the acquired one content a to the client device 10, so that the screen A including the one content a is based on the Web page. Is displayed on the client device 10 (ST5).
 なお、ステップST4””~ST5の処理は、互いに別ファイルのWebページ及びコンテンツaを応答する場合であるが、前述同様に、コンテンツaを含むWebページのファイルを応答する場合に変形してもよい。 Note that the processing in steps ST4 "" to ST5 is a case where a web page and content a of different files are responded to each other. Good.
 いずれにしても、応答処理部23は、当該応答したWebページ内の各ファイル名のうち、閲覧日時の新しい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求をクライアント装置10から受信する(ST6””)。 In any case, the response processing unit 23 issues a content acquisition request including one file name of unacquired content from the client device 10 in the order of browsing date and time among the file names in the responding Web page. Receive (ST6 "").
 応答処理部23は、このコンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツをクライアント装置10に応答することにより、当該1個のコンテンツを更に含むように画面Aをクライアント装置10に更新表示させる(ST7)。 The response processing unit 23 acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device 10 with the one content. The screen A is updated and displayed on the client device 10 (ST7).
 応答処理部23は、閲覧日時の新しい順にn(=5)個のコンテンツを含むように画面Aが更新表示されるまで、ステップST6””~ST7を繰り返し実行する(ST8””)。 The response processing unit 23 repeatedly executes steps ST6 "" to ST7 (ST8 "") until the screen A is updated and displayed so as to include n (= 5) pieces of content in the order of browsing date and time.
 以上により、クライアント装置10では、自装置10内の履歴データにおける閲覧日時の新しい順に5個のコンテンツa~eを含むように画面Aが更新表示される。 As described above, the client device 10 updates and displays the screen A so as to include the five contents a to e in the order of the browsing date and time in the history data in the own device 10.
 上述したように本実施形態によれば、クライアント装置10内の履歴データにおける閲覧日時の新しい順にn個のコンテンツを順次含むように画面Aを更新表示させる構成により、ユーザの嗜好に応じて、各コンテンツを非同期に表示することができる。 As described above, according to the present embodiment, each screen A is updated and displayed so as to sequentially include n contents in the order of browsing date and time in the history data in the client device 10, and according to the user's preference, Content can be displayed asynchronously.
 なお、上記実施形態に記載した手法は、コンピュータに実行させることのできるプログラムとして、磁気ディスク(フロッピー(登録商標)ディスク、ハードディスクなど)、光ディスク(CD-ROM、DVDなど)、光磁気ディスク(MO)、半導体メモリなどの記憶媒体に格納して頒布することもできる。 The method described in the above embodiment is a program that can be executed by a computer as a magnetic disk (floppy (registered trademark) disk, hard disk, etc.), optical disk (CD-ROM, DVD, etc.), magneto-optical disk (MO). ), And can be distributed in a storage medium such as a semiconductor memory.
 なお、本願発明は、上記実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組合せにより種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。更に、異なる実施形態に亘る構成要素を適宜組合せてもよい。 Note that the present invention is not limited to the above-described embodiment as it is, and can be embodied by modifying the constituent elements without departing from the scope of the invention in the implementation stage. Moreover, various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

Claims (8)

  1.  n個以上のコンテンツを管理し且つ記憶ユニットを有するサーバ装置がクライアント装置にn個のコンテンツを表示させるコンテンツ表示方法であって、
     前記サーバ装置が、前記n個以上のコンテンツの各々が閲覧された履歴を示す履歴データを前記記憶ユニットに更新保存する工程と、
     前記サーバ装置が、前記履歴データに基づいて、前記n個以上のコンテンツの各々のファイル名と、当該n個以上のコンテンツの各々が閲覧された度合を示す閲覧指標とが関連付けられた閲覧情報を前記記憶ユニットに更新保存する工程と、
     前記サーバ装置が、前記表示のためのデータ取得要求を前記クライアント装置から受信する第1要求受信工程と、
     前記サーバ装置が、前記受信したデータ取得要求と、前記閲覧情報とに基づいて、前記閲覧指標の大きい順にn個のコンテンツのファイル名を含むWebページを作成すると共に、最も大きい前記閲覧指標に関連付けられた1個のコンテンツを取得する工程と、
     前記サーバ装置が、前記作成したWebページ及び前記取得した1個のコンテンツを前記クライアント装置に応答することにより、当該Webページに基づいて、当該1個のコンテンツを含む画面を前記クライアント装置に表示させる第1応答工程と、
     前記サーバ装置が、前記応答したWebページ内の各ファイル名のうち、前記閲覧指標の大きい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求を前記クライアント装置から受信する第2要求受信工程と、
     前記サーバ装置が、前記コンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツを前記クライアント装置に応答することにより、当該1個のコンテンツを更に含むように前記画面を前記クライアント装置に更新表示させる第2応答工程と、
     前記サーバ装置が、前記閲覧指標の大きい順にn個のコンテンツを含むように前記画面が更新表示されるまで、前記第2要求受信工程及び前記第2応答工程を繰り返し実行する工程と、
     を備えたことを特徴とするコンテンツ表示方法。
    A content display method in which a server apparatus that manages n or more contents and has a storage unit displays n contents on a client apparatus,
    The server device updating and storing history data indicating a history of browsing each of the n or more contents in the storage unit;
    Based on the history data, the server device displays browsing information in which the file name of each of the n or more contents is associated with a browsing index indicating the degree to which each of the n or more contents is browsed. Updating and storing in the storage unit;
    A first request receiving step in which the server device receives a data acquisition request for display from the client device;
    Based on the received data acquisition request and the browsing information, the server device creates a Web page including file names of n contents in descending order of the browsing index and associates it with the largest browsing index. Obtaining one piece of content,
    The server device responds to the client device with the created Web page and the acquired one content, and causes the client device to display a screen including the one content based on the Web page. A first response step;
    The server device receives a content acquisition request including one file name of unacquired content from the client device in descending order of the browsing index among the file names in the responding Web page. Receiving process;
    The server device acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device with the one content. A second response step for updating and displaying the screen on the client device;
    A step of repeatedly executing the second request receiving step and the second response step until the screen is updated and displayed so that the server device includes n contents in descending order of the browsing index;
    A content display method characterized by comprising:
  2.  請求項1に記載のコンテンツ表示方法において、
     前記閲覧指標は、前記コンテンツが閲覧された回数を示すページビュー(PV)、前記コンテンツを閲覧したユーザの数を示すユニークユーザ(UU)、前記コンテンツを閲覧した1日当たりのユーザの数を示すデイリーアクティブユーザ(DAU)、又は、前記コンテンツを閲覧した1週間当たりのユーザの数を示すウイークリーアクティブユーザ(WAU)であることを特徴とするコンテンツ表示方法。
    The content display method according to claim 1,
    The browsing index includes a page view (PV) indicating the number of times the content has been browsed, a unique user (UU) indicating the number of users who have browsed the content, and a daily number indicating the number of users per day who have viewed the content. A content display method characterized by being an active user (DAU) or a weekly active user (WAU) indicating the number of users per week who browse the content.
  3.  請求項1に記載のコンテンツ表示方法において、
     前記履歴データは、前記n個以上のコンテンツの各々のファイル名と、前記クライアント装置を識別又は当該クライアント装置のユーザを識別するユーザ識別情報と、を含んでおり、
     前記閲覧情報は、前記ユーザ識別情報が前記各々のファイル名及び前記閲覧指標に関連付けられており、
     前記コンテンツを取得する工程は、
     前記サーバ装置が、前記受信したデータ取得要求と、前記閲覧情報とに基づいて、前記閲覧情報内のユーザ識別情報のうち、前記データ取得要求に含まれるユーザ識別情報に一致する当該閲覧情報内のユーザ識別情報に関連付けられた前記閲覧指標の大きい順にn個のコンテンツのファイル名を含むWebページを作成する工程と、
     前記サーバ装置が、前記一致する当該閲覧情報内のユーザ識別情報に関連付けられた前記閲覧指標のうち、最も大きい前記閲覧指標に関連付けられた1個のコンテンツを取得する工程と、
     を含んでいることを特徴とするコンテンツ表示方法。
    The content display method according to claim 1,
    The history data includes a file name of each of the n or more contents, and user identification information that identifies the client device or identifies a user of the client device,
    In the browsing information, the user identification information is associated with each file name and the browsing index,
    The step of acquiring the content includes
    Based on the received data acquisition request and the browsing information, the server device includes the browsing information in the browsing information that matches the user identification information included in the data acquisition request among the user identification information in the browsing information. Creating a web page including file names of n pieces of content in descending order of the browsing index associated with user identification information;
    The server device acquires one content associated with the largest browsing index among the browsing indices associated with the user identification information in the matching browsing information;
    The content display method characterized by including.
  4.  n個以上のコンテンツを管理し且つ記憶ユニットを有するサーバ装置がクライアント装置にn個のコンテンツを表示させるコンテンツ表示方法であって、
     前記サーバ装置が、前記n個以上のコンテンツの各々のファイル名と、当該n個以上のコンテンツの各々が閲覧された日時を示す閲覧日時と、前記クライアント装置を識別又は当該クライアント装置のユーザを識別するユーザ識別情報と、を含む履歴データを前記記憶ユニットに更新保存する工程と、
     前記サーバ装置が、前記表示のためのデータ取得要求を前記クライアント装置から受信する第1要求受信工程と、
     前記サーバ装置が、前記受信したデータ取得要求と、前記履歴データとに基づいて、前記履歴データ内のユーザ識別情報のうち、前記データ取得要求に含まれるユーザ識別情報に一致する当該履歴データ内のユーザ識別情報に関連付けられた前記閲覧日時の新しい順にn個のコンテンツのファイル名を含むWebページを作成すると共に、最も新しい前記閲覧日時に関連付けられた1個のコンテンツを取得する工程と、
     前記サーバ装置が、前記作成したWebページ及び前記取得した1個のコンテンツを前記クライアント装置に応答することにより、当該Webページに基づいて、当該1個のコンテンツを含む画面を前記クライアント装置に表示させる第1応答工程と、
     前記サーバ装置が、前記応答したWebページ内の各ファイル名のうち、前記閲覧日時の新しい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求を前記クライアント装置から受信する第2要求受信工程と、
     前記サーバ装置が、前記コンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツを前記クライアント装置に応答することにより、当該1個のコンテンツを更に含むように前記画面を前記クライアント装置に更新表示させる第2応答工程と、
     前記サーバ装置が、前記閲覧日時の新しい順にn個のコンテンツを含むように前記画面が更新表示されるまで、前記第2要求受信工程及び前記第2応答工程を繰り返し実行する工程と、
     を備えたことを特徴とするコンテンツ表示方法。
    A content display method in which a server apparatus that manages n or more contents and has a storage unit displays n contents on a client apparatus,
    The server device identifies the file name of each of the n or more contents, the browsing date and time indicating the date and time when each of the n or more contents is browsed, and identifies the client device or identifies the user of the client device Updating the history data including user identification information to the storage unit; and
    A first request receiving step in which the server device receives a data acquisition request for display from the client device;
    Based on the received data acquisition request and the history data, the server device includes the user identification information in the history data that matches the user identification information included in the data acquisition request. Creating a web page including file names of n pieces of content in order from the newest browsing date associated with the user identification information, and acquiring one content associated with the latest browsing date;
    The server device responds to the client device with the created Web page and the acquired one content, and causes the client device to display a screen including the one content based on the Web page. A first response step;
    A second request for the server device to receive a content acquisition request including one file name of unacquired content from the client device in order of the browsing date among the file names in the responding Web page. Receiving process;
    The server device acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device with the one content. A second response step for updating and displaying the screen on the client device;
    A step of repeatedly executing the second request receiving step and the second response step until the screen is updated and displayed so that the server device includes n pieces of content in order from the newest browsing date;
    A content display method characterized by comprising:
  5.  n個以上のコンテンツを管理するサーバ装置が、記憶ユニットを有するクライアント装置にn個のコンテンツを表示させるコンテンツ表示方法であって、
     前記クライアント装置が、前記n個以上のコンテンツの各々を閲覧した履歴を示す履歴データを前記記憶ユニットに更新保存する工程と、
     前記クライアント装置が、前記履歴データに基づいて、前記閲覧した各コンテンツのファイル名と、当該各コンテンツを閲覧した度合を示す閲覧指標とを関連付けた閲覧情報を前記記憶ユニットに更新保存する工程と、
     前記クライアント装置が、前記閲覧指標の大きい順にn個のコンテンツのファイル名を含むデータ取得要求を作成すると共に、当該データ取得要求を前記サーバ装置に送信する工程と、
     前記サーバ装置が、前記データ取得要求を前記クライアント装置から受信する第1要求受信工程と、
     前記サーバ装置が、前記受信したデータ取得要求に基づいて、前記閲覧指標の大きい順にn個のコンテンツのファイル名を含むWebページを作成すると共に、最も大きい前記閲覧指標に関連付けられた1個のコンテンツを取得する工程と、
     前記サーバ装置が、前記作成したWebページ及び前記取得した1個のコンテンツを前記クライアント装置に応答することにより、当該Webページに基づいて、当該1個のコンテンツを含む画面を前記クライアント装置に表示させる第1応答工程と、
     前記サーバ装置が、前記応答したWebページ内の各ファイル名のうち、前記閲覧指標の大きい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求を前記クライアント装置から受信する第2要求受信工程と、
     前記サーバ装置が、前記コンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツを前記クライアント装置に応答することにより、当該1個のコンテンツを更に含むように前記画面を前記クライアント装置に更新表示させる第2応答工程と、
     前記サーバ装置が、前記閲覧指標の大きい順にn個のコンテンツを含むように前記画面が更新表示されるまで、前記第2要求受信工程及び前記第2応答工程を繰り返し実行する工程と、
     を備えたことを特徴とするコンテンツ表示方法。
    A server device that manages n or more contents is a content display method for displaying n contents on a client device having a storage unit,
    A step of updating and storing history data indicating a history of browsing each of the n or more contents by the client device in the storage unit;
    The client device, based on the history data, updating and storing browsing information in which the file name of each browsed content and a browsing index indicating the degree of browsing each content are associated with the storage unit;
    The client device creates a data acquisition request including file names of n contents in descending order of the browsing index, and transmits the data acquisition request to the server device;
    A first request receiving step in which the server device receives the data acquisition request from the client device;
    Based on the received data acquisition request, the server device creates a web page including file names of n contents in descending order of the browsing index, and one content associated with the largest browsing index A process of obtaining
    The server device responds to the client device with the created Web page and the acquired one content, and causes the client device to display a screen including the one content based on the Web page. A first response step;
    The server device receives a content acquisition request including one file name of unacquired content from the client device in descending order of the browsing index among the file names in the responding Web page. Receiving process;
    The server device acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device with the one content. A second response step for updating and displaying the screen on the client device;
    A step of repeatedly executing the second request receiving step and the second response step until the screen is updated and displayed so that the server device includes n contents in descending order of the browsing index;
    A content display method characterized by comprising:
  6.  n個以上のコンテンツを管理するサーバ装置が、記憶ユニットを有するクライアント装置にn個のコンテンツを表示させるコンテンツ表示方法であって、
     前記クライアント装置が、前記n個以上のコンテンツの各々が閲覧された日時を示す閲覧日時と、前記閲覧された各コンテンツのファイル名と、を含む履歴データを前記記憶ユニットに更新保存する工程と、
     前記クライアント装置が、前記閲覧日時の新しい順にn個のコンテンツのファイル名を含むデータ取得要求を作成すると共に、当該データ取得要求を前記サーバ装置に送信する工程と、
     前記サーバ装置が、前記データ取得要求を前記クライアント装置から受信する第1要求受信工程と、
     前記サーバ装置が、前記受信したデータ取得要求に基づいて、前記閲覧日時の新しい順にn個のコンテンツのファイル名を含むWebページを作成すると共に、最も大きい前記閲覧指標に関連付けられた1個のコンテンツを取得する工程と、
     前記サーバ装置が、前記作成したWebページ及び前記取得した1個のコンテンツを前記クライアント装置に応答することにより、当該Webページに基づいて、当該1個のコンテンツを含む画面を前記クライアント装置に表示させる第1応答工程と、
     前記サーバ装置が、前記応答したWebページ内の各ファイル名のうち、前記閲覧日時の新しい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求を前記クライアント装置から受信する第2要求受信工程と、
     前記サーバ装置が、前記コンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツを前記クライアント装置に応答することにより、当該1個のコンテンツを更に含むように前記画面を前記クライアント装置に更新表示させる第2応答工程と、
     前記サーバ装置が、前記閲覧日時の新しい順にn個のコンテンツを含むように前記画面が更新表示されるまで、前記第2要求受信工程及び前記第2応答工程を繰り返し実行する工程と、
     を備えたことを特徴とするコンテンツ表示方法。
    A server device that manages n or more contents is a content display method for displaying n contents on a client device having a storage unit,
    The client device updating and saving history data including a browsing date and time indicating a date and time when each of the n or more contents were browsed and a file name of each of the browsed contents in the storage unit;
    The client device creates a data acquisition request including file names of n pieces of content in order from the latest browsing date and time, and transmits the data acquisition request to the server device;
    A first request receiving step in which the server device receives the data acquisition request from the client device;
    Based on the received data acquisition request, the server device creates a Web page including file names of n pieces of content in order from the latest browsing date and time, and one piece of content associated with the largest browsing index A process of obtaining
    The server device responds to the client device with the created Web page and the acquired one content, and causes the client device to display a screen including the one content based on the Web page. A first response step;
    A second request for the server device to receive a content acquisition request including one file name of unacquired content from the client device in order of the browsing date among the file names in the responding Web page. Receiving process;
    The server device acquires one content based on the file name in the content acquisition request, and further includes the one content by responding to the client device with the one content. A second response step for updating and displaying the screen on the client device;
    A step of repeatedly executing the second request receiving step and the second response step until the screen is updated and displayed so that the server device includes n pieces of content in order from the newest browsing date;
    A content display method characterized by comprising:
  7.  n個以上のコンテンツを管理し且つ記憶ユニットを有し、クライアント装置にn個のコンテンツを表示させるサーバ装置であって、
     前記n個以上のコンテンツの各々が閲覧された履歴を示す履歴データを前記記憶ユニットに更新保存する履歴データ更新ユニットと、
     前記履歴データに基づいて、前記n個以上のコンテンツの各々のファイル名と、当該n個以上のコンテンツの各々が閲覧された度合を示す閲覧指標とが関連付けられた閲覧情報を前記記憶ユニットに更新保存する閲覧情報更新ユニットと、
     前記表示のためのデータ取得要求を前記クライアント装置から受信する第1要求受信ユニットと、
     前記受信したデータ取得要求と、前記閲覧情報とに基づいて、前記閲覧指標の大きい順にn個のコンテンツのファイル名を含むWebページを作成すると共に、最も大きい前記閲覧指標に関連付けられた1個のコンテンツを取得する取得ユニットと、
     前記作成したWebページ及び前記取得した1個のコンテンツを前記クライアント装置に応答することにより、当該Webページに基づいて、当該1個のコンテンツを含む画面を前記クライアント装置に表示させる第1応答ユニットと、
     前記応答したWebページ内の各ファイル名のうち、前記閲覧指標の大きい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求を前記クライアント装置から受信する第2要求受信ユニットと、
     前記コンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツを前記クライアント装置に応答することにより、当該1個のコンテンツを更に含むように前記画面を前記クライアント装置に更新表示させる第2応答ユニットと、
     前記閲覧指標の大きい順にn個のコンテンツを含むように前記画面が更新表示されるまで、前記第2要求受信ユニット及び前記第2応答ユニットによる処理を繰り返し実行するように制御する制御ユニットと、
     を備えたことを特徴とするサーバ装置。
    A server device that manages n or more contents, has a storage unit, and displays n contents on a client device,
    A history data update unit that updates and stores history data indicating a history of browsing each of the n or more contents in the storage unit;
    Based on the history data, the storage unit updates the browsing information in which the file name of each of the n or more contents and the browsing index indicating the degree of browsing of each of the n or more contents are associated with each other. Browsing information update unit to save,
    A first request receiving unit for receiving a data acquisition request for display from the client device;
    Based on the received data acquisition request and the browsing information, a web page including file names of n pieces of content in descending order of the browsing index is created, and one web page associated with the largest browsing index is created. An acquisition unit to acquire content;
    A first response unit that causes the client device to display a screen including the one content based on the Web page by responding the created Web page and the acquired one content to the client device; ,
    A second request receiving unit that receives, from the client device, a content acquisition request including one file name of unacquired content among the file names in the responding Web page in descending order of the browsing index;
    Based on the file name in the content acquisition request, one content is acquired, and the one content is returned to the client device, whereby the screen is further included in the client so as to further include the one content. A second response unit to be updated and displayed on the device;
    A control unit for controlling to repeatedly execute the processing by the second request receiving unit and the second response unit until the screen is updated and displayed so as to include n contents in descending order of the browsing index;
    A server device comprising:
  8.  n個以上のコンテンツを管理し且つ記憶ユニットを有し、クライアント装置にn個のコンテンツを表示させるサーバ装置のプロセッサによって実行されるプログラムを記憶した非一時的なコンピュータ読取可能な記憶媒体であって、
     前記プログラムは、
     前記n個以上のコンテンツの各々が閲覧された履歴を示す履歴データを前記記憶ユニットに更新保存する処理を前記プロセッサに実行させる第1プログラムコードと、
     前記履歴データに基づいて、前記n個以上のコンテンツの各々のファイル名と、当該n個以上のコンテンツの各々が閲覧された度合を示す閲覧指標とが関連付けられた閲覧情報を前記記憶ユニットに更新保存する処理を前記プロセッサに実行させる第2プログラムコードと、
     前記表示のためのデータ取得要求を前記クライアント装置から受信する第1要求受信処理を前記プロセッサに実行させる第3プログラムコードと、
     前記受信したデータ取得要求と、前記閲覧情報とに基づいて、前記閲覧指標の大きい順にn個のコンテンツのファイル名を含むWebページを作成すると共に、最も大きい前記閲覧指標に関連付けられた1個のコンテンツを取得する処理を前記プロセッサに実行させる第4プログラムコードと、
     前記作成したWebページ及び前記取得した1個のコンテンツを前記クライアント装置に応答することにより、当該Webページに基づいて、当該1個のコンテンツを含む画面を前記クライアント装置に表示させる第1応答処理を前記プロセッサに実行させる第5プログラムコードと、
     前記応答したWebページ内の各ファイル名のうち、前記閲覧指標の大きい順に、未取得のコンテンツの1個のファイル名を含むコンテンツ取得要求を前記クライアント装置から受信する第2要求受信処理を前記プロセッサに実行させる第6プログラムコードと、
     前記コンテンツ取得要求内のファイル名に基づいて1個のコンテンツを取得すると共に、当該1個のコンテンツを前記クライアント装置に応答することにより、当該1個のコンテンツを更に含むように前記画面を前記クライアント装置に更新表示させる第2応答処理を前記プロセッサに実行させる第7プログラムコードと、
     前記閲覧指標の大きい順にn個のコンテンツを含むように前記画面が更新表示されるまで、前記第2要求受信処理及び前記第2応答処理を繰り返し実行するように制御する処理を前記プロセッサに実行させる第8プログラムコードと、
     を備えた記憶媒体。
    A non-transitory computer-readable storage medium that stores a program executed by a processor of a server apparatus that manages n or more contents and has a storage unit, and displays n contents on a client apparatus. ,
    The program is
    First program code for causing the processor to execute a process of updating and storing history data indicating a history of browsing each of the n or more contents in the storage unit;
    Based on the history data, the storage unit updates the browsing information in which the file name of each of the n or more contents and the browsing index indicating the degree of browsing of each of the n or more contents are associated with each other. Second program code for causing the processor to execute processing to be stored;
    Third program code for causing the processor to execute a first request reception process for receiving a data acquisition request for display from the client device;
    Based on the received data acquisition request and the browsing information, a web page including file names of n pieces of content in descending order of the browsing index is created, and one web page associated with the largest browsing index is created. Fourth program code for causing the processor to execute a process of acquiring content;
    First response processing for displaying the screen including the one content on the client device based on the Web page by responding to the client device with the created web page and the acquired one content. Fifth program code to be executed by the processor;
    A second request reception process for receiving a content acquisition request including one file name of unacquired content from the client device in descending order of the browsing index among the file names in the responding Web page, in the processor. A sixth program code to be executed by
    Based on the file name in the content acquisition request, one content is acquired, and the one content is returned to the client device, whereby the screen is further included in the client so as to further include the one content. Seventh program code for causing the processor to execute a second response process to be updated and displayed on the apparatus;
    Causing the processor to execute a process of controlling the second request reception process and the second response process to be repeatedly executed until the screen is updated and displayed so as to include n contents in descending order of the browsing index. An eighth program code;
    A storage medium comprising:
PCT/JP2013/079470 2012-11-07 2013-10-30 Content display method, server device, and storage medium WO2014073437A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2012245579A JP5499138B1 (en) 2012-11-07 2012-11-07 CONTENT DISPLAY METHOD, SERVER DEVICE, PROGRAM, AND STORAGE MEDIUM
JP2012-245579 2012-11-07

Publications (1)

Publication Number Publication Date
WO2014073437A1 true WO2014073437A1 (en) 2014-05-15

Family

ID=50684545

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2013/079470 WO2014073437A1 (en) 2012-11-07 2013-10-30 Content display method, server device, and storage medium

Country Status (2)

Country Link
JP (1) JP5499138B1 (en)
WO (1) WO2014073437A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5876183B1 (en) * 2015-06-25 2016-03-02 株式会社 ディー・エヌ・エー Service providing system, service providing method, and service providing program

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019244215A1 (en) * 2018-06-18 2019-12-26 楽天株式会社 Presentation device, presentation method, program, and non-transitory computer-readable information recording medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007323537A (en) * 2006-06-02 2007-12-13 Navitime Japan Co Ltd Advertisement distribution system, information distribution server, and terminal device
JP2008276293A (en) * 2007-04-25 2008-11-13 Sony Corp Information processing system, information processor, method, program and recording medium
JP2010211653A (en) * 2009-03-12 2010-09-24 Hitachi Ltd Web image display method and server-client system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007323537A (en) * 2006-06-02 2007-12-13 Navitime Japan Co Ltd Advertisement distribution system, information distribution server, and terminal device
JP2008276293A (en) * 2007-04-25 2008-11-13 Sony Corp Information processing system, information processor, method, program and recording medium
JP2010211653A (en) * 2009-03-12 2010-09-24 Hitachi Ltd Web image display method and server-client system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5876183B1 (en) * 2015-06-25 2016-03-02 株式会社 ディー・エヌ・エー Service providing system, service providing method, and service providing program

Also Published As

Publication number Publication date
JP5499138B1 (en) 2014-05-21
JP2014095945A (en) 2014-05-22

Similar Documents

Publication Publication Date Title
US9218435B2 (en) Dynamically updating web pages using messaging-oriented middleware
EP2786266A1 (en) Dynamic browser icons
US20160162591A1 (en) Web Content Tagging and Filtering
US9736143B2 (en) Customized log-in experience
US10089108B1 (en) Archival format for incremental deployments and version control
JP6404351B2 (en) Method, apparatus, and system for communicating and presenting merchandise information
JP6215359B2 (en) Providing access to information across multiple computing devices
US9519699B1 (en) Consistency of query results in a distributed system
US9256696B2 (en) Dynamic selection of one of many available web browsers
US10587714B1 (en) Method for aggregating distributed data
US9426202B2 (en) Transforming application cached template using personalized content
US20170097749A1 (en) Integrating applications in a portal
US9292299B2 (en) Methods and systems for package management
US10318929B1 (en) Systems and methods for providing personalized calendar aggregation
WO2014073437A1 (en) Content display method, server device, and storage medium
US9854053B1 (en) Providing faster data access using multiple caching servers
US9680967B2 (en) Method of using application, gateway using the method, terminal using the method, and terminal system using the method
JP5602323B2 (en) CONTENT DISPLAY METHOD, SERVER DEVICE, PROGRAM, AND STORAGE MEDIUM
US11182449B2 (en) Method and system of re-associating location mappings for uniform resource identifier named objects
EP3001311A1 (en) Method for automatically converting web applications into application that can be installed automatically on a plurality of platforms
US9223758B1 (en) Determining a language encoding data setting for a web page, and applications thereof
KR20160085341A (en) Displaying activity across multiple devices
US10878471B1 (en) Contextual and personalized browsing assistant
US10114805B1 (en) Inline address commands for content customization
JP2015528932A (en) System and method for managing network navigation

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13853398

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13853398

Country of ref document: EP

Kind code of ref document: A1