WO2005083579A1 - 所定のアクセス方法でデータ送信を行なうことのできるデータ処理装置 - Google Patents

所定のアクセス方法でデータ送信を行なうことのできるデータ処理装置 Download PDF

Info

Publication number
WO2005083579A1
WO2005083579A1 PCT/JP2005/002754 JP2005002754W WO2005083579A1 WO 2005083579 A1 WO2005083579 A1 WO 2005083579A1 JP 2005002754 W JP2005002754 W JP 2005002754W WO 2005083579 A1 WO2005083579 A1 WO 2005083579A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
input
transmission
processing
storage unit
Prior art date
Application number
PCT/JP2005/002754
Other languages
English (en)
French (fr)
Inventor
Takanobu Matsubara
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 EP05710486A priority Critical patent/EP1729222A4/en
Priority to US10/590,523 priority patent/US7974980B2/en
Priority to CN200580006212XA priority patent/CN1926532B/zh
Publication of WO2005083579A1 publication Critical patent/WO2005083579A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles
    • H04L67/306User profiles
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/76Arrangements for rearranging, permuting or selecting data according to predetermined rules, independently of the content of the data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Definitions

  • the present invention relates to a data processing device, a data processing method, and a data processing program product, and more particularly, to a data processing device, a data processing method, and a data processing program product that perform data transmission.
  • a client device in a system including a plurality of client devices and a processing device such as a server connected to the client device directly or via a network such as a local area network (Local Area Network: LAN), a client device is used. It instructs the input of necessary data and the execution of the processing, and causes the processing unit to execute the processing with a relatively large load or the processing to be centrally managed.
  • a processing device such as a server connected to the client device directly or via a network such as a local area network (Local Area Network: LAN)
  • LAN Local Area Network
  • an input form corresponding to a processing device is distributed to a client device.
  • the client device displays a user interface described in the input form and inputs necessary data according to the user interface.
  • data for transmission is created in accordance with the data generation rules described in the input form, and is transmitted from the client device to the processing device by the transmission destination and the transmission method described in the input form.
  • the processing device receives data necessary for executing a process from the client device using a data structure and a data transmission method defined in advance.
  • the user interface, data structure, and data transmission method are described and distributed to client devices.
  • the client device creates and transmits data according to the input form.
  • a typical example of this system is a WWW (World Wide Web) system.
  • WWW World Wide Web
  • HTML Hyper Text Markup
  • Language describes a user interface to be displayed, a transmission destination, and a transmission method.
  • client devices are described in HTML prepared by the processing device
  • the obtained input form is acquired, and the data is transmitted to the processing device by HTTP (Hyper Text Transfer Protocol) based on the data input by the user.
  • HTTP Hyper Text Transfer Protocol
  • a user interface for data input and the processing device are used.
  • an input form including an assumed data structure and a data transmission method is distributed to a client device, and data creation and data transmission are performed using the input form. Therefore, in order for the user to input data accurately and quickly, a method of reusing data once input by the user and inputting data has been proposed.
  • Patent Document 1 discloses the following item information input method. That is, the input data and the keywords described in the input form are associated with each other and stored in a database, and the database is searched, and the input data whose keyword matching result matches are automatically input to the input items of the input form. . In addition, it is possible to additionally register keywords and input data in the database. In this manner, when the item information input method disclosed in Patent Literature 1 is employed, when a client device uses a browser in which the format of the keyword is different from that of the processing device, or when the input items of the input form are not formatted, Even if the keyword is attached, once registered in the database, the input data is automatically entered in the input items.
  • Patent Document 1 JP-A-11-306171
  • an input form prepared for each processing device is obtained in the client device. Then, the user enters the same data in the input form for each processing device.
  • the input operation of the data must be performed, and the operation is complicated.
  • the present invention has been made in view of such a problem, and when transmitting data to another data processing device on the system to execute a process, the data is determined without performing a complicated operation.
  • An object of the present invention is to provide a data processing device, a data processing method, and a data processing program product capable of transmitting data by the above-mentioned access method.
  • a data processing device includes a storage unit that stores data, and an access that obtains access information for transmitting data to another device.
  • An information acquisition unit, and a transmission data processing unit that creates and transmits data to be transmitted to another device based on the access information and the data stored in the storage unit.
  • a data processing method includes: a data acquisition step of acquiring data from a storage device; an access information acquisition step of acquiring access information for transmitting data to another device; A transmission data processing step of creating and transmitting data to be transmitted to another device based on the access information and the data acquired from the storage device.
  • a data processing program product is a program product for causing a computer to execute a data processing method for transmitting data to another device, and obtains data from a storage device.
  • An access information obtaining step for obtaining access information for transmitting data to another device, and transmitting to another device based on the access information and the data obtained from the storage device.
  • FIG. 1 is a diagram showing a specific example of a configuration of a data communication system embodying the present embodiment.
  • FIG. 2 is a diagram showing a specific example of a hardware configuration of a mobile phone 1 as a client device 1.
  • FIG. 3 is a diagram showing a specific example of a configuration of each program stored in the storage unit 130 of the mobile phone 1 It is.
  • FIG. 4 is a flowchart showing processing of input form data in the mobile phone 1.
  • FIG. 5 is a flowchart showing a process corresponding to an event in step S18.
  • FIG. 6 is a flowchart showing transmission data writing processing in step S24.
  • FIG. 7 is a diagram showing a specific example of UI description data.
  • FIG. 8 is a diagram showing a specific example of a user interface.
  • FIG. 9 is a diagram showing a specific example of transmission data processing description data.
  • FIG. 10 is a diagram showing a specific example of a user interface in a state where input of user information is completed.
  • FIG. 11 is a diagram showing a specific example of input data extracted by a data storage unit 1313.
  • FIG. 12 is a diagram showing a specific example of transmission data to be transmitted to the server 2.
  • FIG. 13 is a diagram showing a specific example of transmission data processing description data in which a transmission method and a transmission destination are described.
  • FIG. 14 is a diagram showing a description example of a transmission method that can be included in transmission data processing description data.
  • FIG. 15 is a flowchart showing UI display processing.
  • FIG. 16 is a diagram showing another specific example of UI description data.
  • FIG. 17 is a diagram showing a specific example of a user interface in a state where input fields of each input item are auto-filled.
  • FIG. 18 is a diagram showing a specific example of a user interface in a state where input data has been corrected.
  • FIG. 19 is a diagram showing a specific example of transmission data.
  • FIG. 20 is a diagram illustrating a specific example of input data in which a plurality of attribute values are associated with an identifier indicating an attribute name.
  • 21] is a flowchart showing UI display processing when a plurality of attribute values are associated with identifiers indicating attribute names in input data stored in the storage unit 130.
  • FIG. 22 is a diagram showing a specific example of input data having a list structure.
  • FIG. 23 is a diagram showing a specific example of a user interface on which a menu is displayed.
  • FIG. 24 is a flowchart showing transmission data writing processing in step S24 when a plurality of transmission data processing description data is stored in the storage unit 130.
  • FIG. 25 is a diagram showing another specific example of data processing description data.
  • FIG. 26 is a diagram showing a specific example of data for transmission.
  • FIG. 27 is a diagram showing a specific example of UI description data.
  • FIG. 28 is a diagram showing a specific example of transmission data processing description data.
  • FIG. 29 is a diagram showing a specific example of a user interface.
  • FIG. 30 is a diagram showing a specific example of a user interface in a state where data input is completed.
  • FIG. 31 is a diagram showing a specific example of a data format of each input data stored in the storage unit 130
  • FIG. 32 is a diagram showing a specific example of data for transmission.
  • 1 mobile phone, 2 service providing server 110 communication unit, 120 control unit, 130 storage unit, 140 input / output unit, 142 key code input device, 144 display, 146 microphone, 148 speaker, 149 camera, 1300 data Analysis program, 1310 input form processing program, 1311 input form data acquisition section, 1312 UI processing section, 1313 data storage section, 1314 transmission data processing section, 1315 event management section, 1320 voice data recording program, 1330 address book program, 1340 file acquisition program, 1350 image capture program, 1360 text editing program, 1370 WWW browser program, 1380 mail program, 1390 FTP program.
  • FIG. 1 is a diagram showing a specific example of a configuration of a data communication system working on this embodiment.
  • a data communication system according to the present embodiment is configured to include a service providing server (hereinafter, simply referred to as a server) 2 and a client device 1, and The communication with the client device 1 is performed via the Internet, a public line network, or a broadcast network.
  • the server 2 and the client device 1 may communicate via a dedicated line such as a LAN (Local Area Network) or may perform wireless communication. .
  • LAN Local Area Network
  • the server 2 distributes the input form to the client device 1, receives data created using the input form from the client device 1, and executes a process based on the received data. Service to the client device 1.
  • server 2 distributes an input form for a prize application to mobile phone 1 as client apparatus 1, and uses the input form to generate and transmit data.
  • the application for the mobile phone 1 prize is accepted.
  • the client device 1 acquires necessary data using the input form provided from the server 2, creates data for transmission, and transmits the data to the server 2.
  • the client device 1 is a data processing device having a function of transmitting and receiving data, such as a mobile phone, a PDA (Personal Digital Assistants), a personal computer, a television receiver, and a facsimile transceiver.
  • a mobile phone such as a mobile phone, a PDA (Personal Digital Assistants), a personal computer, a television receiver, and a facsimile transceiver.
  • PDA Personal Digital Assistants
  • the client device 1 is the mobile phone 1.
  • the server 2 will be described as a server that performs a service for receiving an application for a prize, but the server 2 is not limited to a so-called server, but may be a mobile phone, a PDA, a personal computer, Any data processing device, such as a television receiver, a printer, a copier, and a facsimile transmitter / receiver, that transmits and receives data in a predetermined data format and performs predetermined processing on the data.
  • Any data processing device such as a television receiver, a printer, a copier, and a facsimile transmitter / receiver, that transmits and receives data in a predetermined data format and performs predetermined processing on the data.
  • FIG. 2 shows a specific example of a hardware configuration of the mobile phone 1 which is the client device 1 included in the present data communication system.
  • mobile phone 1 included in the data communication system of the present embodiment includes an input / output unit 140 that is an interface with a user, a CPU (Central Processing Unit), and the like. And a communication unit 110 for communicating with other devices, a ROM (Read Only Memory), a RAM (Random Access Memory), and the like. And a storage unit 130 that stores a program executed in the control unit 120, intermediate data of the program, data received from another computer, and the like.
  • a CPU Central Processing Unit
  • a communication unit 110 for communicating with other devices, a ROM (Read Only Memory), a RAM (Random Access Memory), and the like.
  • a storage unit 130 that stores a program executed in the control unit 120, intermediate data of the program, data received from another computer, and the like.
  • the input / output unit 140 further includes a key code input device 142 including numeric buttons such as “1” and “2” and directional buttons such as “R” and “L”, and displays information to a user. It includes a display 144 such as a liquid crystal display (LCD), a microphone 146 for inputting audio, a speaker 148 for outputting audio, and a camera 149 for capturing and inputting images.
  • a key code input device 142 including numeric buttons such as “1” and “2” and directional buttons such as “R” and “L”, and displays information to a user.
  • It includes a display 144 such as a liquid crystal display (LCD), a microphone 146 for inputting audio, a speaker 148 for outputting audio, and a camera 149 for capturing and inputting images.
  • LCD liquid crystal display
  • the control unit 120 includes a timer therein.
  • the process of displaying an input form obtained from the server 2 and creating transmission data by the user is stored in the hardware and storage unit 130 of the mobile phone 1 and is performed by the control unit 120. It is realized by software and input form data executed by.
  • the operation of the mobile phone 1 itself shown in FIG. 2 is well known.
  • the server 2 included in the data communication system is a server constructed by a general personal computer or the like, and a detailed description of its configuration will not be given here.
  • FIG. 3 shows a specific example of a configuration of each program stored in the storage unit 130 of the mobile phone 1, and a flow of data processing in the mobile phone 1 will be described.
  • programs stored in storage unit 130 of mobile phone 1 include data analysis program 1300, input form processing engine program 1310, voice data recording program 1320, address book A program 1330, a file acquisition program 1340, an image capturing program 1350, a text editing program 1360, a WWW (World Wide Web) program 1370, a mail program 1380, and an FTP (File Transfer Protocol) program 1390 are included.
  • control unit 120 analyzes data received in communication unit 110 by executing data analysis program 1300, and uses input form data. A process for determining whether the data is present or not is executed.
  • the control unit 120 executes the input form processing engine program 1310, Process the received input form data.
  • the functional configuration of the input form processing engine program 1310 will be described later.
  • control unit 120 executes the voice data recording program 1320 based on the processing result of the input form processing engine program 1310, and inputs the voice from the microphone 146 and the key code input device 142. Accept various instructions.
  • the control unit 120 causes the address book program 1330 to be executed based on the processing result of the input form processing engine program 1310, and acquires the mail address and the telephone number stored in the storage unit 130.
  • the control unit 120 executes the file acquisition program 1340 based on the processing result of the input form processing engine program 1310, and acquires the file stored in the storage unit 130.
  • control unit 120 executes the image photographing program 1350 based on the processing result of the input form processing engine program 1310, and inputs an image from the camera 149 and various instructions from the key code input device 142. Accept. Further, when capturing a moving image, an input of sound from the microphone 146 is also accepted.
  • the control unit 120 executes the text editing program 1360 based on the processing result of the input form processing engine program 1310, and receives text information and various instructions from the key code input device 142.
  • control unit 120 executes a WWW (World Wide Web) program 1370 based on the processing result of the input form processing engine program 1310, and transmits text information and various instructions from the key code input device 142. It accepts and exchanges data with the server 2 via the communication unit 110.
  • the control unit 120 executes the mail program 1380 based on the processing result of the input form processing engine program 1310, accepts text information and various instructions from the key code input device 142, Send mail to server 2 via 110.
  • WWW World Wide Web
  • the control unit 120 also executes an FTP (File Transfer Protocol) program 1370 based on the processing result of the input form processing engine program 1310, and executes the text information and various instructions from the key code input device 142. And exchanges data with the server 2 via the communication unit 110.
  • FTP File Transfer Protocol
  • the function configuration of the input form processing engine program 1310 shown in FIG. 3 is a function exhibited when the control unit 120 executes the input form processing engine program 1310.
  • the functions constituting input form processing engine program 1310 include an input form data acquisition unit 1311, a UI (user interface) processing unit 1312, a data storage unit 1313, a transmission A data processing unit 1314 and an event management unit 1315 are included.
  • the input form data acquisition unit 1311 reads the input form data received by the communication unit 110, analyzes the syntax, converts UI description data included in the input form data to the UI processing unit 1312, The description data is passed to the transmission data processing unit 1314.
  • the UI description data is data that is described in a predetermined language and that causes a user interface for inputting data by a user to be displayed on a display of a client device.
  • the transmission data processing description data is data describing access information that defines an access method.
  • the access method includes the data structure of data to be transmitted from the client device to a specific server, a data description language, a transmission method, a transmission destination, and the like. Data for transmission according to the method is created and transmitted to a predetermined destination.
  • the event management unit 1315 monitors the occurrence of an event, such as an event input from the key code input device 142, and analyzes the detected event. Then, detection information indicating the content of the event is passed to the UI processing unit 1312.
  • the UI processing unit 1312 displays a user interface for the user to input data on the display 144 based on the UI description data of the input form data passed from the input form data obtaining unit 1311. The processing of is performed. Further, according to the detection information passed from the event management unit 1315, the audio data recording program 1320, the address book program 1330, the file acquisition program 1340, the image capturing program 1350, and the text editing program 1360 are executed, and each program is executed. Get data. Then, the UI processing unit 1312 passes the acquired data to the data storage unit 1313.
  • the data storage unit 1313 extracts necessary data from the data passed from the UI processing unit 1312, and stores the data in the storage unit 130. In addition, the data is passed to the transmission data processing unit 1314 for creating transmission data.
  • Transmission data processing section 1314 sends to server 2 based on the data passed from data storage section 1313 and the transmission data processing description data of the input form data passed from input form data acquisition section 1311. Create the data to be sent, execute the WWW program 1370, the menu program 1380, or the FTP program 1390, and send the created data to the server 2.
  • the input form data provided from server 2 is transmitted to mobile phone 1 for processing.
  • the components constituting the input form processing engine program 1310 shown in FIG. 3 are operated, and the input form data read and obtained from the storage unit 130 is processed. Is done.
  • the device that provides the input form data is not limited to the server 2, and may be another device not shown in FIG.
  • the input form data may be provided by being recorded on a recording medium such as a CD-ROM (Compact Disc-Read Only Memory) or a memory card.
  • step S10 After initialization is performed (S10), when data is received from server 2 via the Internet in communication unit 110 (YES in S11), data
  • step S10 When the analysis program 1300 is started, the data received in step S10 is analyzed, and it is determined whether the data is input form data (S12). As a result of the determination, if the received data is not the input form data (N ⁇ in S12), the process proceeds to step S19, and a program corresponding to the data, not shown in FIG. Processing according to the data is performed.
  • control unit 120 activates input form data processing engine program 1310, and executes input form data processing.
  • the data acquisition unit 1311 reads the input form data (S13). Further, the input form data acquisition unit 1311 parses the input form data (S14).
  • the syntax analysis method here is not limited to the present invention, and may be a general syntax analysis method according to the data description language used.
  • the input form data obtaining unit 1311 writes the UI description data to the UI processing unit 1312 and the transmission data processing description data to the transmission data processing unit 1314 (S15). .
  • the UI processing unit 1312 performs a UI display process for displaying a user interface on which the user inputs data on the display 144 ( S16).
  • the event management unit 1315 monitors the occurrence of the event (S17).
  • the event detected to occur in step S17 includes an operation for instructing the user to end data input for data transmission, a voice data program 1320, an address book program 1330, a file acquisition program 1340, an image capturing program 1350, And an event input from the key code input device 142, including a key operation of pressing a button used as a UI for activating the function of the text editing program 1360.
  • the UI processing unit 1312 executes a process corresponding to the event (S18).
  • the process corresponding to the event in step S18 is interrupted by a call program or the like in the middle of the process, or interrupted due to the user's convenience or battery exhaustion.
  • the processing is interrupted by saving the data and the state being changed in the storage unit 130, and when the processing is restarted later, the playback or editing position saved from the storage unit 130 and the state being changed are read and the state before the interruption is read. It is preferable to be configured to be able to return from the playback or editing position.
  • step S18 the processing corresponding to the event executed in step S18 will be described with reference to the flowchart of FIG.
  • event management section 1315 when detecting the occurrence of an event, analyzes the content, and sends detection information indicating the content of the event to UI processing section 1312.
  • step S17 If the event detected in step S17 is not an operation for instructing the end of data input in order to perform data transmission or the like (NO in S21), the UI processing unit 1312 sends the necessary programs 1320-1360 Is executed to execute a process of inputting data (S22). Then, a process of rewriting the UI description data based on the data input in step S22 is performed (S23), and the process returns to step S17 in FIG.
  • the data input process executed in step S22 includes text input in a text input field, password input in a password input form, selection from a check box, and selection from a radio button. And / or a process for performing data input by selecting a file using the file selection function.
  • XHTML extensible
  • step S 17 if the event detected in step S 17 is an operation for instructing the end of data input to perform transmission or the like (YES in S 21), the UI processing unit 1312 sends the data
  • the input data is passed to the data storage unit 1313 and stored in the storage unit 130.
  • the transmission data processing unit 1314 reads the data stored in the storage unit 130 and executes a process of writing data for transmission (S24). Transmission data writing process executed in step S24 Will be described later in detail.
  • the data transmission processing unit 1314 transmits the data to the server 2 from the communication unit 110. Is transmitted (S25).
  • the data transmission processing executed in step S25 is usually executed by activating the control unit 120 WWW program 1370, main program 1380, or FTP program 1390, and using those transmission functions.
  • UI processing unit 1312 extracts data input by the user from the UI description data rewritten in step S23, and passes the data to data storage unit 1313 (S31).
  • data storage unit 1313 For example, if the UI description data is data in the description format by XHTML, the data input by the user in step S31 is extracted in the form data format and passed to the data storage unit 1313.
  • the data storage unit 1313 analyzes the data passed from the UI processing unit 1312, and among the data, an input item in a format in which an identifier indicating the attribute name of the input item and an attribute value are paired. Extract input data for each. Then, in the data storage unit 1313, the input data for each extracted input item is stored in the storage unit 130 and passed to the transmission data processing unit 1314 (S32).
  • the transmission data processing unit 1314 determines, for the input data for each of the input items extracted in step S32, the force used in the rewriting process executed in step S35 (S33). . If there is unprocessed data (NO in S33), the transmission data processing unit 1314 describes the identifier indicating the attribute name included in the unprocessed input data and the transmission data processing data of the input form data It is determined whether an identifier indicating the attribute name of the input item of the data for transmission matches (S34).
  • step S34 If the identifier included in the data and the identifier described in the transmission data processing data do not match (NO in S34), the process returns to step S33, and further processing is performed on other unprocessed data. It is determined whether the identifiers match. On the other hand, if the identifier included in the data matches the identifier described in the transmission data processing data (YES in S34), transmission data processing unit 1314 determines that the transmission data corresponds to The part of the input item is rewritten to the attribute value whose identifier matches (S35). Then, the process returns to step S33, and it is determined whether or not the identifiers of the other unprocessed data match.
  • step S33 if it is determined that all of the input data extracted in step S32 has been used in the above-described rewriting process (YES in S33), the transmission data processing unit 1314 The data for transmission is written out (S36), and the process returns to step S25 in FIG.
  • FIG. 7 shows an example of UI description data included in the input form data provided from the server 2.
  • the UI description data shown in Fig. 7 is data for displaying a user interface for inputting user information such as name, gender, age, e-mail address, postal code, and address necessary for applying for a prize. is there.
  • the input data is HTML format data
  • the UI description data shown in FIG. 7 is general description data by XTHML. Therefore, a detailed description is not provided here.
  • FIG. 8 shows a specific example of a user interface for inputting user information displayed on the display 144 of the mobile phone 1 based on the UI description data shown in FIG.
  • the UI description data shown in FIG. 7 includes “Last name”, “First name”, and “Gender” as the input items of the user information. “Male” or “female”, “age”, “e-mail address”, “zip code”, and “address”.
  • the input data for each of the input items is in a format in which an attribute value that is input text data (or a selected option) and an identifier indicating the attribute name of the item are paired. This is described in the UI description data shown in FIG.
  • FIG. 9 shows a specific example of transmission data processing description data included in the input form data provided from server 2.
  • the transmission data processing description data shown in FIG. 9 corresponds to the user interface shown in FIG. This is data for creating transmission data to be transmitted to the server 2 based on the user information for the prize application input by the user using the application.
  • FIG. 10 shows a user interface displayed based on the UI description data shown in FIG.
  • FIG. 10 is a diagram showing a specific example of a state in which the user has completed input of user information with respect to (FIG. 9). That is, a specific example of a state immediately before the user performs an operation for instructing termination of data input in step S21 of the flowchart in FIG. 5 is shown. In this state, if the user presses the Select button, for example, as an operation for instructing the end of data input (YES in step S21), transmission data writing processing in step S24 is performed.
  • step S31 of the flowchart in FIG. 6 a process of extracting data input by the user is executed.
  • the UI processing unit 1312 extracts the input data as data in the form data format, passes it to the data storage unit 1313, and decodes the extracted data in the data storage unit 1313.
  • the data storage unit 1313 as shown in FIG. 11, a pair of an identifier indicating an attribute name and its attribute value is extracted as input data from the extracted data passed from the UI processing unit 1312.
  • the input data shown in FIG. also, it is passed to the transmission data processing unit 1314.
  • the transmission data processing unit 1314 extracts the identifier "last_name" from the input data shown in FIG. It is determined whether or not the data processing description data includes the part corresponding to the description “$ ⁇ last_name ⁇ ”. Since the transmission data processing description data whose specific example is shown in FIG. 9 includes a part corresponding to the description “$ ⁇ last_name ⁇ ”, the transmission data processing unit 1314 identifies the corresponding part with the identifier “last_name” in FIG. To the character string "Yamada" which is the attribute value associated with "".
  • the description "$ Uirst name ⁇ included in the transmission data processing description data is a character string" "Taro”
  • description "$ ⁇ sex ⁇ j is choice rmalej
  • description "$ ⁇ age ⁇ ” is character string "31”
  • description "$ ⁇ mail ⁇ ” is character string "taro@aaa.co.jp”
  • the description "$ ⁇ zipl ⁇ ” is a character string "545"
  • the description "$ ⁇ zip2 ⁇ ” is a character string "8522”
  • the description "$ ⁇ address ⁇ ” is a character string "22 Nagaikecho, Abeno-ku, Osaka-shi No. 22 ".
  • steps S33 and S35 all identifiers included in the transmission data processing description data, a specific example of which is shown in FIG. 9, are replaced with the attribute values associated with the input data.
  • the transmission data to be transmitted to the server 2 as shown in is completed.
  • the access information described in the transmission data processing description data does not include only the data configuration of the data for transmission, and the transmission method and the transmission destination as shown in FIG. May be included.
  • the data transmission method and the transmission destination are described on the first line. Specifically, the use of the HTTP GET method is described as the data transmission method, and the URL (Uniform Resource Locators) “WWW. AAA. Co. Jp / prize” is described as the transmission destination.
  • the transmission data processing unit 1314 passes necessary data to the WWW program 1370, encodes the data, and transmits the data to the specified URL.
  • FIG. 14 is a diagram showing a description example of a transmission method that can be included in the transmission data processing description data.
  • the transmission method is described by a URI (Uniform Resource Identifier) and a Method on the first line.
  • URI Scheme Uniform Resource Identifier
  • Method can specify "get", "put", and "post", each corresponding to the method of HTTP protocol.
  • This is a transmission method in which data encoding is performed and transmitted.
  • the URI Scheme is "mailto:”, it is a Simple Mail Transfer Protocol (SMTP), a method of sending data by e-mail. In this case, if the transmission data includes a file, it is transmitted as an attached file.
  • URI Scheme is "ftp:”, data is transmitted by FTP (File Transfer Protocol).
  • the input data for each input item extracted from the data input by the user is stored in the storage unit 130 by the data storage unit 1313.
  • the UI processing unit 1312 extracts a corresponding identifier from the input data stored in the data storage unit 130, and displays a user interface displaying an attribute value paired with the identifier. By performing the UI display process to perform this, it becomes possible to display the user interface by reusing the data previously input by the user.
  • the input data for each input item shown in FIG. FIG. 11 specifically shows an input for each input item extracted from data previously input by input form data including the UI description data shown in FIG. 7 and the transmission data processing description data shown in FIG. It shall be data.
  • the UI processing unit 1312 receives the UI description data from the input form data acquisition unit 1311 in step S15, the UI display process as shown in FIG. 15 is executed in step S16.
  • UI processing unit 1312 analyzes the input UI description data passed to input form data obtaining unit 1311 (S101), and also processes the input data stored from storage unit 130. Reading is performed (S102). Then, the identifier indicating the attribute name of the input item described in the UI description data is compared with the identifier indicating the attribute name included in the input data read from the storage unit 130 (S103).
  • step S104 if there is a matching identifier (YES in S104), the identifier is stored in the storage section 130 in the input box of the input item with the matching identifier in a pair with the identifier. Processing is performed so that the user interface displaying the attribute value is displayed on the display 144 (S105). If the identifiers do not match, a process is performed to display on the display 144 a user interface for displaying the input item or, in order to accept a user input, a blank or selectable option (FIG. 4). S 106). This processing is sequentially performed for all input items described in the UI description data (S107).
  • the attribute value "31" stored in the storage unit 130 in combination with the identifier "age” is input and displayed.
  • step S16 when the input data shown in FIG. 11 is stored in storage unit 130, the user interface shown in FIG. 10 is displayed in step S16. Then, after the user interface is displayed, the processes in and after step S17 are executed in the same manner as described above.
  • the input data stored in the storage unit 130 is used when the data is input. It can also be used to display a user interface with UI description data that is different from the UI description data used to display the specified user interface. At this time, it is also possible to correct the input information displayed in the input items of the user interface.
  • FIG. 16 is a diagram showing a specific example of the UI description data included in the input form data provided from the server 2, and shows data different from the UI description data shown in FIG. More specifically, the input item “mail address” described in the UI description data shown in FIG. 7 has been changed to the input item “mobile phone mail address” in the UI description data shown in FIG. However, the file name “prize.html” of both UI description data is the same.
  • step S32 the data storage unit 1313 adds the identification information (for example, a file name) of the UI description data used for inputting the data to the input data and stores the data.
  • the UI processing unit 1312 analyzes the UI description data passed from the input form data acquisition unit 1311 and acquires identification information.
  • step S102 the identification information of the UI description data is added. By extracting the input data from the storage unit 130, it can be determined that the data is reusable.
  • the UI display processing is performed on the UI description data shown in FIG. 16 by reusing the input data stored in the above-described storage unit 130.
  • step S16 as shown in FIG.
  • the user interface is displayed.
  • FIG. 17 shows a state in which the input fields of each input item are auto-filled, which is displayed when the UI display processing is performed by reusing the input data for each input item shown in FIG. 11 specifically.
  • FIG. 4 is a diagram illustrating a specific example of a user interface.
  • a plurality of attribute values may be associated with an identifier indicating an attribute name.
  • a UI display process as shown in FIG. 21 is executed in step S16. You.
  • step S101 and S103 shown in the flowchart of FIG. 15 is sequentially performed for all input items described in the UI description data, and step S103 is performed.
  • step S104 if there is a matching identifier (YES in S104), and if a plurality of attribute values associated with one identifier indicating the attribute name are extracted, , a selectable a user interface that has displayed the plurality of attribute values as options performs processing to display on the display 144 (S122) 0
  • step S16 a user interface that allows a plurality of attribute values to be selected as options is displayed on display 144, and in step S17, selection from the user is accepted.
  • the processing unit 1312 displays a plurality of attribute values “Taro”, “Hanako”, and “Jiro” in the input field of the input item “name” in a selectable menu.
  • the user interface is displayed and the selection of the user is accepted. Then, the selected attribute value is auto-filled in the input field, and the processing from step S17 is executed.
  • the input data held in the data storage unit 130 may have a list structure as shown in FIG.
  • the input data having such a list structure is input by the user before.
  • the input data of each input item in the one input operation is associated as a set of data, and all the input data in the previous input operation are held as one list.
  • the data shown in FIG. 22 specifically shows input data constructed when the user performs an input operation at least three times.
  • step S16 When the input data held in the data storage unit 130 is data having a list structure, in step S16, the menus “Yamada, Taro”, “Yamada, Hanako”, and “Yamada, The user interface displayed so that “Tada, Jiro” can be selected is displayed on the display 144, and the selection from the user is accepted in step S17.
  • the UI processing unit 1312 extracts a set of input data associated with the selected menu from the input data having the list structure, and auto-fills the attribute value corresponding to the input field of the corresponding input item.
  • the transmission data processing description data stored in the storage unit 130 may be stored in the storage unit 130 in the transmission data writing process in step S24. May be used. Further, the selected transmission data processing description data may be used in the transmission data writing processing of step S24, in which a plurality of transmission data processing description data may be stored in the storage unit 130. When a plurality of pieces of transmission data processing description data are stored in the storage unit 130, the processing shown in FIG. 24 is executed in the transmission data writing processing in step S24 instead of the processing shown in FIG. .
  • step S32 in the data storage unit 1313, the input data for each of the extracted input items is stored in the storage unit 130 and passed to the transmission data processing unit 1314. Then, the transmission data processing unit 1314 executes a process of specifying the transmission data processing description data to be used from the transmission data processing description data stored in the storage unit 130 (S131). Then, in subsequent steps S33 to S36, the transmission data processing description data specified in step S131 is used.
  • Examples of the method of specifying the transmission data processing description data in step S131 include the following specific methods. For example, a method of displaying a plurality of transmission data processing description data stored in the storage unit 130 in a selectable manner and accepting a user's selection may be employed. If the access information described in the transmission data processing description data includes a transmission method or a transmission destination, the description of the transmission data processing description data is referred to to determine a predetermined or selected transmission method. Alternatively, a method may be used in which transmission data processing description data corresponding to the transmission destination is specified. When the input data stored in the storage unit 130 and the transmission data processing description data are associated with each other, the transmission data processing description data corresponding to the reused input data is automatically specified. You may.
  • the correspondence between the input data stored in the storage unit 130 and the transmission data processing description data may be stored in the storage unit 130 in advance, or the input data stored in the storage unit 130 may be stored in advance.
  • the input form data includes information for specifying the transmission data processing description data stored in the storage unit 130 instead of the transmission data processing description data, and the transmission data processing description data is specified based on the information. May be used.
  • the user can input data again even if the previously input data is transmitted by an access method different from the access method at that time.
  • the same data can be easily transmitted by a predetermined access method by simply performing a simple selection operation without performing the above operation.
  • step S35 of the transmission data writing process of step S24 in addition to (or instead of) the rewriting process of rewriting the character string of the transmission data processing description data into the character string of the attribute data, A rewriting process for rewriting the character string of the transmission data processing description data into a predetermined file may be executed.
  • a rewriting process for rewriting the character string of the transmission data processing description data into a predetermined file may be executed.
  • the UI display processing in step S16 is performed on the UI description data shown in FIG. 27, and the user interface shown in FIG. 29 is displayed on the display 144. Then, it is assumed that, for each input item, data as shown in FIG. 30 is input from the user (or the input data stored in the storage unit 130 is reused). That is, based on the UI description data shown in FIG. 26, an input of a photo data file is received for the input item “photo”.
  • step S35 of the transmission data writing process of step S24 based on the transmission data processing description data shown in FIG. 28, the character string rewriting process and the file replacement process are executed.
  • step S31 the UI processing unit 1312 outputs data including the file "/picture/20040129.jpg” input by the user from the UI description data rewritten in step S23. Extract and pass to data storage unit 1313.
  • the received file “/picture/20040129.jpg” and the file name “20040129.jpg” are given, and the storage unit 130 stores an attribute value corresponding to the identifier “photo” indicating the attribute name. It is stored in a predetermined area.
  • the data format of the data input by the user extracted in step S31 is a format according to the transmission method, for example, a format such as multipart / form-data format or mult ipart / mixed format is applicable. I do.
  • each of the extracted input data is stored in the storage unit 130 in the data format shown in FIG. Specifically, in step S32, the type of the attribute is defined. If the input data is a file, the attribute type is defined as a file name, and the file name is stored in the attribute value.
  • step S35 the transmission data processing unit 1314 stores the file name “20040129” as the attribute value corresponding to the identifier “photo” indicating the attribute name included in the transmission data processing description data shown in FIG. .jpg ”file is extracted, and the description“ $ ⁇ photo ⁇ ”on the sixth line of the transmission data processing description data is rewritten with the file name“ 20040129.jpgj ”.
  • Step S36 The Huai Nore name ⁇ 20040129.
  • the transmission data including the contents of the “jpg” file is written. Specifically, the corresponding part of the transmission data processing description data shown in FIG. 28 is rewritten to a file or a character string with the file name "20040129.jpgj", and the transmission data as shown in FIG. 32 is written. .
  • the above-described data processing method can be provided as a program.
  • a program is recorded on a computer-readable recording medium such as a flexible disk, a CD-ROM, a ROM (Read Only Memory), a RAM (Random Access Memory), a memory card, and the like, which are attached to the computer. It can also be provided.
  • the program can be provided by being recorded on a recording medium such as a hard disk incorporated in the computer.
  • the program can also be provided by downloading via a network.
  • the provided program product is installed and executed in a program storage unit such as a hard disk.
  • the program product includes the program itself and a recording medium on which the program is recorded.
  • data when data is transmitted to another data processing device to execute processing, data can be transmitted by a predetermined access method without performing a complicated operation, and data transmission is performed.
  • the present invention can be advantageously applied to a data processing device, a data processing method, and a data processing program.

