WO2007132677A1 - サービス提供装置 - Google Patents

サービス提供装置 Download PDF

Info

Publication number
WO2007132677A1
WO2007132677A1 PCT/JP2007/059358 JP2007059358W WO2007132677A1 WO 2007132677 A1 WO2007132677 A1 WO 2007132677A1 JP 2007059358 W JP2007059358 W JP 2007059358W WO 2007132677 A1 WO2007132677 A1 WO 2007132677A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
execution code
configuration information
screen configuration
execution
Prior art date
Application number
PCT/JP2007/059358
Other languages
English (en)
French (fr)
Inventor
Kanae Naoi
Katsuya Nakagawa
Hideyuki Otokawa
Azusa Umemoto
Original Assignee
Sharp Kabushiki Kaisha
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 Sharp Kabushiki Kaisha filed Critical Sharp Kabushiki Kaisha
Priority to US12/301,004 priority Critical patent/US8005931B2/en
Priority to EP07742793.8A priority patent/EP2023251A4/en
Publication of WO2007132677A1 publication Critical patent/WO2007132677A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1454Digital output to display device ; Cooperation and interconnection of the display device with other functional units involving copying of the display data of a local workstation or window to a remote workstation or window so that an actual copy of the data is displayed simultaneously on two or more displays, e.g. teledisplay
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/02Networking aspects
    • G09G2370/022Centralised management of display operation, e.g. in a server instead of locally
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/02Networking aspects
    • G09G2370/027Arrangements and methods specific for the display of internet documents
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G2370/00Aspects of data communication
    • G09G2370/04Exchange of auxiliary data, i.e. other than image data, between monitor and graphics controller
    • G09G2370/042Exchange of auxiliary data, i.e. other than image data, between monitor and graphics controller for monitor identification

