WO2014097769A1 - Webシステム、Webサーバ、端末装置、Webページの表示方法、及びコンピュータ読み取り可能な記録媒体 - Google Patents
Webシステム、Webサーバ、端末装置、Webページの表示方法、及びコンピュータ読み取り可能な記録媒体 Download PDFInfo
- Publication number
- WO2014097769A1 WO2014097769A1 PCT/JP2013/080414 JP2013080414W WO2014097769A1 WO 2014097769 A1 WO2014097769 A1 WO 2014097769A1 JP 2013080414 W JP2013080414 W JP 2013080414W WO 2014097769 A1 WO2014097769 A1 WO 2014097769A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- web
- layout
- terminal device
- user
- web page
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9577—Optimising the visualization of content, e.g. distillation of HTML documents
Definitions
- the present invention relates to a Web system, a Web server, a terminal device, a Web page display method for providing a Web service, and a computer-readable recording medium on which a program for realizing these is recorded.
- a Web application means application software that runs on a Web browser installed in a terminal device (see, for example, Patent Document 1).
- the terminal device In the Web application, the terminal device only accepts input data or displays information by the Web browser, and management and processing of the input data is performed by the Web server. For this reason, since important data does not remain in the terminal device, according to the Web application, it becomes easy for a company or the like to improve security.
- the display screen of the terminal device is fixed by a program distributed by the Web server or by a screen definition registered on the terminal device side. Therefore, when the user wants to change the layout of UI parts or the like on the screen, the program itself needs to be corrected.
- the user can change the layout by changing the setting of the terminal device.
- the user is forced to perform extra work, which causes inconvenience in terms of operational convenience.
- each user needs to change the layout for himself / herself after other users use, which is troublesome.
- An example of the object of the present invention is to solve the above-mentioned problems, change the screen layout for each user without using a modification of the program and forcing the user to perform troublesome work when using the Web application. It is an object to provide a Web system, a Web server, a terminal device, a Web page display method, and a computer-readable recording medium that can be easily performed.
- a web system is a web system including a terminal device and a web server that provides a web service to the terminal device,
- the web server A login processing unit that identifies a user who has made a login request via the terminal device;
- a layout definition storage unit that stores, for each user, a layout definition file that defines a layout of components of each Web page used in the Web service;
- a file transmission unit that transmits the layout definition file corresponding to the user who made the login request to the terminal device;
- a component storage unit for storing components constituting each of the Web pages;
- the terminal device A layout definition interpreter that identifies a layout of a Web page specified by the user based on the layout definition file transmitted from the Web server;
- a component acquisition unit that acquires components necessary for the identified layout from the component storage unit of the Web server;
- a screen display unit that arranges the acquired components along the specified layout and displays the web page specified by the user on the screen;
- a Web server is a Web server that provides a Web service to a terminal device, A login processing unit for identifying a user who has made a login request via a terminal device; A layout definition storage unit that stores, for each user, a layout definition file that defines a layout of components of each Web page used in the Web service; Among the definition files stored for each of the users, a file transmission unit that transmits the layout definition file corresponding to the user who made the login request to the terminal device; A component storage unit for storing components constituting each of the Web pages; With It is characterized by that.
- a terminal device is a terminal device that receives provision of a web service from a web server, A layout definition interpreter that identifies the layout of a Web page specified by a user based on a layout definition file that defines the layout of the components of each Web page used in the Web service, transmitted from the Web server.
- a component acquisition unit that acquires components necessary for the specified layout from the components of the Web page stored in advance in the Web server;
- a screen display unit that arranges the acquired components along the specified layout and displays the web page specified by the user on the screen; With It is characterized by that.
- a Web page display method is a Web page display method using a terminal device and a Web server that provides a Web service to the terminal device.
- A identifying a user who has made a login request via the terminal device by the Web server;
- B In the Web server, among the layout definition files that define the layout of the components of each Web page used for the Web service stored for each user, the user who made the login request Transmitting the corresponding layout definition file to the terminal device by the Web server;
- C specifying a layout of a Web page designated by the user based on the layout definition file transmitted from the Web server by the terminal device;
- D obtaining, by the terminal device, constituent elements required for the layout specified in step (c) from constituent elements of the Web page stored in advance in the Web server;
- E arranging the components acquired in the step (d) along the layout specified in the step (c) and displaying the Web page designated by the user on the screen;
- a first computer-readable recording medium is a computer-readable recording medium in which a program for providing a Web service to a terminal device by a server computer is recorded.
- a program for providing a Web service to a terminal device by a server computer is recorded.
- the server computer In the server computer, (A) identifying a user who has made a login request via the terminal device; (B) The layout definition corresponding to the user who made the login request among the layout definition files that define the layout of the components of each Web page used for the Web service, stored for each user. Transmitting a file to the terminal device; and (C) transmitting the constituent elements of the Web page to the terminal device in response to an instruction from the terminal device; A program including an instruction for executing is recorded.
- a second computer-readable recording medium is a computer-readable recording in which a program for receiving provision of a web service from a web server is recorded by a computer.
- a medium In the computer, (A) specifying a layout of a Web page designated by a user based on a layout definition file that defines a layout of components of each Web page used for the Web service transmitted from the Web server; When, (B) obtaining a component necessary for the specified layout from the components of the Web page stored in advance in the Web server; (C) arranging the components acquired in the step (b) along the layout specified in the step (a) and displaying the Web page designated by the user on the screen; When, A program including an instruction for executing is recorded.
- the screen layout for each user can be easily changed without requiring modification of the program and without complicating the user. be able to.
- FIG. 1 is a block diagram showing a configuration of a Web system in the embodiment of the present invention.
- FIG. 2 is a diagram showing an example of a layout definition file used in the embodiment of the present invention.
- FIG. 3A and FIG. 3B are diagrams illustrating examples of Web pages displayed on the screen.
- FIG. 4 is a sequence diagram showing the operation of the Web system in the embodiment of the present invention.
- FIG. 5 is a block diagram illustrating an example of a server computer that implements the Web server according to the embodiment of the present invention.
- FIG. 1 is a block diagram showing a configuration of a Web system in the embodiment of the present invention.
- the Web system 30 includes a terminal device 10 and a Web server 20 that provides a Web service to the terminal device 10.
- a terminal device 10 In the example of FIG. 1, only a single terminal device 10 is shown for explanation, but actually, a plurality of terminal devices 10 are used.
- the Web server 20 includes a login processing unit 21, a file transmission unit 22, a layout definition storage unit 23, and a component storage unit 24.
- the login processing unit 21 specifies the user 40 who has made a login request via the terminal device 10.
- the layout definition storage unit 23 stores a layout definition file for each user.
- the layout definition file is a file that defines the layout of the constituent elements of each Web page used for the Web service.
- the component storage unit 24 stores components constituting each Web page, for example, an image file, a moving image file, a text file, a UI component, and the like.
- the file transmission unit 22 specifies the layout definition file corresponding to the user who has made the login request from the layout definition files for each user stored in the layout definition storage unit 23. Further, the file transmission unit 22 transmits the identified layout definition file to the terminal device 10.
- the terminal device 10 includes an input receiving unit 11, a layout definition interpreting unit 12, a component acquisition unit 13, a screen display unit 14, and a display device 16.
- the input receiving unit 11 is an input operation (for example, designation of a Web page, login information) input by a user 40 via an input device (not shown in FIG. 1) such as a touch panel, a keyboard, and a mouse. Input).
- the display device 16 is, for example, a liquid crystal display device.
- the layout definition interpretation unit 12 receives this and specifies the layout of the Web page designated by the user 40 based on the transmitted layout definition file. .
- the component acquisition unit 13 acquires the component necessary for the layout specified by the layout definition interpretation unit 12 from the component storage unit 24 of the Web server 20.
- the screen display unit 14 arranges the constituent elements acquired by the constituent element acquisition unit 13 along the layout specified by the layout definition interpretation unit 12, and displays the Web page designated by the user 40 on the screen of the display device 16. To display.
- the layout definition interpretation unit 12, the component acquisition unit 13, and the screen display unit 14 are constructed by a program to be described later and constitute a part of the Web browser 15.
- the Web system 30 separates the component elements that configure the Web page such as UI parts and the layout definition that defines the arrangement position of each component element on the Web page. Are transmitted separately to the terminal device 10.
- the transmitted layout definition is a layout definition set for the logged-in user, and the user can make his / her desired screen layout of the Web page by simply logging in.
- FIG. 2 is a diagram showing an example of a layout definition file used in the embodiment of the present invention.
- the layout definition file 50 has an area 51 for each Web page.
- one region 51 is from ⁇ screen> to ⁇ / screen>.
- Each area 51 defines the layout of the constituent elements of the corresponding Web page.
- each area 51 information for identifying the corresponding web page component, the display position of the component, and the size of the component in the area 52 from ⁇ widget> to ⁇ / widget> is described.
- a URL Uniform Resource Locator
- an image file serving as a component is stored is described as information for specifying the component of the Web page.
- 3 (a) and 3 (b) are diagrams showing examples of Web pages displayed on the screen.
- the screen 60a and the screen 60b are Web pages showing the same contents, but the display positions of the respective constituent elements 61 to 65 are different. According to the Web system 30, even for the same Web page, it is possible to have different layouts for each user.
- 3A and 3B show an example in which the use of the Web system 30 is a product description at a retail store.
- the Web server 20 transmits a Web page about a product to the terminal device 10 carried by the store clerk (user) in response to a request from the store clerk. Since the store clerk can customize the display screen of the terminal device 10 used by the store clerk so that the product can be easily appealed to the customer, sales can be expected to improve.
- a specific example of the terminal device 10 is a tablet information terminal.
- specific examples of the terminal device 10 are not particularly limited, and other examples include a personal computer, a smartphone, a tablet-type terminal device, and electronic paper.
- FIG. 4 is a sequence diagram showing the operation of the Web system in the embodiment of the present invention.
- the Web page display method is implemented by operating the Web system 30. Therefore, the description of the Web page display method in the present embodiment is replaced with the following operation description of the Web system 30.
- the input reception unit 11 of the terminal device 10 receives the input of the login information and transmits the login information to the Web server 20. (Step A1).
- the login processing unit 21 receives the transmitted login information and performs login processing (step A2). Specifically, the login processing unit 21 determines whether or not to allow the user 40 to log in based on an ID and a password included in the login information. When permitting login, the login processing unit 21 notifies the file transmission unit 22 of the ID of the user 40 (step A3).
- the file transmission unit 22 accesses the layout definition storage unit 23 and reads the layout definition file corresponding to the ID notified in step A3 (step A4). Then, the file transmission unit 22 transmits the layout definition file read in step A4 to the terminal device 10 (step A5).
- Step A5 When Step A5 is executed, in the terminal device 10, the layout definition interpretation unit 12 receives the transmitted layout definition file. Thereafter, when the user 40 designates a web page, the input receiving unit 11 requests the layout definition interpreting unit 12 to display the designated web (step A6).
- the layout definition interpretation unit 12 interprets the layout definition file transmitted in step A5, and identifies the layout of the Web page designated by the user 40 (step A7).
- the layout definition interpretation unit 12 outputs the specified layout to the screen display unit 14 (step A8), and instructs the component acquisition unit 13 to acquire the component necessary for the specified layout ( Step A9).
- the component acquisition unit 13 requests the file transmission unit 22 of the Web server 20 to transmit the component in order to acquire the necessary component (step A10). ).
- the file transmission unit 22 accesses the component storage unit 24, reads the component requested in step A 10 (step A 11), and transmits the read component to the terminal device 10. (Step A12).
- the component acquisition unit 13 receives the component transmitted in step A12, and outputs the received component to the screen display unit 14 (step A13).
- the screen display unit 14 may receive the component transmitted in step A12.
- the screen display unit 14 arranges the components received from the Web server 20 in accordance with the layout output in Step A8, and displays the Web page designated by the user 40 on the screen of the display device 16. (Step A14).
- the screen display unit 14 creates columns for product information (summary), product popularity information, and the like described in the layout, and sets the corresponding image file that has been acquired to the set position in each column. , Display it at the indicated size.
- the component that configures a Web page such as a UI component and the layout definition that defines the arrangement position of each component on the Web page are separated, and the terminal device 10 is separately provided. Sent to. Therefore, it is not necessary to modify the program for displaying the components, and in addition, the user can easily change the screen layout for each user without forcing troublesome work. Improves.
- the layout definition information does not need to be registered in the terminal device in advance, and is managed by the Web server 20, so that the burden on the administrator of the Web system 30 is reduced.
- the burden on the administrator is reduced from this point.
- the screen layout can be easily changed even when a plurality of users use the same terminal device 10. can do.
- the first program in the present embodiment may be a program that causes the server computer to execute steps A2 to A5, A11, and A12 shown in FIG.
- the Web server 20 in the present embodiment can be realized.
- a CPU (Central Processing Unit) of the server computer functions as the login processing unit 21 and the file transmission unit 22 to perform processing.
- a storage device such as a hard disk provided in the computer functions as the layout definition storage unit 23 and the component storage unit 24.
- the second program in the present embodiment may be a program that causes a computer, particularly an information terminal equipped with a Web browser, to execute steps A1, A6 to A10, A13, and A14 shown in FIG.
- the terminal device 10 in the present embodiment can be realized.
- the CPU (Central Processing Unit) of the computer functions as the layout definition interpretation unit 12, the component acquisition unit 13, and the screen display unit 14 to perform processing.
- Examples of such a computer (information terminal) include a tablet information terminal, a personal computer, a smartphone, and electronic paper.
- FIG. 5 is a block diagram illustrating an example of a server computer that implements the Web server according to the embodiment of the present invention.
- the information terminal that executes the second program is a personal computer
- the configuration of this information terminal is the same as that of the server computer shown in FIG.
- the server computer 110 includes a CPU 111, a main memory 112, a storage device 113, an input interface 114, a display controller 115, a data reader / writer 116, and a communication interface 117. These units are connected to each other via a bus 121 so that data communication is possible.
- the CPU 111 performs various operations by developing the program (code) in the present embodiment stored in the storage device 113 in the main memory 112 and executing them in a predetermined order.
- the main memory 112 is typically a volatile storage device such as a DRAM (Dynamic Random Access Memory).
- the program in the present embodiment is provided in a state of being stored in a computer-readable recording medium 120. Note that the program in the present embodiment may be distributed on the Internet connected via the communication interface 117.
- the storage device 113 include a semiconductor storage device such as a flash memory in addition to a hard disk.
- the input interface 114 mediates data transmission between the CPU 111 and an input device 118 such as a keyboard and a mouse.
- the display controller 115 is connected to the display device 119 and controls display on the display device 119.
- the data reader / writer 116 mediates data transmission between the CPU 111 and the recording medium 120, and reads a program from the recording medium 120 and writes a processing result in the computer 110 to the recording medium 120.
- the communication interface 117 mediates data transmission between the CPU 111 and another computer.
- the recording medium 120 include general-purpose semiconductor storage devices such as CF (Compact Flash (registered trademark)) and SD (Secure Digital), magnetic storage media such as a flexible disk, or CD- Optical storage media such as ROM (Compact Disk Read Only Memory) are listed.
- CF Compact Flash
- SD Secure Digital
- magnetic storage media such as a flexible disk
- CD- Optical storage media such as ROM (Compact Disk Read Only Memory) are listed.
- the present invention when a Web application is used, the screen layout for each user can be easily changed without requiring modification of the program and without complicating the user. be able to.
- the present invention is useful for a Web system for providing a Web service.
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
まず、Webサーバ20で、ログインした利用者を特定し、各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルのうち、利用者に対応するものを、端末装置10に送信する。次に、端末装置10で、送信されたレイアウト定義ファイルに基づき、利用者が指定したWebページのレイアウトを特定し、Webサーバ20から、特定されたレイアウトで必要な構成要素を取得する。その後、端末装置10によって、特定されたレイアウトに沿って、取得された構成要素を配置して、利用者が指定したWebページを画面に表示する。
Description
本発明は、Webサービスを提供するための、Webシステム、Webサーバ、端末装置、Webページの表示方法、及びこれらを実現するためのプログラムを記録したコンピュータ読み取り可能な記録媒体に関する。
近年、ネットワークの高速化、サーバコンピュータの性能向上により、企業等では、Webアプリケーションの利用が増加している。一般に、Webアプリケーションとは、端末装置に導入されたWebブラウザ上で動作するアプリケーションソフトを意味する(例えば、特許文献1参照。)。
Webアプリケーションでは、処理は、ネットワーク上のWebサーバと端末装置のWebブラウザとの間で、互いに通信を行ないながら進められる。従って、各端末装置において、必要となる処理に応じてアプリケーションソフトを導入する必要がなく、企業等においては、設備コストを抑制することができる。
また、Webアプリケーションでは、端末装置は、Webブラウザによって、入力データを受け付けたり、情報を表示したり、するだけであり、入力されたデータの管理及び処理等は、Webサーバによって行なわれる。このため、端末装置に重要なデータが残らないので、Webアプリケーションによれば、企業等において、セキュリティの向上を図ることが容易となる。
ところで、Webアプリケーションの利用者においては、作業効率の向上、見やすさ等を理由に、画面上でUI部品などのレイアウトを変更したい場合がある。また、企業等では、複数の利用者が1台の端末を利用する場合があり、このような場合に、利用者毎に、画面のレイアウトをカスタマイズできることが求められている。
しかしながら、Webアプリケーションの利用時において、端末装置の表示画面は、Webサーバが配信するプログラムによって、又は端末装置側で登録されている画面定義によって、固定されている。従って、利用者が、画面上でUI部品などのレイアウトを変更したい場合は、プログラム自体を修正する必要がある。
一方、UI部品のレイアウト定義が、端末装置側に登録されている場合は、利用者は、端末装置の設定を変更することで、レイアウトを変更できる。しかし、この場合は、利用者に余分な作業を強いるため、運用上の利便性に不都合が生じてしまう。特に、1台の端末装置を複数の利用者で利用する場合、各利用者は、他の利用者の使用後に、自分用にレイアウトを変更する必要があり、面倒である。
本発明の目的の一例は、上記問題を解消し、Webアプリケーション利用時において、プログラムの修正を必要とせず、且つ、利用者に面倒な作業を強いることなく、利用者毎の画面レイアウトの変更を容易に行い得る、Webシステム、Webサーバ、端末装置、Webページの表示方法、及びコンピュータ読み取り可能な記録媒体を提供することにある。
上記目的を達成するため、本発明の一側面におけるWebシステムは、端末装置と、前記端末装置にWebサービスを提供するWebサーバと、を備えたWebシステムであって、
前記Webサーバは、
前記端末装置を介してログイン要求を行なった利用者を特定する、ログイン処理部と、
前記利用者毎に、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルを格納する、レイアウト定義格納部と、
格納されている前記利用者毎の前記レイアウト定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記端末装置に送信する、ファイル送信部と、
前記各Webページを構成する構成要素を格納する、構成要素格納部と、
を備え、
前記端末装置は、
前記Webサーバから送信されてきた前記レイアウト定義ファイルに基づいて、前記利用者が指定したWebページのレイアウトを特定する、レイアウト定義解釈部と、
特定されたレイアウトで必要となる構成要素を、前記Webサーバの前記構成要素格納部から取得する、構成要素取得部と、
特定されたレイアウトに沿って、取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、画面表示部と、
を備えている、
ことを特徴とする。
前記Webサーバは、
前記端末装置を介してログイン要求を行なった利用者を特定する、ログイン処理部と、
前記利用者毎に、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルを格納する、レイアウト定義格納部と、
格納されている前記利用者毎の前記レイアウト定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記端末装置に送信する、ファイル送信部と、
前記各Webページを構成する構成要素を格納する、構成要素格納部と、
を備え、
前記端末装置は、
前記Webサーバから送信されてきた前記レイアウト定義ファイルに基づいて、前記利用者が指定したWebページのレイアウトを特定する、レイアウト定義解釈部と、
特定されたレイアウトで必要となる構成要素を、前記Webサーバの前記構成要素格納部から取得する、構成要素取得部と、
特定されたレイアウトに沿って、取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、画面表示部と、
を備えている、
ことを特徴とする。
上記目的を達成するため、本発明の一側面におけるWebサーバは、端末装置にWebサービスを提供するWebサーバであって、
端末装置を介してログイン要求を行なった利用者を特定する、ログイン処理部と、
前記利用者毎に、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルを格納する、レイアウト定義格納部と、
格納されている前記利用者毎の前記定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記端末装置に送信する、ファイル送信部と、
前記各Webページを構成する構成要素を格納する、構成要素格納部と、
を備えている、
ことを特徴とする。
端末装置を介してログイン要求を行なった利用者を特定する、ログイン処理部と、
前記利用者毎に、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルを格納する、レイアウト定義格納部と、
格納されている前記利用者毎の前記定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記端末装置に送信する、ファイル送信部と、
前記各Webページを構成する構成要素を格納する、構成要素格納部と、
を備えている、
ことを特徴とする。
上記目的を達成するため、本発明の一側面における端末装置は、WebサーバからWebサービスの提供を受ける端末装置であって、
前記Webサーバから送信されてきた、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義するレイアウト定義ファイルに基づいて、利用者が指定したWebページのレイアウトを特定する、レイアウト定義解釈部と、
前記Webサーバに予め格納されている前記Webページの構成要素の中から、特定されたレイアウトで必要となる構成要素を取得する、構成要素取得部と、
特定されたレイアウトに沿って、取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、画面表示部と、
を備えている、
ことを特徴とする。
前記Webサーバから送信されてきた、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義するレイアウト定義ファイルに基づいて、利用者が指定したWebページのレイアウトを特定する、レイアウト定義解釈部と、
前記Webサーバに予め格納されている前記Webページの構成要素の中から、特定されたレイアウトで必要となる構成要素を取得する、構成要素取得部と、
特定されたレイアウトに沿って、取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、画面表示部と、
を備えている、
ことを特徴とする。
また、上記目的を達成するため、本発明の一側面におけるWebページの表示方法は、端末装置と、前記端末装置にWebサービスを提供するWebサーバとを用いた、Webページの表示方法であって、
(a)前記Webサーバによって、前記端末装置を介してログイン要求を行なった利用者を特定する、ステップと、
(b)前記Webサーバにおいて、前記利用者毎に格納されている、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記Webサーバによって、前記端末装置に送信する、ステップと、
(c)前記端末装置によって、前記Webサーバから送信されてきた前記レイアウト定義ファイルに基づいて、前記利用者が指定したWebページのレイアウトを特定する、ステップと、
(d)前記端末装置によって、前記Webサーバに予め格納されている前記Webページの構成要素の中から、前記(c)のステップで特定されたレイアウトで必要となる構成要素を取得する、ステップと、
(e)前記(c)のステップで特定されたレイアウトに沿って、前記(d)のステップで取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、ステップと、
を有することを特徴とする。
(a)前記Webサーバによって、前記端末装置を介してログイン要求を行なった利用者を特定する、ステップと、
(b)前記Webサーバにおいて、前記利用者毎に格納されている、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記Webサーバによって、前記端末装置に送信する、ステップと、
(c)前記端末装置によって、前記Webサーバから送信されてきた前記レイアウト定義ファイルに基づいて、前記利用者が指定したWebページのレイアウトを特定する、ステップと、
(d)前記端末装置によって、前記Webサーバに予め格納されている前記Webページの構成要素の中から、前記(c)のステップで特定されたレイアウトで必要となる構成要素を取得する、ステップと、
(e)前記(c)のステップで特定されたレイアウトに沿って、前記(d)のステップで取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、ステップと、
を有することを特徴とする。
更に、上記目的を達成するため、本発明の一側面における第1のコンピュータ読み取り可能な記録媒体は、サーバコンピュータによって端末装置にWebサービスを提供するためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記サーバコンピュータに、
(a)前記端末装置を介してログイン要求を行なった利用者を特定する、ステップと、
(b)前記利用者毎に格納されている、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記端末装置に送信する、ステップと、
(c)前記端末装置の指示に応じて、前記Webページの構成要素を、前記端末装置に送信する、ステップと、
を実行させる、命令を含むプログラムを記録していることを特徴とする。
前記サーバコンピュータに、
(a)前記端末装置を介してログイン要求を行なった利用者を特定する、ステップと、
(b)前記利用者毎に格納されている、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記端末装置に送信する、ステップと、
(c)前記端末装置の指示に応じて、前記Webページの構成要素を、前記端末装置に送信する、ステップと、
を実行させる、命令を含むプログラムを記録していることを特徴とする。
更に、上記目的を達成するため、本発明の一側面における第2のコンピュータ読み取り可能な記録媒体は、コンピュータによって、WebサーバからのWebサービスの提供を受けるためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記コンピュータに、
(a)前記Webサーバから送信されてきた、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義するレイアウト定義ファイルに基づいて、利用者が指定したWebページのレイアウトを特定する、ステップと、
(b)前記Webサーバに予め格納されている前記Webページの構成要素の中から、特定されたレイアウトで必要となる構成要素を取得する、ステップと、
(c)前記(a)のステップで特定されたレイアウトに沿って、前記(b)のステップで取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、ステップと、
を実行させる、命令を含むプログラムを記録していることを特徴とする。
前記コンピュータに、
(a)前記Webサーバから送信されてきた、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義するレイアウト定義ファイルに基づいて、利用者が指定したWebページのレイアウトを特定する、ステップと、
(b)前記Webサーバに予め格納されている前記Webページの構成要素の中から、特定されたレイアウトで必要となる構成要素を取得する、ステップと、
(c)前記(a)のステップで特定されたレイアウトに沿って、前記(b)のステップで取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、ステップと、
を実行させる、命令を含むプログラムを記録していることを特徴とする。
以上のように、本発明によれば、Webアプリケーション利用時において、プログラムの修正を必要とせず、且つ、利用者に面倒な作業を強いることなく、利用者毎の画面レイアウトの変更を容易に行なうことができる。
(実施の形態)
以下、本発明の実施の形態における、Webシステム、Webサーバ、端末装置、Webページの表示方法、及びプログラムについて、図1~図4を参照しながら説明する。
以下、本発明の実施の形態における、Webシステム、Webサーバ、端末装置、Webページの表示方法、及びプログラムについて、図1~図4を参照しながら説明する。
[システム構成]
最初に、図1を用いて、本実施の形態における、Webシステム、Webサーバ、及び端末装置の構成について説明する。図1は、本発明の実施の形態における、Webシステムの構成を示すブロック図である。
最初に、図1を用いて、本実施の形態における、Webシステム、Webサーバ、及び端末装置の構成について説明する。図1は、本発明の実施の形態における、Webシステムの構成を示すブロック図である。
図1に示すように、本実施の形態1におけるWebシステム30は、端末装置10と、端末装置10にWebサービスを提供するWebサーバ20とを備えている。図1の例では、説明のため、単一の端末装置10のみが示されているが、実際には、複数の端末装置10が用いられる。
また、図1に示すように、Webサーバ20は、ログイン処理部21と、ファイル送信部22と、レイアウト定義格納部23と、構成要素格納部24とを備えている。このうち、ログイン処理部21は、端末装置10を介してログイン要求を行なった利用者40を特定する。
レイアウト定義格納部23は、利用者毎に、レイアウト定義ファイルを格納している。レイアウト定義ファイルは、Webサービスに用いられる各Webページの構成要素のレイアウトを定義したファイルである。構成要素格納部24は、各Webページを構成する構成要素、例えば、画像ファイル、動画ファイル、テキストファイル、UI部品等を格納する。
ファイル送信部22は、レイアウト定義格納部23に格納されている利用者毎のレイアウト定義ファイルの中から、ログイン要求を行なった利用者に対応するレイアウト定義ファイルを特定する。更に、ファイル送信部22は、特定したレイアウト定義ファイルを、端末装置10に送信する。
また、図1に示すように、端末装置10は、入力受付部11と、レイアウト定義解釈部12と、構成要素取得部13と、画面表示部14と、表示装置16を備えている。このうち、入力受付部11は、タッチパネル、キーボード、マウス等の入力機器(図1において図示せず)を介して入力された、利用者40の入力操作(例えば、Webページの指定、ログイン情報の入力)を受け付ける。表示装置16は、例えば、液晶表示装置等である。
レイアウト定義解釈部12は、Webサーバ20からレイアウト定義ファイルが送信されてくると、これを受信し、送信されてきたレイアウト定義ファイルに基づいて、利用者40が指定したWebページのレイアウトを特定する。
構成要素取得部13は、レイアウト定義解釈部12によって特定されたレイアウトで必要となる構成要素を、Webサーバ20の構成要素格納部24から取得する。画面表示部14は、レイアウト定義解釈部12によって特定されたレイアウトに沿って、構成要素取得部13で取得された構成要素を配置して、利用者40が指定したWebページを表示装置16の画面に表示させる。
また、本実施の形態では、レイアウト定義解釈部12、構成要素取得部13、及び画面表示部14は、後述するプログラムによって構築されており、Webブラウザ15の一部を構成している。
このように、Webシステム30では、一般的なWebシステムと異なり、UI部品等のWebページを構成する構成要素と、各構成要素のWebページ上の配置位置を定義するレイアウト定義とが、分離され、別々に端末装置10に送信される。そして、送信されてくるレイアウト定義は、ログインした利用者に対して設定されたレイアウト定義であり、利用者は、ログインするだけで、Webページの画面レイアウトを自己の望むものとすることができる。
つまり、Webシステム30によれば、Webアプリケーション利用時において、Webページの構成要素を表示させるためのプログラムの修正を必要とせず、更に、利用者に面倒な作業を強いることなく、利用者毎の画面レイアウトの変更を容易なものとすることができる。
ここで、図2及び図3を用いて、更に具体的に説明する。図2は、本発明の実施の形態で用いられるレイアウト定義ファイルの一例を示す図である。
図2に示すように、レイアウト定義ファイル50は、Webページ毎に領域51を有している。図2の例では、1つの領域51は、<screen>から</screen>迄である。また、各領域51には、対応するWebページの構成要素のレイアウトが定義されている。
具体的には、各領域51において、<widget>から</widget>迄の領域52に、対応するWebページの構成要素を特定する情報と、構成要素の表示位置と、構成要素の大きさとが記述されている。また、図2の例では、Webページの構成要素を特定する情報として、構成要素となる画像ファイルが格納されているURL(Uniform Resource Locator)が記述されている。
図3(a)及び図3(b)は、それぞれ、画面に表示されたWebページの一例を示す図である。図3(a)及び図3(b)に示すように、画面60aと画面60bとは、同じ内容を示すWebページであるが、それぞれの構成要素61~65の表示位置が異なっている。Webシステム30によれば、同じWebページであっても、利用者毎に異なるレイアウトとすることが可能となる。
また、図3(a)及び図3(b)は、Webシステム30の用途が、小売店での商品説明である例を示している。この例では、Webサーバ20は、店員(利用者)の携帯する端末装置10に、店員の求めに応じて、商品についてのWebページを送信する。店員は、顧客に対して商品をアピールしやすいように、自分が使用する端末装置10の表示画面をカスタマイズできるので、売上向上が期待できる。
また、図3(a)及び図3(b)に示した用途においては、端末装置10の具体例としては、タブレット型の情報端末が挙げられる。なお、本実施の形態において、端末装置10の具体例は特に限定されず、その他に、パーソナルコンピュータ、スマートフォン、タブレット型の端末装置、電子ペーパー等が具体例として挙げられる。
[システム構成]
次に、本発明の実施の形態における、Webシステム30、Webサーバ20、端末装置10の動作について図4を用いて説明する。図4は、本発明の実施の形態におけるWebシステムの動作を示すシーケンス図である。
次に、本発明の実施の形態における、Webシステム30、Webサーバ20、端末装置10の動作について図4を用いて説明する。図4は、本発明の実施の形態におけるWebシステムの動作を示すシーケンス図である。
以下の説明においては、適宜図1~図3を参酌する。また、本実施の形態では、Webシステム30を動作させることによって、Webページの表示方法が実施される。よって、本実施の形態におけるWebページの表示方法の説明は、以下のWebシステム30の動作説明に代える。
図4に示すように、まず、利用者40が、ID及びパスワードといったログイン情報を入力すると、端末装置10の入力受付部11は、ログイン情報の入力を受け付け、ログイン情報をWebサーバ20へと送信する(ステップA1)。
次に、Webサーバ20では、ログイン処理部21が、送信されてきたログイン情報を受け取り、ログイン処理を行なう(ステップA2)。具体的には、ログイン処理部21は、ログイン情報に含まれるID及びパスワードに基づいて、利用者40のログインを許可するかどうかを判定する。ログインを許可する場合は、ログイン処理部21は、利用者40のIDをファイル送信部22に通知する(ステップA3)。
次に、ファイル送信部22は、レイアウト定義格納部23にアクセスし、ステップA3で通知されたIDに対応するレイアウト定義ファイルを読み出す(ステップA4)。そして、ファイル送信部22は、ステップA4で読み出したレイアウト定義ファイルを、端末装置10へと送信する(ステップA5)。
ステップA5が実行されると、端末装置10では、レイアウト定義解釈部12が、送信されてきたレイアウト定義ファイルを受信する。その後、利用者40がWebページを指定すると、入力受付部11は、レイアウト定義解釈部12に対して、指定されたWebの表示を要求する(ステップA6)。
次に、レイアウト定義解釈部12は、ステップA5で送信されてきたレイアウト定義ファイルを解釈し、利用者40が指定したWebページのレイアウトを特定する(ステップA7)。
そして、レイアウト定義解釈部12は、特定したレイアウトを画面表示部14に出力すると共に(ステップA8)、構成要素取得部13に対して、特定したレイアウトで必要となる構成要素の取得を指示する(ステップA9)。
次に、ステップA9によって指示がなされると、構成要素取得部13は、必要な構成要素を取得するため、Webサーバ20のファイル送信部22に対して、構成要素の送信を要求する(ステップA10)。
次に、Webサーバ20では、ファイル送信部22は、構成要素格納部24にアクセスし、ステップA10で要求された構成要素を読み出し(ステップA11)、読み出した構成要素を、端末装置10へと送信する(ステップA12)。
次に、端末装置10において、構成要素取得部13は、ステップA12で送信されてきた構成要素を受け取り、受け取った構成要素を、画面表示部14に出力する(ステップA13)。なお、本実施の形態では、画面表示部14が、ステップA12で送信されてきた構成要素を受け取っても良い。
そして、画面表示部14は、ステップA8で出力されてきたレイアウトに沿って、Webサーバ20から受け取った構成要素を配置して、利用者40が指定したWebページを表示装置16の画面に表示させる(ステップA14)。
具体的には、例えば、出力されてきたレイアウトが、図2に示す「商品情報画面」のレイアウトであったとする。この場合、画面表示部14は、レイアウトに記述されている、商品情報(概要)、商品人気情報等の欄を作成し、各欄において、取得済の対応する画像ファイルを、設定された位置に、指示されているサイズで表示させる。
[実施の形態における効果]
以上のように、本実施の形態では、UI部品等のWebページを構成する構成要素と、各構成要素のWebページ上の配置位置を定義するレイアウト定義とが、分離され、別々に端末装置10に送信される。よって、構成要素を表示するためのプログラムの修正を必要とせず、加えて、利用者に面倒な作業を強いることなく、利用者毎に画面レイアウトを容易に変更することができ、利用者における利便性が向上する。
以上のように、本実施の形態では、UI部品等のWebページを構成する構成要素と、各構成要素のWebページ上の配置位置を定義するレイアウト定義とが、分離され、別々に端末装置10に送信される。よって、構成要素を表示するためのプログラムの修正を必要とせず、加えて、利用者に面倒な作業を強いることなく、利用者毎に画面レイアウトを容易に変更することができ、利用者における利便性が向上する。
また、本実施の形態では、レイアウト定義情報は、予め端末装置に登録しておく必要がなく、Webサーバ20によって管理されるため、Webシステム30の管理者の負担が低減される。また、レイアウト定義ファイルには、複数のWebページの定義が設定されるため、この点からも、管理者の負担は低減される。
更に、本実施の形態では、利用者のログインによって、対応するレイアウト定義ファイルが選択されるため、複数の利用者が同一の端末装置10を使用する場合であっても、容易に画面レイアウトを変更することができる。
[プログラム]
本実施の形態における第1のプログラムは、サーバコンピュータに、図4に示すステップA2~A5、A11、及びA12を実行させるプログラムであれば良い。この第1のプログラムをサーバコンピュータにインストールし、実行することによって、本実施の形態におけるWebサーバ20を実現することができる。この場合、サーバコンピュータのCPU(Central Processing Unit)は、ログイン処理部21及びファイル送信部22として機能し、処理を行なう。また、コンピュータに備えられたハードディスク等の記憶装置が、レイアウト定義格納部23及び構成要素格納部24として機能する。
本実施の形態における第1のプログラムは、サーバコンピュータに、図4に示すステップA2~A5、A11、及びA12を実行させるプログラムであれば良い。この第1のプログラムをサーバコンピュータにインストールし、実行することによって、本実施の形態におけるWebサーバ20を実現することができる。この場合、サーバコンピュータのCPU(Central Processing Unit)は、ログイン処理部21及びファイル送信部22として機能し、処理を行なう。また、コンピュータに備えられたハードディスク等の記憶装置が、レイアウト定義格納部23及び構成要素格納部24として機能する。
また、本実施の形態における第2のプログラムは、コンピュータ、特に、Webブラウザを備えた情報端末に、図4に示すステップA1、A6~A10、A13、及びA14を実行させるプログラムであれば良い。この第2のプログラムをコンピュータにインストールし、実行することによって、本実施の形態における端末装置10を実現することができる。この場合、コンピュータのCPU(Central Processing Unit)は、レイアウト定義解釈部12、構成要素取得部13、及び画面表示部14として機能し、処理を行なう。また、このようなコンピュータ(情報端末)としては、タブレット型の情報端末、パーソナルコンピュータ、スマートフォン、電子ペーパー等が挙げられる。
ここで、第1のプログラムを実行することによって、Webサーバ20を実現するサーバコンピュータについて図5を用いて説明する。図5は、本発明の実施の形態におけるWebサーバを実現するサーバコンピュータの一例を示すブロック図である。なお、第2のプログラムを実行する情報端末がパーソナルコンピュータである場合は、この情報端末の構成も、図5に示すサーバコンピュータと同様である。
図5に示すように、サーバコンピュータ110は、CPU111と、メインメモリ112と、記憶装置113と、入力インターフェイス114と、表示コントローラ115と、データリーダ/ライタ116と、通信インターフェイス117とを備える。これらの各部は、バス121を介して、互いにデータ通信可能に接続される。
CPU111は、記憶装置113に格納された、本実施の形態におけるプログラム(コード)をメインメモリ112に展開し、これらを所定順序で実行することにより、各種の演算を実施する。メインメモリ112は、典型的には、DRAM(Dynamic Random Access Memory)等の揮発性の記憶装置である。また、本実施の形態におけるプログラムは、コンピュータ読み取り可能な記録媒体120に格納された状態で提供される。なお、本実施の形態におけるプログラムは、通信インターフェイス117を介して接続されたインターネット上で流通するものであっても良い。
また、記憶装置113の具体例としては、ハードディスクの他、フラッシュメモリ等の半導体記憶装置が挙げられる。入力インターフェイス114は、CPU111と、キーボード及びマウスといった入力機器118との間のデータ伝送を仲介する。表示コントローラ115は、ディスプレイ装置119と接続され、ディスプレイ装置119での表示を制御する。
データリーダ/ライタ116は、CPU111と記録媒体120との間のデータ伝送を仲介し、記録媒体120からのプログラムの読み出し、及びコンピュータ110における処理結果の記録媒体120への書き込みを実行する。通信インターフェイス117は、CPU111と、他のコンピュータとの間のデータ伝送を仲介する。
また、記録媒体120の具体例としては、CF(Compact Flash(登録商標))及びSD(Secure Digital)等の汎用的な半導体記憶デバイス、フレキシブルディスク(Flexible Disk)等の磁気記憶媒体、又はCD-ROM(Compact Disk Read Only Memory)などの光学記憶媒体が挙げられる。
以上、実施の形態を参照して本願発明を説明したが、本願発明は上記実施の形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。
この出願は、2012年12月21日に出願された日本出願特願2012-279884を基礎とする優先権を主張し、その開示の全てをここに取り込む。
以上のように、本発明によれば、Webアプリケーション利用時において、プログラムの修正を必要とせず、且つ、利用者に面倒な作業を強いることなく、利用者毎の画面レイアウトの変更を容易に行なうことができる。本発明は、Webサービスを提供するための、Webシステムに有用である。
10 端末装置
11 入力受付部
12 レイアウト定義解釈部
13 構成要素取得部
14 画面表示部
15 Webブラウザ
20 Webサーバ
21 ログイン処理部
22 ファイル送信部
23 レイアウト定義格納部
24 構成要素格納部
30 Webシステム
40 利用者
50 レイアウト定義ファイル
51 領域
52 領域
60a、60b 画面
61~65 構成要素
110 サーバコンピュータ
111 CPU
112 メインメモリ
113 記憶装置
114 入力インターフェイス
115 表示コントローラ
116 データリーダ/ライタ
117 通信インターフェイス
118 入力機器
119 ディスプレイ装置
120 記録媒体
121 バス
11 入力受付部
12 レイアウト定義解釈部
13 構成要素取得部
14 画面表示部
15 Webブラウザ
20 Webサーバ
21 ログイン処理部
22 ファイル送信部
23 レイアウト定義格納部
24 構成要素格納部
30 Webシステム
40 利用者
50 レイアウト定義ファイル
51 領域
52 領域
60a、60b 画面
61~65 構成要素
110 サーバコンピュータ
111 CPU
112 メインメモリ
113 記憶装置
114 入力インターフェイス
115 表示コントローラ
116 データリーダ/ライタ
117 通信インターフェイス
118 入力機器
119 ディスプレイ装置
120 記録媒体
121 バス
Claims (7)
- 端末装置と、前記端末装置にWebサービスを提供するWebサーバと、を備えたWebシステムであって、
前記Webサーバは、
前記端末装置を介してログイン要求を行なった利用者を特定する、ログイン処理部と、
前記利用者毎に、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルを格納する、レイアウト定義格納部と、
格納されている前記利用者毎の前記レイアウト定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記端末装置に送信する、ファイル送信部と、
前記各Webページを構成する構成要素を格納する、構成要素格納部と、
を備え、
前記端末装置は、
前記Webサーバから送信されてきた前記レイアウト定義ファイルに基づいて、前記利用者が指定したWebページのレイアウトを特定する、レイアウト定義解釈部と、
特定されたレイアウトで必要となる構成要素を、前記Webサーバの前記構成要素格納部から取得する、構成要素取得部と、
特定されたレイアウトに沿って、取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、画面表示部と、
を備えている、
ことを特徴とするWebシステム。 - 前記レイアウト定義ファイルは、前記Webページ毎に領域を有し、各領域には、対応するWebページの構成要素を特定する情報と、当該構成要素の表示位置と、当該構成要素の大きさとが少なくとも記述されている、請求項1に記載のWebシステム。
- 端末装置にWebサービスを提供するWebサーバであって、
端末装置を介してログイン要求を行なった利用者を特定する、ログイン処理部と、
前記利用者毎に、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルを格納する、レイアウト定義格納部と、
格納されている前記利用者毎の前記定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記端末装置に送信する、ファイル送信部と、
前記各Webページを構成する構成要素を格納する、構成要素格納部と、
を備えている、
ことを特徴とするWebサーバ。 - WebサーバからWebサービスの提供を受ける端末装置であって、
前記Webサーバから送信されてきた、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義するレイアウト定義ファイルに基づいて、利用者が指定したWebページのレイアウトを特定する、レイアウト定義解釈部と、
前記Webサーバに予め格納されている前記Webページの構成要素の中から、特定されたレイアウトで必要となる構成要素を取得する、構成要素取得部と、
特定されたレイアウトに沿って、取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、画面表示部と、
を備えている、
ことを特徴とする端末装置。 - 端末装置と、前記端末装置にWebサービスを提供するWebサーバとを用いた、Webページの表示方法であって、
(a)前記Webサーバによって、前記端末装置を介してログイン要求を行なった利用者を特定する、ステップと、
(b)前記Webサーバにおいて、前記利用者毎に格納されている、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記Webサーバによって、前記端末装置に送信する、ステップと、
(c)前記端末装置によって、前記Webサーバから送信されてきた前記レイアウト定義ファイルに基づいて、前記利用者が指定したWebページのレイアウトを特定する、ステップと、
(d)前記端末装置によって、前記Webサーバに予め格納されている前記Webページの構成要素の中から、前記(c)のステップで特定されたレイアウトで必要となる構成要素を取得する、ステップと、
(e)前記(c)のステップで特定されたレイアウトに沿って、前記(d)のステップで取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、ステップと、
を有することを特徴とするWebページの表示方法。 - サーバコンピュータによって端末装置にWebサービスを提供するためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記サーバコンピュータに、
(a)前記端末装置を介してログイン要求を行なった利用者を特定する、ステップと、
(b)前記利用者毎に格納されている、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義したレイアウト定義ファイルのうち、前記ログイン要求を行なった利用者に対応する前記レイアウト定義ファイルを、前記端末装置に送信する、ステップと、
(c)前記端末装置の指示に応じて、前記Webページの構成要素を、前記端末装置に送信する、ステップと、
を実行させる、命令を含むプログラムを記録しているコンピュータ読み取り可能な記録媒体。 - コンピュータによって、WebサーバからのWebサービスの提供を受けるためのプログラムを記録したコンピュータ読み取り可能な記録媒体であって、
前記コンピュータに、
(a)前記Webサーバから送信されてきた、前記Webサービスに用いられる各Webページの構成要素のレイアウトを定義するレイアウト定義ファイルに基づいて、利用者が指定したWebページのレイアウトを特定する、ステップと、
(b)前記Webサーバに予め格納されている前記Webページの構成要素の中から、特定されたレイアウトで必要となる構成要素を取得する、ステップと、
(c)前記(a)のステップで特定されたレイアウトに沿って、前記(b)のステップで取得された構成要素を配置して、前記利用者が指定したWebページを画面に表示させる、ステップと、
を実行させる、命令を含むプログラムを記録しているコンピュータ読み取り可能な記録媒体。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| SG11201504893SA SG11201504893SA (en) | 2012-12-21 | 2013-11-11 | Web system, web server, terminal device, webpage display method, and computer-readable recording medium |
| JP2014553015A JPWO2014097769A1 (ja) | 2012-12-21 | 2013-11-11 | Webシステム、Webサーバ、端末装置、Webページの表示方法、及びプログラム |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2012-279884 | 2012-12-21 | ||
| JP2012279884 | 2012-12-21 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2014097769A1 true WO2014097769A1 (ja) | 2014-06-26 |
Family
ID=50978115
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/JP2013/080414 Ceased WO2014097769A1 (ja) | 2012-12-21 | 2013-11-11 | Webシステム、Webサーバ、端末装置、Webページの表示方法、及びコンピュータ読み取り可能な記録媒体 |
Country Status (4)
| Country | Link |
|---|---|
| JP (1) | JPWO2014097769A1 (ja) |
| SG (1) | SG11201504893SA (ja) |
| TW (1) | TW201439936A (ja) |
| WO (1) | WO2014097769A1 (ja) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110134895A (zh) * | 2019-05-10 | 2019-08-16 | 拉扎斯网络科技(上海)有限公司 | 页面展示方法、装置、电子设备及计算机可读存储介质 |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR102784036B1 (ko) * | 2022-04-26 | 2025-03-21 | 쿠팡 주식회사 | 전자 장치 및 그의 동작 방법 |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2006072750A (ja) * | 2004-09-02 | 2006-03-16 | Ricoh Co Ltd | Webページレイアウト設定装置、Webページレイアウト設定方法、Webページレイアウト設定プログラム及び記録媒体 |
| JP2010211292A (ja) * | 2009-03-06 | 2010-09-24 | Mitsubishi Electric Corp | 画面表示プログラム生成装置及び画面表示システム及びコンピュータプログラム及び画面表示プログラム生成方法 |
-
2013
- 2013-11-11 WO PCT/JP2013/080414 patent/WO2014097769A1/ja not_active Ceased
- 2013-11-11 SG SG11201504893SA patent/SG11201504893SA/en unknown
- 2013-11-11 JP JP2014553015A patent/JPWO2014097769A1/ja active Pending
- 2013-11-18 TW TW102141850A patent/TW201439936A/zh unknown
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2006072750A (ja) * | 2004-09-02 | 2006-03-16 | Ricoh Co Ltd | Webページレイアウト設定装置、Webページレイアウト設定方法、Webページレイアウト設定プログラム及び記録媒体 |
| JP2010211292A (ja) * | 2009-03-06 | 2010-09-24 | Mitsubishi Electric Corp | 画面表示プログラム生成装置及び画面表示システム及びコンピュータプログラム及び画面表示プログラム生成方法 |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110134895A (zh) * | 2019-05-10 | 2019-08-16 | 拉扎斯网络科技(上海)有限公司 | 页面展示方法、装置、电子设备及计算机可读存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| SG11201504893SA (en) | 2015-07-30 |
| TW201439936A (zh) | 2014-10-16 |
| JPWO2014097769A1 (ja) | 2017-01-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11790158B1 (en) | System and method for using a dynamic webpage editor | |
| AU2006230578B2 (en) | Method and system for transferring web browser data between web browsers | |
| TW201443670A (zh) | 提供不計內容格式及類型之內容可存取性的虛擬庫 | |
| US8755771B2 (en) | System, method, and program for generating screen | |
| US9996381B1 (en) | Live application management workflow using metadata capture | |
| JP6501893B2 (ja) | デスクトップ共有方法及びモバイル端末 | |
| JP2016162190A (ja) | 情報処理システム、サーバ装置、制御方法およびプログラム | |
| US8988716B1 (en) | Customized printer identifier with embedded access rights | |
| US9706006B2 (en) | System and method of context aware adaption of content for a mobile device | |
| US20140223320A1 (en) | Information processing system, information processing device, and method | |
| US20140327929A1 (en) | Print service | |
| US9756203B2 (en) | Image processing apparatus, method for controlling the same, and storage medium | |
| US9282091B2 (en) | Information processing system, information processing device, and authentication method | |
| CN107430609A (zh) | 针对企业环境的浏览器新标签页的生成 | |
| WO2014097769A1 (ja) | Webシステム、Webサーバ、端末装置、Webページの表示方法、及びコンピュータ読み取り可能な記録媒体 | |
| JP2016071491A (ja) | 情報処理方法、及びプログラム | |
| US20170249604A1 (en) | Electronic receipt system | |
| US20140059117A1 (en) | Service provider facilitating access of diverse web-based services | |
| AU2017200305B2 (en) | Method that automatically identifies when a mobile app user needs some functionality that is only available in desktop app and then suggest user to take his creation to desktop app | |
| US10083672B1 (en) | Automatic customization of e-books based on reader specifications | |
| JP2014035555A (ja) | 情報処理装置、情報処理方法及びそのプログラム | |
| KR102317616B1 (ko) | 전자 장치 및 그의 서버에 액세스하는 방법 | |
| US10063736B2 (en) | Information processing apparatus and control method for providing a print setting screen to be displayed | |
| WO2013005218A1 (en) | A simplified system for website conversion & website design for mobile & hand-held devices | |
| JP2016091092A (ja) | ブラウザ、ブラウザの制御方法およびプログラム |
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: 13866312 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 2014553015 Country of ref document: JP Kind code of ref document: A |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 13866312 Country of ref document: EP Kind code of ref document: A1 |