Abstract

 データ処理装置では、入力フォーム処理プログラム(1310)が実行され、サーバに送信するデータを入力する入力フォームデータが入力フォームデータ取得部(1311)で取得される。入力フォームデータに含まれる、サーバへのアクセス方法を規定する送信データ処理記述データは入力フォームデータ取得部(1311)から送信データ処理部(1314)に、UIを表示するUI記述データはUI処理部(1312)に渡される。UI処理部(1312)は、UIに含まれる項目ごとの入力データが以前に入力されて記憶されている場合、必要な入力データを記憶部(130)から抽出し、データ保存部(1313)を介して送信データ処理部(1314)に渡す。そして、送信データ処理部(1314)において、規定されたアクセス方法に準じた送信用データが作成されて、サーバに送信される。

Description

明 細 書
所定のアクセス方法でデータ送信を行なうことのできるデータ処理装置 技術分野
[0001] この発明は、データ処理装置、データ処理方法、データ処理プログラムプロダクトに 関し、特に、データ送信を行なうデータ処理装置、データ処理方法、およびデータ処 理プログラムプロダクトに関する。 背景技術
[0002] 従来、複数のクライアント装置と、クライアント装置に直接またはローカルエリアネット ワーク(Local Area Network : LAN)などのネットワークを介して接続されたサーバな どの処理装置とからなるシステムにおいて、クライアント装置から必要データの入力、 および処理の実行を指示して、処理装置に比較的負荷が大きい処理や一元管理す べき処理を実施させてレ、る。
[0003] このシステムにおいては、一般的には、処理装置に応じた入力フォームがクライア ント装置へ配布される。クライアント装置では、入力フォームに記載されているユーザ インタフェースを表示してそのユーザインタフェースに従って必要なデータが入力さ れる。そして、入力フォームに記載されているデータ生成規則に従って送信用のデ ータが作成され、入力フォームに記載されている送信先および送信方法で、クライア ント装置から処理装置へ送信される。
[0004] つまり、従来のシステムでは、処理装置は、処理を実行するために必要なデータを 、予め規定されたデータ構造およびデータ送信方法でクライアント装置から受付ける ために、入力フォームにデータ入力のためのユーザインタフェースとデータ構造とデ ータ送信方法とを記載してクライアント装置に配布している。そして、クライアント装置 は、その入力フォームに従ってデータを作成および送信している。
[0005] このシステムの代表例として WWW (World Wide Web)システムが挙げられる。 W WWシステムにおいては、入力フォームに、 HTML (Hyper Text Markup
Language)で、表示すべきユーザインタフェース、送信先、送信方法が記述される。
WWWシステムにおいては、クライアント装置は、処理装置が用意した HTMLで記載 された入力フォームを取得し、ユーザが入力したデータに基づいて、 HTTP (Hyper Text Transfer Protocol)で処理装置へデータを送信する。
[0006] このような、クライアント装置でデータを作成して処理装置へ送信し、その受信され たデータにより処理装置が処理を実施するシステムにおいては、データ入力用のュ 一ザインタフェースと処理装置が想定しているデータ構造とデータ送信方法とを含む 入力フォームがクライアント装置に配布され、その入力フォームを用いてデータ作成 およびデータ送信が行なわれるのが一般的である。そこで、ユーザがデータ入力を 正確に、また、迅速に実施するために、一度ユーザが入力したデータを再利用して データ入力する方法が提案されている。
[0007] そのような方法として、たとえば、特許文献 1は、次のような項目情報入力方法を開 示している。すなわち、入力データと入力フォームに記載されているキーワードとを対 応付けてデータベースに蓄積しておき、データベースを探索してキーワードの照合 結果が一致した入力データを入力フォームの入力項目に自動入力する。また、キー ワードと入力データとのデータベースへの追加登録を可能とする。このようにすること により、特許文献 1で開示されている項目情報入力方法を採用すると、クライアント装 置において処理装置とキーワードのフォーマットが異なるブラウザを使用した場合や 、入力フォームの入力項目にフォーマット外のキーワードが付けられている場合であ つても、一度データベースに登録しておけば、入力項目に入力データが自動的に入 力される。
特許文献 1 :特開平 11-306171号公報
発明の開示
発明が解決しょうとする課題
[0008] し力 ながら、上述のシステムにおいては、入力すべきデータが同じ場合であっても 、処理装置が想定しているデータ構造が処理装置ごとに異なる場合がある。そのた め、特許文献 1に開示されている項目情報入力方法では、上記のように処理装置へ 送信するデータ構造が異なる場合には対応できないという問題があった。
[0009] この場合、一般的には、処理装置ごとに用意された入力フォームがクライアント装置 において取得される。そして、ユーザは、処理装置ごとの入力フォームに、同じデー タの入力操作を行なわねばならず、操作が煩雑であるという問題があった。
[0010] また、処理装置が規定しているデータ送信方法が異なる場合も、同様に処理装置 ごとの入力フォームの操作が必要となるという問題があった。
[0011] 本発明はこのような問題に鑑みてなされたものであって、システム上の他のデータ 処理装置にデータを送信して処理を実行させる際に、煩雑な操作を行なうことなく所 定のアクセス方法でデータを送信することのできるデータ処理装置、データ処理方法 、およびデータ処理プログラムプロダクトを提供することを目的とする。
課題を解決するための手段
[0012] 上記目的を達成するために、本発明のある局面に従うと、データ処理装置は、デー タを記憶する記憶部と、他の装置にデータを送信するためのアクセス情報を取得す るアクセス情報取得部と、アクセス情報と、記憶部に記憶されるデータとに基づいて、 他の装置に送信するデータを作成して送信する送信データ処理部とを備える。
[0013] 本発明の他の局面に従うと、データ処理方法は、記憶装置からデータを取得する データ取得ステップと、他の装置にデータを送信するためのアクセス情報を取得する アクセス情報取得ステップと、アクセス情報と、記憶装置から取得されるデータとに基 づいて、他の装置に送信するデータを作成して送信する送信データ処理ステップと を備える。
[0014] 本発明のさらに他の局面に従うと、データ処理プログラムプロダクトは、他の装置に データを送信するためのデータ処理方法をコンピュータに実行させるプログラムプロ ダクトであって、記憶装置からデータを取得するデータ取得ステップと、他の装置に データを送信するためのアクセス情報を取得するアクセス情報取得ステップと、ァク セス情報と、記憶装置から取得されるデータとに基づいて、他の装置に送信するデ ータを作成して送信する送信データ処理ステップとを実行させる。
図面の簡単な説明
[0015] [図 1]本実施の形態に力かるデータ通信システムの構成の具体例を示す図である。
[図 2]クライアント装置 1である携帯電話 1のハードウェア構成について具体例を示す 図である。
[図 3]携帯電話 1の記憶部 130に記憶される各プログラムの構成の具体例を示す図 である。
[図 4]携帯電話 1での入力フォームデータの処理を示すフローチャートである。
[図 5]ステップ S18のイベントに応じた処理を示すフローチャートである。
[図 6]ステップ S24の送信用データ書出処理を示すフローチャートである。
[図 7]UI記述データの具体例を示す図である。
[図 8]ユーザインタフェースの具体例を示す図である。
[図 9]送信データ処理記述データの具体例を示す図である。
園 10]ユーザ情報の入力が完了した状態のユーザインタフェースの具体例を示す図 である。
園 11]データ保存部 1313で抽出される入力データの具体例を示す図である。
園 12]サーバ 2へ送信する送信用のデータの具体例を示す図である。
[図 13]送信方法や送信先が記述されている送信データ処理記述データの具体例を 示す図である。
[図 14]送信データ処理記述データに含めることのできる送信方法の記述例を示す図 である。
[図 15]UI表示処理を示すフローチャートである。
[図 16]UI記述データの他の具体例を示す図である。
[図 17]各入力項目の入力欄がオートフィルされている状態のユーザインタフェースの 具体例を示す図である。
[図 18]入力データが修正された状態のユーザインタフェースの具体例を示す図であ る。
園 19]送信用のデータの具体例を示す図である。
園 20]属性名を示す識別子に対して複数の属性値が対応付けられている入力デー タの具体例を示す図である。
園 21]記憶部 130に保存される入力データにおいて属性名を示す識別子に対して 複数の属性値が対応付けられている場合の UI表示処理を示すフローチャートである
[図 22]リスト構造の入力データの具体例を示す図である。 [図 23]メニューが表示されたユーザインタフェースの具体例を示す図である。
[図 24]複数の送信データ処理記述データが記憶部 130に保存されている場合のス テツプ S24の送信用データ書出処理を示すフローチャートである。
[図 25]データ処理記述データの他の具体例を示す図である。
[図 26]送信用のデータの具体例を示す図である。
[図 27]UI記述データの具体例を示す図である。
[図 28]送信データ処理記述データの具体例を示す図である。
[図 29]ユーザインタフェースの具体例を示す図である。
[図 30]データの入力が完了した状態のユーザインタフェースの具体例を示す図であ る。
[図 31]記憶部 130に保存される各入力データのデータ形式の具体例を示す図である
[図 32]送信用のデータの具体例を示す図である。
符号の説明
[0016] 1 携帯電話、 2 サービス提供サーバ、 110 通信部、 120 制御部、 130 記憶 部、 140 入出力部、 142 キーコード入力デバイス、 144 ディスプレイ、 146 マイ クロフオン、 148 スピーカ、 149 カメラ、 1300 データ解析プログラム、 1310 入力 フォーム処理プログラム、 1311 入力フォームデータ取得部、 1312 UI処理部、 13 13 データ保存部、 1314 送信データ処理部、 1315 イベント管理部、 1320 音 声データ録音プログラム、 1330 アドレス帳プログラム、 1340 ファイル取得プロダラ ム、 1350 画像撮影プログラム、 1360 テキスト編集プログラム、 1370 WWWブラ ゥザプログラム、 1380 メールプログラム、 1390 FTPプログラム。
発明を実施するための最良の形態
[0017] 以下に、図面を参照しつつ、本発明の実施の形態について説明する。以下の説明 では、同一の部品および構成要素には同一の符号を付してある。それらの名称およ び機能も同じである。したがってそれらについての詳細な説明は繰返さない。
[0018] 図 1は、本実施の形態に力かるデータ通信システムの構成の具体例を示す図であ る。 [0019] 図 1を参照して、本実施の形態に力かるデータ通信システムは、サービス提供サー バ(以下、単にサーバと言う) 2とクライアント装置 1とを含んで構成され、サーバ 2とク ライアント装置 1とは、インターネット、公衆回線網、あるいは放送網を介して通信を行 なう。また、図 1には示されていないものの、サーバ 2とクライアント装置 1とは LAN ( Local Area Network)等の専用回線を介して通信を行なってもよいし、無線通信を 行なってもよレ、。
[0020] サーバ 2は、入力フォームをクライアント装置 1に対して配布し、その入力フォームを 利用して作成されたデータをクライアント装置 1から受信することにより、受信したデー タに基づいた処理を実施するサービスをクライアント装置 1に対して提供する。
[0021] 本実施の形態においては、サーバ 2は、クライアント装置 1である携帯電話 1に対し て懸賞応募用の入力フォームを配布し、その入力フォームを利用して作成、送信さ れたデータをクライアント装置 1である携帯電話 1から受信することにより、携帯電話 1 力 懸賞の応募を受付ける。
[0022] クライアント装置 1は、サーバ 2から提供された入力フォームを利用して必要なデー タを取得し、送信用のデータを作成してサーバ 2に対して送信する。図 1に示されるよ うに、クライアント装置 1は携帯電話や PDA (Personal Digital Assistants)、パーソナ ルコンピュータ、テレビジョン受像機、およびファクシミリ送受信機など、データを送受 信する機能を備えるデータ処理装置が該当し、以下の説明においては、クライアント 装置 1が携帯電話 1であるものとして説明を行なう。
[0023] また、サーバ 2は、懸賞の応募を受付けるサービスを実施するサーバであるものとし て説明を行なうが、サーバ 2も、いわゆるサーバに限定されず、携帯電話や PDA、パ 一ソナルコンピュータ、テレビジョン受像機、プリンタ、複写機、およびファクシミリ送受 信機など、データを所定のデータ形式で送受信し、そのデータに対して所定の処理 を施すデータ処理装置であればょレ、。
[0024] 次に、図 2に、本データ通信システムに含まれるクライアント装置 1である携帯電話 1 のハードウェア構成にっレ、て具体例を示す。
[0025] 図 2を参照して、本実施の形態のデータ通信システムに含まれる携帯電話 1は、ュ 一ザとのインタフェースである入出力部 140と、 CPU (Central Processing Unit)等 力 構成されて、この携帯電話 1の全体を制御する制御部 120と、他の装置と通信す るための通信部 110と、 ROM (Read Only Memory)や RAM (Random Access Memory)などから構成されて、制御部 120において実行されるプログラムや、そのプ ログラムの中間データおよび他のコンピュータから受信したデータ等を記憶する記憶 部 130とを含んで構成される。
[0026] さらに上述の入出力部 140は、「1」、「2」などの数字ボタンおよび「R」、「L」などの 方向ボタンなどを含むキーコード入力デバイス 142と、ユーザに情報を表示する LC D (Liquid Crystal Display)などのディスプレイ 144と、音声を入力するマイクロフォ ン 146と、音声を出力するスピーカ 148と、画像を撮影して入力するカメラ 149とを含 む。
[0027] また、制御部 120は、その内部にタイマを含む。
[0028] このような携帯電話 1において、ユーザがサーバ 2から得た入力フォームの表示お よび送信データの作成を行なう処理は、携帯電話 1のハードウェア、記憶部 130に記 憶され制御部 120により実行されるソフトウェアおよび入力フォームデータにより実現 される。なお、図 2に示した携帯電話 1自体の動作は周知である。
[0029] また、本データ通信システムに含まれるサーバ 2は、一般的なパーソナルコンビユー タ等で構築されるサーバであり、その構成についてここでの詳細な説明は行なわな レ、。
[0030] 次に、図 3に、携帯電話 1の記憶部 130に記憶される各プログラムの構成の具体例 を示し、携帯電話 1におけるデータ処理の流れを説明する。
[0031] 図 3を参照して、携帯電話 1の記憶部 130に記憶されるプログラムには、データ解 析プログラム 1300と、入力フォーム処理エンジンプログラム 1310と、音声データ録 音プログラム 1320と、アドレス帳プログラム 1330と、フアイノレ取得プログラム 1340と、 画像撮影プログラム 1350と、テキスト編集プログラム 1360と、 WWW (World Wide Web)プログラム 1370と、メールプログラム 1380と、 FTP (File Transfer Protocol) プログラム 1390とが含まれる。
[0032] 図 3を用いて説明されるデータ処理は、制御部 120が記憶部 130に記憶される各 プログラムを実行することによって、携帯電話 1において実現される。 [0033] 具体的には、図 3を参照して、始めに、制御部 120は、データ解析プログラム 1300 を実行させることで、通信部 110において受信したデータを解析し、入力フォームデ ータであるか他のデータであるかを判別する処理を実行させる。
[0034] データ解析プログラム 1300での処理の結果、通信部 110において受信したデータ が入力フォームデータである場合、制御部 120は、入力フォーム処理エンジンプログ ラム 1310を実行させることで、通信部 110において受信した入力フォームデータを 処理する。なお、ここでの入力フォーム処理エンジンプログラム 1310の機能構成に ついては後述する。
[0035] 次に、制御部 120は、入力フォーム処理エンジンプログラム 1310での処理結果に 基づいて、音声データ録音プログラム 1320を実行させ、マイクロフォン 146からの音 声の入力とキーコード入力デバイス 142からの各種指示とを受付ける。
[0036] また、制御部 120は、入力フォーム処理エンジンプログラム 1310での処理結果に 基づいて、アドレス帳プログラム 1330を実行させ、記憶部 130に記憶されたメールァ ドレスや電話番号を取得する。
[0037] また、制御部 120は、入力フォーム処理エンジンプログラム 1310での処理結果に 基づいて、ファイル取得プログラム 1340を実行させ、記憶部 130に記憶されたフアイ ルを取得する。
[0038] また、制御部 120は、入力フォーム処理エンジンプログラム 1310での処理結果に 基づいて、画像撮影プログラム 1350を実行させ、カメラ 149からの画像の入力とキー コード入力デバイス 142からの各種指示とを受付ける。また、動画を撮影する際には 、さらにマイクロフォン 146からの音声の入力も受付ける。
[0039] また、制御部 120は、入力フォーム処理エンジンプログラム 1310での処理結果に 基づいて、テキスト編集プログラム 1360を実行させ、キーコード入力デバイス 142か らのテキスト情報と各種指示とを受付ける。
[0040] また、制御部 120は、入力フォーム処理エンジンプログラム 1310での処理結果に 基づいて、 WWW (World Wide Web)プログラム 1370を実行させ、キーコード入力 デバイス 142からのテキスト情報と各種指示とを受付け、通信部 110を介してサーバ 2とデータのやり取りを行なう。 [0041] また、制御部 120は、入力フォーム処理エンジンプログラム 1310での処理結果に 基づいて、メールプログラム 1380を実行させ、キーコード入力デバイス 142からのテ キスト情報と各種指示とを受付け、通信部 110を介してサーバ 2へメールを送信させ る。
[0042] また、制御部 120は、入力フォーム処理エンジンプログラム 1310での処理結果に 基づいて、 FTP (File Transfer Protocol)プログラム 1370を実行させ、キーコード入 力デバイス 142からのテキスト情報と各種指示とを受付け、通信部 110を介してサー バ 2とデータのやり取りを行なう。
[0043] 次に、入力フォーム処理エンジンプログラム 1310の機能構成について説明する。
図 3に示される入力フォーム処理エンジンプログラム 1310の機能構成は、制御部 12 0が入力フォーム処理エンジンプログラム 1310を実行することで発揮される機能であ る。
[0044] 図 3を参照して、入力フォーム処理エンジンプログラム 1310を構成する機能には、 入力フォームデータ取得部 1311と、 UI (ユーザインタフェース)処理部 1312と、デ ータ保存部 1313と、送信データ処理部 1314と、イベント管理部 1315とが含まれる。
[0045] 入力フォームデータ取得部 1311は、通信部 110において受信した入力フォームデ 一タを読込んで構文を解析し、入力フォームデータに含まれる UI記述データを UI処 理部 1312へ、送信データ処理記述データを送信データ処理部 1314へ渡す。
[0046] なお、 UI記述データとは、所定の言語で記述された、ユーザがデータを入力するた めのユーザインタフェースをクライアント装置のディスプレイに表示させるデータであり
、送信データ処理記述データとは、アクセス方法を規定するアクセス情報を記述した データである。アクセス方法には、クライアント装置から特定のサーバへ送信するデ ータのデータ構造や、データ記述言語や、送信方法や、送信先などが含まれ、送信 データ処理記述データを用いることで、そのアクセス方法に準じた送信用のデータが 作成されて、所定の送信先に送信される。
[0047] イベント管理部 1315は、キーコード入力デバイス 142から入力されるイベントなど、 イベントの発生を監視し、検出されたイベントを解析する。そして、イベントの内容を示 す検出情報を UI処理部 1312に渡す。 [0048] UI処理部 1312は、入力フォームデータ取得部 1311から渡された入力フォームデ ータの UI記述データに基づいて、ユーザがデータを入力するためのユーザインタフ エースをディスプレイ 144に表示するための処理を実行する。さらに、イベント管理部 1315から渡された検出情報に応じて、音声データ録音プログラム 1320、アドレス帳 プログラム 1330、ファイル取得プログラム 1340、画像撮影プログラム 1350、および テキスト編集プログラム 1360を実行させて、各プログラムよりデータを取得する。そし て、 UI処理部 1312は、取得したデータをデータ保存部 1313へ渡す。
[0049] データ保存部 1313は、 UI処理部 1312から渡されたデータより必要なデータを抽 出して、記憶部 130にデータを保存する。また、送信データ作成のため、データを送 信データ処理部 1314へ渡す。
[0050] 送信データ処理部 1314は、データ保存部 1313から渡されたデータと、入力フォ ームデータ取得部 1311から渡された入力フォームデータの送信データ処理記述デ ータとに基づいて、サーバ 2へ送信するデータを作成し、 WWWプログラム 1370、メ 一ノレプログラム 1380、または FTPプログラム 1390を実行させて、作成したデータを サーバ 2へ送信する。
[0051] なお、本実施の形態においては、サーバ 2から提供された入力フォームデータを携 帯電話 1におレ、て処理する場合にっレ、て説明するが、入力フォームデータは携帯電 話 1の記憶部 130に記憶されていてもよぐその場合、図 3に示される入力フォーム処 理エンジンプログラム 1310を構成する各部が機能され、記憶部 130から読出して取 得した入力フォームデータが処理される。また、入力フォームデータを提供する装置 はサーバ 2に限定されず、図 1には示されない他の装置であってもよい。さらに、入力 フォームデータは、 CD—ROM (Compact Disc-Read Only Memory)やメモリカード などの記録媒体に記録されて提供されてもよい。
[0052] 次に、本実施の形態に力かる携帯電話 1での入力フォームデータの処理について 、図 4のフローチャートを用いて説明する。図 4のフローチャートに示される処理は、 携帯電話 1の制御部 120が、図 3に構成が示される入力フォームデータ処理ェンジ ンプログラム 1310を記憶部 130から読出して実行し、図 3に示される入力フォーム処 理エンジンプログラム 1310を構成する各部を機能させて実現される。 [0053] 図 4を参照して、始めに、初期化が実行された後(S10)、通信部 110でインターネ ットを介してサーバ 2よりデータが受信されると(S11で YES)、データ解析プログラム 1300が起動されることで、ステップ S 10で受信されたデータが解析されて、そのデー タが入力フォームデータであるか否かが判別される(S 12)。判別の結果、受信された データが入力フォームデータでない場合には(S12で N〇)、処理はステップ S19に 移行し、図 3には示されない、そのデータに応じたプログラムが起動されて、そのデー タに応じた処理が実行される。
[0054] ステップ S 12での判別の結果、受信されたデータが入力フォームデータである場合 には(S 12で YES)、制御部 120は入力フォームデータ処理エンジンプログラム 131 0を起動し、入力フォームデータ取得部 1311は、入力フォームデータを読込む(S 13 )。さらに、入力フォームデータ取得部 1311は、入力フォームデータを構文解析する (S14)。なお、ここでの構文解析の方法については、本発明において限定されるも のでなぐ利用されているデータ記述言語に応じた一般的な構文解析方法であって よい。
[0055] ステップ S 14での構文解析の後、入力フォームデータ取得部 1311は、 UI記述デ ータを UI処理部 1312へ、送信データ処理記述データを送信データ処理部 1314へ 書出す(S15)。
[0056] 次に、 UI処理部 1312は、ステップ S15で書出された UI記述データに基づき、ユー ザがデータ入力するユーザインタフェースをディスプレイ 144に表示するための処理 である UI表示処理を行なう(S16)。
[0057] 次に、イベント管理部 1315はイベントの発生を監視する(S17)。ステップ S17で発 生が検出されるイベントは、ユーザがデータ送信を行なうためにデータ入力の終了を 指示する操作や、音声データプログラム 1320、アドレス帳プログラム 1330、ファイル 取得プログラム 1340、画像撮影プログラム 1350、およびテキスト編集プログラム 136 0の機能を起動するための UIとして利用されるボタンを押下するキー操作などを含む 、キーコード入力デバイス 142から入力されるイベントなどが該当する。そして、ステツ プ S 17におレ、てイベントの発生が検出されると(S 17で YES)、 UI処理部 1312で、 当該イベントに応じた処理が実行される(S 18)。 [0058] なお、ステップ S18のイベントに応じた処理は、処理の途中で通話プログラムなどに 割込まれたり、またユーザの都合や電池の消耗により中断されたりした場合、その時 点の再生または編集位置と変更中の状態とを記憶部 130に保存して処理を中断し、 後に再開する際には、記憶部 130から保存された再生または編集位置と変更中の状 態とを読込んで中断前の再生または編集位置から、復帰できるように構成されている ことが好ましい。
[0059] 次に、上述のステップ S18で実行されるイベントに応じた処理について、図 5のフロ 一チャートを用いて説明する。
[0060] 図 5を参照して、上述のステップ S17では、イベント管理部 1315はイベントの発生 を検出するとその内容を解析し、イベントの内容を示す検出情報が UI処理部 1312 に送られる。
[0061] ステップ S17で検出されたイベントがデータ送信を行なうなどするためにデータ入 力の終了を指示するための操作でない場合(S21で NO)、 UI処理部 1312は、必要 なプログラム 1320— 1360を実行させて、データを入力する処理を実行する(S22)。 そして、ステップ S22で入力されたデータに基づいて UI記述データを書換える処理 を実施し(S23)、処理を図 4のステップ S17へ戻す。
[0062] ステップ S22で実行されるデータ入力処理とは、テキスト入力フィールドへのテキス ト入力や、パスワード入力フォームへのパスワード入力や、チェックボックスによる選 択肢からの選択、ラジオボタンによる選択肢からの選択、および/またはファイル選 択機能によるファイル選択などによるデータ入力を実施するための処理が該当する。 本実施の形態においては、一般的に行なわれている XHTML (extensible
HyperText Markup Language)によって入力されたデータが記述されるデータ入力 処理が想定されている。
[0063] 一方、ステップ S 17で検出されたイベントが、送信を行なうなどするためにデータ入 力の終了を指示するための操作であつた場合( S 21で YES )、 UI処理部 1312はデ ータ保存部 1313へ入力されたデータを渡して記憶部 130に保存する。さらに、送信 データ処理部 1314は記憶部 130に保存されたデータを読出して、送信用のデータ を書出す処理を実行する(S24)。ステップ S24で実行される送信用データ書出処理 の詳細は後述する。
[0064] そして、データ送信処理部 1314は、ステップ S24で書出した送信用のデータと入 カフオームデータの送信データ処理記述データとに基づいて、通信部 110よりサー バ 2に対してそのデータを送信する(S25)。ステップ S25で実行されるデータ送信処 理は、通常、制御部 120力 WWWプログラム 1370、メーノレプログラム 1380、または F TPプログラム 1390が起動され、それらの送信機能が利用されて実行される。
[0065] 以上で、携帯電話 1での入力フォームデータの処理が終了する。
[0066] 次に、上述のステップ S24で実行される送信用データ書出処理について、図 6のフ ローチャートを用いて説明する。
[0067] 図 6を参照して、 UI処理部 1312は、ステップ S23で書換えられた UI記述データの 中からユーザが入力したデータを抽出し、データ保存部 1313へ渡す(S31)。たとえ ば、 UI記述データが XHTMLによる記述形式のデータである場合には、ステップ S3 1でユーザが入力したデータはフォームデータ形式で抽出されてデータ保存部 131 3へ渡されることになる。
[0068] データ保存部 1313は、 UI処理部 1312から渡されたデータを解析し、そのデータ の中から、入力項目の属性名を示す識別子と属性値とが対になった形式の入力項 目ごとの入力データを抽出する。そして、データ保存部 1313において、抽出された 入力項目ごとの入力データが記憶部 130へ保存されると共に、送信データ処理部 1 314へ渡される(S32)。
[0069] 次に、送信データ処理部 1314において、ステップ S32で抽出された入力項目ごと の入力データについて、すべてがステップ S35で実行される書換処理に用いられた 力、が判定される(S33)。未処理のデータがある場合(S33において NO)、送信デー タ処理部 1314は、未処理の入力データに含まれる属性名を示す識別子と、入カフ オームデータの送信データ処理データに記述されている、送信用のデータの入力項 目の属性名を示す識別子とがー致するか否力 ^判定する(S34)。
[0070] そのデータに含まれる識別子と送信データ処理データに記述されている識別子と がー致しない場合には(S34で NO)、処理をステップ S33に戻し、さらに他の未処理 のデータについて、識別子が一致するか否力、を判別する。 [0071] 一方、そのデータに含まれる識別子と送信データ処理データに記述されている識 別子とがー致する場合(S34において YES)、送信データ処理部 1314は、送信用の データの該当する入力項目の部分を、識別子が一致した属性値に書換える(S35)。 そして、処理を再びステップ S33に戻し、さらに他の未処理のデータについて、識別 子が一致するか否かを判別する。
[0072] ステップ S33の判定の結果、ステップ S32で抽出された入力データについて、すべ てが上述の書換処理に用いられたことが判定されると(S33で YES)、送信データ処 理部 1314は送信用のデータを書出し(S36)、図 5のステップ S25へ処理を戻す。
[0073] 次に、以上の処理の流れを、画面遷移および入力フォームデータの具体例を用い て説明する。
[0074] 図 7に、サーバ 2から提供される入力フォームデータに含まれる UI記述データの具 体例を示す。
[0075] 図 7に示される UI記述データは、懸賞へ応募するために必要な氏名、性別、年齢、 メールアドレス、郵便番号、住所等のユーザ情報を入力するユーザインタフェースを 表示させるためのデータである。図 7に示されるように、本実施の形態においては、入 カフオームデータは HTML形式のデータであるものとし、図 7に示される UI記述デ ータは、 XTHMLによる一般的な記述データであるため、ここでの詳細な説明は行な わない。なお、図 7に示される UI記述データに基づいて携帯電話 1のディスプレイ 14 4に表示されるユーザ情報を入力するユーザインタフェースの具体例を図 8に示す。
[0076] 図 8にも示されるように、図 7に示される UI記述データには、ユーザ情報の入力項 目として、「氏名」を構成する「姓」および「名」、「性別」の選択肢である「男性」または「 女性」、「年齢」、「メールアドレス」、「郵便番号」、および「住所」が含まれる。そして、 それらの入力項目ごと入力データは、入力されたテキストデータ(または選択された 選択肢)である属性値と、その項目の属性名を示す識別子とが対となった形式である こと力 S、図 7に示される UI記述データに記述されている。
[0077] 図 9に、サーバ 2から提供される入力フォームデータに含まれる送信データ処理記 述データの具体例を示す。
[0078] 図 9に示される送信データ処理記述データは、図 8に示されたユーザインタフエ一 スを利用してユーザが入力した懸賞応募用のユーザ情報に基づいて、サーバ 2へ送 信する送信用のデータを作成するためのデータである。
[0079] 図 9に示される送信データ処理記述データには、 UI記述データに記述される各入 力項目の属性名を示す識別子が順に記述され、その識別子に対になった属性値を 順に並べて送信用のデータを作成するためのデータの構成が記述されている。
[0080] 図 10は、図 7で示される UI記述データに基づいて表示されたユーザインタフェース
(図 9)に対して、ユーザによるユーザ情報の入力が完了した状態の具体例を示す図 である。つまり、図 5のフローチャートのステップ S21において、ユーザがデータ入力 の終了を指示するための操作を行なう直前の状態の具体例を示している。この状態 においてユーザがデータ入力の終了を指示するための操作としてたとえば Selectボ タンを押下するなどを行なうと(ステップ S21で YES)、ステップ S24の送信用データ 書出処理が実施される。
[0081] 先述のように、ステップ S24の送信用データ書出処理が開始すると、図 6のフロー チャートのステップ S31において、ユーザが入力したデータを抽出する処理が実行さ れる。具体的には、 UI処理部 1312が入力データをフォームデータ形式のデータとし て抽出してデータ保存部 1313へ渡し、データ保存部 1313で抽出データがデコード される。データ保存部 1313においては、図 11に示されるように、 UI処理部 1312か ら渡された抽出データから、入力データとして属性名を示す識別子とその属性値との 対が抽出される。図 11に示される入力データは記憶部 130に保存される。また、送 信データ処理部 1314に渡される。
[0082] ステップ S33— S35での送信用のデータの作成処理においては、具体的には、送 信データ処理部 1314は図 11に示される入力データの中から識別子「last_name」 を抽出し、送信データ処理記述データに記述「 $ {last_name }」に該当する部分が 含まれるか否かを判定する。図 9に具体例が示される送信データ処理記述データに は記述「$ {last_name }」に該当する部分が存在するため、送信データ処理部 131 4は、その該当部分を、図 11において識別子「last_name」に対応付けられている 属性値である文字列「山田」に書換える。
[0083] 同様に送信データ処理記述データに含まれる記述「$ Uirst name}」は文字列「 太郎」に、記述「 $ { sex} jは選択肢 rmalejに、記述「 $ { age }」は文字列「31」に、 記述「$ {mail}」は文字列「taro @ aaa. co. jp」に、記述「$ { zipl }」は文字列「545 」に、記述「$ {zip2 }」は文字列「8522」に、記述「$ { address }」は文字列「大阪市 阿倍野区長池町 22番 22号」に、それぞれ書換える。
[0084] このようにして、ステップ S33 S35では、図 9に具体例が示される送信データ処理 記述データに含まれるすべての識別子を入力データにおいて対応付けられている属 性値に置換えて、図 12に示されるような、サーバ 2へ送信する送信用のデータを完 成する。
[0085] なお、送信データ処理記述データに記述されるアクセス情報は、図 9に示されるよう に、送信用のデータのデータ構成のみでなぐ図 13に示されるような送信方法や送 信先が含まれていてもよい。図 13に示される送信データ処理記述データでは、一行 目にデータ送信方法と送信先とが記述されている。具体的には、データ送信方法と して HTTPの GETメソッドを利用することが記述され、送信先として URL (Uniform Resource Locators)「WWW. AAA. co. jp/prize」カ記述されてレヽる。この場合、 ステップ S25において、送信データ処理部 1314は、 WWWプログラム 1370へ必要 なデータを渡してエンコードさせ、指定された URLへデータを送信させる。
[0086] 図 14は、送信データ処理記述データに含めることのできる送信方法の記述例を示 す図である。送信方法は、図 13にも示されたように、一行目に、 URI (Uniform Resource Identifier)と Methodとで記述される。具体的な送信方法としては、図 14を 参照して、 URI Schemeが「http:」の場合、 Methodが「get」「put」「post」を指定 することができ、それぞれ HTTPプロトコルのメソッドに対応したデータエンコードを実 施し、送信する送信方法である。また、 URI Schemeが「mailto :」の場合は、 SMT P (Simple Mail Transfer Protocol)、つまり電子メールでデータを送信する送信方 法である。この場合、送信データにファイルが含まれる場合は、添付ファイルとして送 信される。また、 URI Schemeが「ftp:」の場合、 FTP (File Transfer Protocol)に てデータ送信される。
[0087] 上述のように、ユーザによって入力されたデータから抽出された入力項目ごとの入 力データはデータ保存部 1313によって記憶部 130に保存されるので、ステップ S 16 の UI表示処理において、 UI処理部 1312は、データ記憶部 130に保存されている入 力データから該当する識別子を抽出し、その識別子と対になっている属性値が表示 されるユーザインタフェースを表示するための UI表示処理を行なうことで、以前ユー ザが入力したデータを再利用してユーザインタフェースを表示することが可能となる。
[0088] たとえば、図 11に示される入力項目ごとの入力データが記憶部 130に保存されて いるものとする。図 11は、具体的には、図 7に示される UI記述データと図 9に示され る送信データ処理記述データとを含む入力フォームデータによって以前入力された データから抽出された入力項目ごとの入力データであるものとする。そのとき、ステツ プ S 15で UI処理部 1312が入力フォームデータ取得部 1311から UI記述データを受 取ると、ステップ S16では、図 15に示されるような UI表示処理が実行される。
[0089] すなわち、図 15を参照して、 UI処理部 1312は、入力フォームデータ取得部 1311 力 渡された UI記述データを解析すると共に(S101)、記憶部 130から保存されて いる入力データを読出す(S102)。そして、 UI記述データに記述される入力項目の 属性名を示す識別子と、記憶部 130から読出した入力データに含まれる属性名を示 す識別子とを比較する(S103)。
[0090] ステップ S103での比較の結果、一致する識別子がある場合には(S104で YES)、 識別子が一致する入力項目の入力欄に、その識別子と対にして記憶部 130に保存 されている属性値を表示させたユーザインタフェースをディスプレイ 144に表示する よう処理を行なう(S105)。また、識別子が一致しない場合には、その入力項目につ レ、てはユーザ入力を受付けるために空欄または選択肢を選択可能に表示させるュ 一ザインタフエースをディスプレイ 144に表示するよう処理を行なう(S 106)。この処 理を、 UI記述データに記述されるすべての入力項目に対して順に行なう(S107)。
[0091] 具体的には、図 7に示される UI記述データの記述「<input type = "text" nam e = "last_name" / >」に示される入力項目「姓」の入力欄には、識別子「last_n amejと対になって記憶部 130に保存されている属性値「山田」が入力されて表示さ れる処理を行なう。
[0092」 た、 UI目己述テータの 己 「く input type= text name= first一 name
/ >」に示される入力項目「名」の入力欄には、識別子「first name」と対になって 記憶部 130に保存されている属性値「太郎」が入力されて表示される処理を行なう。
[0093] まブこ、 UI記述ァータの記述「く input type = "radio" name = "sex" value = male" / ノ」と「く input type = radio" name = "sex value = "female" /
>」とに示される入力項目「性別」のラジオボタンによる選択入力欄には、識別子「se x」と対になって記憶部 130に保存されている属性値「male」に該当する「< input t ype = "radio" name = "sex" value = "male" / >」が選択された状態で表示さ れる処理を行なう。
[0094] まプこ、 UI記述ァータの記述「く input type = "text name = age" size = " 2"
/ >」に示される入力項目「年齢」の入力欄には、識別子「age」と対になって記憶 部 130に保存されている属性値「31」が入力されて表示される処理を行なう。
[0095] た、 UI目己述テータの 己 「く input type = text name = zipl size = 3 " / >」に示される入力項目「郵便番号」の前半の入力欄には、識別子「zipl」と対 になって記憶部 130に保存されている属性値「545」が入力され、記述「く input ty pe = "text" name = "zip2" size = "4" Z >」に示される入力項目「郵便番号」 の後半の入力欄には、識別子「zip2」と対になって記憶部 130に保存されている属 性値「8522」が入力されて表示される処理を行なう。
[0096] まブこ、
Figure imgf000020_0001
「< texl;area name = address cois = όθ rows = " 2" >」に示される入力項目「住所」の入力欄には、識別子「address」と対になつ て記憶部 130に保存されている属性値「大阪市阿倍野区長池町 22番 22号」が入力 されて表示される処理を行なう。
[0097] つまり、記憶部 130に図 11に示される入力データが保存されている場合、ステップ S 16では、図 10に示されるユーザインタフェースが表示されることになる。そして、こ のユーザインタフェースが表示された後に、ステップ S 17以降の処理が前述同様に 実行される。
[0098] 携帯電話 1においてこのような処理が実行されることで、ユーザは、以前に入力した データを再度同じ送信先に送信する際に、再度入力操作を行なうことなぐ同じ内容 のデータを所定のアクセス方法で容易に送信することが可能になる。
[0099] この、記憶部 130に保存された入力データは、そのデータが入力された際に用いら れたユーザインタフェースを表示させるための UI記述データとは異なる UI記述デー タでユーザインタフェースを表示させる際にも利用することができる。また、その際に、 ユーザインタフェースの入力項目に表示された入力情報を修正することも可能である
[0100] 図 16は、サーバ 2から提供される入力フォームデータに含まれる UI記述データの 具体例を示す図であって、図 7に示される UI記述データとは異なるデータを示してい る。より詳しくは、図 7に示される UI記述データに記述される入力項目「メールアドレス 」が、図 16に示される UI記述データでは、入力項目「携帯電話のメールアドレス」と 変更されている。ただし、両 UI記述データのファイル名「prize. html」は同じとする。
[0101] この場合、ステップ S32で、データ保存部 1313は、入力データに、そのデータを入 力する際に用レ、られた UI記述データの識別情報 (たとえばファイル名)を付与して記 憶部 130へ保存する。ステップ S101で、 UI処理部 1312は、入力フォームデータ取 得部 1311から渡された UI記述データを解析して識別情報を取得し、ステップ S 102 でその UI記述データの識別情報が付与されている入力データを記憶部 130から抽 出することで、そのデータが再利用可能であることを判定できる。
[0102] 図 16に示される UI記述データに対して上述の記憶部 130に保存されている入力 データを再利用して UI表示処理が行なわれることで、ステップ S16では図 17に示さ れるようなユーザインタフェースが表示される。図 17は、具体的に図 11で示される入 力項目ごとの入力データを再利用して UI表示処理が行なわれた場合に表示される、 各入力項目の入力欄がオートフィルされている状態のユーザインタフェースの具体 例を示す図である。
[0103] 図 17に示されるユーザインタフェースの入力項目「携帯電話のメールアドレス」には 、図 8に示されるユーザインタフェースの入力項目「メールアドレス」に入力された通 常のメールアドレスがオートフィルされているので、ユーザは、図 17に示される状態か ら、入力項目「携帯電話のメールアドレス」の入力欄の入力データを修正して図 18に 示されるように入力する。そして、携帯電話 1では、その UI記述データに基づいてス テツプ S 17以降の処理が実行されて図 19に示される送信用のデータが作成され、サ ーバ 2へ送信される。 [0104] 携帯電話 1におレ、てこのような処理が実行されることで、表示される UIが以前入力 操作に用いた UIとは異なる場合であっても、以前の UIの入力項目と同じ入力項目が その UIに含まれる場合、ユーザは、その入力項目について、以前に入力したデータ を再度入力する操作を行なうことなぐ所定のアクセス方法で容易に送信することが 可能になる。
[0105] ところで、記憶部 130に保存される入力データは、図 20に示されるように、属性名を 示す識別子に対して複数の属性値が対応付けられていてもよい。
[0106] 記憶部 130に保存される入力データにおいて属性名を示す識別子に対して複数 の属性値が対応付けられている場合、ステップ S 16において図 21に示されるような U I表示処理が実行される。
[0107] すなわち、図 21を参照して、図 15のフローチャートに示されるステップ S101 S1 03と同様の処理を、 UI記述データに記述されるすべての入力項目に対して順に行 なって、ステップ S103での比較の結果、一致する識別子がある場合(S104で YES) 、さらに、属性名を示す 1つの識別子に対応付けられている複数の属性値が抽出さ れた場合には、入力項目ごとに、それら複数の属性値を選択肢として選択可能に表 示させたユーザインタフェースをディスプレイ 144に表示するよう処理を行なう(S122 ) 0
[0108] このようにして、ステップ S16では、複数の属性値を選択肢として選択できるユーザ インタフェースをディスプレイ 144に表示し、ステップ S 17で、ユーザからの選択を受 付ける。
[0109] より具体的には、図 7に示される UI記述データに対して記憶部 130に保存されてい る図 20に示されるような入力データを再利用して UI表示処理を行なう場合、 UI処理 部 1312は、たとえば、入力項目「名」の入力欄に、識別子「first_name」に対応付 けられている複数の属性値「太郎」, 「花子」, 「次郎」を選択可能にメニュー表示させ たユーザインタフェースを表示して、ユーザの選択を受付ける。そして、選択された属 性値を入力欄にオートフィルし、ステップ S17以降の処理を実行する。
[0110] また、データ記憶部 130に保持される入力データは、図 22に示されるように、リスト 構造であってもよい。このようなリスト構造である入力データは、以前ユーザが入力し た入力データについて、その 1回の入力操作における各入力項目の入力データを 1 組のデータとして対応付け、以前の入力操作におけるすべての入力データを 1つの リストとして保持する構造である。図 22に示されるデータでは、具体的に、ユーザが 少なくとも 3度入力操作を行なった場合に構築される入力データを示している。
[0111] データ記憶部 130に保持される入力データがリスト構造のデータである場合、ステ ップ S16において、図 23に示されるようなメニュー「山田,太郎」, 「山田,花子」, 「山 田,次郎」が選択可能に表示されたユーザインタフェースをディスプレイ 144に表示 し、ステップ S 17で、ユーザからの選択を受付ける。 UI処理部 1312は、リスト構造の 入力データから、選択されたメニューに対応付けられている 1組の入力データを抽出 し、該当する入力項目の入力欄に対応する属性値をオートフィルする。
[0112] 携帯電話 1においてこのような処理が実行されることで、ユーザは、以前に入力した データを再度同じ送信先に送信する際に、再度入力操作を行なうことなぐ簡単な選 択操作を行なうだけで、同じ内容のデータを所定のアクセス方法で容易に送信する ことが可能になる。
[0113] なお、記憶部 130には、予め送信データ処理記述データが保存されていてもよぐ ステップ S24の送信用データ書出処理において、記憶部 130に保存されている送信 データ処理記述データが用いられてもよい。さらに、記憶部 130には複数の送信デ ータ処理記述データが保存されていてもよぐステップ S24の送信用データ書出処理 において、選択された送信データ処理記述データが用いられてもよい。複数の送信 データ処理記述データが記憶部 130に保存されている場合、ステップ S24の送信用 データ書出処理においては、図 6に示される処理に替えて、図 24に示される処理が 実行される。
[0114] すなわち、図 24に示されるように、ステップ S32で、データ保存部 1313において、 抽出された入力項目ごとの入力データが記憶部 130へ保存されると共に、送信デー タ処理部 1314へ渡されると、送信データ処理部 1314において、記憶部 130に保存 されている送信データ処理記述データの中から用いる送信データ処理記述データを 特定する処理が実行される(S131)。そして、以降のステップ S33— S36においては 、ステップ S 131で特定された送信データ処理記述データが用いられる。 [0115] たとえば、図 9に示される送信データ処理記述データと、図 9に示される送信データ 処理記述データとは異なる構造の送信用のデータを作成するための、図 25に示され るデータ処理記述データとが保存されており、ステップ S131において図 25に示され るデータ処理記述データが用いる送信データ処理記述データとして特定された場合 、ステップ S33 S36が実行されて図 26に示される送信用のデータが作成される。
[0116] ステップ S131における送信データ処理記述データの特定方法としては、レ、くつか の具体的な方法が挙げられる。たとえば、記憶部 130へ保存される複数の送信デー タ処理記述データを選択可能に表示し、ユーザの選択を受付ける方法であってもよ レ、。また、送信データ処理記述データに記述されるアクセス情報に送信方法や送信 先が含まれる場合には、送信データ処理記述データの記述が参照されて、予め決め られている、または選択された送信方法や送信先に該当する送信データ処理記述デ ータが特定される方法であってもよい。また、記憶部 130に保存されている入力デー タと送信データ処理記述データとが対応付けられている場合、再利用された入力デ ータに対応する送信データ処理記述データが自動的に特定されてもよい。なお、そ の場合、記憶部 130に保存されている入力データと送信データ処理記述データとの 対応は、予め記憶部 130に記憶されていてもよいし、記憶部 130に保存されている 入力データに対応する送信データ処理記述データを特定する情報が含まれていて もよい。また、入力フォームデータに送信データ処理記述データに替えて記憶部 13 0に保存されている送信データ処理記述データを特定する情報が含まれて、その情 報に基づいて送信データ処理記述データが特定される方法であってもよい。
[0117] 携帯電話 1においてこのような処理が実行されることで、ユーザは、以前に入力した データを、そのときのアクセス方法とは異なるアクセス方法で送信する場合であっても 、再度入力操作を行なうことなぐまたは簡単な選択操作を行なうだけで、同じ内容の データを所定のアクセス方法で容易に送信することが可能になる。
[0118] さらに、ステップ S24の送信用データ書出処理のステップ S35において、送信デー タ処理記述データの文字列を属性データの文字列に書換える書換処理に加えて (ま たは替えて)、送信データ処理記述データの文字列を所定のファイルに書換える書 換処理が実行されてもよい。 [0119] 具体的に、図 27に示される UI記述データおよび図 28に示される送信データ処理 記述データが含まれる入力フォームデータを処理する場合について説明する。
[0120] UI処理部 1312において図 27に示される UI記述データに対してステップ S 16の U I表示処理が実行されて、図 29に示されるユーザインタフェースがディスプレイ 144に 表示される。そして、各入力項目について、ユーザから(または記憶部 130に保存さ れている入力データが再利用されて)、図 30に示されるようなデータが入力されたと する。すなわち、図 26に示される UI記述データに基づいて、入力項目「写真」に、写 真データのファイルの入力を受付ける。
[0121] この場合、ステップ S24の送信用データ書出処理のステップ S35では、図 28に示さ れる送信データ処理記述データに基づいて、文字列の書換処理と共にファイルの置 換処理が実行される。
[0122] 具体的には、ステップ S31において、 UI処理部 1312は、ステップ S23で書換えら れた UI記述データの中から、ユーザが入力した、フアイノレ「/picture/20040129 . jpg」を含むデータを抽出し、データ保存部 1313へ渡す。データ保存部 1313では 、渡されたフアイノレ「/picture/20040129. jpg」 ίこフアイノレ名「20040129. jpg」 が付与されて、属性名を示す識別子「photo」に対応する属性値として記憶部 130の 所定領域に格納される。
[0123] このとき、ステップ S31において抽出されるユーザの入力したデータのデータ形式 は送信方法に沿った形式であって、たとえば、 multipart/form— data形式や mult ipart/mixed形式などの形式が該当する。そして、ステップ S32では、抽出された 各入力データが図 31で示されているデータ形式で記憶部 130に保存される。具体 的には、ステップ S32では属性の型が定義される。入力データがファイルの場合は、 属性の型はファイル名として定義され、その属性値にファイル名が格納される。
[0124] ステップ S35では、送信データ処理部 1314において、図 28に示される送信データ 処理記述データに含まれる、属性名を示す識別子「photo」に対応する属性値として 記憶部 130力もファイル名「20040129. jpg」のファイルが抽出され、送信データ処 理記述データの 6行目の記述「 $ {photo}」の部分がファイル名「20040129. jpgj のフアイノレ ίこ書換えられる。そして、ステップ S36こおレヽて、フアイノレ名「20040129. jpg」のファイルの内容が含まれる送信用のデータが書出される。具体的には、図 28 に示される送信データ処理記述データの該当部分がファイル名「20040129. jpgj のファイルや文字列に書換えられて、図 32に示されるような送信用のデータが書出さ れる。
[0125] 携帯電話 1におレ、てこのような処理が実行されることで、文字列のみならず、写真や 音声などの様々なファイルを、所定のアクセス方法で容易に送信することができる。ま た、同様にして、以前に入力した写真や音声などのファイルも、再度入力操作を行な うことなく、または簡単な選択操作を行なうだけで、同じ内容のデータを所定のァクセ ス方法で容易に送信することが可能になる。このため、本実施の形態に述べた、懸賞 の応募を受付けるサーバ 2に対して懸賞応募用のデータを送信する場合のみならず 、たとえば、クライアント装置 1からプリンタに該プリンタ固有のアクセス方法でプリント 対象のデータを送信する場合など、クライアント装置 1から所定のデータ処理装置に 対して、特定の形式等のアクセス方法でデータを送信して、特定の処理を実行させる 場合に有効に用いられる。
[0126] さらに、上述のデータ処理方法を、プログラムとして提供することもできる。このような プログラムは、コンピュータに付属するフレキシブルディスク、 CD-ROM, ROM ( Read Only Memory) , RAM (Random Access Memory)およびメモリカードなどの コンピュータ読取り可能な記録媒体にて記録させて、プログラム製品として提供するこ ともできる。あるいは、コンピュータに内蔵するハードディスクなどの記録媒体にて記 録させて、プログラムを提供することもできる。また、ネットワークを介したダウンロード によって、プログラムを提供することもできる。
[0127] 提供されるプログラム製品は、ハードディスクなどのプログラム格納部にインストール されて実行される。なお、プログラム製品は、プログラム自体と、プログラムが記録され た記録媒体とを含む。
[0128] 今回開示された実施の形態はすべての点で例示であって制限的なものではないと 考えられるべきである。本発明の範囲は上記した説明ではなくて請求の範囲によって 示され、請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが 意図される。 産業上の利用可能性
本発明によれば、他のデータ処理装置にデータを送信して処理を実行させる際に 、煩雑な操作を行なうことなく所定のアクセス方法でデータを送信することができ、デ ータ送信を行なうデータ処理装置、データ処理方法、およびデータ処理プログラムプ 口ダクトにおいて有利に適用することができる。

Claims

請求の範囲
[1] データを記憶する記憶部(130)と、
他の装置にデータを送信するためのアクセス情報を取得するアクセス情報取得部( 1311)と、
前記アクセス情報と、前記記憶部に記憶されるデータとに基づいて、前記他の装置 に送信するデータを作成して送信する送信データ処理部(1314)とを備える、データ 処理装置。
[2] 前記アクセス情報は、前記他の装置に送信されるデータのデータ構造を規定する 情報と、前記他の装置へデータを送信する方法を規定する情報との少なくとも一方を 含み、
前記アクセス情報に前記データ構造を規定する情報が含まれる場合には、前記送 信データ処理部は、前記記憶部に記憶されるデータに基づレ、て前記データ構造の 前記他の装置に送信するためのデータを作成して送信し、
前記アクセス情報に前記他の装置へデータを送信する方法を規定する情報が含ま れる場合には、前記送信データ処理部は、前記記憶部に記憶されるデータに基づい て作成された前記他の装置に送信するデータを前記方法で送信する、請求項 1に記 載のデータ処理装置。
[3] 前記アクセス情報取得部は、前記アクセス情報を他の装置力も取得する、請求項 1 に記載のデータ処理装置。
[4] 前記アクセス情報取得部は複数のアクセス情報を取得し、
前記複数のアクセス情報の中から、前記他の装置にデータを送信するために用い る所定のアクセス情報を選択するアクセス情報選択部(1314)をさらに備える、請求 項 1に記載のデータ処理装置。
[5] 前記記憶部に記憶される複数のデータの中から、前記他の装置に送信する所定の データを選択する送信データ選択部(1312, 1315)をさらに備える、請求項 1に記 載のデータ処理装置。
[6] 前記記憶部に記憶されるデータは、項目ごとのデータを含んで構成され、
1つの項目に複数のデータが対応している場合、前記送信データ選択部は、前記 複数のデータが対応している項目ごとに前記項目に対応した複数のデータを提示し て、前記項目に対応させるデータを選択する、請求項 5に記載のデータ処理装置。
[7] 前記記憶部に記憶されるデータは、項目ごとのデータの組合わせで構成され、 前記記憶部に前記組合わせが複数記憶される場合に、前記送信データ選択部は 、前記組合わせに含まれて前記組合わせを特定できる 1以上の項目ごとデータを提 示して、前記他の装置に送信する所定のデータである組合わせを選択する、請求項 5に記載のデータ処理装置。
[8] 前記記憶部に記憶されるデータは、ユーザによる入力の履歴である、請求項 1に記 載のデータ処理装置。
[9] 前記他の装置に送信するデータを作成するために必要なデータを入力するための ユーザインタフェースを記述するユーザインタフェース記述データを取得するユーザ インタフェース記述データ取得部(1311)と、
前記ユーザインタフェース記述データを処理して前記ユーザインタフェースを出力 するユーザインタフェース処理部(1312)と、
前記ユーザインタフェースに基づいて入力されたデータを前記記憶部に格納する 格納部(1313)とをさらに備える、請求項 1に記載のデータ処理装置。
[10] 記憶装置からデータを取得するデータ取得ステップ (S11)と、
他の装置にデータを送信するためのアクセス情報を取得するアクセス情報取得ステ ップ(S13— S15)と、
前記アクセス情報と、前記記憶装置から取得されるデータとに基づいて、前記他の 装置に送信するデータを作成して送信する送信データ処理ステップ (S24, S25)と を備える、データ処理方法。
[11] 他の装置にデータを送信するためのデータ処理方法をコンピュータに実行させるプ ログラムプロダクトであって、
記憶装置からデータを取得するデータ取得ステップ(S 11)と、
前記他の装置にデータを送信するためのアクセス情報を取得するアクセス情報取 得ステップ(S 13 S 15)と、
前記アクセス情報と、前記記憶装置から取得されるデータとに基づいて、前記他の 装置に送信するデータを作成して送信する送信データ処理ステップ (S24, S25)と を実行させる、データ処理プログラムプロダクト。
PCT/JP2005/002754 2004-02-27 2005-02-22 所定のアクセス方法でデータ送信を行なうことのできるデータ処理装置 WO2005083579A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP05710486A EP1729222A4 (en) 2004-02-27 2005-02-22 FOR A DATA TRANSMISSION THROUGH A PREDETERMINED ACCESS PROCESSABLE DATA PROCESSING DEVICE
US10/590,523 US7974980B2 (en) 2004-02-27 2005-02-22 Data processing device capable of performing data transmission in a predetermined access method
CN200580006212XA CN1926532B (zh) 2004-02-27 2005-02-22 能用给定的访问方法进行数据发送的数据处理装置

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2004-053641 2004-02-27
JP2004053641A JP3935889B2 (ja) 2004-02-27 2004-02-27 データ処理装置、データ処理方法、データ処理プログラム、およびデータ処理プログラムを記録した記録媒体

Publications (1)

Publication Number Publication Date
WO2005083579A1 true WO2005083579A1 (ja) 2005-09-09

Family

ID=34908749

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2005/002754 WO2005083579A1 (ja) 2004-02-27 2005-02-22 所定のアクセス方法でデータ送信を行なうことのできるデータ処理装置

Country Status (6)

Country Link
US (1) US7974980B2 (ja)
EP (1) EP1729222A4 (ja)
JP (1) JP3935889B2 (ja)
KR (2) KR20080008424A (ja)
CN (2) CN101354721B (ja)
WO (1) WO2005083579A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010055189A (ja) * 2008-08-26 2010-03-11 Casio Comput Co Ltd サーバベース・コンピューティング・システムのサーバ装置、クライアント装置、サーバ制御プログラム及びクライアント制御プログラム

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4890051B2 (ja) * 2006-02-28 2012-03-07 富士通株式会社 ブラウザ画面の表示装置およびそのためのプログラム
JP4087420B2 (ja) 2006-06-28 2008-05-21 シャープ株式会社 画像表示装置、画像データ送信装置、画像表示システム、画像表示方法、画像表示プログラムおよびその記録媒体、並びに、画像データ送信プログラムおよびその記録媒体
JP4102847B2 (ja) * 2006-06-30 2008-06-18 シャープ株式会社 画像データ提供装置、画像表示装置、画像表示システム、画像データ提供装置の制御方法、画像表示装置の制御方法、制御プログラム、および、記録媒体
US20080025691A1 (en) * 2006-07-31 2008-01-31 Sharp Kabushiki Kaisha Content reproduction apparatus, content reproduction method, content reproduction system, content data sending apparatus, content data sending method, program, and storage medium
US8799865B2 (en) * 2009-08-03 2014-08-05 National Instruments Corporation Integrated data viewer
US8448089B2 (en) * 2010-10-26 2013-05-21 Microsoft Corporation Context-aware user input prediction
CN102831154B (zh) * 2012-06-29 2015-11-25 北京奇虎科技有限公司 保存和显示网页的文本输入框中数据的方法和装置
KR20140051012A (ko) 2012-10-22 2014-04-30 삼성전자주식회사 디바이스 및 그 전자 키 전송 방법
CN102968586B (zh) * 2012-10-29 2016-08-17 威海新北洋数码科技股份有限公司 信息处理方法和装置
CN102981853B (zh) * 2012-11-15 2015-11-25 北京奇虎科技有限公司 一种通过网页的文本输入框提交长文本的方法和装置
CN103034568B (zh) * 2012-12-14 2015-11-25 北京奇虎科技有限公司 用于浏览器的输入数据恢复方法及装置
CN111226250B (zh) * 2018-09-26 2023-09-22 乐天集团股份有限公司 受理系统、受理方法、以及储存介质
JP6665352B1 (ja) 2018-09-26 2020-03-13 楽天株式会社 受付システム、受付方法、及びプログラム
JP2020135341A (ja) * 2019-02-19 2020-08-31 富士ゼロックス株式会社 情報処理装置及び情報処理プログラム
JP2021097353A (ja) * 2019-12-18 2021-06-24 キヤノン株式会社 データ送信装置、データ送信装置の制御方法、及びプログラム

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09134389A (ja) * 1995-11-07 1997-05-20 Toshiba Corp 情報処理端末装置
JPH10283153A (ja) * 1997-03-31 1998-10-23 Toyo Commun Equip Co Ltd 表示・入力装置
JPH11306171A (ja) * 1998-04-20 1999-11-05 Fujitsu Ltd 項目情報入力方法及び記録媒体
JP2003085075A (ja) * 2001-05-08 2003-03-20 Matsushita Electric Ind Co Ltd 双方向通信方法、双方向通信システム及び、情報処理装置
JP2004013210A (ja) * 2002-06-03 2004-01-15 Minolta Co Ltd データ処理装置

Family Cites Families (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0689307A (ja) * 1992-05-04 1994-03-29 Internatl Business Mach Corp <Ibm> データベース内の情報を表示する装置および方法
US5603025A (en) * 1994-07-29 1997-02-11 Borland International, Inc. Methods for hypertext reporting in a relational database management system
US6078925A (en) * 1995-05-01 2000-06-20 International Business Machines Corporation Computer program product for database relational extenders
US5778378A (en) * 1996-04-30 1998-07-07 International Business Machines Corporation Object oriented information retrieval framework mechanism
US5778373A (en) * 1996-07-15 1998-07-07 At&T Corp Integration of an information server database schema by generating a translation map from exemplary files
US6192380B1 (en) * 1998-03-31 2001-02-20 Intel Corporation Automatic web based form fill-in
US6272488B1 (en) * 1998-04-01 2001-08-07 International Business Machines Corporation Managing results of federated searches across heterogeneous datastores with a federated collection object
WO2000010103A1 (fr) * 1998-08-11 2000-02-24 Shinji Furusho Procede et dispositif de recuperation, de stockage et de triage de donnees formatees en tableaux
US6282547B1 (en) * 1998-08-25 2001-08-28 Informix Software, Inc. Hyperlinked relational database visualization system
WO2000041090A1 (en) * 1999-01-08 2000-07-13 Micro-Integration Corporation Search engine database and interface
US6202063B1 (en) * 1999-05-28 2001-03-13 Lucent Technologies Inc. Methods and apparatus for generating and using safe constraint queries
US6539396B1 (en) * 1999-08-31 2003-03-25 Accenture Llp Multi-object identifier system and method for information service pattern environment
US6505209B1 (en) * 1999-11-02 2003-01-07 Monkeymedia, Inc. Poly vectoral reverse navigation
US6591277B2 (en) * 1999-12-27 2003-07-08 International Business Machines Corporation Dynamic object persistence
US6691158B1 (en) * 2000-02-18 2004-02-10 Hewlett-Packard Development Company, L.P. E-service to manage contact information and track contact location
US6618732B1 (en) * 2000-04-11 2003-09-09 Revelink, Inc. Database query handler supporting querying of textual annotations of relations between data objects
US6981028B1 (en) * 2000-04-28 2005-12-27 Obongo, Inc. Method and system of implementing recorded data for automating internet interactions
KR20000054241A (ko) 2000-05-29 2000-09-05 김진용 웹사이트 회원가입란 기입방법
US6609121B1 (en) * 2000-07-17 2003-08-19 International Business Machines Corporation Lightweight directory access protocol interface to directory assistance systems
KR20020020302A (ko) * 2000-09-08 2002-03-15 이상원 웹서버와 이동통신서버를 이용한 회원가입시스템 및 방법
JP2002150207A (ja) 2000-11-08 2002-05-24 Dainippon Printing Co Ltd 自動入力システム
US20020103827A1 (en) * 2001-01-26 2002-08-01 Robert Sesek System and method for filling out forms
JP2002288136A (ja) 2001-03-26 2002-10-04 Foundation For Nara Institute Of Science & Technology ユーザ情報管理装置、ユーザ情報管理方法、ユーザ情報管理プログラム及び同プログラムを記録した記録媒体
EP1257107B1 (en) * 2001-05-08 2007-03-21 Matsushita Electric Industrial Co., Ltd. Two-way communicating method and system and information processing apparatus
JP2003150546A (ja) 2001-11-14 2003-05-23 Nec Corp データ入力装置及びデータ入力用フォームへの入力方法
JP2003331157A (ja) 2002-05-17 2003-11-21 Hiroyoshi Asakawa ノズル取引システム
JP2003345739A (ja) 2002-05-28 2003-12-05 Ntt Data Corp 個人情報入力支援装置、入力支援方法
JP2004013611A (ja) 2002-06-07 2004-01-15 Canon Inc 情報処理装置、情報処理システム、情報処理方法、記録媒体およびそのプログラム

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09134389A (ja) * 1995-11-07 1997-05-20 Toshiba Corp 情報処理端末装置
JPH10283153A (ja) * 1997-03-31 1998-10-23 Toyo Commun Equip Co Ltd 表示・入力装置
JPH11306171A (ja) * 1998-04-20 1999-11-05 Fujitsu Ltd 項目情報入力方法及び記録媒体
JP2003085075A (ja) * 2001-05-08 2003-03-20 Matsushita Electric Ind Co Ltd 双方向通信方法、双方向通信システム及び、情報処理装置
JP2004013210A (ja) * 2002-06-03 2004-01-15 Minolta Co Ltd データ処理装置

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
See also references of EP1729222A4 *
SONODA M. ET AL: "Web Programing no Kiso.", NIKKEI BUSINESS PUBLICATIONS, INC., vol. 6, no. 7, 24 June 2003 (2003-06-24), pages 41 - 43, XP008125242 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010055189A (ja) * 2008-08-26 2010-03-11 Casio Comput Co Ltd サーバベース・コンピューティング・システムのサーバ装置、クライアント装置、サーバ制御プログラム及びクライアント制御プログラム

Also Published As

Publication number Publication date
CN101354721A (zh) 2009-01-28
JP2005242829A (ja) 2005-09-08
US20070226253A1 (en) 2007-09-27
CN101354721B (zh) 2011-01-26
CN1926532B (zh) 2010-06-16
CN1926532A (zh) 2007-03-07
EP1729222A1 (en) 2006-12-06
JP3935889B2 (ja) 2007-06-27
KR100894762B1 (ko) 2009-04-24
EP1729222A4 (en) 2011-07-20
KR20080008424A (ko) 2008-01-23
US7974980B2 (en) 2011-07-05
KR20060129508A (ko) 2006-12-15

Similar Documents

Publication Publication Date Title
WO2005083579A1 (ja) 所定のアクセス方法でデータ送信を行なうことのできるデータ処理装置
EP2431859B1 (en) Image forming apparatus, display control method, and computer-readable recording medium encoded with display control program
US8130668B2 (en) Managing differences in user devices when sharing content on mobile devices
US20050178821A1 (en) Manual providing apparatus, multi function printer, server, electronic manual presentation method, and computer program
JP2009070240A (ja) 文書管理サーバーから文書データを取得するためのシステムおよび方法
US8150819B2 (en) Information-processing apparatus searching web server and downloading data, data searching method and data searching program executed in information-processing apparatus
US20070078844A1 (en) Retrieval system, information processing system and program product
US7701601B2 (en) Data output apparatus performing data output after reception of authentication data from portable terminal
JP5356099B2 (ja) データ提供装置、操作装置、データ処理装置、操作システム、および制御プログラム
US20040003121A1 (en) Document server and recording medium recording document processing program
JP4268341B2 (ja) データ登録システム
JP2009211278A (ja) 携帯端末を利用した検索システムおよびその検索方法
US20120057186A1 (en) Image processing apparatus, method for managing image data, and computer-readable storage medium for computer program
JP4258666B2 (ja) ネットワーク複合機及びそのアドレス帳データの共有方法
JP2006318506A (ja) データ処理装置、データ処理方法、データ処理プログラム、およびデータ処理プログラムを記録した記録媒体
JP2005322163A (ja) 文書承認管理方法、文書承認管理システム、及び携帯端末
JP2016201744A (ja) 情報処理装置及びその制御方法、データ送信装置及びその制御方法、並びにプログラム
JP7033164B2 (ja) 情報処理装置、及びプログラム
JP2007201686A (ja) 画像読取装置
JP4927611B2 (ja) ファクシミリ装置と電話装置
JP2007166487A (ja) 携帯電話
JP2001318929A (ja) 情報発信装置、情報受信装置、システム及び制御方法
JP2005025444A (ja) データベースシステムにおけるデータ登録サーバおよびその制御方法
JP2004080396A (ja) 情報伝達システム
JP2013062771A (ja) 画像処理システム、画像読取装置、携帯端末およびプログラム

Legal Events

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

Ref document number: 200580006212.X

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPEN Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101)
WWE Wipo information: entry into national phase

Ref document number: 10590523

Country of ref document: US

Ref document number: 2007226253

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 2005710486

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 1020067019866

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 2005710486

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1020067019866

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 10590523

Country of ref document: US