Definitions

  • the present invention relates to a service providing apparatus that provides a service to a user using an execution code prepared on the server side, and in particular, a plurality of types of screen configuration information and execution code prepared on the server side, Background art related to service providing devices for providing a service usage environment with screen transitions in the environment requested by the user using resources of the service providing device
  • a typical method is to associate a Web server and a database accessible from the server with a program that operates on the server side, access the database using information entered by the user, and present it to the user
  • the information is output to the user terminal in the HTML (HyperText Markup Language) or XML (eXtensible Markup Language) format.
  • HTML HyperText Markup Language
  • XML eXtensible Markup Language
  • a service providing system that uses a program that operates on the server side is referred to as a Web service.
  • Patent Document 1 proposes having a program generator for creating a source program for providing a Web service.
  • an XML program in a unique format that describes display item attributes on the screen and an HTML program that controls the screen design are created separately.
  • the program generator converts these XML programs and HTML programs into source programs that can be used on the Web by adding general-purpose functions such as screen transition destinations and log output functions.
  • general-purpose functions such as screen transition destinations and log output functions.
  • the technique described in Patent Document 1 if only the screen design is to be changed, only the HTML program needs to be changed. If you want to change only the display items, change only the XML program. In either case, if the source program generator is started again, it is possible to obtain a source program in which only the screen design or only the display items are changed.
  • Patent Document 2 discloses a display information determination device that replaces content to be embedded in a template.
  • a plurality of content specifying information is associated with a page template to be displayed.
  • the display information confirmation device replaces the content embedded in the page template according to the condition.
  • This device can embed various contents in the same page template and send them to the client without modifying the server program. Therefore, the display contents on the client device can be changed dynamically.
  • Patent Document 1 JP 2002-366352
  • Patent Document 2 JP 2001-51821
  • Patent Document 2 uses the same page template and changes the embedded content depending on conditions. Therefore, the display can be changed dynamically.
  • page templates are managed on the server side, and it is difficult to create a program that can be executed with due consideration of the status of the client terminal.
  • the client passes only a minimum amount of information, and the client can perform various services according to the client environment. A system that can be enjoyed is required.
  • a method for providing such a service screen configuration information necessary for providing the service, and an execution code of a program that executes a process for providing the service while performing screen transition using the information
  • a method may be conceived in which the client device is provided and stored, and is executed according to the environment of the client device. Conventionally, such a mechanism has not been considered, and for this reason, there is no mechanism for effectively managing such screen configuration information or execution code in the client device.
  • the present invention has been made in view of such a problem, and in a service providing apparatus having a function of receiving, storing, and executing information for service provision from the outside, the information is stored in the apparatus. It is an object of the present invention to provide a service providing apparatus capable of effectively managing execution codes and screen configuration information.
  • the service providing apparatus provides a service that provides a service using a plurality of screens by obtaining and executing an execution code accompanied by a screen transition from the outside at the time of execution.
  • a display device and a provider of executable code for service provision A communication unit for communicating with another device, a first acquisition unit for acquiring a predetermined execution code from another device via the communication unit, and an execution code obtained by the first acquisition unit
  • An execution code storage unit for storing the screen, a screen configuration information storage unit for storing screen configuration information for determining a screen configuration displayed by the display device when the execution code is executed, and provision of an arbitrary service
  • the execution code and screen configuration information necessary for providing the service are stored in the execution code storage unit and the screen configuration information storage unit by the start of the service.
  • the first acquisition unit, the execution code storage unit, and the screen configuration information storage unit are managed, and in response to receiving an instruction to provide a service by specifying an arbitrary service, the execution code storage unit A management unit for executing the stored execution code corresponding to the designated service using the screen configuration information stored in the screen configuration information storage unit.
  • the screen configuration information storage unit stores screen configuration information required in advance when executing the execution code.
  • the first acquisition unit acquires an execution code for service provision via the communication unit, and stores it in the execution code storage unit.
  • the management unit stores the information storage capability of the screen configuration information storage unit and the execution code storage unit, and performs the first storage unit, the execution code storage unit, and the screen configuration information so as to be performed by the start of service provision. Manage the storage.
  • the management unit When executing the execution code, the management unit reads the execution code corresponding to the designated service from the execution code storage unit and executes it using the screen configuration information stored in the screen configuration information storage unit.
  • the management unit communicates screen configuration information that is not stored in the screen configuration information storage unit among screen configuration information necessary for execution of the predetermined execution code stored in the execution code storage unit. And an execution code corresponding to the specified service stored in the execution code storage unit in response to receiving an instruction to provide a service by designating an arbitrary service, And an execution unit for executing using the screen configuration information stored by the screen configuration information storage unit.
  • the management unit further communicates an execution code that is not stored in the execution code storage unit among execution codes that are necessary for execution of the predetermined execution code stored in the execution code storage unit.
  • the processing part for acquiring by the part is included.
  • the execution code may be either a service script or a binary code.
  • each of the execution code and the screen configuration information is provided with an identifiable identifier, and the execution code for providing the service includes an identifier of the execution code used when the execution code is executed, Or, the identifier of the screen configuration information used at the time of execution of the execution code is associated, and the management unit, based on the identifier associated with each of the execution code and the identifier assigned to each of the screen configuration information, The first acquisition unit, execution code storage unit, and screen configuration information storage unit are managed.
  • the screen configuration information includes a screen component that is a component of the screen and layout information that defines a layout of the screen component on the screen.
  • the layout information is associated with an identifier of a screen component displayed according to the layout
  • the management unit includes the layout information included in the execution code for providing the service. Based on the identifier of the screen component to be used, the first acquisition unit, execution code storage unit, and screen configuration information storage unit are managed.
  • the execution code may include code for calling another execution code
  • the management unit may execute the execution code necessary for providing the service before the start of provision of any service
  • the first acquisition unit, the execution code storage unit, and the screen configuration information storage unit are managed so that the execution code called by the execution code and the screen configuration information are stored in the execution code storage unit and the screen configuration information storage unit.
  • the screen configuration information storage unit stores the execution code corresponding to the specified service stored in the execution code storage unit.
  • a processing unit is included for execution using the displayed screen configuration information.
  • the management unit changes the contents of the screen configuration information stored in the screen configuration information storage unit according to a predetermined condition.
  • the execution code may include a description for changing the execution code or the screen configuration information used at the time of executing the service in accordance with a predetermined condition.
  • the execution code storage unit, and the screen configuration information storage so that the execution code and screen configuration information necessary for providing the service are stored in the execution code storage unit and the screen configuration information storage unit.
  • the execution unit changes the execution code or screen configuration information used during service execution according to the description of the execution code to be executed.
  • the execution code may include a description for changing an execution path of an execution code used at the time of service execution according to a predetermined condition.
  • the management unit performs the first acquisition so that the execution code and the screen configuration information necessary for providing the service are stored in the execution code storage unit and the screen configuration information storage unit by the start of the provision of any service.
  • a processing unit for managing the storage unit, the execution code storage unit, and the screen configuration information storage unit.
  • the execution unit changes the execution path of the execution code at the time of service execution according to the description of the execution code to be executed.
  • the service providing apparatus accesses a device of a predetermined service providing source via the communication unit, and starts providing a new service in response to the service providing device.
  • the service providing apparatus further includes a service start information acquisition unit for causing the first acquisition unit to acquire an execution code for providing the new service.
  • the service start information acquisition unit periodically accesses a device of a predetermined service providing source, and starts providing a new service in response to the device of the service providing source.
  • the first acquisition unit includes a processing unit for acquiring an execution code for providing the new service from a predetermined service provider.
  • the service start information acquisition unit accesses a processing unit for receiving a service acquisition instruction from the user and a device that provides the specified service in response to the user instruction.
  • Equipment of service provider A processing unit for causing the first acquisition unit to acquire an execution code for providing a specified service may be included.
  • the service providing device includes an execution code attached to the execution code acquired by the first acquisition unit and the execution code acquired by the first acquisition unit before the first acquisition unit acquires the execution code from another device. It further includes a capacity securing processing unit for performing processing for securing in the execution code storage unit or the screen configuration information storage unit a capacity that is greater than the capacity required for storing the screen configuration information.
  • the capacity securing processing unit accompanies the execution code stored in the execution code storage unit that satisfies a predetermined condition before the first acquisition unit acquires the execution code from another device.
  • a processing unit for repeatedly executing the deletion process until a capacity larger than the capacity necessary for storing the execution code and the screen configuration information associated with the execution code is obtained.
  • the predetermined condition may be a condition that the execution code has the longest period since the last execution, or a condition that the execution code has the least number of times of use. It may be a condition that the execution code has the longest period since it is stored in the section, or a condition that the execution code is the execution code whose use frequency is a predetermined value or less.
  • the capacity securing processing unit may include a processing unit for deleting at least part of the execution code or the screen configuration information for providing the service for a service that has passed for a predetermined period of time since the last use. Good.
  • the service may be provided with information indicating a service available period, and the service providing apparatus may execute code or screen configuration information related to the service for which the service available period has passed. And a processing unit for deleting at least a part from the execution code storage unit or the screen configuration information storage unit.
  • the service may be provided with information indicating the number of times the service can be provided, and the service providing apparatus is added with at least information indicating the number of times the service can be provided.
  • a counting processing unit for counting the number of times the service is provided, and a processing unit for deleting at least a part of the execution code or the screen configuration information related to the service provided by the number of times that can be provided by counting by the counting processing unit Is further included.
  • the execution code for providing the service includes other executions necessary to execute the execution code.
  • Acquisition time information that indicates when code or screen configuration information should be acquired may be attached.
  • the management unit acquires the acquisition time for detecting other execution code or screen configuration information described in the execution code acquired by the first acquisition unit, with the acquisition time information attached.
  • Other execution code or screen configuration information described in the execution code acquired by the information detection unit and the first acquisition unit that has no acquisition time information is acquired at an arbitrary timing.
  • the second acquisition unit for acquiring the information and the acquisition timing information detection unit acquire other execution code or screen configuration information detected as having the acquisition timing information attached at the time according to the acquisition timing information.
  • an execution code storage unit in response to receiving a service provision instruction by designating an arbitrary service and a third acquisition unit for storing each in the execution code storage unit or the screen configuration information storage unit.
  • the second acquisition unit is another execution code or screen configuration information described in the execution code acquired by the first acquisition unit, and the acquisition time information is attached thereto.
  • the acquisition time information indicates that another execution code and screen configuration information should be acquired when executing the execution code for providing the service, and the execution unit instructs the third acquisition unit.
  • another execution code and screen configuration information necessary for execution of the execution code for providing the service specified by the instruction are acquired from another device via the communication unit, and the execution code is acquired.
  • a processing unit for storing in the storage unit and the screen configuration information storage unit is included.
  • the acquisition time information indicates that other execution code and screen configuration information should be acquired from the provider in response to receiving a predetermined notification from the provider of the execution code for providing the service. You can show it.
  • the third acquiring unit receives other notifications necessary for executing the execution code for providing the service specified by the notification.
  • the execution code and the screen configuration information are acquired from the provider via the communication unit and stored in the execution code storage unit and the screen configuration information storage unit, respectively.
  • the computer program according to the second aspect of the present invention is executed by a computer to which a display device and a communication device are connected, the computer is executed for providing a predetermined service via the communication device.
  • a first acquisition unit for acquiring code from another device, an execution code storage unit for storing the execution code obtained by the first acquisition unit, and a screen displayed by the display device when the execution code is executed
  • the screen configuration information storage unit for storing the screen configuration information for determining the configuration of the service, and the execution code and the screen configuration information necessary for providing the service are stored in the execution code by the start of the provision of any service.
  • the first acquisition unit, the execution code storage unit, and the screen configuration information storage unit are managed so as to be stored in the storage unit and the screen configuration information storage unit.
  • the execution code corresponding to the specified service stored in the execution code storage unit is executed using the screen configuration information stored in the screen configuration information storage unit.
  • a computer program that functions as a service providing apparatus.
  • a recording medium according to a third aspect of the present invention is a computer-readable recording medium on which the above-described computer program is recorded.
  • the execution code and the screen configuration information necessary for providing the service are stored in the execution code storage unit and the screen configuration information storage unit by the start of provision of an arbitrary service.
  • the management unit manages the first acquisition unit, the execution code storage unit, and the screen configuration information storage unit. These are all prepared at the start of service provision. Therefore, it is possible to provide a service while effectively managing the execution code and the screen configuration information stored in the apparatus.
  • the storage capacity in the storage unit is secured. Therefore, according to a predetermined standard, the execution code and the screen configuration information that may be deleted from the storage unit are deleted until a predetermined storage capacity can be secured. Services can be provided effectively while efficiently using the storage capacity of the storage unit [0043]
  • the execution code is limited by including a description that changes the execution path of the execution code according to a predetermined condition or a description that changes the contents of the execution code or the screen configuration information.
  • Various services can be realized by using the execution code.
  • FIG. 1 is a block diagram of a service providing apparatus 100 according to a first embodiment of the present invention.
  • FIG. 2 is a flowchart of a program executed when the service providing apparatus 100 acquires a service execution code.
  • FIG. 3 is a flowchart of a program for acquiring an execution code of a service executed in S209 of FIG.
  • FIG. 4 is a diagram showing an example of the contents stored in the management information storage unit 111 of the service providing apparatus 100 in a table format.
  • FIG. 5 is a diagram showing storage contents of a layout information storage unit 105 and a screen component storage unit 106 before and after acquisition of an execution code in the first embodiment.
  • FIG. 6 is a diagram showing an example of execution code, layout information, and screen components necessary for execution of a certain service.
  • FIG. 7 is a diagram showing an example of the contents stored in the management information storage unit 111 after acquiring the service shown in FIG. 6 in a table format.
  • FIG. 8 is a block diagram of a service providing apparatus 800 according to a second embodiment of the present invention.
  • FIG. 9 A flowchart of a program executed by the determination unit 802 of the service providing apparatus 800.
  • FIG. 10 is a diagram showing a simplified example of an execution code.
  • FIG. 11 is a diagram showing an example of the flow of processing executed by the service providing apparatus 800.
  • FIG. 12 is a diagram showing another example of the flow of processing executed by the service providing apparatus 800.
  • FIG. 13 is a block diagram of a service providing apparatus 1250 according to a third embodiment of the present invention
  • FIG. 14 is a flowchart of a program executed at the time of service acquisition in service providing apparatus 1250 according to the third embodiment of the present invention.
  • FIG. 15 is a flowchart of a program executed when a service is executed by the service providing apparatus 1250 according to the third embodiment.
  • FIG. 16 is a diagram showing an example of a process flow in the service providing apparatus 1250 according to the third embodiment.
  • FIG. 17 is a diagram illustrating an example of a process flow when the screen configuration information to be used is changed in the service providing apparatus 1250 according to the third embodiment in the same service as in FIG.
  • FIG. 18 A diagram showing an example of the flow of processing when the screen configuration information used in the service providing apparatus 1250 according to the third embodiment is the same service as in FIG. 16 and FIG. is there.
  • FIG. 1 is a block diagram showing the configuration of service providing apparatus 100 according to the first exemplary embodiment of the present invention.
  • service providing apparatus 100 is a communication unit that acquires information necessary for a service from an external apparatus via a network such as the Internet.
  • execution code storage unit 102 for storing execution code including screen transition information when executing a service acquired from the outside, and screen configuration when executing a service (execution code execution)
  • the screen configuration information storage unit 103 for storing screen configuration information, which is information for determining the screen configuration information, and the execution code and screen configuration information for a certain service are acquired from the outside via the communication unit 101 and executed respectively.
  • the code storage unit 102 and the screen configuration information storage unit 103 are stored and managed, and the management unit 104 executes a specified service in response to a user instruction using the console 107.
  • the management unit 104 For storing the management table maintained by the management unit 104 for managing the execution code stored in the execution code storage unit 102 and the screen configuration information stored in the screen configuration information storage unit 103.
  • a management information storage unit 111 For storing the management table maintained by the management unit 104 for managing the execution code stored in the execution code storage unit 102 and the screen configuration information stored in the screen configuration information storage unit 103.
  • the management unit 104 acquires an execution code for a certain service from an external server via the communication unit 101, stores it in the execution code storage unit 102, analyzes the execution code, and analyzes the execution code.
  • the execution code and the screen configuration information are transmitted via the communication unit 101 so that all the execution codes necessary for executing the service are stored in the execution code storage unit 102 and all the screen configuration information is stored in the screen configuration information storage unit 103.
  • the management information storage unit 111 is referred to, and the execution code and screen configuration information necessary for the execution of the service Are respectively read out from the execution code storage unit 102 and the screen configuration information storage unit 103 and executed.
  • the screen configuration information storage unit 103 includes a layout information storage unit 105 for storing layout information of a screen displayed when a service is executed, and an image and transition branch information carried in the layout information. And a screen component storage unit 106 for storing screen components necessary for the configuration of the service providing screen.
  • An identifiable identifier is assigned to each of the execution code, the layout information, and the screen component. Further, each execution code is associated with another execution code or an identifier of screen configuration information used inside the execution code.
  • the management unit 104 manages the execution code and the screen configuration information based on the identifier information. When executing the executable code, it may be necessary to retain the input data. In this embodiment, they are It is assumed that the image and the shift are also held in the related screen components.
  • the service providing apparatus 100 further has a plurality of keys, and when a predetermined key is operated, a console 107 for generating a corresponding key code and giving it to the management unit 104, and a communication unit at a predetermined timing If an external server is accessed via 101 and a new service is provided, a service that instructs the acquisition unit 151 of the management unit 104 to receive an execution code necessary for executing the service from the external device It includes a start information acquisition unit 109, a time management unit (timer) 110 referred to by the service start information acquisition unit 109, and a display device 108 for displaying a screen generated as a result of the execution unit 152 executing the service.
  • timer time management unit
  • the execution code stored in the execution code storage unit 102 may be either a service script or a binary format. In this embodiment, it is assumed that the service script format is used. Further, as will be described later, in the present embodiment, in order to effectively use the memory, the acquisition unit 151 has a shortage of storage area when storing new screen configuration information in the screen configuration information storage unit 103. The screen configuration information selected by a predetermined algorithm is deleted. For this purpose, as shown in FIG. 4, the management unit 104 manages the date and time of last use for each service that has already been stored, and stores this information in the management information storage unit 111. Yes.
  • management information storage section 111 includes, for each service, an identifier of an execution code necessary for providing the service, an identifier of layout information used when executing the execution code, and a screen. Stores the screen configuration information consisting of component identifiers and the elapsed date from the date when the service was last executed.
  • the execution code of a certain first service is execution code A1
  • layout information B1 to B3 and screen components are used by screen components C1 to C3. Is done.
  • FIG. 2 shows a flowchart of processing performed when the service providing apparatus 100 acquires a new service.
  • step (hereinafter simply referred to as “S”) 200 it is determined whether or not a new service is to be acquired.
  • whether or not to acquire a service is determined by an instruction from the service start information acquisition unit 109 shown in FIG. 1 or a user using the console 107. Determined by instructions. If the result of S200 is that a new service is not acquired, the process returns to S200. If so, go to S201.
  • S201 it is determined whether or not sufficient memory for acquiring a new service remains in service providing apparatus 100.
  • information for identifying the service to be acquired first is transmitted to the server, and the storage capacity necessary for storing the execution code and screen configuration information necessary for the service is received from the server. .
  • the received storage capacity is compared with the remaining storage capacity available in the service providing apparatus 100. If the memory capacity remains, proceed to S209. If there is not enough memory, go to S202.
  • S209 a new service acquisition process is performed. This process will be described later with reference to FIG.
  • the service with the oldest last use date is searched from the last execution date information of each service.
  • the first line of the execution code of this service is analyzed to search for another execution code or screen configuration information, or an identifier indicating them.
  • S205 it is determined whether or not the execution code or screen configuration information found in S204 is also used by other services. If it is used for other services, the process proceeds to S207. If it is not used for other services, the process proceeds to S206 and then proceeds to S207.
  • S207 it is determined whether or not an unanalyzed line remains in the execution code being processed. If all lines have been analyzed, return to S201. If unparsed lines remain, go to S208. In S208, the next line of the execution code is analyzed to search for another execution code or screen configuration information, or an identifier indicating them, and the process proceeds to S204. Then, the processing of S204 to S207 and S208 is repeated until it is determined in S207 that the processing has been completed for all the rows.
  • S208 the next line of the execution code is analyzed to search for another execution code or screen configuration information, or an identifier indicating them, and the process proceeds to S204. Then, the processing of S204 to S207 and S208 is repeated until it is determined in S207 that the processing has been completed for all the rows.
  • management unit 104 acquires all execution codes from the server via communication unit 101 and stores them in execution code storage unit 102.
  • the first line of the acquired execution code is analyzed to search for screen configuration information or an identifier indicating it.
  • S304 and S305 are processing performed for each of the screen configuration information or the identifier found in S303.
  • FIG. 3 shows that this processing is performed for one piece of screen configuration information or identifier.
  • S304 it is determined whether or not the screen configuration information included in the execution code is already stored in the screen configuration information storage unit 103. If it is stored, go to S306, otherwise go to S305.
  • the screen configuration information is acquired from the server through the communication unit 101 and stored in the screen configuration information storage unit 103. After this, the process proceeds to S306.
  • S306 it is determined whether an unanalyzed line remains in the execution code. Analyze to the end and complete the process, then finish this process and go back to S200 in Figure 2 (Return to the last level) and proceed to S307. In S307, analyze the next line of the execution code and configure the screen. Search for information or an identifier indicating it, and return to S303.
  • the service providing apparatus 100 operates as follows. Referring to FIG. 1, when the user operates console 107 to instruct acquisition unit 151 of management unit 104 to acquire a new service, management unit 104 starts service acquisition processing. To do.
  • the service start information acquisition unit 109 refers to the time management unit 110 and periodically accesses an external server and discovers a new service
  • the service start information acquisition unit 109 acquires the service. To the acquisition unit 151. Also in this case, the acquisition unit 151 starts acquisition processing of the designated service.
  • the half IJ constant result force SYES in S200 of FIG. 2 is obtained, and the process proceeds to S201.
  • S201 first, the storage capacity necessary to acquire a new service is acquired from the server. Then, the capacity is compared with the free memory capacity available in the service providing apparatus 100. If the memory is insufficient, the process of S202 to S208 is repeatedly executed to secure the necessary memory, and the process proceeds to S209.
  • the execution code is acquired from the server in S301.
  • the first line of the execution code is analyzed, and the screen configuration information or the description of the identifier is searched.
  • S304 it is determined whether or not the screen configuration information found in S303 or its identifier is stored in the screen configuration information storage unit 103. If not stored, the process proceeds to S305, and if stored, the process proceeds to S306.
  • S306 it is determined whether the acquired execution code includes the next line. If not, the process ends. If there is, proceed to S307 and analyze the next line to search for the description of the screen configuration information or its identifier. Then, the process returns to S303. [0077] Hereinafter, until the determination result in S306 is “N 0”, that is, when there is a description of screen configuration information description and description for all lines of the execution code acquired in S301. The determination of whether or not the screen configuration information has been acquired and the process of acquisition when it is determined that acquisition is necessary are repeatedly executed.
  • the console 107 shown in FIG. 1 is used, and the user designates a desired service and gives the information to the management unit 104.
  • the management unit 104 refers to the management information storage unit 111, reads the necessary execution code from the execution code storage unit 102, and reads the necessary layout information and screen structure read from the layout report storage unit 105 and the screen component storage unit 106. Run with component parts. With this execution, the designated service is executed using the layout information and the screen component stored in the layout information storage unit 105 and the screen component storage unit 106.
  • the service providing apparatus 100 now stores three services as shown by the stored contents of the management information storage unit 111 (FIG. 4).
  • the table below shows the execution code and screen configuration information required to execute each service.
  • the elapsed date from the last execution is 10 days for the first service, 2 days for the second service, and 37 days for the third service.
  • the layout information and the screen component stored in the layout information storage unit 105 and the screen component storage unit 106 are as shown in FIG. That is, the layout information storage unit 105 stores six pieces of layout information B1 to B6, and the screen component storage unit 106 stores five pieces of screen component parts C1 to C5.
  • the fourth service includes execution code A4, layout information Bl, B2, B7, and B8, and screen components C3, C5, and C6.
  • the service providing device 100 already has layout information B1 and B2 and screen components C3 and C5. You can see that it is remembered. Therefore, when the user obtains the fourth service, it is still included in the service providing apparatus 100. Only the execution code A4, layout information B7 and B8, and screen component C6 that have not been acquired need to be acquired.
  • FIG. 7 shows the storage contents of the management information storage unit 111 as a result of acquiring the fourth service, and FIG.
  • FIG. 5B shows the storage contents of the layout information storage unit 105 and the screen component storage unit 106. Each is shown.
  • the configuration information in italic letters in the configuration information of the fourth service was stored in the service providing device 100 before acquiring the fourth service, and thus information that did not need to be acquired. Indicates.
  • the present embodiment when a new service is acquired, only a part of the configuration information of the service needs to be acquired. Therefore, no unnecessary communication amount is generated. In addition, since a part of the configuration information of each service can be shared with other services, the memory on the user terminal side can be used effectively.
  • the configuration information is independent from each other, even if acquisition is interrupted due to deterioration of the communication environment during service acquisition, the acquisition can be started again from the configuration information for which acquisition was interrupted. Les. Therefore, communication efficiency is high.
  • the analysis of the execution code of the newly acquired service is started.
  • the present invention is not limited to such an embodiment. For example, only the execution code is acquired and analyzed first to understand the information necessary for executing the service, the service to be deleted is identified, and one piece of information that constitutes the service to be deleted. If the information is necessary for the newly acquired service, it may be stored as it is without being deleted. In addition, if the execution code is analyzed in advance, the minimum amount of memory required for acquisition can be determined, so it is possible to avoid deleting services more than necessary.
  • the service to be deleted is composed of a plurality of execution codes.
  • all information necessary for the service is described in the execution code to be analyzed.
  • the present invention is not limited to such an embodiment. There may be an embodiment in which new information is included in the execution code other than the execution code to be analyzed. In that case, it is necessary to analyze the execution code and to perform processing from S203 to S208 on the information included in the execution code.
  • the processing power of S204 the execution code storage unit without deleting at least the execution code to be analyzed in the service to be deleted. Leave to 102.
  • the user wants to use the service again, it can be easily reused by analyzing the remaining executable code and obtaining new information necessary for the service.
  • it may be possible to delete all information including the executable code.
  • the service acquisition timing is based on the user's selectivity and the result of periodic checks by the service start information acquisition unit 109.
  • the present invention is not limited to such an embodiment. For example, when a message indicating that the delivery of a new service has started is received from a server that delivers the service, information necessary for the service may be automatically acquired.
  • the service start information acquisition unit 109 periodically checks the server status, and if a new service is distributed, instructs the management unit 104 to automatically acquire it. However, instead of acquiring automatically, the user may be notified to prompt acquisition. These combinations may also be used.
  • the execution code is analyzed line by line, and if the service providing apparatus 100 has insufficient information, information is acquired as needed.
  • the present invention is not limited to such an embodiment. It may be possible to collect all the information after the analysis of the executable code is completed.
  • This embodiment is based on the assumption that the service to be acquired is composed of a single execution code.
  • the present invention is not limited to such an embodiment.
  • An embodiment that allows the case where one service includes a plurality of executable codes is also conceivable. In this case, do as follows. That is, at the time of service acquisition, S30 in Fig. 3 First, the first execution code is acquired. If there is a description about the execution code in S302 and S307, it is determined whether the execution code is at hand, as in the screen configuration information. Get from.
  • the present invention it is assumed that all information necessary for the service is described in the execution code.
  • the present invention is not limited to such an embodiment.
  • a description format may be allowed in which the layout information includes screen configuration information not described in the execution code.
  • the analysis of the layout information received so far is started without transitioning to S300, and processing such as S303, S304, and S305 is started. Please rub it up.
  • the management unit 104 in the service providing apparatus 100 at hand of the user manages the information stored in the execution code storage unit 102 and the screen configuration information storage unit 103. Information missing from the new service is extracted and obtained from the server.
  • the present invention is not limited to such an embodiment.
  • the service stored in the service providing apparatus may be managed, and only necessary information may be extracted and provided in advance.
  • the service providing apparatus may pass the stored list of services to the server. In this case, the server may extract necessary information based on the list and provide it to the service providing apparatus.
  • the process proceeds to S304 in FIG.
  • the present invention is not limited to such an embodiment.
  • An embodiment in which the screen configuration information newly generated when the user selection information is stored at the time of service execution is also included in the screen configuration information described in the execution code. Services that contain such information In the case of service, before proceeding to S304, it is necessary to further analyze the execution code and determine whether the described screen configuration information is generated at the time of service execution.
  • the last execution date and time is stored as additional information in each service information.
  • the last execution date / time information of each service may be managed as a single piece of information.
  • the service may be managed to be sorted based on the order of execution date and time each time it is used.
  • the process of securing the free memory space in advance may be omitted at the time of service acquisition. In this case, the process may end due to a shortage of memory in the middle of acquisition, but it is only necessary to manually delete some elements and try again.
  • the last use date and time is used as a reference as a method for extracting a service to be deleted.
  • the information serving as a reference for determining the deletion target is not limited to that.
  • the usage frequency may be lower than a predetermined value, the usage frequency may be the lowest, or the acquisition date may be selected and deleted.
  • an execution code or screen configuration information for providing the service may be deleted.
  • the user may explicitly select the service to be deleted.
  • the user or server can add additional information to each service to determine whether or not it can be automatically deleted.
  • the execution code for providing the service and the entire screen configuration information may be deleted, or only a part may be deleted.
  • the timing for deleting the service is when the memory is insufficient.
  • the present invention is not limited to such an embodiment.
  • the service is automatically deleted depending on some condition, such as when a predetermined number of days or time has passed since the last execution date when the memory is insufficient, or when the user's usage frequency falls below a predetermined value. Also good.
  • the period of a service that can be used is determined, such as a limited-time service, it may be automatically deleted after a predetermined date and time. In the case of a trial service, etc., it may be automatically deleted when a certain number of days have passed since the acquisition or the service has been used a predetermined number of times.
  • Limited-time service For services that cannot be used after a predetermined date and time, such as a service, you may want to delete the execution code, including the execution code.
  • such a condition is described in the screen configuration information or execution code, the condition is checked at the beginning of execution of the execution code, and if the deletion condition is satisfied, the related execution code and screen configuration information are displayed. At least a part or all of it should be deleted.
  • a program for searching for a service that satisfies such conditions may be started periodically, and at least a part or all of the execution code and screen configuration information related to the found service may be deleted.
  • New product information may be acquired at the same time as part of the information is deleted.
  • acquiring without specifying the timing of deletion, when the server starts providing new products, or when the user performs a procedure to update to new information, part or all of the information can be rewritten. You may do it.
  • the execution code stored in the execution code storage unit 102 may be in the form of a service script or binary. In this embodiment, a service script is used.
  • FIG. 8 is a block diagram showing the configuration of service providing apparatus 800 according to the second embodiment of the present invention.
  • the service providing apparatus 800 further uses the layout M blueprint, the screen component, or the execution component depending on the usage status of the user, the device environment, and the like.
  • Has a function to select a code For this purpose, the execution code stored in the execution code storage unit 102 is used to select layout information, a screen component, or an execution code to be used for executing a service based on the contents held in the screen component. Can be described.
  • service change descriptions The service change description is typically realized by a description for controlling the execution path of the execution code according to the execution condition. With such a description, it is possible to dynamically change the service contents when the execution code is executed.
  • this service providing apparatus 800 has a function to change the service contents according to the service change description when executing the execution code, instead of the management unit 104 of the service providing apparatus 100 in FIG. A management unit 801 is included.
  • the management unit 801 is in addition to the functions of the acquisition unit 151 that is the same as the acquisition unit 151 of the management unit 104 according to the first embodiment and the execution unit 152 of the first embodiment.
  • a request signal for requesting the determination of the condition in the service change description is output to the outside, and the execution code or the response is given in response to the request signal.
  • the determination unit 802 responds to the request signal given from the execution unit 804 when executing the execution code, refers to the designated screen component in the screen component storage unit 106, and displays the screen. In accordance with the information held in the component and the condition specified by the request signal, it is determined whether or not the condition described in the service change description is satisfied, and the determination result is given to the execution unit 804.
  • the execution unit 804 selects the execution path of the execution code according to the determination result, and executes the execution code by selecting the layout information, the screen component, and the execution code specified by each execution path. As a result, according to the service providing apparatus 800, it is possible to easily and dynamically change part of the contents of the service.
  • FIG. 9 shows a flowchart of the execution code 'screen configuration information selection process in the execution unit 804 and the determination unit 802. This process is performed when the execution unit 804 executes the service.
  • S900 it is determined whether or not there is a service change description in the execution code to be executed. If yes, go to S901, otherwise go to S903.
  • a determination result of “YES” corresponds to the generation of the request signal described above.
  • S901 it is determined whether or not the state of the screen component specified by the service change description is the predetermined state specified by the service change description, based on the conditions described in the service change description. To do. If it is a predetermined state, the process proceeds to S902, and if it is not a predetermined state, the process proceeds to S903. This processing corresponds to the processing by the determination unit 802.
  • the content of the screen component referenced in S901 is determined by the management unit 801 depending on various conditions such as the service usage status of the user, the status of the providing device, the server-side instruction, or the service execution date and time. Can be changed dynamically. So every time you run the service Make the following judgment.
  • FIG. 10 and Fig. 11 are used, and a specific example of the flow of processing at the time of executing the execution code by the processing as shown in Fig. 9 is shown. It is assumed that the service providing device 800 stores a product purchase service. Figure 10 shows a simplified example of the execution code for executing this service. This execution code is stored in the execution code storage unit 102 of FIG.
  • the execution unit 804 of the management unit 801 acquires the corresponding execution code 1000 stored in the execution code storage unit 102 and starts analysis. If there is a service change description that may need to be changed in the execution code, layout M blueprint, or screen component by the analysis, the execution unit 804 determines the condition determination corresponding to the service change description. To request. The determination unit 802 determines the condition specified in the service change description according to the information held in the screen component in the screen component storage unit 106, and gives the result to the execution unit 804. Based on this result, the execution unit 804 executes the process using the execution code, layout information, or screen component specified by the original execution path, or the execution path when the service change condition is satisfied.
  • this execution code includes code portions 1001 to 1008.
  • the execution unit 804 of the management unit 801 obtains the screen configuration information of the first display target screen indicated in the code portion 1001 from the screen configuration information storage unit 103, and the display unit 108 stores the screen configuration information in the screen configuration information.
  • the product information screen 1100 shown in FIG. 11 is presented.
  • the execution unit 804 analyzes the code portion 1002 of the execution code.
  • the code part 1002 indicates that a message screen as shown in the screen 1101 in FIG. 11 is displayed
  • the execution unit 804 displays the screen configuration information storage unit 103. Screen configuration information necessary for the display of the screen 1101 is read out, and the display of the display unit 108 is changed to the screen 1101.
  • execution code analysis proceeds to code portions 1003 and 1004, and the display screen transitions to screens 1102 and 1103 shown in FIG. 11 as the analysis progresses.
  • the analysis of the execution code proceeds to the code portion 10 05.
  • the code portion 1005 includes a code that changes the execution path of the code depending on whether or not the current time is during the service period.
  • the execution unit 804 that has analyzed the program part 1005 requests the determination unit 802 to perform the condition determination in the code part 1005.
  • the determination unit 802 obtains service period information from the screen component storage unit 106 for use in this determination. Then, it is determined whether or not the current date is within the date specified in the service period information.
  • the determination unit 802 instructs the execution unit 804 to proceed to the code portion 1006, and the execution unit 804 analyzes the execution code. Proceed to code 10060. Otherwise, parsing proceeds to code portion 1007.
  • the display by the display device 108 transitions to the screen 1104. Thereafter, the code portion 1007 is analyzed. Therefore, the display screen transitions to screens 1104, 1105, and 1106 as a result of analysis of the code portions 1006, 1007, and 1008.
  • service providing apparatus 800 it is possible to easily change the service contents according to the conditions.
  • the information registered in the product purchase service described above is registered in the screen component. However, if a part of this screen component is shared with other services as described in the first embodiment, the information Services can also use this information. For example, assume that some information is registered when the service is first executed. This information is stored in the screen configuration information storage unit 103 as screen configuration information. Other In the case where one screw shares this screen configuration information, the same information can be used by using the same screen configuration information, and therefore it is not necessary to input it.
  • FIG. 12 another example of the processing flow by service providing apparatus 800 according to the present embodiment will be shown. It is assumed that the service providing device 800 stores a product purchase service. When the user executes this service, a product list screen 1200 as shown in FIG. 12 is displayed. When the user selects any one product from the product list screen 1200, the process branches depending on the condition at that time.
  • the screen transits to the details screen 1201 of the selected product.
  • the user proceeds to a purchase screen (not shown) for the product.
  • the execution unit 804 of the management unit 801 changes the content of the user purchase status information stored in the screen component storage unit 106. Further, the execution unit 804 acquires from the server the scheduled date and time information that the product purchased by the user reaches the user, and stores the information in the screen component storage unit 106.
  • the execution unit 804 refers to the purchase status information and scheduled delivery date / time information of the user from the screen component storage unit 106 and selects the branch destination of the screen based on the description of the execution code. To change.
  • the execution unit 804 determines that the user has purchased the product, the execution unit 804 refers to the scheduled delivery date / time information stored in the screen component storage unit 106. Whether the purchased product is undelivered is judged based on the scheduled delivery date and time and the date and time when the service is used. If it is determined that the purchased product is in an undelivered status, the execution unit 804 transitions to the delivery status screen 1202 that informs the delivery status without transitioning to the product detail screen 1201.
  • the screen transitions to the questionnaire screen 1203 for a predetermined period after it reaches the user. After a predetermined period of time has passed since reaching the user's hand, or after the user answers the questionnaire screen, the screen here becomes a product detail screen 1201. However, in this case, if a product once purchased is selected again, the product purchase screen may be directly transferred to the product purchase process without changing to the product detail screen 1201.
  • the scheduled delivery date and time information is acquired from the server and stored when the product is purchased.
  • the present invention is not limited to such an embodiment.
  • the delivery date when the product arrives at the user's hand may change.
  • the server may be accessed to check the delivery status every time service use is started.
  • the contents of the screen components are changed according to various conditions such as the service usage status of the user, the status of the providing device, the information provision from the server side, and the date and time. can do. As a result, it is possible to easily change part of the service contents dynamically.
  • the execution code, layout information, and screen components used when executing the execution code are selected by changing the execution path of the execution code by the service change description.
  • the present invention is not limited to such an embodiment.
  • Execution code and layout information used when executing execution code depending on conditions an implementation that changes the screen component itself and does not change the execution path of the execution code, and an implementation that combines such a method with a change in the execution path are possible.
  • FIG. 13 shows, in a block diagram form, the configuration of a service providing apparatus 1250 according to the third embodiment of the present application.
  • the service providing apparatus 1250 according to the third embodiment in addition to the various functions of service providing apparatus 100 in FIG. 1, other functions used when executing the execution code are included in the execution code. It is possible to include a description that specifies whether the execution code and the screen configuration information are all acquired at the same time when the execution code is acquired or whether the execution code is acquired when the execution code is executed.
  • the acquired execution code is stored in the execution code storage unit 102, and the screen configuration information is stored in the screen configuration information storage unit 103. That is, in the service providing apparatus according to the present embodiment, as will be described later, it is possible to manage the timing of acquiring other execution code and screen configuration information necessary for execution in the execution code.
  • service providing apparatus 1250 obtains the execution code and screen configuration information at the time of execution in place of management unit 104 of service providing apparatus 100 shown in FIG. Includes a management unit 1251 having a function of acquiring items other than those indicated by and acquiring and executing the remaining execution code and screen configuration information at the time of execution.
  • the management unit 1251 acquires the first execution code necessary to execute the service from the server, Analyze and acquire the execution code and screen configuration information described in it other than those instructed to be acquired at the time of execution, and store them in the execution code storage unit 102 and the screen configuration information storage unit 103.
  • the execution code of the service is read from the execution code storage unit 102.
  • analysis is executed and execution is executed, and execution code and screen configuration information that needs to be acquired at the time of execution are encountered, an instruction indicating that they should be acquired is output, and necessary execution code and screen configuration information are acquired.
  • an execution unit 1262 to resume the execution of the service at the time, in response to an instruction output from executing unit 1262, the execution code and screen configuration information designated by the instruction Information is acquired from the server via the communication unit 101, and includes an execution time acquisition unit 1263 for performing processing to store the information in the execution code storage unit 102 and the screen configuration information storage unit 103, respectively.
  • FIG. 14 shows a flowchart of processing performed by the acquisition unit 1261 of the management unit 1251 of the service providing apparatus 1250 according to the third embodiment at the time of service acquisition.
  • the processes of S1301 to S1303 and S1305 to S1308 shown in FIG. 14 are the same as the processes of S301 to S303 and S304 to S307 shown in FIG. Because of this, the detailed explanation of these details is not repeated.
  • the processing shown in FIG. 14 differs from the processing shown in FIG. 3 after S1303 (corresponding to S303), and in S1304, based on the description of other execution code and screen configuration information included in the execution code, The point is to determine whether or not the execution code and the screen configuration information are information to be acquired at the time of execution (corresponding to the function of the acquisition unit 1261).
  • the process proceeds to S1307. Otherwise, the process proceeds to S1305. In other words, if other execution code and screen configuration information should be acquired at the time of execution, nothing is done here. If it is to be obtained at the time of execution code acquisition at the time of execution, it is acquired here by the processing of S1305 and S1306.
  • FIG. 15 shows a flowchart of a program for realizing processing executed by the execution unit 1262 of the management unit 1251 at the time of service execution.
  • S1400 it is determined whether or not an instruction to execute a service stored in service providing apparatus 1250 has been received. If an instruction to execute is received, the process proceeds to S1401, and if not received, the process waits.
  • S1401 the execution code of the selected service is acquired from the execution code storage unit 102, and the screen configuration information necessary for the first display screen is analyzed.
  • S1402 it is determined whether the screen configuration information necessary for displaying the first display screen is the screen configuration information to be acquired at the time of execution. If it is information that should be acquired at the time of execution, the process proceeds to S1403. Otherwise, the process proceeds to S1404.
  • an instruction is given to the runtime acquisition unit 1263 to acquire necessary information.
  • the execution time acquisition unit 1263 acquires this information from the server via the communication unit 801, stores it in the screen configuration information storage unit 103, and returns a processing completion signal to the execution unit 1262. Thereafter, the process proceeds to S 1 404.
  • the screen configuration information to be displayed is acquired from the screen configuration information storage unit 103.
  • a screen is displayed on the display unit based on the acquired screen configuration information.
  • S1408 information on the next display screen of the execution code is analyzed, and the process proceeds to S1402.
  • S1407 the service execution is terminated. For example, if there is a description in the execution code that branches the process according to the condition judgment, the end of the execution code may be reached even though there is a code part that has not been analyzed yet. In this embodiment, even in such a case, it is assumed that the analysis of the executable portion of the execution code has been completed, and the service is ended.
  • the acquisition timing of the screen configuration information is limited to the time of service acquisition or service execution.
  • the present invention is not limited to such an embodiment. For example, if the date and time of service acquisition S is after a certain time, the acquisition timing may be changed depending on some conditions, such as acquiring all execution codes and screen configuration information at the time of service acquisition. You may be able to do it.
  • the execution code and screen configuration information other than those acquired at the time of execution may be acquired at any timing as long as they are not executed. In many cases, as described above, it is obtained when such execution code and screen configuration information is encountered. However, after the analysis of one execution code is completed, the execution code and screen configuration information found in the analysis are obtained. , You may make it acquire continuously.
  • the timing for switching the screen is due to the user's operation.
  • the present invention is not limited to such an embodiment. Somewhere The screen may be automatically switched if some predetermined condition is satisfied, such as after a certain time.
  • the end timing of the service is determined based on whether there is any unanalyzed information remaining in the execution code.
  • the present invention is not limited to such an embodiment. For example, when the user selects the end of the service, or when a transition is made to a certain predetermined screen, a method of ending the execution code without reaching the end may be considered.
  • next display screen information on the next display screen is analyzed in S1407.
  • the “next display screen” here is not necessarily the code part immediately after the code part currently being analyzed.
  • the screen to be displayed next may change dynamically depending on the user's selection, usage status, and the like. Therefore, the execution unit 1262 of the management unit 1251 determines information to be analyzed in S1407 while managing the location to be analyzed next.
  • FIG. 16 A specific example of the flow of processing in Fig. 15 will be described with reference to Figs. Referring to FIG. 16, it is assumed that there is a voting service for voting performers according to the progress of a program while watching a television broadcast (hereinafter referred to as “TV”). The user shall vote three times during the program broadcast.
  • the management unit acquires the screen configuration information from the screen configuration information storage unit 103 and displays the screen 1500 on the display unit 108.
  • the execution unit 1262 acquires the candidate list information 1501 from the communication unit 101, stores it in the screen configuration information storage unit 103, and then acquires the candidate list information 1501 and other necessary screen configuration information. Screen 1502 is displayed.
  • the user selects one of the candidates presented on screen 1502 (screen 1503), transmits the selection information to the server, and ends the service (screen 1504).
  • the same processing is performed as in the screen transition 1505 shown in FIG. 17 and the screen transition 1506 shown in FIG.
  • a candidate information list consisting of the three candidates remaining in the first round candidates is used.
  • the second round is used.
  • the candidate information list consisting of the two remaining candidates is used.
  • the mechanism according to the present embodiment is used, the user can obtain most of the information necessary for using the service in advance.
  • the service is executed, only the minimum necessary information should be obtained. Therefore, even if many accesses are concentrated on the server during service execution, the amount of data to be processed is small, and the load on the server can be reduced. Therefore, the response is improved and the user can use the service comfortably.
  • the user obtains the execution code for what service, etc., and the user knows it.
  • the present invention is not limited to such an embodiment.
  • On the server side it is possible to manage the users who have acquired the execution code necessary for using the service, and to pass the information from the server to the target user when providing the service.
  • the service content can be changed with the minimum communication amount by changing some information for service execution. can do.
  • the product purchase service as described in the second embodiment it is easy to always present the latest product information to the user, present product inventory information, and provide new services. Is possible.
  • the present invention when acquiring screen configuration information at the time of execution, there are no conditions. Acquired without imposing.
  • the present invention is not limited to such an embodiment. For example, it may be determined whether the information in the server is newer than the information already stored in the service providing apparatus, and the information is acquired only when it is new.
  • screen configuration information or the like may not be acquired every time the service is executed, or may be acquired only when a predetermined condition is satisfied.
  • the screen configuration information acquired at the time of executing the service is determined by the execution code acquired in advance.
  • the present invention is not limited to such an embodiment.
  • the information acquired at the time of service execution may be dynamically changed according to some conditions such as the user's selection or the environment of the service providing apparatus. With this function, for example, a service such as changing layout information to be provided in accordance with the screen size of the display unit of the service providing apparatus is possible.
  • the execution code and the screen configuration information necessary for service execution are acquired in the service providing apparatus, and the service providing apparatus uses these to obtain the execution code. Run the service. Therefore, you can use information that you do not want to pass to the server, but that would make customization to each user difficult. For example, you can customize the screen text size, typeface, background screen pattern, etc. according to each user's preference.
  • the service providing device is realized by a computer, when multiple applications are launched and the area for displaying the service is small, the layout can be automatically changed.
  • the screen component can be shared by the execution code of the service. For this reason, as described above, if user-specific information such as card numbers and identification numbers when using certain services are stored in one screen component, the execution code uses these information. Can provide service. As a result, there is an effect that it is not necessary to log in every time the service is used like a Web service.
  • the service providing apparatus 1250 according to the third embodiment described above does not change the execution code and the configuration information as performed in the second embodiment when the service is executed.
  • the present invention is not limited to such an embodiment.
  • number 3 The service providing apparatus 1250 according to this embodiment may be combined with the execution code or screen configuration information changing process as performed in the second embodiment.
  • All of the service providing apparatuses according to the above-described embodiments can be realized by a computer program executed by a general-purpose computer.
  • the computer must be equipped with a communication device, otherwise it may have a normal configuration.
  • the control structure of the computer program is as shown in Fig. 2, Fig. 3, Fig. 9, Fig. 14 and Fig. 15.
  • the present invention can be used in an apparatus for providing various services to a user by transition between a plurality of screens.

Abstract

装置内に記憶された実行コード及び画面構成情報を効果的に管理しながら、サービスを提供することができるサービス提供装置100は、表示装置108と、通信部101と、通信部101を介してサービス提供のための実行コードを取得する取得部151と、入手した実行コードを記憶する実行コード記憶部102と、実行コードの実行時に表示される画面の構成を定める画面構成情報を記憶する画面構成情報記憶部103と、サービスの提供時までに、サービスの提供に必要な実行コード及び画面構成情報が実行コード記憶部102及び画面構成情報記憶部103に記憶されているよう、各部を管理し、サービスの提供の指示を受けたことに応答して、実行コード記憶部102に記憶された実行コードを、画面構成情報記憶部103に記憶された画面構成情報を用いて実行する管理部104とを含む。

Description

明 細 書
サービス提供装置
技術分野
[0001] この発明は、サーバ側で準備された実行コードを用いて利用者にサービスを提供 するサービス提供装置に関し、特に、サーバ側で準備された複数種類の画面構成情 報及び実行コードと、サービス提供装置の持つ資源とを用い、画面遷移を伴うサービ ス利用環境を、利用者の求める環境で提供するための、サービス提供装置に関する 背景技術
[0002] ネットワーク技術を用いることにより、ネットワークに接続された装置の利用者に様々 なサービスを提供する手法が提案され、実現されている。典型的な手法は、 Webサ ーバと、サーバからアクセス可能なデータベースとをサーバ側で動作するプログラム で関連付け、利用者から入力された情報を用いてデータベースにアクセスし、利用 者に提示すべき情報を HTML (HyperText Markup Language)又は XML (eX tensible Markup Language)形式で利用者端末に出力する、というものである。
[0003] このようにサーバサイドで動作するプログラムを利用するサービス提供システムを、 本願では Webサービスと呼ぶ。
[0004] Webサービスでは、入力に応じ、またデータベースのアクセス結果に応じ、多様な HTML又は XML文書を作成する必要がある。さらに、提供するサービスによって、 処理がほとんど同じでも画面を全く異なる形式のものに変えたり、サービスが異なつ ていても画面の印象を統一させたりする必要が生じることが通常である。そうした場合 に問題となるのは、従来の Webサービスシステムでは、画面を記述する部分が、サー ビスを提供するロジック(プログラム)部分に埋め込まれてレ、るため、例えば画面だけ を変更したり、画面をそのままにしてロジックのみを変更したり、というような修正が極 めて困難であるということである。また、いわゆるマルチプラットフォームにおけるプロ グラム開発も困難であるという問題もある。
[0005] 従来からこのような問題を解決するための、種々の手法が提案されている。 [0006] 特許文献 1は、 Webサービスを提供するためのソースプログラムを作成するための プログラムジェネレータを有する提案している。このシステムでは、 Webサービスを作 成するのに、画面上の表示項目属性を記述する独自フォーマットの XMLプログラム と、画面のデザインを司る HTMLプログラムとが別個のものとして作成される。プログ ラムジェネレータは、これら XMLプログラムと HTMLプログラムとを元に、画面の遷 移先及びログ出力機能等の汎用機能を付与して Webで利用できるソースプログラム に変換する。特許文献 1に記載の技術によれば、画面デザインのみを変えたい場合 には HTMLプログラムだけを変更すればよい。表示項目のみを変更したい場合には XMLプログラムだけを変更すればよレ、。いずれの場合も、再度ソースプログラムジヱ ネレータを起動すれば、画面デザインのみ、又は表示項目のみが変更されたソース プログラムを得ること力 Sできる。
[0007] また、特許文献 2は、テンプレートに埋め込むコンテンツを差し替える表示情報確定 装置を開示している。このシステムでは、表示対象となるページテンプレートに複数 のコンテンツ特定情報を関連付けておく。表示情報確定装置は、各々のコンテンツ 特定情報に関連付けられた表示条件が確定すると、その条件に応じてページテンプ レートに埋め込むコンテンツを差し替える。この装置は、サーバプログラムの修正をす ることなく、同じページテンプレートに対し条件により種々のコンテンツを埋め込んで クライアントに送信することができる。したがって、クライアントの装置における表示内 容をダイナミックに変更できる。
特許文献 1 :特開 2002— 366352
特許文献 2 :特開 2001— 51821
発明の開示
発明が解決しょうとする課題
[0008] 特許文献 1に記載の技術によれば、画面又はロジックを修正したりする作業は容易 になると思われる。しかし、 XMLプログラム又は HTMLファイルを変更した後、サー バサイドでソースプログラムジェネレータを動作させなければならなレ、。したがって、 動作時にダイナミックに表示を変更したりする用途には基本的に向いていない。また それらプログラムはすべてサーバサイドで管理されており、クライアントの端末の状況 について十分考慮して実行するようなプログラムを作成することは難しい。
[0009] 特許文献 2に開示の技術は、同一のページテンプレートを用い、埋め込むコンテン ッを条件によって変化させる。したがって、ダイナミックに表示を変更させることができ る。しかし、この場合にもページテンプレート等はサーバ側で管理されており、クライ アントの端末の状況について十分考慮して実行するようなプログラムを作成すること は難しい。
[0010] 一方、上記したようにサーバサイドの Webサービスを提供する場合には、クライアン トを区別するためには、クライアントを識別するための情報、又はクライアントにとって 保護されるべき情報を Webサービスに提供する必要が生じる。場合によっては、そう した情報の送信には問題が生じる可能性がある。また、サーバが異なると、同じ情報 を何度も入力しなければならないという問題も生じる。
[0011] したがって、サーバにより提供されるサービスを利用することが可能でありながら、サ 一バには最低限の情報しか渡さずに、し力もクライアントでは多彩なサービスをクライ アントの環境にあわせて享受できるようなシステムが求められている。
[0012] そうしたサービスを提供するための一つの手法として、サービスを提供するために 必要な画面構成情報、及びそれらを用いた画面遷移を行ないながらサービス提供の ための処理を実行するプログラムの実行コードを、クライアント装置に与えて記憶させ ておき、クライアント装置の環境にあわせて実行するような手法が考えられる。従来は 、そのような仕組みは考えられておらず、そのために、クライアント装置でそうした画面 構成情報又は実行コードを効果的に管理する仕組みは存在していない。
[0013] 本発明はこうした問題に鑑みてなされてものであって、サービス提供のための情報 を外部から受信して記憶し、実行する機能を有するサービス提供装置において、装 置内に記憶された実行コード及び画面構成情報を効果的に管理することができるサ 一ビス提供装置を提供することを目的とする。
課題を解決するための手段
[0014] 本発明の第 1の局面に係るサービス提供装置は、実行時に画面遷移を伴う実行コ ードを外部より入手し実行することで、複数の画面を用いたサービスを提供するサー ビス提供装置であって、表示装置と、サービス提供のための実行コードの提供元であ る他の装置と通信を行なうための通信部と、通信部を介して、所定の実行コードを他 の装置から取得するための第 1の取得部と、第 1の取得部の入手した実行コードを記 憶するための実行コード記憶部と、実行コードの実行時に表示装置により表示される 画面の構成を定めるための画面構成情報を記憶するための画面構成情報記憶部と 、任意のサービスの提供の開始時までに、当該サービスの提供に必要な実行コード 及び画面構成情報が実行コード記憶部及び画面構成情報記憶部に記憶されるよう
、第 1の取得部、実行コード記憶部、及び画面構成情報記憶部を管理し、任意のサ 一ビスを指定してサービスの提供の指示を受けたことに応答して、実行コード記憶部 に記憶された、指定されたサービスに対応する実行コードを、画面構成情報記憶部 により記憶された画面構成情報を用いて実行するための管理部とを含む。
[0015] 画面構成情報記憶部は、予め実行コードの実行時に必要となる画面構成情報を記 憶する。第 1の取得部は、通信部を介して、サービス提供のための実行コードを取得 し、実行コード記憶部に記憶する。管理部は、これら画面構成情報記憶部と実行コ ード記憶部とによる情報の記憶力 サービスの提供の開始時までに行なわれるように 、第 1の記憶部、実行コード記憶部、及び画面構成情報記憶部を管理する。実行コ ードの実行時には、管理部は、指定されたサービスに対応する実行コードを実行コ ード記憶部から読出し、画面構成情報記憶部に記憶された画面構成情報を用いて 実行する。
[0016] 好ましくは、管理部は、実行コード記憶部に記憶された所定の実行コードの実行に 必要となる画面構成情報のうち、画面構成情報記憶部に記憶されていない画面構成 情報を通信手段により取得するための取得部と、任意のサービスを指定してサービス の提供の指示を受けたことに応答して、実行コード記憶部に記憶された、指定された サービスに対応する実行コードを、画面構成情報記憶部により記憶された画面構成 情報を用いて実行するための実行部とを含む。
[0017] より好ましくは、管理部はさらに、実行コード記憶部に記憶された所定の実行コード の実行に必要となる実行コードのうち、実行コード記憶部に記憶されていない実行コ ードを通信部により取得するための処理部を含む。
[0018] 実行コードはサービススクリプト及びバイナリコードのいずれでもよい。 [0019] 好ましくは、実行コード及び画面構成情報の各々にはそれぞれ識別可能な識別子 が付与され、サービス提供のための実行コードには、当該実行コードの実行時に使 用される実行コードの識別子、又は当該実行コードの実行時に使用される画面構成 情報の識別子が関連付けられており、管理部は、実行コードの各々に関連付けられ た識別子、及び画面構成情報の各々に付与された識別子に基づいて、第 1の取得 部、実行コード記憶部、及び画面構成情報記憶部の管理を行なう。
[0020] より好ましくは、画面構成情報は、画面の構成要素となる画面構成部品と、画面構 成部品の画面上のレイアウトを規定するレイアウト情報とを含む。
[0021] さらに好ましくは、レイアウト情報には、当該レイアウトにしたがって表示される画面 構成部品の識別子が対応付けられており、管理部は、サービス提供のための実行コ ードに含まれるレイアウト情報が使用する画面構成部品の識別子に基づき、第 1の取 得部、実行コード記憶部、及び画面構成情報記憶部の管理を行なう。
[0022] 好ましくは、実行コードは、他の実行コードを呼出すコードを含むことがあり、管理部 は、任意のサービスの提供の開始時までに、当該サービスの提供に必要な実行コー ド、当該実行コードによって呼出される実行コード、及び画面構成情報が実行コード 記憶部及び画面構成情報記憶部に記憶されるよう、第 1の取得部、実行コード記憶 部、及び画面構成情報記憶部を管理し、任意のサービスを指定してサービスの提供 の指示を受けたことに応答して、実行コード記憶部に記憶された、指定されたサービ スに対応する実行コードを、画面構成情報記憶部により記憶された画面構成情報を 用いて実行するための処理部を含む。
[0023] より好ましくは、管理部は、所定の条件に応じて画面構成情報記憶部に記憶された 画面構成情報の内容を変更する。
[0024] 実行コードは、所定の条件に応じてサービス実行時に使用する実行コード又は画 面構成情報を変更する記述を含むことがあってもよぐ管理部は、任意のサービスの 提供の開始時までに、当該サービスの提供に必要な実行コード及び画面構成情報 が実行コード記憶部及び画面構成情報記憶部に記憶されるよう、第 1の取得部、実 行コード記憶部、及び画面構成情報記憶部を管理するための処理部と、任意のサー ビスを指定してサービスの提供の指示を受けたことに応答して、実行コード記憶部に 記憶された、指定されたサービスに対応する実行コードを、画面構成情報記憶部に より記憶された画面構成情報を用いて実行するための実行部とを含む。当該実行部 は、実行対象となる実行コードの記述にしたがって、サービス実行時に使用する実行 コード又は画面構成情報を変更する。
[0025] 好ましくは、実行コードは、所定の条件に応じてサービス実行時に使用する実行コ ードの実行経路を変更する記述を含むことがある。管理部は、任意のサービスの提 供の開始時までに、当該サービスの提供に必要な実行コード及び画面構成情報が 実行コード記憶部及び画面構成情報記憶部に記憶されるよう、第 1の取得部、実行 コード記憶部、及び画面構成情報記憶部を管理するための処理部と、任意のサービ スを指定してサービスの提供の指示を受けたことに応答して、実行コード記憶部に記 憶された、指定されたサービスに対応する実行コードを、画面構成情報記憶部により 記憶された画面構成情報を用いて実行するための実行部とを含む。当該実行部は、 実行対象となる実行コードの記述にしたがって、サービス実行時の実行コードの実行 経路を変更する。
[0026] より好ましくは、サービス提供装置は、通信部を介して、所定のサービス提供元の装 置にアクセスし、当該サービス提供元の装置にぉレ、て新たなサービスの提供が開始 されたことを検知すると、第 1の取得部に、当該新たなサービスを提供するための実 行コードの取得を行なわせるためのサービス開始情報取得部をさらに含む。
[0027] さらに好ましくは、サービス開始情報取得部は、定期的に所定のサービス提供元の 装置にアクセスし、当該サービス提供元の装置にぉレ、て新たなサービスの提供が開 始されたことを検知すると、第 1の取得部に、所定のサービス提供元から当該新たな サービスを提供するための実行コードを取得させるための処理部を含む。
[0028] サービス開始情報取得部は、ユーザによる、サービスの取得の指示を受けるための 処理部と、当該ユーザの指示に応答して、指定されたサービスの提供元の装置にァ クセスし、当該サービス提供元の装置力 指定されたサービスを提供するための実行 コードを第 1の取得部に取得させるための処理部を含んでもよい。
[0029] 好ましくは、サービス提供装置は、第 1の取得部が実行コードを他の装置から取得 するに先立ち、第 1の取得部により取得される実行コードに付随する実行コード及び 画面構成情報を記憶するために必要な容量以上の容量を実行コード記憶部又は画 面構成情報記憶部内に確保する処理を行なうための容量確保処理部をさらに含む。
[0030] 容量確保処理部は、第 1の取得部が実行コードを他の装置から取得するに先立ち 、実行コード記憶部に記憶された実行コードのうち、所定の条件を充足するものに付 随する実行コード及び画面構成情報を、それぞれ実行コード記憶部及び画面構成 情報記憶部から削除するための処理部と、実行コード記憶部及び画面構成情報記 憶部に、第 1の取得部により取得される実行コードに付随する実行コード及び画面構 成情報を記憶するために必要な容量以上の容量が得られるまで、削除処理を繰返し 動作させるための処理部とを含んでもよい。
[0031] 好ましくは、所定の条件は、最後に実行されてからの期間が最も長い実行コードで あるという条件でもよいし、利用回数が最も少ない実行コードであるという条件でもよ いし、実行コード記憶部に記憶されてからの期間が最も長い実行コードであるという 条件でもよいし、使用頻度が所定の値以下である実行コードであるという条件でもよ レ、。
[0032] 容量確保処理部は、最後に使用してから所定期間以上経過したサービスについて 、当該サービスを提供するための実行コード又は画面構成情報の少なくとも一部を 削除するための処理部を含んでもよい。
[0033] 好ましくは、サービスには、サービスの提供可能期間を示す情報が付与されている ことがあり、サービス提供装置は、提供可能期間が過ぎたサービスに関連する実行コ ード又は画面構成情報の少なくとも一部を実行コード記憶部又は画面構成情報記憶 部から削除するための処理部をさらに含む。
[0034] より好ましくは、サービスには、サービスの提供可能回数を示す情報が付与されて レ、ることがあり、サービス提供装置は、少なくともサービスの提供可能回数を示す情 報が付加されているサービスについての提供回数を計数するための計数処理部と、 計数処理部による計数によって、提供可能回数だけ提供されたサービスに関連する 実行コード又は画面構成情報の少なくとも一部を削除するための処理部をさらに含 む。
[0035] サービス提供のための実行コードには、当該実行コードの実行に必要な他の実行 コード又は画面構成情報を取得すべきときを示す取得時期情報が付されていること があってもよい。管理部は、第 1の取得部により取得された実行コードに記述されて レ、る他の実行コード又は画面構成情報であって、取得時期情報が付されたものを検 出するための取得時期情報検出部と、第 1の取得部により取得された実行コードに 記述されている他の実行コード又は画面構成情報であって、取得時期情報が付され ていないものについては、任意のタイミングで取得するための第 2の取得部と、取得 時期情報検出部により取得時期情報が付されているとして検出された他の実行コー ド又は画面構成情報を、当該取得時期情報にしたがった時期に取得して実行コード 記憶部又は画面構成情報記憶部にそれぞれ記憶させるための第 3の取得部と、任 意のサービスを指定してサービスの提供の指示を受けたことに応答して、実行コード 記憶部に記憶された、指定されたサービスに対応する実行コードを、画面構成情報 記憶部により記憶された画面構成情報を用いて実行するための実行部とを含む。
[0036] より好ましくは、第 2の取得部は、第 1の取得部により取得された実行コードに記述さ れている他の実行コード又は画面構成情報であって、取得時期情報が付されていな いものを、第 1の取得部による実行コードの取得の後、順次連続して取得するための 処理部を含む。
[0037] さらに好ましくは、取得時期情報は、サービス提供のための実行コードの実行時に 、他の実行コード及び画面構成情報を取得すべきことを示し、第 3の取得部は、実行 部が指示を受けたことに応答して、当該指示により指定されたサービスの提供のため の実行コードの実行に必要な他の実行コード及び画面構成情報を通信部を介して 他の装置から取得し実行コード記憶部及び画面構成情報記憶部にそれぞれ記憶さ せるための処理部を含む。
[0038] 取得時期情報は、サービス提供のための実行コードの提供元から所定の通知を受 けたことに応答して、他の実行コード及び画面構成情報を当該提供元から取得すベ きことを示してもよレ、。この場合、第 3の取得部は、通信部によって、提供元から所定 の通知を受けたことに応答して、当該通知により指定されたサービスの提供のための 実行コードの実行に必要な他の実行コード及び画面構成情報を通信部を介して提 供元から取得し実行コード記憶部及び画面構成情報記憶部にそれぞれ記憶させる ための処理部を含む。
[0039] 本発明の第 2の局面に係るコンピュータプログラムは、表示装置及び通信装置が接 続されるコンピュータにより実行されると、コンピュータを、通信装置を介して、所定の サービス提供のための実行コードを他の装置から取得するための第 1の取得部と、第 1の取得部の入手した実行コードを記憶するための実行コード記憶部と、実行コード の実行時に表示装置により表示される画面の構成を定めるための画面構成情報を 記憶するための画面構成情報記憶部と、任意のサービスの提供の開始時までに、当 該サービスの提供に必要な実行コード及び画面構成情報が実行コード記憶部及び 画面構成情報記憶部に記憶されるよう、第 1の取得部、実行コード記憶部、及び画面 構成情報記憶部を管理し、任意のサービスを指定してサービスの提供の指示を受け たことに応答して、実行コード記憶部に記憶された、指定されたサービスに対応する 実行コードを、画面構成情報記憶部により記憶された画面構成情報を用いて実行す るための管理部とを含む、サービス提供装置として機能させる、コンピュータプロダラ ムである。
[0040] 本発明の第 3の局面に係る記録媒体は、上記したコンピュータプログラムを記録し た、コンピュータ読取可能な記録媒体である。
発明の効果
[0041] 本発明によれば、任意のサービスの提供の開始時までに、サービスの提供に必要 な実行コード及び画面構成情報が実行コード記憶部及び画面構成情報記憶部に記 憶されるよう、管理部が、第 1の取得部、実行コード記憶部、及び画面構成情報記憶 部を管理する。サービス提供の開始時にはこれらが全て準備されている。したがって 、装置内に記憶された実行コード及び画面構成情報を効果的に管理しながら、サー ビスを提供することができる。
[0042] 新たなサービスのための実行コードを記憶する際には、記憶部内の記憶容量を確 保する。そのために、所定の基準にしたがって、記憶部から消去してもよいと思われ る実行コード及び画面構成情報を、所定の記憶容量が確保できるまで消去する。記 憶部の記憶容量を効率的に使用しながら、効果的にサービスを提供することができる [0043] 実行コード内に、所定の条件に応じて実行コードの実行経路を変更させる記述を 含ませたり、実行コード又は画面構成情報の内容を変更させる記述を含ませたりする ことにより、限られた実行コードを用いて多彩なサービスを実現することができる。
[0044] また、実行コード内に記述される他の実行コード又は画面構成情報を、実行時に取 得する制御を行なうこともできる。このサービス提供装置によれば、サービス提供のた めに必要なときに、最新の実行コード又は画面構成情報を入手し利用できる。その 結果、装置内に記憶された実行コード及び画面構成情報を効果的に管理しながら、 最新のサービスを提供することができる。
図面の簡単な説明
[0045] [図 1]本発明の第 1の実施の形態に係るサービス提供装置 100のブロック図である。
[図 2]サービス提供装置 100で実行される、サービスの実行コードの取得時のプログ ラムのフローチャートである。
[図 3]図 2の S209で実行される、サービスの実行コードの取得のためのプログラムの フローチャートである。
[図 4]サービス提供装置 100の管理情報記憶部 111の記憶内容の例を表形式で示 す図である。
[図 5]第 1の実施の形態において、実行コードの取得前と取得後におけるレイアウト情 報記憶部 105及び画面構成部品記憶部 106の記憶内容を示す図である。
[図 6]あるサービスの実行に必要な実行コード、レイアウト情報、及び画面構成部品の 例を示す図である。
[図 7]図 6に示すサービスを取得した後の管理情報記憶部 111の記憶内容の例を表 形式で示す図である。
[図 8]本発明の第 2の実施の形態に係るサービス提供装置 800のブロック図である。
[図 9]サービス提供装置 800の判定部 802により実行されるプログラムのフローチヤ一 トである。
[図 10]実行コードの簡略化した例を示す図である。
[図 11]サービス提供装置 800で実行される処理の流れの一例を示す図である。
[図 12]サービス提供装置 800で実行される処理の流れの他の一例を示す図である。 [図 13]本発明の第 3の実施の形態に係るサービス提供装置 1250のブロック図である
[図 14]本発明の第 3の実施の形態に係るサービス提供装置 1250において、サービ ス取得時に実行されるプログラムのフローチャートである。
[図 15]第 3の実施の形態に係るサービス提供装置 1250のサービス実行時に実行さ れるプログラムのフローチャートである。
[図 16]第 3の実施の形態に係るサービス提供装置 1250での処理の流れの一例を示 す図である。
[図 17]第 3の実施の形態に係るサービス提供装置 1250での、図 16と同じサービスで 、使用する画面構成情報が変化したときの処理の流れの一例を示す図である。
[図 18]第 3の実施の形態に係るサービス提供装置 1250での、図 16及び図 17と同じ サービスで、使用する画面構成情報がさらに変化したときの処理の流れの一例を示 す図である。
符号の説明
[0046] 100, 800, 1250 サービス提供装置、 101 通信部、 102 実行コード記憶部、 1 03 画面構成情報記憶部、 104, 801 , 1251 管理部、 105 レイアウト情報記憶部 、 106 画面構成部品記憶部、 107 操作卓、 108 表示装置、 109 サービス開始 情報取得部、 110 時刻管理部、 111 管理情報記憶部、 151, 1261 取得部、 15 2, 804, 1262 実行部、 802 判定部、 1263 実行時取得部
発明を実施するための最良の形態
[0047] 以下、本発明の実施の形態を図面を参照しながら説明する。添付の図面では、同 じ部品には同じ参照番号を付してある。それらの名称及び機能も同一である。したが つて、それらについての詳細な説明は繰返さない。
[0048] [第 1の実施の形態]
<構成 >
図 1に、本発明の第 1の実施の形態に係るサービス提供装置 100の構成をブロック 図形式で示す。図 1を参照して、サービス提供装置 100は、いわゆるインターネット等 のネットワークを介して外部の装置からサービスに必要な情報の取得を行なう通信部 101と、外部から取得したサービスを実行するときの画面の遷移情報を含む実行コー ドを記憶する実行コード記憶部 102と、サービスを実行する際(実行コードを実行す る際)の画面の構成を定めるための情報である画面構成情報を記憶する画面構成情 報記憶部 103と、通信部 101を介して外部から、あるサービスのために実行コード及 び画面構成情報を取得して、それぞれ実行コード記憶部 102及び画面構成情報記 憶部 103に記憶させて管理し、さらに、操作卓 107を用いたユーザの指示に応答し て、指定されたサービスを実行するための管理部 104と、管理部 104に接続され、実 行コード記憶部 102に記憶された実行コード及び画面構成情報記憶部 103に記憶 された画面構成情報を管理するために管理部 104が維持する管理テーブルを記憶 するための管理情報記憶部 111とを含む。
[0049] 管理部 104は、通信部 101を介して、あるサービスのための実行コードを外部のサ ーバから取得して実行コード記憶部 102に記憶するとともに、その実行コードを解析 し、そのサービスの実行に必要となる実行コードが全て実行コード記憶部 102に記憶 され、画面構成情報が全て画面構成情報記憶部 103に記憶されるように実行コード 及び画面構成情報を通信部 101を介して取得するための取得部 151と、操作卓 107 を介してユーザから与えられるサービス実行の指示に応答し、管理情報記憶部 111 を参照して、当該サービスの実行に必要な実行コード及び画面構成情報をそれぞれ 実行コード記憶部 102及び画面構成情報記憶部 103から読出し実行するための実 行部 152とを含む。
[0050] 画面構成情報記憶部 103は、サービスを実行したときに表示される画面のレイァゥ ト情報を記憶するためのレイアウト情報記憶部 105と、レイアウト情報に坦込まれる画 像及び遷移の分岐情報等、サービス提供画面の構成に必要な画面構成部品を記憶 するための画面構成部品記憶部 106とを含む。
[0051] 実行コード、レイアウト情報及び画面構成部品には、それぞれ、識別可能な識別子 が付与されている。さらに各実行コードには、その内部で使用する別の実行コード又 は画面構成情報の識別子が関連付けられている。管理部 104は、識別子情報に基 づいて実行コード及び画面構成情報を管理する。実行コードの実行時には、入力さ れたデータ等を保持しておく必要が生じる場合がある。本実施の形態では、それらは レ、ずれも関連する画面構成部品に保持されるものとする。
[0052] サービス提供装置 100はさらに、複数のキーを持ち、所定のキーが操作されると対 応のキーコードを発生し管理部 104に与えるための操作卓 107と、所定のタイミング で通信部 101を介して外部サーバにアクセスし、新しいサービスが提供されていれば 、管理部 104の取得部 151に対し、当該サービスの実行に必要な実行コードを外部 装置から受信させるための指示を与えるサービス開始情報取得部 109と、サービス 開始情報取得部 109が参照する時刻管理部(タイマ) 110と、実行部 152がサービス を実行した結果生成される画面を表示するための表示装置 108とを含む。
[0053] 実行コード記憶部 102に記憶される実行コードは、サービススクリプト又はバイナリ の、いずれの形式でもよい。本実施の形態ではサービススクリプト形式であるものとす る。また、後述するように、メモリを有効に利用するために、本実施の形態では、取得 部 151は、新たな画面構成情報を画面構成情報記憶部 103に記憶する際に、記憶 領域が不足すると、所定のアルゴリズムで選択した画面構成情報を削除する。そのた めに、管理部 104は、図 4に示すように、既に記憶済みのサービスについて、それぞ れ最後に利用した日時を管理しており、この情報を管理情報記憶部 111に記憶して いる。
[0054] 図 4を参照して、管理情報記憶部 111は、サービスごとに、そのサービスを提供する ために必要な実行コードの識別子、その実行コードの実行時に使用されるレイアウト 情報の識別子及び画面構成部品の識別子からなる画面構成情報、並びに当該サー ビスが最後に実行された日からの経過日を記憶する。図 4に示す例では、ある第 1の サービスの実行コードは実行コード A1であり、この実行コード A1の実行時には、レイ アウト情報 B1〜B3、及び画面構成部品が画面構成部品 C1〜C3が利用される。第 2、第 3のサービスについても同様である。
[0055] 図 2に、サービス提供装置 100が新たなサービスを取得する際に行なわれる処理の フローチャートを示す。
[0056] 図 2を参照して、ステップ(以下単に「S」と呼ぶ。)200におレヽて、新しいサービスを 取得するかどうかを判定する。サービスを取得するか否かは、本実施の形態では図 1 に示すサービス開始情報取得部 109からの指示、又は操作卓 107を用いた利用者 の指示により決まる。 S200の判定の結果、新しいサービスを取得しないのであれば S200に戻る。取得するならば S201に進む。
[0057] S201では、サービス提供装置 100に新しいサービスを取得するための十分なメモ リが残っているかどうかを判定する。すなわち、このステップでは、最初にサーバに対 して取得すべきサービスを特定する情報を送信し、サーバからそのサービスに必要 な実行コード及び画面構成情報を記憶するために必要な記憶容量を受信する。そし て受信した記憶容量と、サービス提供装置 100で利用可能な、残っている記憶容量 とを比較する。メモリの記憶容量が残っていれば S209に進む。メモリが十分でない 場合は、 S202に進む。 S209では新しいサービスの取得処理を行なう。この処理に ついては図 3を参照して後述する。
[0058] S202では、各サービスの最終実行日時情報から、最終利用日がもっとも古いサー ビスを検索する。 S203では、このサービスの実行コードの 1行目を解析して他の実行 コード若しくは画面構成情報、又はそれらを示す識別子を探す。 S204では、実行コ ードのうち、直前のステップで解析された行に、他の実行コード若しくは画面構成情 報、又はそれらを示す識別子が含まれるかどうかを判定する。処理対象の行がその いずれも含まなければ S207に進み、いずれかを含む場合には S205に進む。
[0059] S205では、 S204で見出された実行コード若しくは画面構成情報が他のサービス にも利用されているかどうかを判定する。他のサービスにも利用されている場合は S2 07へ進み、他のサービスに利用されていない場合は一旦 S206に進んだ後、 S207 に進む。
[0060] S206では、 S205で他のサービスのいずれとも共有していないと判定された実行コ ード又は画面構成情報を実行コード記憶部 102又は画面構成情報記憶部 103から 削除する。
[0061] S207では、処理中の実行コードに未解析の行が残っているか否かを判定する。全 ての行を解析済みであれば S201に戻る。未解析の行が残っていれば S208に進む 。 S208では、実行コードの次の行を解析して、他の実行コード若しくは画面構成情 報、又はそれらを示す識別子を探し、 S204に進む。そして、 S204〜S207及び S20 8の処理を、 S207において全ての行について処理が終わったと判定されるまで繰返 す。
[0062] S201に戻った場合、メモリが十分残っているか否かが再度判定される。まだ不十 分であれば、未確認のサービスのうち、最終実行からの経過日が最も大きなサービス を検索する。以下、 S201で十分なメモリが残っていると判定されるまで、 S201〜S2 08の処理を繰返す。
[0063] 図 2の S209で実行される新しいサービスの取得処理を実現するための処理を実現 するプログラム部分のフローチャートについて、図 3を参照して説明する。図 3を参照 して、 S301では、管理部 104は通信部 101を介してサーバから実行コードを全て取 得して実行コード記憶部 102に記憶する。
[0064] S302では、取得した実行コードの 1行目を解析して画面構成情報又はそれを示す 識別子を探す。
[0065] S303では、直前のステップで解析した行に画面構成情報又はそれを示す識別子 が含まれているか否かを判定する。含まない場合は S306に進み、含む場合は S304 に進む。
[0066] S304及び S305の処理は、 S303で見出された画面構成情報又は識別子の各々 について行なう処理である。図を簡単にするため、図 3では一つの画面構成情報又 は識別子についてこの処理を行なうように示してある。 S304では、実行コードに含ま れる画面構成情報が既に画面構成情報記憶部 103に記憶されているかどうかを判 定する。記憶されていれば S306に、記憶されていなければ S305に、それぞれ進む
[0067] S305では、通信部 101を通してサーバからこの画面構成情報を取得し画面構成 情報記憶部 103に記憶する。この後、 S306に進む。
[0068] S306では、実行コードに未解析の行が残っているか判定する。最後まで解析して レヽれ ίま'この処理を終わり、図 2の S200(こ戻る。残ってレヽれ ίま' S307こ進む。 S307で は、実行コードの次の行を解析して画面構成情報又はそれを示す識別子を探す。そ して、 S303に戻る。
[0069] <動作 >
サービス提供装置 100は以下のように動作する。 [0070] 図 1を参照して、利用者が操作卓 107を操作して管理部 104の取得部 151に対し て新しいサービスの取得することを指示した場合、管理部 104はサービス取得処理 を開始する。また、サービス開始情報取得部 109が時刻管理部 110を参照すること により、定期的に外部のサーバにアクセスして新たなサービスを発見した場合、サー ビス開始情報取得部 109はそのサービスを取得すべき指示を取得部 151に与える。 この場合にも取得部 151は指定されたサービスの取得処理を開始する。
[0071] 具体的には、図 2の S200での半 IJ定結果力 SYESとなり、 S201に進む。 S201で、最 初に、新しいサービスを取得するために必要な記憶容量をサーバから取得する。そ して、その容量をサービス提供装置 100で利用可能なメモリの空き容量と比較する。 もしもメモリが不十分であれば S202〜S208の処理を繰返し実行することにより、必 要なメモリを確保して、 S209に進む。
[0072] S202〜S208の処理にっレ、ては、図 2及び前述の構成の説明を参照すれば当業 者であればその動作は容易に理解できると思われる。したがってここではその詳細に ついては繰返さない。
[0073] S209での処理については、図 3を参照して説明する。図 3を参照して、 S301でサ ーバから実行コードを取得する。 S302で実行コードの 1行目を解析し、画面構成情 報又はその識別子の記述を探す。 S303では、画面構成情報の記述があるか否かを 判定し、一つでもあれば S304に進み、全くなければ S306に進む。
[0074] S304では、 S303で見つけられた画面構成情報又はその識別子が画面構成情報 記憶部 103に記憶されているか否かを判定する。もし記憶されていなければ S305に 進み、記憶されていれば S306に進む。
[0075] S305では、 S303で見つけられた画面構成情報又はその識別子の記述に基づき 、対応の画面構成情報をサーバから受信し、画面構成情報記憶部 103内のレイァゥ ト情報記憶部 105又は画面構成部品記憶部 106に記憶する。その後、 S306に進む
[0076] S306で、取得した実行コードに次の行があるか否かを判定する。なければ処理を 終わる。あれば、 S307に進んで次の行を解析し、画面構成情報又はその識別子の 記述を探す。そして、 S303に戻る。 [0077] 以下、 S306での判定結果が「N〇」となるまで、すなわち、 S301で取得した実行コ ードの全ての行について、画面構成情報の記述の探索と、記述があった場合のその 画面構成情報の取得の有無の判定と、取得が必要と判定されたときのその取得の処 理とが繰返し実行される。
[0078] S306での判定結果が「N〇」となれば、新しレ、サービスの取得処理を終了する。
[0079] サービスの実行時には、図 1に示す操作卓 107を用レ、、ユーザが所望のサービス を指定し、管理部 104にその情報を与える。管理部 104は、管理情報記憶部 111を 参照し、実行コード記憶部 102から必要な実行コードを読出し、レイアウト晴報記憶 部 105及び画面構成部品記憶部 106から読出した必要なレイアウト情報及び画面構 成部品を用いて実行する。この実行により、指定されたサービスが、レイアウト情報記 憶部 105及び画面構成部品記憶部 106に記憶されたレイアウト情報及び画面構成 部品を用いて実行される。
[0080] <具体的動作 >
具体的な例で説明する。今サービス提供装置 100には、管理情報記憶部 111の記 憶内容(図 4)により示すように、 3つのサービスが記憶されているものとする。それぞ れのサービスの実行に必要な実行コード及び画面構成情報は表のとおりである。ま た、最終実行からの経過日は、第 1のサービスが 10日、第 2のサービスが 2日、第 3の サービスが 37日であるものとする。
[0081] このとき、レイアウト情報記憶部 105及び画面構成部品記憶部 106に記憶されてい るレイアウト情報及び画面構成部品は、図 5 (A)に示すとおりである。すなわち、レイ アウト情報記憶部 105には B1〜B6の 6個のレイアウト情報が、画面構成部品記憶部 106には C1〜C5の 5個の画面構成部品力 それぞれ記憶されている。
[0082] 今、新たに図 6に示すような構成のサービス 4を取得するときの処理を考える。第 4 のサービスは、実行コード A4と、レイアウト情報 Bl、 B2、 B7及び B8と、画面構成部 品 C3、 C5及び C6とを含む。図 4及び図 5 (A)の表を見ると、第 4のサービスを実行 するために必要な情報のうち、サービス提供装置 100にはすでにレイアウト情報 B1 及び B2、並びに画面構成部品 C3及び C5が記憶されていることが分かる。したがつ て、ユーザが第 4のサービスを取得する場合には、まだサービス提供装置 100に含ま れていない実行コード A4、レイアウト情報 B7及び B8、並びに画面構成部品 C6のみ を取得すればよい。第 4のサービスを取得した結果のサービス提供装置 100の管理 情報記憶部 111の記憶内容を図 7に、レイアウト情報記憶部 105及び画面構成部品 記憶部 106の記憶内容を図 5 (B)に、それぞれ示す。図 7において、第 4のサービス の構成情報のうち斜体文字になっている構成情報は、第 4のサービスを取得する前 に、サービス提供装置 100に記憶されていたため、取得する必要がなかった情報を 示す。
[0083] このように、本実施の形態によれば、新たなサービスを取得する場合、そのサービス の構成情報の一部だけを取得すればよい。したがって無駄な通信量が発生しない。 また、各サービスの構成情報の一部を他のサービスと共有できるためユーザの端末 側のメモリを有効に使うことができる。
[0084] さらに本実施の形態では、構成情報が互いに独立しているため、サービス取得中 に通信環境の劣化等により取得が中断した場合でも、取得が中断した構成情報から 再度取得開始すればょレ、。したがって通信の効率がょレ、。
[0085] さらに、ユーザがサービスを実行するときに登録する個人情報等を保存した画面構 成部品を共有で利用すれば、新しレ、サービス実行時でも再度個人情報を登録する 必要がないので、手間を省くことができる。一部の情報を変更したい場合も、一度の 変更だけで済み、サービスごとに変更を行なう必要がなレ、。
[0086] <変形例 >
本実施の形態では、メモリ確保のための処理を実行した後、新たに取得するサービ スの実行コードの解析を開始する。しかし本発明はそのような実施の形態には限定さ れない。例えば、先に実行コードだけ取得し解析してサービスの実行に必要な情報 を把握しておいて、削除の対象となるサービスを特定し、削除の対象となったサービ スを構成する情報の一部が新たに取得するサービスに必要な情報であった場合、削 除せずにそのまま記憶しておくようにしてもよい。また、予め実行コードを解析してお けば、取得に必要な最小限のメモリ量が分かるので、必要以上にサービスを削除す ることを避けること力 Sできる。
[0087] この実施の形態では、削除する対象となったサービスが複数の実行コードからなる 場合、解析の対象となる実行コードにサービスに必要な情報がすべて記述されてい ることを前提としてレ、る。しかし、本発明はそのような実施の形態には限定されない。 解析の対象となる実行コード以外の実行コードにも新たな情報が含まれているような 実施の形態もあり得る。その場合は、その実行コードの解析も行ない、該実行コード に含まれる情報について、 S203から S208への処理を行なう必要がある。
[0088] 図 2の処理、特に S204の処理力、ら分力るように、削除の対象となったサービスにお いて、少なくとも解析の対象となった実行コードは削除せずに実行コード記憶部 102 に残す。これにより、もしユーザが再度そのサービスを利用したいと思ったときには、 残っている実行コードを解析してそのサービスに必要な情報を新たに取得することに よって簡単に再利用することができる。ただし、サービスによっては、実行コードも含 めすべての情報を削除するようにしてもょレ、場合もあり得る。
[0089] 本実施の形態では、サービスの取得のタイミングはユーザの選択力、、サービス開始 情報取得部 109による定期的なチェックの結果によるものである。し力し本発明はそ のような実施の形態には限定されない。例えば、サービスを配信するサーバから新し いサービスの配信が始まったことを示すメッセージを受信すると自動的にそのサービ スに必要な情報を取得したりしてもよい。また、本実施の形態では、サービス開始情 報取得部 109が定期的にサーバの状態をチェックし、新しいサービスが配信されて いれば管理部 104に指示して自動で取得するようにしている。しかし、自動的に取得 するのに代えて、ユーザに通知して取得を促すようにしてもよい。また、これらの組合 せでもよい。
[0090] 本実施の形態では、実行コードを 1行ずつ解析し、サービス提供装置 100に足りな レ、情報があれば随時情報を取得してレ、る。しかし本発明はそのような実施の形態に は限定されない。足りない情報を途中で取得するのではなぐ実行コードの解析を最 後までした後、まとめて取得するようにしてもよい。
[0091] 本実施の形態では、取得するサービスが一つの実行コードからなる場合について 述べていることを前提としている。しかし、本発明はそのような実施の形態には限定さ れない。一つのサービスが複数の実行コードを含む場合を許容する実施の形態も考 えられる。この場合には次のようにする。すなわち、サービス取得時には、図 3の S30 1ではまず一つ目の実行コードを取得し、 S302及び S307において実行コードに関 する記述があった場合、画面構成情報と同様に、該実行コードが手元にあるかどうか 判定し、なければサーバから取得する。
[0092] 最初の実行コードの解析が最後まで終了した後、 2番目の実行コードの解析を開 始し、最初の実行コードと同様に、手元にない情報を取得していく。すべての実行コ ードを解析したところで、サービスの取得を終了する。
[0093] この場合には、最初に解析される実行コードにサービスに必要な情報を全て記述し ておき、該実行コードを解析すれば、他の実行コードを解析しなくても必要な情報の 取得が終了できるようにしてもょレ、。
[0094] 本実施の形態では、実行コードにサービスに必要な情報がすべて記述されている ことを前提としている。しかし、本発明はそのような実施の形態には限定されなレ、。レ ィアウト情報に、実行コードに記述されていない画面構成情報が含まれるような記述 形式を許してもよい。この場合は、図 3の S306において実行コードの解析が終了し た後、 S300へ遷移せずに、それまでに受信したレイアウト情報の解析を開始し、 S3 03、 S304、 S305のよう ίこ処理を行なうよう ίこすれ よレヽ。
[0095] また、この実施の形態では、ユーザの手元にあるサービス提供装置 100内の管理 部 104力 実行コード記憶部 102及び画面構成情報記憶部 103に記憶されてレ、る 情報を管理し、新しいサービスに足りない情報を抽出してサーバより情報を取得して いる。し力 本発明はそのような実施の形態には限定されない。サーバ側で、サービ ス提供装置に記憶されているサービスを管理しておき、予め必要な情報だけ抽出し て提供するようにしてもよい。又は、サービス提供装置が、その記憶しているサービス のリストをサーバに渡すようにしてもよい。この場合には、そのリストに基づき、必要な 情報をサーバが抽出してサービス提供装置に提供するようにすればよい。
[0096] この実施の形態では、簡単のため、実行コードに画面構成情報に関する記述があ つた場合はすべて図 3の S304に進むものとしている。し力 本発明はそのような実施 の形態に限定されるわけではない。実行コードに記述されている画面構成情報の中 に、サービス実行時にユーザの選択情報を記憶するとき等に新たに生成される画面 構成情報も含まれるような実施の形態も考えられる。そのような情報が含まれるサー ビスの場合は、 S304に進む前に、実行コードをさらに解析し、記述されている画面 構成情報がサービス実行時に生成されるものなのかどうか判断する必要がある。
[0097] 本実施の形態では、各々のサービスの情報に最終実行日時を付加情報として記憶 させている。しかし、本発明はそのような実施の形態に限定されるわけではない。各 々のサービスの最終実行日時情報を一つの情報にまとめて管理しておいてもよい。 また、利用するごとに、実行日時の順番に基づいてサービスをソートするように管理し てもよい。
[0098] なお、本実施の形態のように、サービスの取得時に、予めメモリの空き容量を確保 する処理を省略してもよレ、。この場合、取得途中でメモリが不足し処理が終了してし まうが、手動で一部要素を削除して再度取得を試みるようにすればよい。
[0099] 本実施の形態では、削除するサービスの抽出方法として最終利用日時を基準にし ている。しかし、削除対象を定めるための基準となる情報はそれだけに限らない。サ 一ビスの利用頻度、取得日時等を基準にし、利用頻度が所定の値以下であるもの、 利用回数が最も少ないもの、取得日時が最も古いものなどを選択して削除してもよい 。また、最後に使用してから所定期間以上経過したサービスについて、そのサービス を提供するための実行コード又は画面構成情報を削除するようにしてもよい。削除す るサービスをユーザが明示的に選択してもよい。ユーザ又はサーバが、 自動削除し てもよレ、かどうかを判定する付加情報を各サービスに付けられるようにしてもょレ、。削 除する場合、サービス提供のための実行コード及び画面構成情報の全体を削除して もよレ、し、一部のみを削除するようにしてもよい。
[0100] この実施の形態では、サービスを削除するタイミングはメモリが不足したときである。
し力 本発明はそのような実施の形態には限定されない。メモリが不足した状態では なぐ最終実行日時から所定の日数又は時間が経過したとき、又はユーザの利用頻 度が所定の値以下になったとき等、何らかの条件によってサービスを自動削除するよ うにしてもよい。また、期間限定のサービスのように、利用できるサービスの期間が決 まっている場合に、所定の日時が過ぎると自動的に削除できるようにしてもよい。試供 用サービス等の場合には、取得してからある一定の日数が過ぎたり、所定の回数サ 一ビスを利用したりした場合に、自動的に削除するようにしてもよい。期間限定サービ スのように、所定の日時が経過した後は利用できないようなサービスの場合は、実行 コードも含めて完全に削除するようにしてもよい。こうした場合には、画面構成情報又 は実行コード内にそうした条件を記載しておき、実行コードの実行時の最初に条件を 調べ、削除条件が充足されていたら関連の実行コード及び画面構成情報の少なくと も一部、又は全部を削除するようにすればよい。又は定期的にそうした条件を充足す るサービスを探索するプログラムを起動し、見つかったサービスに関連する実行コー ド及び画面構成情報の少なくとも一部、又は全部を削除するようにしてもよい。
[0101] なお、このように所定の日時や期間がすぎてサービスを削除する場合でも、一部の 情報は今後も利用したい場合がある。例えば複数の商品が載った「ちらし」から欲し い商品を選択し、購入処理を行なうようなサービスを考える。この場合、ちらしに載つ ている商品には利用期限がある力、もしれないが、取り扱う商品が変わっても、支払い 方法の選択等、購入の手続きに必要となる情報は変化しないことが多い。このような 場合には、所定の日時になったら商品に関する情報のように一部の所望の情報のみ 自動で削除できるようにしておけばよい。このとき、実行コードについても商品選択部 分と購入処理部分とを分けておけば、情報の管理が容易である。情報の一部を削除 すると同時に、新たな商品情報を取得するようにしてもよい。取得時は削除のタイミン グを指定せずに、サーバ側が新しい商品の提供を始めたとき、又はユーザが新しい 情報に更新する手続きを行なったときに、情報の一部又はすベてを書き換えられるよ うにしてもよい。
[0102] 一部の情報のみ自動で削除する他の例として次のような例が考えられる。サービス 開始時に文字の大きさ又は背景画像等のレイアウト情報をユーザの好みに合わせて 選択できるようなサービスがあり得る。この場合に、選択されなかったレイアウト情報を 自動で削除することが考えられる。このとき、他のレイアウト情報に対するポインター だけ残しておけば、ユーザがレイァゥ M青報を変更したレ、場合でも柔軟に対応でき、 かつメモリを有効に活用することが出来る。
[0103] 実行コード記憶部 102が記憶する実行コードは、サービススクリプト又はバイナリの 、いずれの形式でもよい。本実施の形態では、サービススクリプトを用いている。
[0104] このように、本実施の形態の考え方によれば、様々な条件の下で、不必要な情報を 適切に削除することができる。したがって、サービス提供装置内のメモリを有効に利 用すること力 Sできる。
[0105] 自動でサービスを削除する等によって、保存するサービスの数が所定の数以下に なった場合、利用頻度の高いサービスに関連したサービス、又はその実行コードの みを自動で取得するようにしてもよい。実行コードのみを取得するのであれば、それ ほどメモリを圧迫することはなぐユーザに新たなサービスを知らせることが容易にで きる。
[0106] [第 2の実施の形態]
図 8に、本発明の第 2の実施の形態に係るサービス提供装置 800の構成をブロック 図形式で示す。サービス提供装置 800は、第 1の実施の形態に係るサービス提供装 置 100の機能に加え、さらに、ユーザの使用状況や機器の環境等によって、使用す るレイァゥ M青報、画面構成部品又は実行コードを選択する機能を有する。そのため に、実行コード記憶部 102に記憶されている実行コードには、画面構成部品に保持 された内容に基づいて、サービスの実行に利用するレイアウト情報、画面構成部品、 又は実行コードを選択するための記述が可能である。以下、これらの記述を「サービ ス変更記述」と呼ぶ。サービス変更記述は、典型的には実行コードの実行経路を実 行時の条件により制御するための記述により実現される。こうした記述により、実行コ ードの実行時に動的にサービス内容を変えることができる。
[0107] 図 8を参照して、本サービス提供装置 800は、図 1のサービス提供装置 100の管理 部 104に代えて、実行コードの実行時にサービス変更記述に応じてサービス内容を 変更する機能を持つ管理部 801を含む。
[0108] 管理部 801は、第 1の実施の形態に係る管理部 104の取得部 151と同じ取得部 15 1と、第 1の実施の形態の実行部 152の機能に加え、さらに、実行中の実行コードに おいてサービス変更記述に遭遇すると、そのサービス変更記述における条件の判定 を依頼する依頼信号を外部に出力し、その依頼信号に応答して外部から与えられる 判定結果にしたがって実行コード又は画面構成情報を選択し、さらに実行コードの 実行及び解析を続行する機能を持つ実行部 804と、実行部 804から依頼信号を受 取り、当該依頼信号に対応する画面構成部品に格納された情報にしたがって、実行 部 804が実行中の実行コードのサービス変更記述の条件が成立するか否かを判定 し、判定結果を実行部 804に与えるための判定部 802とを含む。
[0109] 判定部 802は、実行コードの実行時に、実行部 804から与えられた依頼信号に応 答し、画面構成部品記憶部 106内の指定された画面構成部品を参照して、その画 面構成部品に保持されている情報と、依頼信号により指定される条件とにしたがって 、サービス変更記述に記載された条件が成立するか否かを判定し、判定結果を実行 部 804に与える。実行部 804は、この判定結果にしたがって実行コードの実行経路 を選択し、それぞれの実行経路で指定されたレイアウト情報、画面構成部品、及び実 行コードを選択して実行コードを実行する。その結果、このサービス提供装置 800に よれば、簡単に動的にサービスの内容の一部を変更することが可能である。
[0110] 図 9に実行部 804及び判定部 802での、実行コード'画面構成情報選択処理のフ ローチャートを示す。この処理は、実行部 804によるサービス実行時に行なわれる。 図 9を参照して、 S900では、実行対象の実行コード内にサービス変更記述があるか 否かを判定する。あれば S901に進み、なければ S903に進む。判定結果が「YES」 であることが、上記した依頼信号の発生に対応する。
[0111] S901では、サービス変更記述に記載された条件にした力^、、サービス変更記述に より指定された画面構成部品の状態がサービス変更記述により指定された所定の状 態であるかどうか判定する。所定の状態であれば S902に進み、所定の状態以外で あれば S903に進む。ここでの処理が判定部 802による処理に相当する。
[0112] S902では、サービス変更記述の内容と画面構成部品の状態とに基づいて、利用 する実行コード、レイアウト情報又は画面構成部品を本来の実行経路で指定されて レ、たものから変更し、変更後の実行コード、レイアウト情報及び画面構成部品をそれ ぞれ使用して処理を続行する。
[0113] 一方、 S903では、実行コードの本来の実行経路で指定されていたものから変更す ることなく、それらを使用して処理を続行する。
[0114] S901において参照される画面構成部品の内容は、ユーザのサービス利用状況、 提供装置の状況、サーバ側の指示、又はサービスの実行日時等、様々な条件によつ て、管理部 801により動的に変更され得る。したがって、サービスを実行する毎に上 記の判定を行なう。
[0115] 管理部 801によるサービスの実行は、サービス変更記述に遭遇したとき以外は、第 1の実施の形態におけるものと同様である。
[0116] 図 10と図 11とを用レ、、図 9に示したような処理による、実行コードの実行時の処理 の流れの具体定な一例を示す。サービス提供装置 800には商品購入サービスが記 憶されているものとする。このサービスを実行するための実行コードの簡略化した例 を図 10に示す。この実行コードは、図 8の実行コード記憶部 102に記憶されている。
[0117] ユーザが該サービスを選択して実行を命ずると、管理部 801の実行部 804は、実 行コード記憶部 102に記憶されている対応の実行コード 1000を取得し、解析を始め る。解析により、実行コード、レイァゥ M青報、又は画面構成部品に変更が必要となる 可能性があるサービス変更記述がある場合、実行部 804は、サービス変更記述に対 応する条件判定を判定部 802に対し依頼する。判定部 802は、サービス変更記述で 指定された条件を、画面構成部品記憶部 106内の画面構成部品に保持された情報 にしたがって判定し、その結果を実行部 804に与える。実行部 804は、この結果にし たがい、本来の実行経路により指定される実行コード、レイアウト情報、又は画面構 成部品を用いて処理を続行する力、又はサービス変更の条件が成立したときの実行 経路により指定される実行コード、レイアウト情報、又は画面構成部品を用いて処理 を続行する。この処理により、実行コードにサービス変更記述が存在する場合、画面 構成部品に保持された情報にしたがって適切な実行コード、レイアウト情報、及び画 面構成部品が選択され、実行コードの実行に用いられる。実行部 804は、このように して実行コードを実行し、実行コードの最後に到達すると処理を終了する。
[0118] 図 10を参照して、この実行コードはコード部分 1001〜: 1008を含むものとする。管 理部 801の実行部 804は、コード部分 1001に示されている最初の提示対象となる 画面の画面構成情報を画面構成情報記憶部 103から取得し、表示部 108にこの画 面構成情報にした力 Sレ、、例えば図 11に示す商品情報画面 1100を提示させる。
[0119] ユーザが商品情報画面 1100で商品の購入を選択すると、実行部 804は実行コー ドのコード部分 1002を解析する。コード部分 1002が図 11の画面 1101に示すような メッセージ画面を表示することを示す場合、実行部 804は画面構成情報記憶部 103 から画面 1101の表示に必要な画面構成情報を読出し、表示部 108の表示を画面 1 101に遷移させる。
[0120] ユーザの選択に伴い、実行コードの解析はコード部分 1003、 1004と進み、解析の 進みとあわせて表示画面も図 11に示す画面 1102、 1103と遷移する。表示画面 11 03において、ユーザが支払い方法を選択すると、実行コードの解析はコード部分 10 05に進む。
[0121] コード部分 1005は、現在の時刻がサービス期間中か否かによって、コードの実行 経路を変化させるコードを含む。プログラム部分 1005を解析した実行部 804は、コ ード部分 1005における条件判定を行なうことを判定部 802に依頼する。判定部 802 は、この判定に用いるために、画面構成部品記憶部 106からサービス期間情報を取 得する。そして、現在の月日がサービス期間情報で指定された期日内か否かを判定 する。
[0122] サービスを利用した日がサービス期間情報で指定された期日内であれば、判定部 802は、コード部分 1006に進むように実行部 804に指示し、実行部 804による実行 コードの解析はコード部分 1006に進む。それ以外の場合、解析はコード部分 1007 に進む。
[0123] サービス期間情報で指定された期間内の場合、コード部分 1006では、表示装置 1 08による表示が画面 1104に遷移する。この後、コード部分 1007が解析される。した がって、コード部分 1006、 1007及び 1008の解析の結果、表示画面は画面 1104、 1105及び 1106と遷移する。
[0124] サービス期間外であれば、コード部分 1006は解析せずにコード部分 1007及び 10 08の解析が行なわれる。その結果、表示画面は画面 1105、 1106と遷移する。
[0125] このように、本実施の形態に係るサービス提供装置 800によれば、条件に応じて簡 単にサービス内容を変更することが可能である。上記した商品購入サービスで登録さ れた情報は画面構成部品に登録されるが、第 1の実施の形態で述べたようにこの画 面構成部品の一部を他のサービスと共用する場合、そのサービスでもこの情報を利 用すること力 Sできる。例えば、最初のサービス実行時にある情報を登録したものとする 。この情報は、画面構成情報として画面構成情報記憶部 103に記憶される。他のサ 一ビスがこの画面構成情報を共有する場合には、同じ画面構成情報を利用すること により、予め入力済みの情報を利用でき、したがってその入力は行なわなくてもよい。
[0126] すなわち、複数のサービスにおいて共有の画面構成部品を使うことによって、その 画面構成部品に保持される情報をそれらサービスにおいて共有できる。この構成に より、商品購入時の送り先の住所、及び代金の支払方法のような個人情報を、利用 するサービスが変わるたびに何度も入力する手間を省くことができる。また、情報の変 更があった場合に、どのサービスでは変更済みで、どのサービスではさらに変更が必 要なのか、等を考える手間を省くことが出来る。入力済みの情報に関する入力画面 の表示を省略するように実行コードに記述することもできる。この場合には、画面の遷 移数も減らすことができ、サービスの利用が容易になる。さらに、商品購入サービス等 を利用するときにクレジットカードの番号入力が求められることがある。そうした情報の 入力を省略したい場合、通常の Webサービスではサーバに番号を登録しておく必要 力 Sある。しかし、本実施の形態のような仕組みを使うと、通常はサービス提供装置 800 内でのみ情報を管理し、購入時等、サービス利用時にのみ必要な情報をサーバに 渡せばよい。個人的な情報が外部のサーバに常に保持されている必要がなくなるの で、安心してカード等を利用することができる。
[0127] 図 12を参照して、本実施の形態に係るサービス提供装置 800による処理の流れの 他の例を示す。サービス提供装置 800には商品購入サービスが記憶されているもの とする。ユーザがこのサービスを実行すると、図 12に示すような商品の一覧画面 120 0が表示される。ユーザが商品の一覧画面 1200からいずれか一つの商品を選択す ると、そのときの条件により処理が分岐する。
[0128] 通常は、画面は選択した商品の詳細画面 1201に遷移する。この場合ユーザは、 商品の詳細画面 1201で商品の詳細を見た後、さらに該商品の購入画面(図示せず )に進む。ユーザがこの商品の購入処理を行なうと、管理部 801の実行部 804は、画 面構成部品記憶部 106に記憶されているユーザの購入状況情報の内容を変更する 。実行部 804はさらに、ユーザが購入した商品がユーザの手元に届く予定日時情報 をサーバから取得し、その情報を画面構成部品記憶部 106に記憶する。購入処理の 後、ユーザが再度商品購入サービスを実行し、商品の一覧画面 1200において、既 に購入した商品を選択すると、実行部 804は画面構成部品記憶部 106から当該ュ 一ザの購入状況の情報と配達予定日時情報とを参照し、実行コードの記述をもとに 画面の分岐先を変更する。
[0129] すなわち、実行部 804は、ユーザがこの商品を購入済みであることを購入状況情報 力 判定すると、さらに画面構成部品記憶部 106に記憶された配達予定日時情報を 参照する。参照された配達予定日時と、サービスを利用している日時とから、購入済 みの商品が未配達か否力、を判定する。購入済みの商品が未配達の状況であると判 定されると、実行部 804は、商品詳細画面 1201に遷移せずに、配達状況を知らせる 配達状況画面 1202に遷移する。
[0130] 商品の一覧画面 1200で選択された商品が配達済みであると判定されると、ユーザ の手元に届いてから所定の期間はアンケート画面 1203へ遷移する。ユーザの手元 に届いてから所定の期間が過ぎた後、又はユーザがアンケート画面に回答した後は 、ここでの画面は商品詳細画面 1201となる。ただしこの場合、一度購入した商品を 再度選択すると、商品詳細画面 1201に遷移せずに、直接に商品購入処理へ遷移し てもよい。
[0131] なお、上記例では、配達予定日時情報は商品購入時にサーバより取得し記憶する 。しかし本発明はそのような実施の形態には限定されない。状況によっては、ユーザ の手元に商品が届く配達日に変更が生じる場合もある。このような場合にでも対応で きるように、例えばサービス利用開始のたびにサーバにアクセスし配達状況を確認す るようにしてもよい。
[0132] このように本実施の形態によれば、ユーザのサービス利用状況、提供装置の状況、 サーバ側からの情報提供、及び日時等、さまざまな条件に応じて画面構成部品の内 容を変更することができる。それによつて、簡単にサービスの内容の一部を動的に変 更すること力 Sできる。
[0133] なお、上記実施の形態では、サービス変更記述によって実行コードの実行経路を 変更することにより、実行コードの実行時に使用される実行コード、レイアウト情報、及 び画面構成部品を選択している。しかし本発明はそのような実施の形態には限定さ れない。条件によって、実行コードの実行時に使用される実行コード、レイアウト情報 、又は画面構成部品そのものを変更し、実行コードの実行経路は変更しないような実 装、及びそうした方式と実行経路の変更とを組合せた実装も可能である。
[0134] [第 3の実施の形態]
図 13に、本願の第 3の実施の形態に係るサービス提供装置 1250の構成をブロック 図形式で示す。図 13を参照して、第 3の実施の形態に係るサービス提供装置 1250 においては、図 1のサービス提供装置 100の諸機能に加え、実行コード内に、当該 実行コードの実行時に使用する他の実行コード及び画面構成情報を、当該実行コー ドの取得時に同時に全て取得しておくか、当該実行コードの実行時に取得するかを 指定する記述を含ませることができる。取得した実行コードは実行コード記憶部 102 に、画面構成情報は画面構成情報記憶部 103に、それぞれ格納する。すなわち、本 実施の形態に係るサービス提供装置では、後述するように、実行コードに実行に必 要な他の実行コード及び画面構成情報を取得するタイミングを管理することができる
[0135] 図 13を参照して、サービス提供装置 1250は、図 1に示すサービス提供装置 100の 管理部 104に代えて、サービス取得時には、実行コード及び画面構成情報のうち実 行時に取得することが示されたもの以外のものを取得し、実行時にそれら残りの実行 コード及び画面構成情報を取得して実行する機能を持つ管理部 1251を含む。
[0136] 管理部 1251は、操作卓 107又はサービス開始情報取得部 109から新たなサービ スの取得が指示されると、当該サービスを実行するために必要な最初の実行コードを サーバから取得し、解析して、その中に記述された実行コード及び画面構成情報のう ち、実行時に取得するように指示されているもの以外を取得して実行コード記憶部 1 02及び画面構成情報記憶部 103に記憶させ、管理情報記憶部 111にその情報を 格納するための取得部 1261と、操作卓 107を介してサービスの実行が指定されると 、当該サービスの実行コードを実行コード記憶部 102から読出し、解析して実行を開 始し、実行時に取得が必要な実行コード及び画面構成情報に遭遇すると、それらを 取得すべきことを示す命令を出力し、必要な実行コード及び画面構成情報が取得さ れた時点で当該サービスの実行を再開するための実行部 1262と、実行部 1262から 出力される命令に応答し、当該命令によって指定された実行コード及び画面構成情 報を通信部 101を介してサーバから取得し、それぞれ実行コード記憶部 102及び画 面構成情報記憶部 103に格納する処理を行なうための実行時取得部 1263とを含む
[0137] 図 14に、サービス取得の際に、この第 3の実施の形態に係るサービス提供装置 12 50の管理部 1251の取得部 1261で行なわれる処理のフローチャートを示す。図 14 ίこ示す S1301〜S1303、 S1305〜S1308の処理 fま、それぞれ図 3ίこ示す S301〜 S303、 S304〜S307の処理と同じである。した力 Sつて、これらにっレヽての詳糸田な説 明は繰返さなレ、。図 14に示す処理が図 3に示す処理と異なるのは、 S1303 (S303 に相当)の後、 S1304では、実行コードに含まれる他の実行コード及び画面構成情 報の記述に基づき、当該他の実行コード及び画面構成情報が実行時に取得すべき 情報か否力、を判定する点である(取得部 1261の機能に対応)。この構成情報が実行 時に取得すべきものであると判定されれば、 S1307に進み、それ以外の場合には S 1305に進む。すなわち、他の実行コード及び画面構成情報が実行時に取得すべき ものであれば、ここでは何もしない。実行時ではなぐ実行コードの取得時に取得す べきものであれば、 S1305及び S1306の処理によってここで取得しておく。
[0138] 図 15に、サービス実行時に管理部 1251の実行部 1262で実行される処理を実現 するためのプログラムのフローチャートを示す。図 15を参照して、 S1400ではサービ ス提供装置 1250に記憶されているサービスを実行する指示を受けたかどうかを判定 する。実行する指示を受けた場合は S1401に進み、受けていない場合は待ち状態と なる。 S1401では、選択されたサービスの実行コードを実行コード記憶部 102から取 得し、最初の表示画面にどの画面構成情報が必要か解析する。 S1402では、最初 の表示画面の表示に必要な画面構成情報が、実行時に取得すべき画面構成情報 か否かを判定する。実行時に取得すべき情報であれば S1403に進み、そうでなけれ は、 S1404に進む。
[0139] S1403では、必要な情報を取得するよう、実行時取得部 1263に指示を与える。実 行時取得部 1263は通信部 801を介してこの情報をサーバから取得し、画面構成情 報記憶部 103に記憶して実行部 1262に処理完了の信号を返す。この後処理は S 1 404に進む。 [0140] S1404では、画面構成情報記憶部 103から、表示の対象となる画面構成情報を取 得する。 S1405では、取得した画面構成情報をもとに、表示部に画面を表示する。 S 1406では、実行コードにまだ解析していない部分が残っているか判定する。残って いれば S1408に進み、最後まで解析が終了していれば S1407に進む。 S1408では 、実行コードの次の表示画面に関する情報を解析し、 S1402に進む。 S1407では、 サービスの実行を終了する。なお、例えば実行コードに条件判定によって処理を分 岐させるような記述がある場合、まだ解析されていないコード部分があるにもかかわら ず、実行コードの最後まで到達する場合がある。本実施の形態では、こうした場合で も、実行コードのうち実行可能な部分についての解析は全て終了したものとし、サー ビスを終了させる。
[0141] この例では、画面構成情報の取得のタイミングについて、サービスの取得時又はサ 一ビス実行時に限定している。しかし本発明はそのような実施の形態には限定されな レ、。例えばサービスの取得を行なった日時力 S、ある所定の時期以降であった場合に は、すべての実行コード及び画面構成情報をサービス取得時に取得する等、何らか の条件によって、取得のタイミングを変更できるようにしてもよい。
[0142] また上記実施の形態では、実行時に取得する以外の実行コード及び画面構成情 報は、それらの実行前であれば任意のタイミングで取得してもよい。多くの場合、上記 したように、そうした実行コード及び画面構成情報に遭遇した時点で取得するが、一 つの実行コードの解析が終了した後、解析で見出された実行コード及び画面構成情 報を、まとめて連続して取得するようにしてもよい。
[0143] この第 3の実施の形態のような仕組を使えば、サービスの一部を実行時に取得する こと力 Sできる。したがって、一部のサービス内容が頻繁に変更されるサービスでも、変 更されたサービスを実行するために必要な画面構成情報及び実行コードのみをサー ビス実行時に取得するようにすれば、いつでも最新のサービスを実行できる。そのた め、サービス提供装置でサービス変更毎に新たにサービス一式を取得する必要がな ぐ通信量を軽減することができる。
[0144] 上記実施の形態では、画面を切り替えるタイミングはユーザの操作によるものである ことを想定している。し力 本発明はそのような実施の形態には限定されない。ある所 定の時間後等、何らかの所定の条件を満たせば自動的に画面を切替えるようにして あよい。
[0145] 上記実施の形態では、 S 1406において、実行コードに解析していない情報が残つ てレ、るかどうかでサービスの終了のタイミングを決めてレ、る。しかし本発明はそのよう な実施の形態には限定されない。例えば、ユーザがサービスの終了を選択した場合 、又はある所定の画面まで遷移した場合、等、実行コードの最後まで到達しなくても 終了させる方法も考えられる。
[0146] また、本実施の形態では、 S1407において、次の表示画面に関する情報を解析し ている。し力 ここでの「次の表示画面」とは、現在解析しているコード部分の直後の コード部分とは限らない。次の表示対象となる画面は、第 2の実施の形態に記載のよ うに、ユーザの選択や、利用状況等によって動的に変わる場合もあり得る。したがつ て、管理部 1251の実行部 1262は、次に解析すべき箇所を管理しながら S1407で の解析を行なう対象となる情報を決定する。
[0147] 図 16〜図 18を用いて、図 15の処理の流れの具体定な一例を示す。図 16を参照し て、今、テレビジョン放送(以下「TV」と呼ぶ。)を視聴中に、番組の進行に合わせて 出演者の投票を行なう投票サービスがあるものとする。ユーザは番組放送中に 3回の 投票を行なうものとする。サービスの実行を開始すると、管理部は画面構成情報記憶 部 103から画面構成情報を取得し、表示部 108に画面 1500を表示する。ユーザが 操作すると、実行部 1262は通信部 101から候補者リスト情報 1501を取得し、画面 構成情報記憶部 103に記憶させた後、候補者リスト情報 1501とその他に必要な画 面構成情報を取得し画面 1502を表示する。
[0148] ユーザは画面 1502に提示された候補者の中からいずれか一人を選択し(画面 15 03)、サーバに選択情報を送信してサービスを終了する(画面 1504)。 2回目及び 3 回目の投票の際も、図 17に示す画面遷移 1505及び図 18に示す画面遷移 1506の ように、同様の処理が行なわれる。ただし画面遷移 1505では図 16の候補者リスト情 報 1501に代えて、一回戦の候補者の中で残った 3人の候補者からなる候補者情報 リストを使用し、画面遷移 1506では、二回戦の候補者の中で残った 2人の候補者か らなる候補者情報リストを使用する。 [0149] このように本実施の形態に係るサービス提供装置によれば、ユーザが同じサービス を実行しても、実行時に取得する候補者リストの内容を変えるだけで、 3回の異なる内 容の処理を行なうことができる。
[0150] 本実施の形態のように、 TV番組の進行に合わせて視聴者からの投票を受付けるよ うな場合、視聴者が一斉に投票を行なう。そのため、従来のように視聴者が番組の W ebページにアクセスし、投票ページから投票を行なうような仕組みでは、サーバの負 荷が大きくなる。ユーザが Webページにアクセスしても、ページの遷移等がスムーズ に行なえず、快適にサービスが利用できなくなるおそれがある。そのため、ユーザが 途中で処理を中断してしまう場合もある。また、携帯電話からサーバへアクセスしてサ 一ビスを利用しょうとした場合、途中に何らかの理由で処理が中断してしまうこともあ る。この場合、処理を再開しようと思ったら再度最初から始めなければならない場合 が多い。
[0151] しかし、本実施の形態に係る仕組みを使えば、ユーザは予めサービス利用のため に必要な情報の大部分を取得しておくことができる。サービスの実行時には、必要最 小限の情報だけ取得すればよレ、。したがってサービス実行時に多くのアクセスがサ ーバに集中しても、処理すべきデータ量は少なくて済み、サーバの負荷が軽減でき る。したがってそのレスポンスはよくなり、ユーザはサービスを快適に利用できる。
[0152] 上記実施の形態では、サーバ側ではどのユーザがどのようなサービスのための実 行コード等を取得してレ、るかにっレ、ては関知してレ、なレ、。しかし本発明はそのような 実施の形態には限定されない。サーバ側で、サービス利用に必要な実行コード等を 取得済みのユーザを管理しておき、サービスの提供時にサーバから対象ユーザに情 報を渡すような仕組みにしてもよい。
[0153] このように本実施の形態に係るサービス提供装置によれば、サービス実行時に、サ 一ビス実行のための一部の情報を変更することにより、最小の通信量でサービス内 容を変更することができる。例えば第 2の実施の形態で述べたような商品購入サービ スにおいて、常にユーザに最新の商品情報を提示したり、商品の在庫情報を提示し たり、新しいサービスを提供したりすることが簡単に可能である。
[0154] 上記実施の形態では、実行時に画面構成情報等を取得する際には、何らの条件も 課さずに取得している。しかし本発明はそのような実施の形態には限定されない。例 えばサーバにある情報が、サービス提供装置に既に記憶されている情報よりも新しい 力どうかを判定し、新しい場合のみ取得するようにしてもよい。また、画面構成情報等 をサービス実行毎に取得するのではなぐ一定期間ごとに、又は所定の条件を満たし た場合のみに、取得するようにしてもよい。
[0155] なお、上記した実施の形態では、サービスの実行時に取得する画面構成情報等は 、予め取得した実行コードによって定まっている。し力 本発明はそのような実施の形 態には限定されない。例えば、ユーザの選択、又はサービス提供装置の環境等、何 らかの条件により、サービス実行時に取得する情報を動的に変えるようにしてもよい。 この機能により、例えば、サービス提供装置の表示部の画面の大きさに合わせて、提 供するレイアウト情報を変える等といったサービスが可能である。
[0156] 以上のように本発明の実施の形態によれば、サービス提供装置内にサービス実行 に必要な実行コード及び画面構成情報を取得し、サービス提供装置にぉレ、てこれら を利用してサービスを実行する。したがって、サーバに渡したくないが、利用したら各 ユーザへのカスタマイズがしゃすくなるような情報も利用することができる。例えば、 画面の文字のサイズ、書体、背景画面の模様等を各ユーザの好みにあわせてカスタ マイズできる。また、サービス提供装置がコンピュータにより実現されている場合、複 数のアプリケーションを立ち上げていて、サービスを表示するための領域が狭いとき には、 自動でレイアウトを変える等といった対応もできる。
[0157] また、以上の実施の形態に係るサービス提供装置では、サービスの実行コードで画 面構成部品を共有可能である。そのため、前述したように利用者特有の情報、例え ばカードの番号、あるサービスを利用する際の識別番号等を一つの画面構成部品に 記憶しておけば、実行コードはこれらの情報を用いてサービスを提供できる。その結 果、 Webサービスのようにサービス利用ごとにログインをする必要がなくなるという効 果がある。
[0158] なお、上記した第 3の実施の形態に係るサービス提供装置 1250では、サービスの 実行時に第 2の実施の形態において行なわれたような実行コード及び構成情報の変 更は行なっていない。し力 本発明はそのような実施の形態には限定されなレ、。第 3 の実施の形態に係るサービス提供装置 1250に、第 2の実施の形態で行なわれたよ うな実行コード又は画面構成情報の変更処理を組合わせるようにしてもよい。
[0159] 上記した実施の形態に係るサービス提供装置は、いずれも汎用コンピュータにより 実行されるコンピュータプログラムにより実現することができる。コンピュータは、通信 装置を備えることが必要である力 それ以外は通常の構成でよい。コンピュータプロ グラムの制御構造は、図 2、図 3、図 9、図 14及び図 15等に示したとおりである。
[0160] 今回開示された実施の形態は単に例示であって、本発明が上記した実施の形態の みに制限されるわけではない。本発明の範囲は、発明の詳細な説明の記載を参酌し た上で、特許請求の範囲の各請求項によって示され、そこに記載された文言と均等 の意味及び範囲内でのすべての変更を含む。
産業上の利用可能性
[0161] この発明は、複数の画面間の遷移により利用者に対し種々のサービスを提供する ための装置に利用することができる。

Claims

請求の範囲
[1] 実行時に画面遷移を伴う実行コードを外部より入手し実行することで、複数の画面 を用いたサービスを提供するサービス提供装置であって、
表示装置と、
サービス提供のための実行コードの提供元である他の装置と通信を行なうための通 信手段と、
前記通信手段を介して、所定の実行コードを他の装置から取得するための第 1の 取得手段と、
前記第 1の取得手段の入手した実行コードを記憶するための実行コード記憶手段 と、
前記実行コードの実行時に前記表示装置により表示される画面の構成を定めるた めの画面構成情報を記憶するための画面構成情報記憶手段と、
任意のサービスの提供の開始時までに、当該サービスの提供に必要な実行コード 及び画面構成情報が前記実行コード記憶手段及び前記画面構成情報記憶手段に 記憶されるよう、前記第 1の取得手段、前記実行コード記憶手段、及び前記画面構 成情報記憶手段を管理し、任意のサービスを指定してサービスの提供の指示を受け たことに応答して、前記実行コード記憶手段に記憶された、指定されたサービスに対 応する実行コードを、前記画面構成情報記憶手段により記憶された画面構成情報を 用いて実行するための管理手段とを含む、サービス提供装置。
[2] 前記管理手段は、
前記実行コード記憶手段に記憶された所定の実行コードの実行に必要となる画面 構成情報のうち、前記画面構成情報記憶手段に記憶されていない画面構成情報を 前記通信手段により取得するための手段と、
任意のサービスを指定してサービスの提供の指示を受けたことに応答して、前記実 行コード記憶手段に記憶された、指定されたサービスに対応する実行コードを、前記 画面構成情報記憶手段により記憶された画面構成情報を用いて実行するための手 段とを含む、請求項 1に記載のサービス提供装置。
[3] 前記管理手段はさらに、前記実行コード記憶手段に記憶された所定の実行コード の実行に必要となる実行コードのうち、前記実行コード記憶手段に記憶されていない 実行コードを前記通信手段により取得するための手段を含む、請求項 2に記載のサ 一ビス提供装置。
[4] 前記実行コードはサービススクリプトである、請求項 3に記載のサービス提供装置。
[5] 前記実行コードはバイナリコードである、請求項 3に記載のサービス提供装置。
[6] 前記実行コード及び前記画面構成情報の各々にはそれぞれ識別可能な識別子が 付与され、
前記サービス提供のための実行コードには、当該実行コードの実行時に使用され る実行コードの識別子、又は当該実行コードの実行時に使用される画面構成情報の 識別子が関連付けられており、
前記管理手段は、前記実行コードの各々に関連付けられた識別子、及び前記画面 構成情報の各々に付与された識別子に基づいて、前記第 1の取得手段、前記実行 コード記憶手段、及び前記画面構成情報記憶手段の管理を行なう、請求項 1に記載 のサービス提供装置。
[7] 前記画面構成情報は、画面の構成要素となる画面構成部品と、画面構成部品の画 面上のレイアウトを規定するレイアウト情報とを含む、請求項 6に記載のサービス提供 装置。
[8] 前記レイアウト情報には、当該レイアウトにしたがって表示される画面構成部品の識 別子が対応付けられており、
前記管理手段は、サービス提供のための実行コードに含まれるレイアウト情報が使 用する画面構成部品の識別子に基づき、前記第 1の取得手段、前記実行コード記憶 手段、及び前記画面構成情報記憶手段の管理を行なう、請求項 7に記載のサービス 提供装置。
[9] 前記実行コードは、他の実行コードを呼出すコードを含むことがあり、
前記管理手段は、任意のサービスの提供の開始時までに、当該サービスの提供に 必要な実行コード、当該実行コードによって呼出される実行コード、及び画面構成情 報が前記実行コード記憶手段及び前記画面構成情報記憶手段に記憶されるよう、 前記第 1の取得手段、前記実行コード記憶手段、及び前記画面構成情報記憶手段 を管理し、任意のサービスを指定してサービスの提供の指示を受けたことに応答して 、前記実行コード記憶手段に記憶された、指定されたサービスに対応する実行コード を、前記画面構成情報記憶手段により記憶された画面構成情報を用いて実行するた めの手段を含む、請求項 8に記載のサービス提供装置。
[10] 前記管理手段は、所定の条件に応じて前記画面構成情報記憶手段に記憶された 画面構成情報の内容を変更する、請求項 9に記載のサービス提供装置。
[11] 前記実行コードは、所定の条件に応じてサービス実行時に使用する実行コード又 は画面構成情報を変更する記述を含むことがあり、
前記管理手段は、
任意のサービスの提供の開始時までに、当該サービスの提供に必要な実行コード 及び画面構成情報が前記実行コード記憶手段及び前記画面構成情報記憶手段に 記憶されるよう、前記第 1の取得手段、前記実行コード記憶手段、及び前記画面構 成情報記憶手段を管理するための手段と、
任意のサービスを指定してサービスの提供の指示を受けたことに応答して、前記実 行コード記憶手段に記憶された、指定されたサービスに対応する実行コードを、前記 画面構成情報記憶手段により記憶された画面構成情報を用いて実行するための実 行手段とを含み、
当該実行手段は、実行対象となる実行コードの記述にしたがって、前記サービス実 行時に使用する実行コード又は画面構成情報を変更する、請求項 1に記載のサービ ス提供装置。
[12] 前記実行コードは、所定の条件に応じてサービス実行時に使用する実行コードの 実行経路を変更する記述を含むことがあり、
前記管理手段は、
任意のサービスの提供の開始時までに、当該サービスの提供に必要な実行コード 及び画面構成情報が前記実行コード記憶手段及び前記画面構成情報記憶手段に 記憶されるよう、前記第 1の取得手段、前記実行コード記憶手段、及び前記画面構 成情報記憶手段を管理するための手段と、
任意のサービスを指定してサービスの提供の指示を受けたことに応答して、前記実 行コード記憶手段に記憶された、指定されたサービスに対応する実行コードを、前記 画面構成情報記憶手段により記憶された画面構成情報を用いて実行するための実 行手段とを含み、
当該実行手段は、実行対象となる実行コードの記述にしたがって、前記サービス実 行時の実行コードの実行経路を変更する、請求項 1に記載のサービス提供装置。
[13] 前記通信手段を介して、所定のサービス提供元の装置にアクセスし、当該サービス 提供元の装置において新たなサービスの提供が開始されたことを検知すると、前記 第 1の取得手段に、当該新たなサービスを提供するための実行コードの取得を行な わせるためのサービス開始情報取得手段をさらに含む、請求項 1に記載のサービス 提供装置。
[14] 前記サービス開始情報取得手段は、定期的に前記所定のサービス提供元の装置 にアクセスし、当該サービス提供元の装置において新たなサービスの提供が開始さ れたことを検知すると、前記第 1の取得手段に、前記所定のサービス提供元から当該 新たなサービスを提供するための実行コードを取得させるための手段を含む、請求 項 13に記載のサービス提供装置。
[15] 前記サービス開始情報取得手段は、
ユーザによる、サービスの取得の指示を受けるための手段と、
当該ユーザの指示に応答して、指定されたサービスの提供元の装置にアクセスし、 当該サービス提供元の装置から前記指定されたサービスを提供するための実行コー ドを、前記第 1の取得手段に取得させるための手段を含む、請求項 13に記載のサー ビス提供装置。
[16] 前記第 1の取得手段が実行コードを他の装置から取得するに先立ち、前記第 1の 取得手段により取得される実行コードに付随する実行コード及び画面構成情報を記 憶するために必要な容量以上の容量を前記実行コード記憶手段又は画面構成情報 記憶手段内に確保する処理を行なうための容量確保手段をさらに含む、請求項 1に 記載のサービス提供装置。
[17] 前記容量確保手段は、
前記第 1の取得手段が実行コードを他の装置から取得するに先立ち、前記実行コ ード記憶手段に記憶された実行コードのうち、所定の条件を充足するものに付随す る実行コード及び画面構成情報を、それぞれ前記実行コード記憶手段及び画面構 成情報記憶手段から削除するための手段と、
前記実行コード記憶手段及び前記画面構成情報記憶手段に、前記第 1の取得手 段により取得される実行コードに付随する実行コード及び画面構成情報を記憶する ために必要な容量以上の容量が得られるまで、前記削除手段を繰返し動作させるた めの手段とを含む、請求項 16に記載のサービス提供装置。
[18] 前記所定の条件は、最後に実行されて力 の期間が最も長い実行コードであるとい う条件である、請求項 17に記載のサービス提供装置。
[19] 前記所定の条件は、利用回数が最も少ない実行コードであるという条件である、請 求項 17に記載のサービス提供装置。
[20] 前記所定の条件は、前記実行コード記憶手段に記憶されてからの期間が最も長い 実行コードであるという条件である、請求項 17に記載のサービス提供装置。
[21] 前記所定の条件は、使用頻度が所定の値以下である実行コードであるという条件 である、請求項 17に記載のサービス提供装置。
[22] 前記容量確保手段は、最後に使用してから所定期間以上経過したサービスについ て、当該サービスを提供するための実行コード又は画面構成情報の少なくとも一部を 削除するための手段を含む、請求項 16に記載のサービス提供装置。
[23] サービスには、サービスの提供可能期間を示す情報が付与されていることがあり、 前記提供可能期間が過ぎたサービスに関連する実行コード又は画面構成情報の 少なくとも一部を前記実行コード記憶手段又は前記画面構成情報記憶手段から削 除するための手段をさらに含む、請求項 1に記載のサービス提供装置。
[24] サービスには、サービスの提供可能回数を示す情報が付与されていることがあり、 前記サービス提供装置において、少なくとも前記サービスの提供可能回数を示す 情報が付加されているサービスについての提供回数を計数するための計数手段と、 前記計数手段による計数によって、提供可能回数だけ提供されたサービスに関連 する実行コード又は画面構成情報の少なくとも一部を削除するための手段をさらに 含む、請求項 1に記載のサービス提供装置。
[25] サービス提供のための実行コードには、当該実行コードの実行に必要な他の実行 コード又は画面構成情報を取得すべきときを示す取得時期情報が付されていること があり、
前記管理手段は、
前記第 1の取得手段により取得された実行コードに記述されている他の実行コード 又は画面構成情報であって、前記取得時期情報が付されたものを検出するための 取得時期情報検出手段と、
前記第 1の取得手段により取得された実行コードに記述されている他の実行コード 又は画面構成情報であって、前記取得時期情報が付されていないものについては、 任意のタイミングで取得するための第 2の取得手段と、
前記取得時期情報検出手段により前記取得時期情報が付されているとして検出さ れた他の実行コード又は画面構成情報を、当該取得時期情報にしたがった時期に 取得して前記実行コード記憶手段又は前記画面構成情報記憶手段にそれぞれ記憶 させるための第 3の取得手段と、
任意のサービスを指定してサービスの提供の指示を受けたことに応答して、前記実 行コード記憶手段に記憶された、指定されたサービスに対応する実行コードを、前記 画面構成情報記憶手段により記憶された画面構成情報を用いて実行するための実 行手段とを含む、請求項 1に記載のサービス提供装置。
[26] 前記第 2の取得手段は、前記第 1の取得手段により取得された実行コードに記述さ れている他の実行コード又は画面構成情報であって、前記取得時期情報が付されて いないものを、前記第 1の取得手段による前記実行コードの取得の後、順次連続して 取得するための手段を含む、請求項 25に記載のサービス提供装置。
[27] 前記取得時期情報は、前記サービス提供のための実行コードの実行時に、前記他 の実行コード及び前記画面構成情報を取得すべきことを示し、
前記第 3の取得手段は、前記実行手段が前記指示を受けたことに応答して、当該 指示により指定されたサービスの提供のための実行コードの実行に必要な他の実行 コード及び画面構成情報を、前記通信手段を介して他の装置から取得し、前記実行 コード記憶手段及び前記画面構成情報記憶手段にそれぞれ記憶させるための手段 を含む、請求項 25に記載のサービス提供装置。
前記取得時期情報は、前記サービス提供のための実行コードの提供元から所定の 通知を受けたことに応答して、前記他の実行コード及び前記画面構成情報を当該提 供元から取得すべきことを示し、
前記第 3の取得手段は、前記通信手段によって、前記提供元から前記所定の通知 を受けたことに応答して、当該通知により指定されたサービスの提供のための実行コ ードの実行に必要な他の実行コード及び画面構成情報を、前記通信手段を介して 前記提供元から取得し、前記実行コード記憶手段及び前記画面構成情報記憶手段 にそれぞれ記憶させるための手段を含む、請求項 25に記載のサービス提供装置。
PCT/JP2007/059358 2006-05-17 2007-05-02 サービス提供装置 WO2007132677A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US12/301,004 US8005931B2 (en) 2006-05-17 2007-05-02 Service providing apparatus
EP07742793.8A EP2023251A4 (en) 2006-05-17 2007-05-02 SERVICE PROVISION DEVICE

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2006-138196 2006-05-17
JP2006138196A JP2007310596A (ja) 2006-05-17 2006-05-17 サービス提供装置、コンピュータプログラム及び記録媒体

Publications (1)

Publication Number Publication Date
WO2007132677A1 true WO2007132677A1 (ja) 2007-11-22

Family

ID=38693776

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2007/059358 WO2007132677A1 (ja) 2006-05-17 2007-05-02 サービス提供装置

Country Status (5)

Country Link
US (1) US8005931B2 (ja)
EP (1) EP2023251A4 (ja)
JP (1) JP2007310596A (ja)
CN (1) CN101490657A (ja)
WO (1) WO2007132677A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100058425A1 (en) * 2008-09-02 2010-03-04 Comcasts Cable Holdings, LLC System and method for updating settop box architecture

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140337472A1 (en) 2012-12-13 2014-11-13 Level 3 Communications, Llc Beacon Services in a Content Delivery Framework
US10652087B2 (en) 2012-12-13 2020-05-12 Level 3 Communications, Llc Content delivery framework having fill services
US10791050B2 (en) 2012-12-13 2020-09-29 Level 3 Communications, Llc Geographic location determination in a content delivery framework
US10701149B2 (en) 2012-12-13 2020-06-30 Level 3 Communications, Llc Content delivery framework having origin services
US10701148B2 (en) 2012-12-13 2020-06-30 Level 3 Communications, Llc Content delivery framework having storage services
US9634918B2 (en) 2012-12-13 2017-04-25 Level 3 Communications, Llc Invalidation sequencing in a content delivery framework
US9628343B2 (en) 2012-12-13 2017-04-18 Level 3 Communications, Llc Content delivery framework with dynamic service network topologies
KR20140106991A (ko) * 2013-02-27 2014-09-04 삼성전자주식회사 휴대 단말기에서 애플리케이션을 제공하는 장치 및 방법
US10348589B2 (en) * 2015-06-15 2019-07-09 Netflix, Inc. Managing networks and machines that deliver digital content

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11102289A (ja) * 1997-09-26 1999-04-13 Hitachi Software Eng Co Ltd 業務処理用画面生成方法
JP2001051821A (ja) 1999-07-30 2001-02-23 Internatl Business Mach Corp <Ibm> 表示情報確定方法及び装置、表示情報確定のためのソフトウエア・プロダクトを格納した記憶媒体
JP2002366352A (ja) 2001-06-11 2002-12-20 It Forest Corp Webアプリケーション開発支援装置
JP2003319370A (ja) * 2002-04-25 2003-11-07 Oki Electric Ind Co Ltd コンテンツ提供方法及びシステム、コンテンツ提供端末、コンテンツ再生装置、コンテンツ管理システム並びにコンテンツ提供システムの制御用プログラム
JP2005202518A (ja) * 2004-01-13 2005-07-28 Sanyo Electric Co Ltd アダプタ

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10260873A (ja) 1997-03-18 1998-09-29 Toshiba Corp 容量管理システムおよび容量管理方法
US6230184B1 (en) * 1998-10-19 2001-05-08 Sun Microsystems, Inc. Method and apparatus for automatically optimizing execution of a computer program
US6546554B1 (en) * 2000-01-21 2003-04-08 Sun Microsystems, Inc. Browser-independent and automatic apparatus and method for receiving, installing and launching applications from a browser on a client computer
JP2002007134A (ja) 2000-06-26 2002-01-11 Denso Corp プログラム導入システム
US20020087630A1 (en) * 2000-10-20 2002-07-04 Jonathan Wu Enhanced information and presence service
US7136885B2 (en) * 2002-12-20 2006-11-14 International Business Machines Corporation Free space management
US7178101B2 (en) * 2003-06-24 2007-02-13 Microsoft Corporation Content template system
US7702746B2 (en) * 2005-04-21 2010-04-20 International Business Machines Corporation Web services response templates

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11102289A (ja) * 1997-09-26 1999-04-13 Hitachi Software Eng Co Ltd 業務処理用画面生成方法
JP2001051821A (ja) 1999-07-30 2001-02-23 Internatl Business Mach Corp <Ibm> 表示情報確定方法及び装置、表示情報確定のためのソフトウエア・プロダクトを格納した記憶媒体
JP2002366352A (ja) 2001-06-11 2002-12-20 It Forest Corp Webアプリケーション開発支援装置
JP2003319370A (ja) * 2002-04-25 2003-11-07 Oki Electric Ind Co Ltd コンテンツ提供方法及びシステム、コンテンツ提供端末、コンテンツ再生装置、コンテンツ管理システム並びにコンテンツ提供システムの制御用プログラム
JP2005202518A (ja) * 2004-01-13 2005-07-28 Sanyo Electric Co Ltd アダプタ

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
See also references of EP2023251A4 *
SHIMOJO S.: "Multimedia.Scenario Kijutsu Gengo SMIL.", UNISEX MAGAZINE, vol. 13, no. 7, 1 July 1998 (1998-07-01), pages 40 - 45, XP003019203 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100058425A1 (en) * 2008-09-02 2010-03-04 Comcasts Cable Holdings, LLC System and method for updating settop box architecture
US11553250B2 (en) * 2008-09-02 2023-01-10 Comcast Cable Communications, Llc Updating application code

Also Published As

Publication number Publication date
EP2023251A4 (en) 2014-09-03
CN101490657A (zh) 2009-07-22
JP2007310596A (ja) 2007-11-29
US20090187647A1 (en) 2009-07-23
US8005931B2 (en) 2011-08-23
EP2023251A1 (en) 2009-02-11

Similar Documents

Publication Publication Date Title
WO2007132677A1 (ja) サービス提供装置
KR102255138B1 (ko) 메시지 처리 방법과 장치, 저장 매체, 및 컴퓨터 장치
US11088973B2 (en) Conversion of text relating to media content and media extension apps
US7664630B2 (en) Adding a predetermined program to a program operating on an information terminal device
US8392840B2 (en) Large sets of data
US20060101343A1 (en) Image forming apparatus, display screen customization method in image forming apparatus and display screen customization program
US20230308504A9 (en) Method and system of application development for multiple device client platforms
CN102907110A (zh) 用于媒体回放装置的基于实时Flash的用户界面
KR20120050986A (ko) 사용자 인터페이스 표시 방법 및 그를 수행하는 장치
CN100428147C (zh) 便携式终端设备及其应用执行方法、程序和可读介质
CN110941779A (zh) 加载页面的方法、装置、存储介质及电子设备
CN101978674A (zh) 用于显示由客户端生成的信息的方法
US8700802B2 (en) Method and system for providing advertising content suitable for multiple platforms
CN112328140A (zh) 图像输入方法及其装置、设备、介质
JP2009076099A (ja) サービス提供装置
US20090217166A1 (en) Video editing apparatus, terminal device and gui program transmission method
CN115061785A (zh) 信息下发方法、装置、存储介质及服务器
JP7075513B2 (ja) コンピュータプログラム、情報処理装置および情報処理方法
CN101432735A (zh) 用于管理图形情景中的结构数据的方法、设备和系统
JP5473250B2 (ja) 検索装置の制御方法、検索装置
CN114025220A (zh) 一种多版本iptv的控制系统及方法
US10928989B2 (en) Server and terminal
KR101820721B1 (ko) 웹 서비스를 제공하는 화상형성장치 및 그 방법
JP2007122647A (ja) プログラムデータ提供方法、プログラムデータ提供システム及びプログラムデータ提供装置
CN105204882A (zh) 一种应用的运行方法及终端

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200780026926.6

Country of ref document: CN

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

Ref document number: 07742793

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2007742793

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 12301004

Country of ref document: US