WO2005020070A1 - プログラム生成システム、プログラム生成プログラムおよびプログラム生成モジュール - Google Patents

プログラム生成システム、プログラム生成プログラムおよびプログラム生成モジュール Download PDF

Info

Publication number
WO2005020070A1
WO2005020070A1 PCT/JP2004/011778 JP2004011778W WO2005020070A1 WO 2005020070 A1 WO2005020070 A1 WO 2005020070A1 JP 2004011778 W JP2004011778 W JP 2004011778W WO 2005020070 A1 WO2005020070 A1 WO 2005020070A1
Authority
WO
WIPO (PCT)
Prior art keywords
program
unit
source code
parameters
terminal device
Prior art date
Application number
PCT/JP2004/011778
Other languages
English (en)
French (fr)
Inventor
Norikazu Takashima
Ayumu Oikawa
Original Assignee
Japan Tobacco Inc.
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 Japan Tobacco Inc. filed Critical Japan Tobacco Inc.
Priority to US10/568,622 priority Critical patent/US7784024B2/en
Priority to EP04771739A priority patent/EP1657636A4/en
Priority to JP2005513282A priority patent/JP4220519B2/ja
Publication of WO2005020070A1 publication Critical patent/WO2005020070A1/ja

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven

Definitions

  • Program generation system Program generation program and program generation module
  • the present invention relates to a technique for generating a program, and particularly to a technique for generating a program without a user directly inputting a source code.
  • Computers are now becoming indispensable in daily life.
  • the computer is mounted on various devices such as, for example, a terminal device, a mobile phone, and a home appliance, and appropriately controls hardware included in the devices to realize predetermined functions.
  • terminal devices are used for business management in corporations, for analysis of experimental results at research institutions, and at the individual level for sending and receiving e-mails and browsing web pages.
  • it is necessary to execute the program on the computer.
  • Patent Document 1 JP 2003-208307 A
  • An object of the present invention is a technique for shortening a program development period, which is necessary for program development. It is an object of the present invention to provide a technology for reducing labor and a technology for easily creating a program.
  • One embodiment of the present invention is a system for generating a program.
  • the system includes a receiving unit for receiving input of a parameter for forming a program for realizing a predetermined process, a generating unit for dynamically generating a source code of the program based on the parameter, and compiling the source code.
  • a compiling unit that generates a program executable by a predetermined terminal device, and an instruction unit that detects that the source code has been generated and instructs the compiling unit to compile the source code.
  • the source code generation process and the compilation of the source code can be performed continuously. In other words, if the user simply inputs the parameters, the source code can be automatically generated and compiled, and the program can be generated.
  • the system further checks that the data size of the program is smaller than a predetermined size, and, if the data size of the program is smaller than the predetermined size, further includes a checking unit that can provide the program to the terminal device. May be provided. Thereby, the program generation system can provide the terminal device with a program smaller than the predetermined size.
  • the system may further include a notifying unit for notifying that the number of parameters is reduced when the data size of the program is larger than a predetermined size.
  • a notifying unit for notifying that the number of parameters is reduced when the data size of the program is larger than a predetermined size.
  • the predetermined size may be set for each terminal device that uses the program.
  • a program can be generated according to the execution condition of the program for each terminal device.
  • the system further includes a storage unit that stores the program inspected by the inspection unit, and a providing unit that provides the terminal device with the program stored in the storage unit.
  • a storage unit that stores the program inspected by the inspection unit
  • a providing unit that provides the terminal device with the program stored in the storage unit.
  • the system may further include a limiter that limits the number of parameters so that the data size of the program is smaller than a predetermined size. This allows the number of parameters to be adjusted before the source code is generated, enabling efficient program generation. become.
  • the generating unit generates a source code including a program code for forming a component as an input interface based on the parameter.
  • the parameter is gnoled for each component. You can limit the number of parameters with. Thereby, the size of the program can be adjusted for each component. In other words, the component is provided for each adjustment item, and when the data size of the program is larger than a predetermined size, the size of the program can be adjusted by reducing the adjustment item.
  • the restriction unit may predict the data size of the generated program according to the parameters received by the reception unit, and may determine whether it is necessary to reduce the number of parameters. As a result, the data size of the program can be predicted based on the parameters received without actually generating the program.
  • the limiting unit may determine that it is necessary to reduce the number of meters.
  • the limiting unit may compare the number of parameters received by the receiving unit with a preset number to determine whether it is necessary to reduce the number of parameters.
  • the limiting unit If the number of parameters received by the receiving unit is larger than a preset number, the limiting unit
  • the number of parameters may need to be reduced.
  • the restriction unit may instruct the notification unit to perform the notification.
  • the parameter includes information designating whether or not to use a predetermined function of the terminal device, and the generation unit generates a source code including a program code for using the specified predetermined function. You may. Thus, by executing the program on the terminal device, the functions of the terminal device can be used during the execution of the program.
  • the “predetermined function” may be a function provided by a hard disk, software, or a combination thereof of the terminal device, such as a position information acquisition function, a photographing function, and a recording function.
  • the generation unit may include a program code for using the location information acquisition function. You may also generate source code, including:
  • the generating unit may generate a source code including a program code for using the photographing function.
  • the system may further include a display processing unit that displays a parameter input screen on the display unit, and the receiving unit may receive the parameter input via the input screen.
  • the generated program forms an input interface for inputting the adjustment data for the predetermined adjustment content, and transmits the adjustment data input via the input interface to the collection device via the network.
  • the input screen is formed so as to accept a plurality of adjustment items as the content of the adjustment and a choice of an answer to the adjustment item.
  • the receiving unit receives the parameters grouped for each adjustment item, and if the limiting unit determines that the number of parameters needs to be reduced, the notifying unit prompts to reduce the number of survey items. Notify me,
  • Another embodiment of the present invention is a system for generating a program.
  • This system holds a first storage unit that holds a first program code that can be used for general purposes, and a second program code that is configured by combining the first program code to form a predetermined program.
  • a second storage unit a receiving unit that receives parameters necessary for forming a program, a generating unit that rewrites a part of the second program code based on the received parameters to generate a source code of the program, and a source unit.
  • a compiling unit that compiles the code and generates a program executable on a predetermined terminal device, and an instruction unit that detects that the source code has been generated, and instructs the compiling unit to compile the source code.
  • the system checks that the data size of the program is smaller than a predetermined size. If the data size of the program is smaller than the predetermined size, the system further includes a checking unit that can provide the program to the terminal device. May be provided.
  • This program forms an input interface for inputting adjustment data for a predetermined adjustment content, and converts the adjustment data input via the input interface into a network.
  • the second program code realizes a function of transmitting to a server via a network, and the second program code may include a program code for forming an input interface.
  • the survey content includes a plurality of survey items, the parameter includes character information for each survey item, and the generation unit reads a second program code from the second storage unit for each survey item, and converts the source code into a source code. Incorporate, replace part of the embedded program code with the character information included in the parameter.
  • Still another embodiment of the present invention relates to a program generation program and a program generation module.
  • These include a receiving unit for receiving input of parameters for forming a program for realizing a predetermined process, a generating unit for dynamically generating a source code of the program based on the parameters, and a source code.
  • a computer that compiles and generates a program that can be executed by a predetermined terminal device; and an instruction unit that detects that the source code has been generated and instructs the compile unit to compile the source code. To be realized.
  • the program generation program and the program generation module check that the data size of the program to be generated is smaller than a predetermined size, and when the data size of the program is smaller than the predetermined size, check unit that can provide the program. Can be realized on a computer.
  • the program generating program and the program generating module may further cause the computer to realize a notifying unit for notifying that the number of parameters is reduced.
  • the predetermined size may be set for each terminal device.
  • a source code is generated based on parameters, and a predetermined program is generated by compiling the source code, so that the user does not need to directly input the source code.
  • a technology for generating a predetermined program can be provided.
  • FIG. 1 is a configuration diagram of a survey system according to the present embodiment.
  • FIG. 2 is a diagram showing an example of transition of a work screen displayed on a display unit in FIG. 1.
  • FIG. 3 is an internal configuration diagram of the program generation device of FIG. 1.
  • FIG. 4 is a diagram showing an example of an input screen displayed on the display unit in FIG. 3.
  • FIG. 5 is a diagram showing an example of a data structure of a parameter group output from a parameter management unit in FIG. 3 to a reception unit.
  • FIG. 6 is an internal configuration diagram of the program providing device of FIG. 1.
  • FIG. 7 is an internal configuration diagram of the analyzer of FIG. 1.
  • FIG. 8 is an example of a flowchart of a preparation program generation process in the program generation device of FIG. 3.
  • FIG. 1 is a configuration diagram of a survey system 10 according to the present embodiment.
  • the first terminal device 50a, the second terminal device 50b, the third terminal device 50c, and the fourth terminal device 50d are, for example, mobile phones and PDAs (Personal Digital Assistants). It is a portable terminal.
  • the terminal device 50 has an upper limit on the data size of the program as a condition for executing the program, and may have a smaller memory size than a general terminal.
  • the terminal device 50 includes, for example, a GPS (Global Positioning System) unit that receives a GPS signal from the GPS satellite 16 and acquires position information, a CCD camera, a microphone, and the like.
  • Each terminal device 50 has a function of connecting to the network 12 via the base station 14 and communicating with the program providing device 200 and the analyzing device 300.
  • the program generation device 100 causes the display unit 52 of the terminal device 50 to display the contents of the adjustment, generates a program for receiving the adjustment result, and stores the generated program in the program providing device 200.
  • the program providing device 200 provides the program to the terminal device 50 via the network 12.
  • the investigator conducts a survey based on the contents of the survey displayed on the display unit 52 by executing the program. For example, an investigator carries the terminal device 50 to a designated investigation point and conducts an investigation on the spot.
  • the terminal device 50 displays the position of the travel point.
  • Location information (hereinafter simply referred to as “survey location information”) is acquired using a GPS unit.
  • the acquisition instruction may be performed based on the instruction of the researcher, may be automatically performed by a program inside the terminal device 50, or may be performed based on other external signals.
  • the investigator uses the CCD camera of the terminal device 50 to take an image of the specified target, and inputs items according to the adjustment contents to the terminal device 50 using the operation unit 54 such as key buttons. Or
  • the information obtained by the terminal device 50 other than the survey position information, the image, and other information directly input to the surveyor may not only be used as the survey result but also increase the reliability of the survey result. It is used as information for judgment. In other words, data obtained from the GPS, CCD camera, microphone, etc. of the terminal device 50 cannot generally be arbitrarily rewritten by an investigator, and thus is used as information for guaranteeing the reliability of the survey results. Available.
  • the terminal device 50 transmits, to the analysis device 300, the items input to the researcher, the images obtained by the devices, the research position information, and the like as the research results.
  • the analysis device 300 collects the survey results, determines the reliability of each survey result, and performs a predetermined analysis. As described above, the analysis device 300 collects the survey results associated with the survey location information from the plurality of terminal devices 50.
  • FIG. 2 is a diagram showing an example of transition of the work screen 400 displayed on the display unit 52 of FIG.
  • the first work screen 400a is first displayed on the display section 52 of FIG. 1, and the second work screen 400b, the third work screen 400c, the fourth work screen 400d, the fifth work screen 400e, And the sixth work screen 400f.
  • the first work screen 400a has a title area 402, an input start button 404, and a data transmission button 406.
  • the title area 402 is an area for displaying, for example, a signature name and the like, and is displayed at the top of the work screen 400.
  • the work screen 400 includes an adjustment item instruction area 440 for displaying information indicating the contents of the adjustment, and a search result input area 442 for the researcher to input a search result for the search contents.
  • the adjustment item designation area 440 includes, for example, an adjustment content character string 434 representing the adjustment content, and an appearance of the product related to the adjustment content, such as the appearance of the product, To explain technical terms included in the survey Image 420 is included.
  • the survey result input area 442 includes components such as text boxes, radio buttons, and check boxes, which will be described later. In order to make answers efficiently and accurately, for example, it is possible to select answers from options. Is done.
  • Input start button 404 is a button for receiving an instruction to start the adjustment. By selecting the input start button 404, the adjustment item is displayed on the display section 52. Here, the contents of the adjustment are composed of a plurality of adjustment items.
  • the data transmission button 406 is a button for transmitting the answer to the analyzer 300 of FIG. 1 as a survey result after completing the answer to each survey item. By pressing or selecting the data transmission button 406, the investigation result is transmitted to the analyzer 300.
  • the second work screen 400b is displayed when the input start button 404 is pressed.
  • a page is provided for each adjustment item, and components for answer input suitable for the adjustment item are arranged.
  • the page number area 408 is an area for displaying the page number.
  • the answer content character string 410 is an area for displaying a character 1J indicating the answer content to be input to a text input area 412 described later.
  • the text input area 412 is a text box for inputting an answer, and allows an arbitrary character string to be input.
  • a radio button group 422 on the fourth work screen 400d is a component for selecting one answer from options prepared in advance. Although not shown, a check box power for selecting an arbitrary number of answers of options prepared in advance may be provided in the survey result input area 442.
  • next screen display button 414a is a button for proceeding to the next survey item, and pressing this button switches the work screen 400.
  • a third work screen 400c is displayed.
  • the terminal device 50 has acquired the position information using the GPS unit.
  • the fourth work screen 400d is displayed.
  • the fifth work screen 400e is displayed. While sequentially switching the work screen 400 in this way, the attendant inputs an answer to a series of examination items.
  • the shooting start button 430 on the fifth work screen 400e is the CCD force of the terminal device 50 in FIG. This button is used to shoot using the camera. By pressing the shooting start button 430, the CCD camera is activated and shooting is possible.
  • the program provided by the program providing device 200 shown in FIG. 1 is designed so that data obtained by using hardware such as the GPS unit and the CCD camera of the terminal device 50 can be used as a survey result. Coded.
  • the sixth work screen 400f which becomes the last work screen 400 has a save button 432.
  • the save button 432 is a button for saving the answer entered on each work screen 400.
  • the result is stored in the storage area of the terminal device 50 as a survey result.
  • the terminal device 50 transmits the stored research result to the analysis device 300 in FIG.
  • the survey can be performed in a place where radio waves do not reach, and the survey result can be transmitted in a place where radio waves reach.
  • the survey can be performed without regard to the radio wave condition, so that it is possible to conduct the survey in various places.
  • by realizing such a survey item and an input interface for answering by a program it is possible to provide an input interface suitable for the survey item. Investigation becomes possible. Also, for example, the number of accesses to the server is significantly reduced as compared with the case where the survey items are provided on a web page, so that the load on the server can be reduced.
  • a program for displaying such a work screen 400 is, for example, a program created in a programming language such as JAVA (registered trademark). If this program was created by the programmer every time the program was run, it may not be possible to make a quick run, such as not being able to run the necessary run at the required time due to development time issues. In addition, due to a human error, an incorrect adjustment item or option may be included. Also, due to the problem of program development costs, it is possible that the cost will be lost.
  • JAVA registered trademark
  • the present inventor assumed various investigations and examined the input interface. As a result, by unifying the input interface for each adjustment item and creating a template, the combination processing of the template and the template were performed. I realized that it is possible to automatically generate source code by replacing a character string in a shape with another character string.
  • the program generation device 100 in FIG. 1 generates a source code according to this method, and automatically generates a program by compiling the source code.
  • FIG. 3 is an internal configuration diagram of the program generation device 100 of FIG.
  • the components of the program generation device 100 include a CPU, a memory of an arbitrary computer, a program loaded into the memory to realize the components of the drawing, a storage unit such as a hard disk for storing the program, and a network connection interface. It is realized by an arbitrary combination of hardware and software, and it is understood by those skilled in the art that there are various modified examples of the method and the device. Each figure described below shows a functional unit block which is not a hardware unit configuration.
  • the input screen information generation unit 124 displays an input screen for inputting various information necessary for forming the above-described research program (hereinafter simply referred to as a "research program"). Information to be formed on the display unit 102 is generated and output to the display processing unit 104.
  • the display processing unit 104 causes the display unit 102 to display an input screen and the contents of a notification from a notification unit 106 described later.
  • the operation unit 108 is, for example, an input device such as a keyboard and a mouse.
  • the operation unit 108 receives an operation from a user and outputs various information on the input screen to the parameter management unit 109.
  • the parameter management unit 109 manages the input information as a parameter in association with a parameter name or the like. Then, the input screen information generation unit 124 reads the parameters managed by the parameter management unit 109, and reflects the newly input parameters on the input screen. Further, the parameter management unit 109 outputs the parameter being managed to the reception unit 110 at a predetermined timing.
  • FIG. 4 is a diagram showing an example of the input screen 450 displayed on the display unit 102 in FIG.
  • the various information input area 460 is an area for inputting various information necessary for the tuning program to realize the above-described functions.
  • the “Formulation ID” is used to identify the composition program. For example, when transmitting the survey result to the analyzer 300 in FIG. 1, the information is transmitted in association with the survey result.
  • “Survey name” is a name for each survey and is displayed in the title area 402 of FIG.
  • the “data transmission URL” is an area for inputting information for specifying the analysis device 300 shown in FIG. 1 as the transmission destination of the survey result on the network 12. For example, the URL (Uniform Resource Locator) of the analysis device 300 is used. Is set.
  • the component addition operation button group 462 is used when adding an adjustment item.
  • the type selection component 470 is a component for specifying the type of component to be used for inputting the answer of the adjustment item to be added.
  • Type selection component 4 As the types of components that can be selected in 70, for example, a radio button (shown as “SA” in the figure) that allows you to select one answer from multiple choices, an arbitrary number from multiple choices There is a check box (shown as "MA” in the figure) that allows the user to select the answer, and a text box for writing text (shown as "Text” in the figure).
  • SA radio button
  • MA check box
  • a text box for writing text shown as "Text” in the figure.
  • Each component setting area 464 allows input of information necessary for forming the survey item designation area 440 of Fig. 2 and information necessary for forming the survey result input area 442 of Fig. 2. In addition, it is composed of components such as text boxes and check boxes.
  • the first component setting area 464a is added when "text box" is selected as the component type.
  • the type display area 476 the type of the component is displayed.
  • a question sentence input area 480 and an image selection component 486 are provided to form the survey item indicating area 440 of FIG.
  • an answer input area 482 a maximum character number specification area 488, and an input character type specification box 490 are provided.
  • the question sentence input area 480 is, for example, an area for inputting a document for instructing an investigator to make a survey.
  • the character string entered here is displayed as the adjustment content character string 434 in FIG.
  • the image selection component 486 creates an image to display as image 420 in Figure 2. This component is used to select image content. For example, it is formed so that any image content can be selected from the list.
  • the content storage unit 126 in FIG. 3 stores image contents
  • the input screen information generation unit 124 generates a list of image contents stored in the content storage unit 126, and Of the image selection component 486.
  • the answer input area 482 is an area for inputting a character string displayed around the text box. This string is placed above, below, on the left, or on the right side of the text box for entering the answer.
  • the maximum character number designation area 488 is an area for setting the upper limit of the number of characters that can be input to the text bottus.
  • Input character type designation box 490 is a check box for designating a character type that can be entered in the text box. In the present embodiment, by checking, only numbers can be input, and by removing the check, any character type such as hiragana, katakana, kanji, alphabets, and numbers can be input. Note that the answer input area 482, the maximum character number specification area 488, and the input character type specification box 490 are associated with each other.
  • a response addition button 478 adds a response input area 482. That is, when a plurality of text boxes are provided as the survey result input area 442 in FIG. 2, the answer addition button 478 is pressed a desired number of times. As a result, the number of answer input areas 482 for which the answer addition button 478 has been pressed is newly added to the first component setting area 464a. In each of the added answer input areas 482, a character string can be individually set. Of course, the maximum character number specification area 488 and the input character type specification box 490 associated with each response input area 482 can be set individually. In addition, the answer addition button 478 in the second component setting area 464b and the third component setting area 464c described later An answer input area 482 for a Jo button and a check box is added.
  • the answer deletion component 494 is a component for deleting the answer input area 482. By pressing the answer deletion component 494, the corresponding answer input area 482 is deleted.
  • Radio button 474 is a component for designating whether or not to associate position information with a survey result, that is, whether to use the GPS unit of terminal device 50 in FIG.
  • the location information is associated with the survey result.
  • the radio button 474 of any one of the component setting areas 464 is checked, the location information is acquired at any timing after executing the adjustment program.
  • the adjustment item deletion component 496 is a component for deleting an adjustment item. By pressing the adjustment item deletion component 496, the component setting area 464 of the corresponding adjustment item is deleted.
  • the second component setting area 464b is added when "radio button" is selected as the component type.
  • the character string input in the answer input area 482 of the second component setting area 464b is displayed in association with each radio button. That is, each option is entered in each answer input area 482.
  • the link designation area 492 is a component for designating whether or not to display another survey item designated as a link destination instead of displaying the survey items in order when the answer is selected. .
  • the link designation area 492 is formed so that an arbitrary survey item can be selected from a list of survey items. Then, when the radio button is selected, a screen of the survey item specified as the link destination is displayed.
  • the third component setting area 464c is added when "check box" is selected as the component type.
  • the character string entered in the answer input area 482 of the third component setting area 464c is displayed in association with each check box. That is, each option is entered in each answer input area 482.
  • Such display processing is performed by the input screen information generation unit 124 to form the input screen 450 based on the parameters updated in response to the user's operation on the operation unit 108 in Fig. 3. It is realized by rewriting information as needed.
  • the generate button 452 is a button for instructing to generate a source code using various information input on the input screen 450.
  • a cancel button 454 is a button for canceling the input to the input screen 450.
  • the parameter management unit 109 in FIG. 3 outputs the parameter being managed to the reception unit 110.
  • the parameter management unit 109 receives each parameter as an XML (extensible Markup Language) format file (hereinafter, simply referred to as “parameter file”). Output to section 110.
  • XML extensible Markup Language
  • FIG. 5 is a diagram showing an example of a data structure of a parameter file output from parameter management section 109 in FIG. 3 to reception section 110. All parameters for generating one tuning program are held between a parameter start tag 151a indicating the start of a parameter and a parameter end tag: L51b indicating the end of the parameter. Each parameter is held by being surrounded by a tag indicating the name of the parameter.
  • the survey ID column 152, the name column 154, and the URL column 156 hold the “survey ID”, “survey name”, and “data transmission URL” input in the various information input areas 460 in FIG.
  • Various information input to the component setting area 464 in FIG. 4 is held in the page configuration information column 160 by being surrounded by tags.
  • information for forming one page that is, one work screen 400 in FIG. 2 is included in one page configuration information column 160.
  • the page number column 162 holds page identification information for identifying a page, and may hold, for example, the display order. That is, the generation unit 112 in FIG. 3 described later determines the order in which to display each page based on the page identification information, and generates a source code so as to display each page in that order.
  • the page identification information is assigned to each component setting area 464 in, for example, an ascending order by the parameter management unit 109 in FIG.
  • the component column 174 holds various information for forming the survey result input area 442 in FIG.
  • the data name column 164 holds a data name that specifies the answer input or selected by the component.
  • the terminal device 50 shown in FIG. When transmitting to 00, an answer is transmitted in association with the data name. Also, in another example, when the result of the analysis is transmitted in the CSV format, the data name need not be set.
  • the type field 166 indicates the type of component such as a text (described as "Text” in the figure), a radio box (described as “SA” in the figure), and a check box (described as "MA” in the figure). Holds type information to be specified. Similarly, information for identifying components for controlling the hardware of the terminal device 50, such as a GPS component for acquiring position information and a photographing component for photographing an image using a CCD camera, is also stored in the type column 166 as type information. Is done.
  • the character string column 168 holds the character string input to the answer input area 482 in FIG.
  • the character type column 170 holds information for specifying the type of characters that can be input. In the present embodiment, when the input character type designation box 490 in FIG. 4 is checked, “number” is set, and when not checked, information indicating an arbitrary character type is set. .
  • the number-of-characters field 172 holds the number entered in the maximum number-of-characters designation area 488 in FIG.
  • the component column 174 When text is held in the type column 166, the component column 174 includes a character type column 170 and a character number column 172 to form a text box.
  • a character string field for the number of branches of an option is required to form a radio box or a check box. 168 are included.
  • the question text field 180 holds the character string input to the question text input area 480 in FIG.
  • the image file name column 182 holds the file name of the image file selected by the image selection component 486 in FIG. In another example, the image file name field 182 may hold a path or URL indicating the storage location of the image file.
  • the parameter management unit 109 in FIG. 3 holds the parameters for forming the work screen 400 in FIG. 2 in groups for each adjustment item, that is, for each page configuration information column 160.
  • the parameter file to be output is output to the reception unit 110 in FIG.
  • accepting section 110 accepts the parameter file from parameter managing section 109.
  • the generation unit 112 dynamically generates the source code of the preparation program based on the parameter file.
  • the template storage unit 128 stores multiple types of source code generation. Hold the stationery.
  • the generation unit 112 combines the templates, inserts the parameters included in the parameter file at predetermined positions of each template, or replaces a predetermined character string in the template with the parameters to convert the source code. Generate.
  • the model storage unit 128 holds a model and information specifying a function realized by the model, an input interface, and the like in association with each other.
  • the model storage unit 128 stores program codes for realizing those components in the terminal device 50 as models, in association with the type information.
  • API Application
  • a function for realizing a predetermined process is prepared in advance as a program interface.
  • Source code is created by combining those APIs according to the grammar of each programming language.
  • the template can be, for example, a program code that combines multiple functions, or a program code that consists of a single function.
  • the model storage unit 128 may hold the component type and the model in association with each other.
  • the algorithm for generating the source code based on the parameter file is considered various.
  • the model stored in the model storage unit 128 is appropriately prepared according to the algorithm.
  • the template for generating the survey content display screen 400 having a text box as the survey result input area 442 in FIG. 2 displays a text string display function for displaying a character string and a text box. Includes a text box function and for. Then, for example, a predetermined variable name is assigned to the argument so that the information held in the character string column 168, the character type column 170, and the character number column 172 of FIG. 5 can be set as the argument of those functions. Have been.
  • the generation unit 112 may generate a source code by substituting a parameter corresponding to the variable, or may generate a source code by replacing the variable with the parameter.
  • the templates for generating the adjustment content display screen 400 having a radio box and a check box as the survey result input area 442 in Fig. 2 each include a character display function, and include a radio box function or a radio box function for displaying a radio box. It includes at least one of a check box function for displaying a check box.
  • Program code included in these templates May be appropriately described according to the algorithm for generating the source code based on the parameter file.
  • the generation unit 112 may specify a function or a model for forming the component based on the type information included in the parameter file, and set the parameter in the argument.
  • the generation unit 112 reads the corresponding image content from the content storage unit 126 and outputs it to the compiling unit 114 together with the source code at a predetermined timing.
  • the timing may be when a compiling unit 114 described later performs a compiling process.
  • the generation unit 112 When the generation unit 112 finishes generating the source code, it outputs to that effect to the instruction unit 120 as a source code completion notification. For example, the generation unit 112 sequentially performs a process of converting into a source code in units of the page configuration information column 160 of the parameter file. Then, when the conversion is completed for all the page configuration information columns 160, the source code is completed. At this time, that is, when the conversion is completed for all the page configuration information fields 160, the generation unit 112 may output a message to that effect to the instruction unit 120.
  • the generation unit 112 performs a process of sequentially converting the source code based on each parameter from the parameter start tag 151a to the parameter end tag 151b of the parameter file, and performs conversion when the parameter end tag 15 lb is reached. The processing may be terminated, and a source code completion notification may be output to the instruction unit 120.
  • the instruction unit 120 Upon receiving the source code completion notification from the generation unit 112, the instruction unit 120 instructs the compilation unit 114 to compile the source code, triggered by the notification.
  • the basic function storage unit 130 stores various files necessary for compilation.
  • the compiling unit 114 converts a source code into an object code by using a file stored in the basic function storage unit 130, and generates a tuning program.
  • the detecting unit 116 detects that the adjustment program generated by the compiling unit 114 can be executed in the terminal device 50 of FIG.
  • the terminal device 50 in FIG. 1 has a smaller memory capacity and lower CPU performance than, for example, a desktop computer, and therefore, the size of an executable program (hereinafter simply referred to as the “maximum program size”). ) Is decided.
  • the detection unit 116 determines that the size of the generated preparation program is smaller than the maximum program size. In this case, it is determined that the program can be executed, and the investigation program is output to the storage processing unit 118. Then, the storage processing unit 118 outputs the survey program to the program providing device 200, and makes the program available for distribution.
  • the detection unit 116 outputs to the notification unit 106 information indicating that the terminal device 50 cannot execute the program because the program size is large. .
  • the notifying unit 106 notifies the terminal processing unit 50 that the program size cannot be executed because the program size exceeds the maximum program size based on the information, and outputs a message prompting to reduce the number of adjustment items to the display processing unit 104.
  • the display unit 102 displays a message that the program size of the adjustment program exceeds the maximum program size and a message that prompts the user to reduce the number of adjustment items.
  • the program condition storage unit 132 holds the maximum program size of the terminal device 50 in association with the information (hereinafter, simply referred to as "terminal information") specifying the terminal device 50 in FIG.
  • the inspection unit 116 refers to the program condition storage unit 132, specifies the maximum program size, and performs the above-described inspection.
  • the terminal information may be specified via the input screen 450 of FIG. In this case, for example, an input field for inputting terminal information may be provided in the various information input area 460 in FIG.
  • the restriction unit 122 restricts the number of adjustment items included in the survey program based on the parameters included in the parameter file. That is, while the detection unit 116 determines whether or not the terminal device 50 can be used based on the program size of the finally generated program, the restriction unit 122 generates the source code. Before this, whether or not the terminal device 50 can be used is predicted. Then, when the predicted program size exceeds the maximum program size, limiting section 122 instructs notifying section 106 to notify that the adjustment items are to be reduced. The notifying unit 106 displays a message prompting to reduce the number of items to be adjusted because the program size is expected to exceed the maximum program size according to the instruction. Is displayed on the display unit 102. As a result, it is possible to avoid unnecessary generation and compilation of source code.
  • the restriction unit 122 reads the maximum program size corresponding to the terminal device 50 in Fig. 1 from the program condition storage unit 132. Then, the limiting unit 122 predicts the program size of the tuning program based on, for example, parameters included in the parameter file. For this purpose, the limiting unit 122 holds a table in which each parameter name, that is, the type of parameter, is associated with the program size. Then, limiting section 122 may specify the program size with reference to the table for each parameter included in the meter file, and may estimate the size of the adjustment program by, for example, adding.
  • the limiting unit 122 determines the number of page configuration information fields 160 in Fig. 5 included in the parameter file and the preset upper limit of the number of survey items (hereinafter, simply referred to as "maximum number of items"). By comparing with, the number of items to be adjusted may be limited. For example, when the number of page configuration information fields 160 in FIG. 5 included in the parameter file is larger than the maximum number of items, the limiting unit 122 may notify the notifying unit 106 that the number of survey items is reduced.
  • reception section 110 When receiving the parameter file from parameter management section 109, reception section 110 outputs the parameter file to restriction section 122. Then, the limiting unit 122 performs the above-described processing, and determines whether it is necessary to reduce the number of survey items. If there is no need to reduce the number of survey items, the restricting unit 122 permits the subsequent processing to be performed. If permitted, the receiving unit 110 outputs the meter file to the generating unit 112.
  • the force provided with inspection unit 116 and restriction unit 122 In another embodiment, only one of inspection unit 116 and restriction unit 122 may be provided. Also in this embodiment, it is possible to generate a tuning program suitable for the execution conditions of the terminal device 50 in FIG.
  • this program generation device 100 the user can simply input adjustment items using the input screen 450 of Fig. 4 to generate source code and automatically compile to generate an adjustment program. it can.
  • FIG. 6 is an internal configuration diagram of the program providing device 200 of FIG.
  • the registration unit 202 receives the adjustment program from the program generation device 100. Then, registration section 202 stores the received tuning program in program storage section 204.
  • the program provider 206 In response to a request from the terminal device 50, a survey program stored in the program storage unit 204 is provided.
  • the program providing unit 206 authenticates the researcher based on, for example, identification information uniquely assigned to the terminal device 50. If the authentication is successful, the program providing unit 206 transmits the survey program to the terminal device 50. May be provided.
  • FIG. 7 is an internal configuration diagram of the analyzer 300 of FIG.
  • the collection unit 302 receives the investigation result from the terminal device 50.
  • the collection unit 302 collects the investigation result from the terminal device 50 in a format associated with, for example, a parameter name indicating a CSV format adjustment item.
  • the collection unit 302 stores the survey result in the survey result storage unit 304.
  • the analysis unit 306 performs a predetermined analysis such as, for example, statistical tallying, based on the survey results stored in the survey result storage unit 304, and outputs the analysis results.
  • FIG. 8 is an example of a flowchart of the adjustment program generation processing in the program generation device 100 of FIG.
  • the receiving unit 110 of FIG. 3 receives a parameter file from the parameter managing unit 109 of FIG. 3 (S10).
  • the restriction unit 122 in FIG. 3 estimates the program size of the survey program based on the parameters included in the parameter file (S12).
  • the restriction unit 122 in FIG. 3 determines whether or not the predicted program size is smaller than a preset maximum program size (S14). If the predicted program size is larger than the maximum program size (N in S14), the notification unit 106 in FIG. 3 notifies that the number of survey items will be reduced (S28).
  • the generation unit 112 in FIG. 3 performs the model storage unit 128 in FIG. 3 based on the parameters included in the parameter file.
  • a model is selected from the list (S16), and a predetermined argument in the model is replaced with a parameter in a parameter file (S18).
  • the generation unit 112 determines whether the source code is completed (S20). If the source code is not completed (N in S20), return to step 16. When the source code is completed (Y in S20), the generation unit 112 outputs the fact to the instruction unit 120 in FIG. Then, the instruction unit 120 instructs the compiling unit 114 of FIG. 3 to compile the source code. Thereby, the compiling section 114 executes the compiling (S22).
  • the compiling section 114 checks the preparation program shown in FIG. Output to section 116.
  • the inspection unit 116 determines whether the program size of the investigation program is smaller than the maximum program size (S24). When the program size is larger than the maximum program size (N in S24), the notification unit 106 notifies that the number of survey items is reduced (S28). When the program size is smaller than the maximum program size (Y in S24), the detecting unit 116 outputs the adjustment program to the storage processing unit 118 in FIG. 3, and the storage processing unit 118 converts the adjustment program into the storage program in FIG. To the terminal device 50 of FIG. 1 (S26).
  • the functions of the program generation device 100 are described by taking the adjustment program as an example.
  • the program generation device 100 may generate not only the adjustment program but also various programs such as questionnaires and quizzes.

Abstract

  受付部(110)は、プログラムを生成するために必要な種々のパラメータをパラメータ管理部(109)から受け付ける。生成部(112)は、そのパラメータに基づいて、ひな形格納部(128)からプログラムコードのひな形を読み込むとともに、そのプログラムコードの一部をパラメータに置き換えることにより、ソースコードを生成する。指示部(120)は、生成部(112)がソースコードを生成したことを検出し、コンパイル部(114)を起動する。コンパイル部(114)は、生成部(112)が生成したソースコードをコンパイルして調査プログラムを生成する。これにより、高度な知識を必要とせずに、自動的に調査プログラムを生成できる。  

Description

明 細 書
プログラム生成システム、プログラム生成プログラムおよびプログラム生成 モシユール 技術分野
[0001] 本発明は、プログラムを生成する技術に関し、とくにユーザが直接的にソースコード を入力することなくプログラムを生成する技術に関する。
背景技術
[0002] コンピュータは、今や日常生活に欠かすことのできなレ、ものになっている。コンビュ ータは、例えば端末装置、携帯電話、家庭電化製品など種々の装置に搭載され、そ れらの装置が有するハードウェアを適切に制御し、所定の機能を実現する。例えば、 端末装置は、企業では業務管理のために利用され、研究機関では実験結果の解析 のために利用され、個人レベルでは電子メールの送受信やウェブページの閲覧のた めに利用される。一般に、コンピュータを利用して所定の機能を実現するためには、 プログラムをコンピュータで実行する必要がある。
[0003] そうしたプログラムを作成するためには、高い専門知識が必要である。例えば C言 語、 C + +言語、 JAVA (登録商標)などのプログラミング言語でソースプログラムを作 成し、それをコンパイラでコンパイルすることで、コンピュータで実行可能なマシン語 のプログラムが作られる。こうしたソースプログラムを、表形式のプログラム仕様書に基 づいて自動的に生成する技術がある(特許文献 1参照)。
特許文献 1:特開 2003 - 208307号公報
[0004] 発明の開示
[0005] コンピュータの普及や、コンピュータの利用分野の多様化にともない、プログラムの 必要数は年々増加している。さらに、そうしたプログラムの開発期間も短縮される傾向 にある。し力しながら、慢性的なプログラマーの不足、プログラム技術の急速な発達、 プログラムを実行する装置の急速な発達などにより、必要な時にプログラムの供給を 受けることができないことが多々生じる。
[0006] 本発明の目的は、プログラムの開発期間を短くする技術、プログラムの開発に必要 な労力を減らす技術、プログラムを容易に作成する技術を提供することにある。
[0007] 本発明のある態様は、プログラムを生成するシステムである。このシステムは、所定 の処理を実現するためのプログラムを形成するためのパラメータの入力を受け付ける 受付部と、パラメータに基づいて、プログラムのソースコードを動的に生成する生成部 と、ソースコードをコンパイルして、所定の端末装置で実行可能なプログラムを生成す るコンパイル部と、ソースコードが生成されたことを検出して、そのソースコードをコン パイルすることをコンパイル部に指示する指示部とを備える。これにより、ソースコード の生成処理と、そのソースコードのコンパイルとを連続的に行うことができる。つまり、 ユーザが、単にパラメータを入力すれば、自動的にソースコードの生成、およびコン パイルを行レ、プログラムを生成できる。
[0008] このシステムは、プログラムのデータサイズが所定のサイズより小さいことを検査し、 プログラムのデータサイズが所定のサイズより小さレ、場合、そのプログラムを端末装置 に提供可能にする検査部を更に備えてもよい。これにより、プログラム生成システムは 、所定のサイズより小さいプログラムを端末装置に提供できる。
[0009] このシステムは、プログラムのデータサイズが所定のサイズより大きレ、場合、パラメ一 タの数を減らすことを促す通知を行う通知部を更に備えてもよい。これにより、ノ ラメ 一タの数を変更することによりプログラムのデータサイズが所定のサイズより小さくなる ようにプログラムを生成できる。
[0010] 所定のサイズは、プログラムを利用する端末装置毎に設定されてよい。これにより、 端末装置ごとのプログラムの実行条件に合わせてプログラムを生成できる。
[0011] このシステムは、検査部により検査されたプログラムを格納する格納部と、格納部に 格納されているプログラムを端末装置に提供する提供部とを更に備え、検査部は、生 成部が生成したプログラムのデータサイズが所定のサイズより小さい場合、そのプロ グラムを格納部に格納してもよい。これにより、生成したプログラムを端末装置に提供 できる状態になる。
[0012] このシステムは、プログラムのデータサイズが所定のサイズより小さくなるように、パラ メータの数を制限する制限部を更に備えてもよい。これにより、ソースコードを生成す る前の段階で、パラメータの数を調整できるので、効率的なプログラムの生成が可能 になる。
[0013] 生成部は、パラメータに基づいて、入力インターフェースとしてのコンポーネントを 形成するためのプログラムコードを含むソースコードを生成し、パラメータは、コンポ 一ネント毎にグノレープ化され、制限部は、グノレープ単位でパラメータの数を制限して もよレ、。これにより、コンポーネント毎にプログラムのサイズを調整することができる。つ まり、コンポーネントは、調查項目ごとに設けられており、プログラムのデータサイズが 所定のサイズより大きい場合には、その調查項目を減らすことによりプログラムのサイ ズを調整できる。
[0014] 制限部は、受付部が受け付けたパラメータに応じて、生成されるプログラムのデー タサイズを予測して、ノ ラメータの数を減らす必要があるか否力 ^判定してもよい。こ れにより、実際にプログラムを生成することなぐ受け付けたパラメータに基づいてプ ログラムのデータサイズを予測できる。
[0015] このシステムは、予測したプログラムのデータサイズ力 所定のサイズより大きい場 合、制限部は、ノ メータの数を減らす必要があると判定してもよい。
[0016] 制限部は、受付部が受け付けたパラメータの数と予め設定された数とを比較して、 パラメータの数を減らす必要があるか否かを判定してもよい。
[0017] 受付部が受け付けたパラメータの数が、予め設定された数より多い場合、制限部は
、パラメータの数を減らす必要があると判定してもよい。
[0018] パラメータの数を減らす必要がある場合、制限部は、通知を行うことを通知部に指 示してもよい。
[0019] パラメータは、端末装置の所定の機能を利用するか否力を指定する情報を含み、 生成部は、指定された所定の機能を利用するためのプログラムコードを含むソースコ ードを生成してもよい。これにより、プログラムを端末装置で実行することにより、プロ グラムの実行中に端末装置が有する機能を利用することができる。 「所定の機能」は 、例えば位置情報取得機能、撮影機能、録音機能など端末装置が有するハードゥエ ァ、ソフトウェアまたはそれらの組合せにより提供される機能であってよレ、。
[0020] パラメータに端末装置の位置情報取得機能を利用することを指定する情報が含ま れている場合、生成部は、位置情報取得機能を利用するためのプログラムコードを 含むソースコードを生成してもよレ、。
[0021] パラメータに端末装置の撮影機能を利用することを指定する情報が含まれている場 合、生成部は、撮影機能を利用するためのプログラムコードを含むソースコードを生 成してもよい。
[0022] このシステムは、パラメータの入力画面を表示部に表示させる表示処理部を更に備 え、受付部は、入力画面を介して入力されたパラメータを受け付けてよい。
[0023] 生成されるプログラムは、所定の調查内容に対する調查データを入力するための 入力インターフェースを形成し、入力インターフェースを介して入力された調查デー タを、ネットワークを介して収集装置に送信する機能を端末装置に実現させるもので あり、入力画面は、調查内容として複数の調查項目と、その調查項目に対する回答 の選択肢とを受け付けるように形成されてよレ、。
[0024] 受付部は、調查項目ごとにグループ化されたパラメータを受け付け、制限部が、パ ラメータの数を減らす必要があると判定した場合、通知部は、調査項目の数を減らす ことを促す通知を行ってょレ、。
[0025] 本発明の別の態様は、プログラムを生成するシステムである。このシステムは、汎用 的に利用可能な第 1プログラムコードを保持する第 1格納部と、所定のプログラムを形 成するために、第 1プログラムコードを組み合わせて構成された第 2プログラムコード を保持する第 2格納部と、プログラムを形成するために必要なパラメータを受け付ける 受付部と、受け付けたパラメータに基づいて、第 2プログラムコードの一部を書き換え てプログラムのソースコードを生成する生成部と、ソースコードをコンパイルして、所定 の端末装置で実行可能なプログラムを生成するコンパイル部と、ソースコードが生成 されたことを検出して、そのソースコードをコンパイルすることをコンパイル部に指示す る指示部とを備える。
[0026] このシステムは、プログラムのデータサイズが所定のサイズより小さいことを検査し、 プログラムのデータサイズが所定のサイズより小さレ、場合、そのプログラムを端末装置 に提供可能にする検査部を更に備えてもよい。
[0027] このプログラムは、所定の調查内容に対する調查データを入力するための入力イン ターフェースを形成し、入力インターフェースを介して入力された調查データを、ネッ トワークを介してサーバに送信する機能を実現させるものであり、第 2プログラムコード は、入力インターフェースを形成するためのプログラムコードを含んでよい。
[0028] 調査内容は、複数の調査項目を含み、パラメータは、調査項目毎に文字情報を含 み、生成部は、調查項目毎に第 2プログラムコードを第 2格納部から読み込み、ソー スコードに組み込み、組み込んだ第 2プログラムコードのプログラムコードの一部を、 パラメータに含まれる文字情報に置き換えてよレ、。
本発明の更に別の態様は、プログラム生成プログラムおよびプログラム生成モジュ ールである。これらは、所定の処理を実現するためのプログラムを形成するためのパ ラメータの入力を受け付ける受付部と、パラメータに基づいて、プログラムのソースコ ードを動的に生成する生成部と、ソースコードをコンパイルして、所定の端末装置で 実行可能なプログラムを生成するコンパイル部と、ソースコードが生成されたことを検 出して、そのソースコードをコンパイルすることをコンパイル部に指示する指示部とを コンピュータに実現させる。
このプログラム生成プログラムおよびプログラム生成モジュールは、生成するプログ ラムのデータサイズが所定のサイズより小さいことを検査し、プログラムのデータサイ ズが所定のサイズより小さい場合、そのプログラムを提供可能にする検査部を更にコ ンピュータに実現させてもょレ、。
このプログラム生成プログラムおよびプログラム生成モジュールは、生成するプログ ラムのデータサイズが所定のサイズより大きい場合、パラメータの数を減らすことを促 す通知を行う通知部を更にコンピュータに実現させてもよい。
所定のサイズは、端末装置毎に設定されてもよい。
[0029] なお、以上の構成要素の任意の組合せ、本発明の表現を方法、装置、システム、 記録媒体、コンピュータプログラムなどの間で変換したものもまた、本発明の態様とし て有効である。
[0030] 以上、本発明によれば、パラメータに基づいてソースコードを生成し、そのソースコ ードをコンパイルすることにより所定のプログラムを生成することにより、ユーザが直接 ソースコードを入力しなくても所定のプログラムを生成する技術を提供できる。
図面の簡単な説明 [0031] 上述した目的、およびその他の目的、特徴および利点は、以下に述べる好適な実 施の形態、およびそれに付随する以下の図面によってさらに明らかになる。
[0032] [図 1]本実施の形態に係る調査システムの構成図である。
[図 2]図 1の表示部に表示される作業画面の遷移の一例を示す図である。
[図 3]図 1のプログラム生成装置の内部構成図である。
[図 4]図 3の表示部に表示される入力画面の一例を示す図である。
[図 5]図 3のパラメータ管理部が受付部に出力するパラメータ群のデータ構造の一例 を示す図である。
[図 6]図 1のプログラム提供装置内部構成図である。
[図 7]図 1の解析装置の内部構成図である。
[図 8]図 3のプログラム生成装置における調查プログラム生成処理のフローチャートの 一例である。
発明を実施するための最良の形態
[0033] 図 1は、本実施の形態に係る調査システム 10の構成図である。第 1端末装置 50a、 第 2端末装置 50b、第 3端末装置 50c、および第 4端末装置 50d (以下、単に「端末 装置 50」という)は、例えば、携帯電話や PDA (Personal Digital Assistants)などの携 帯可能な端末である。また端末装置 50は、プログラムの実行条件としてプログラムの データサイズに上限が定められており、メモリサイズが一般的な端末と比較して小さ い装置であってよレ、。端末装置 50は、例えば GPS衛星 16から GPS信号を受信して 位置情報を取得する GPS (Global Positioning System)ユニット、 CCDカメラ、マイク などを有する。また、それぞれの端末装置 50は、基地局 14を介してネットワーク 12に 接続し、プログラム提供装置 200および解析装置 300と通信を行う機能を有する。
[0034] プログラム生成装置 100は、調查内容を端末装置 50の表示部 52に表示させ、調 查結果を受け付けるためのプログラムを生成し、プログラム提供装置 200に格納する 。プログラム提供装置 200は、ネットワーク 12を介して、そのプログラムを端末装置 50 に提供する。調査員は、そのプログラムを実行することにより表示部 52に表示された 調査内容に基づいて調査を行う。例えば、調査員は、指定された調査地点まで端末 装置 50を所持して移動し、その場で調査を行う。端末装置 50は、その移動地点の位 置情報(以下、単に「調査位置情報」という)を、 GPSユニットを利用して取得する。そ の取得指示は、調査員の指示に基づいて行われてもよいし、端末装置 50内部のプ ログラムにより自動的に行われてもよいし、その他外部からの信号に基づいて行われ てもよい。調査員は、端末装置 50の CCDカメラを利用して指定された対象物を撮影 したり、調查内容に沿った事項を、例えばキーボタンなどの操作部 54を利用して端 末装置 50に入力したりする。
[0035] これらの調査位置情報、画像、およびその他の調査員に直接的に入力された情報 以外の端末装置 50が取得する情報は、調査結果として利用されるだけでなぐ調査 結果の信頼性を判断するための情報として利用される。つまり、端末装置 50が有す る GPS、 CCDカメラ、マイクなどから得られるデータは、一般的には調査員が任意に 書き換えることが出来ないので、調査結果の信頼性を保証するための情報として利 用できる。端末装置 50は、調査員に入力された事項、および各デバイスで得られた 画像、調査位置情報などを調査結果として解析装置 300に送信する。解析装置 300 は、調査結果を収集し、それぞれの調査結果の信頼性を判断した後、所定の解析を 行う。このように、解析装置 300は、複数の端末装置 50から調査位置情報の対応付 けられた調査結果を収集する。
[0036] 図 2は、図 1の表示部 52に表示される作業画面 400の遷移の一例を示す図である 。プログラムを実行することにより、図 1の表示部 52には、まず第 1作業画面 400aが 表示され、第 2作業画面 400b、第 3作業画面 400c、第 4作業画面 400d、第 5作業 画面 400e、および第 6作業画面 400fの順に表示される。第 1作業画面 400aは、タ ィトル領域 402、入力開始ボタン 404、およびデータ送信ボタン 406を有する。タイト ノレ領域 402は、例えば調查名などを表示するための領域であり、作業画面 400の上 部に表示される。
[0037] 作業画面 400は、調查内容を示す情報を表示するための調查項目指示領域 440 と、その調査内容に対する調査結果を調査員が入力するための調査結果入力領域 442とを含む。詳細は後述するが、調查内容を明確に調査員に伝えるために、調查 項目指示領域 440には、例えば調查内容を表す調查内容文字列 434や、その調查 内容に関連する例えば商品の外観や、調査内容に含まれる専門用語の説明のため の画像 420が含まれる。また調査結果入力領域 442には、後述するテキストボックス 、ラジオボタン、チェックボックスなどのコンポーネントが含まれ、回答を効率的かつ正 確に行うために、例えば選択肢の中から回答を選択できるように形成される。
[0038] 入力開始ボタン 404は、調查を開始するための指示を受け付けるボタンである。入 力開始ボタン 404を選択することにより、調查項目が表示部 52に表示される。ここで 、調查内容は、複数の調查項目により構成されている。データ送信ボタン 406は、各 調査項目に対する回答を完了した後、その回答を調査結果として図 1の解析装置 30 0に送信するためのボタンである。データ送信ボタン 406を押下すなわち選択するこ とにより、調査結果が解析装置 300に送信される。
[0039] 第 2作業画面 400bは、入力開始ボタン 404を押下すると表示される。本実施の形 態では、調查項目毎にページが設けられ、その調查項目に適した回答入力用のコン ポーネントが配置される。ページ番号領域 408は、そのページ番号を表示する領域 である。回答内容文字列 410は、後述のテキスト入力領域 412に入力する回答内容 を示す文字歹 1Jを表示する領域である。テキスト入力領域 412は、回答を入力するた めのテキストボックスであり、任意の文字列を入力することができる。また、第 4作業画 面 400dのラジオボタン群 422は、予め用意された選択肢からひとつ回答を選択する ためのコンポーネントである。また、図示していないが、予め用意された選択肢の中 力 任意の数の回答を選択するためのチェックボックス力、調査結果入力領域 442に 設けられてもよい。
[0040] 第 2作業画面 400bに戻り、次画面表示ボタン 414aは、次の調査項目に進むため のボタンであり、このボタンを押下することにより作業画面 400が切り替わる。第 2作業 画面 400bの次画面表示ボタン 414aを押下すると、第 3作業画面 400cが表示される 。このとき端末装置 50は、 GPSユニットを利用して位置情報を取得している。位置情 報の取得が完了すると、第 4作業画面 400dが表示される。第 4作業画面 400dの調 查項目に回答し、第 4作業画面 400dの次画面表示ボタン 414bを押下すると、第 5 作業画面 400eが表示される。このように作業画面 400を順次切り替えながら、調查 員は一連の調查項目に回答を入力する。
[0041] 第 5作業画面 400eの撮影開始ボタン 430は、図 1の端末装置 50が有する CCD力 メラを利用して撮影を行うためのボタンである。撮影開始ボタン 430を押下することに より、 CCDカメラがアクティブになり、撮影可能となる。このように、図 1のプログラム提 供装置 200が提供するプログラムは、端末装置 50が有する GPSユニットや CCDカメ ラなどのハードウェアを利用して得たデータを調査結果とすることができるようにコー デイングされている。
[0042] 本図では最後の作業画面 400になる第 6作業画面 400fは、保存ボタン 432を有す る。保存ボタン 432は、各作業画面 400で入力した回答を保存するためのボタンであ る。保存ボタン 432を押下することにより、端末装置 50の記憶領域に調査結果として 保存される。そして、調査員が第 1作業画面 400aのデータ送信ボタン 406を選択す ると、端末装置 50は、保存中の調査結果を図 1の解析装置 300に送信する。
[0043] このように、調査結果を保存した後、送信する形態にすることにより、例えば電波が 届かない場所で調査を行い、電波の届く場所で調査結果を送信することができる。 つまり、電波状態を気にせず、調査を行うことができるので、様々な場所での調査が 可能になる。また、こうした調査項目と、回答のための入力インターフェースをプログ ラムにより実現することにより、調査項目に適した入力インターフェースを設けることが できるので、入力ミスなど人為的なミスを防止できるとともに、迅速な調査が可能にな る。また、例えば調査項目をウェブページで提供する場合と比べて、サーバへのァク セス数が大幅に減少するので、サーバの負荷を下げることができる。
[0044] このような作業画面 400を表示するためのプログラムは、例えば JAVA (登録商標) などのプログラミング言語で作成されたプログラムであってよレ、。このプログラムを調 查毎に毎回プログラマーが作成していたのでは、開発期間の問題により必要なタイミ ングで必要な調查を実施できないなど、迅速な調查を行うことができないこともある。 また、人為的なミスにより、誤った調查項目や選択肢が含まれる場合もある。また、プ ログラムの開発コストの問題により、調查をひかえるということもあり得る。
[0045] そのため、こうしたプログラムを自動的に生成することが、図 1の調查システム 10を 運用するためには必要になる。一般に、プログラムは、ソースコードをコンパイルする ことにより生成される。プログラマ一は、各種の開発ツールを利用してソースコードを 作成するが、その作業には高い知識が必要となるため、一般の人は容易にソースコ ードを作成できない。
[0046] 本発明者は、様々な調査を想定し、その入力インターフェースを検討した結果、調 查項目毎の入力インターフェースを統一し、ひな形を作ることにより、ひな形の組合 せ処理と、ひな形中の文字列を他の文字列に置換する処理とにより自動的にソース コードを生成することが可能であるということに想到した。図 1のプログラム生成装置 1 00は、この手法に準じてソースコードを生成し、コンパイルすることによりプログラムを 自動的に生成する。
[0047] 図 3は、図 1のプログラム生成装置 100の内部構成図である。プログラム生成装置 1 00の各構成要素は、任意のコンピュータの CPU、メモリ、メモリにロードされた本図の 構成要素を実現するプログラム、そのプログラムを格納するハードディスクなどの記憶 ユニット、ネットワーク接続用インターフェースを中心にハードウェアとソフトウェアの 任意の組合せによって実現されるが、その実現方法、装置にはいろいろな変形例が あることは、当業者には理解されるところである。以下説明する各図は、ハードウェア 単位の構成ではなぐ機能単位のブロックを示している。
[0048] 入力画面情報生成部 124は、前述した調査用のプログラム(以下、単に「調査プロ グラム」とレ、う)を形成するために必要な種々の情報を入力するための入力画面を、 表示部 102に形成するための情報を生成し、表示処理部 104に出力する。表示処 理部 104は、入力画面や後述する通知部 106からの通知の内容を表示部 102に表 示させる。操作部 108は、例えばキーボードやマウスなどの入力デバイスであり、ュ 一ザから操作を受け付け、入力画面に対する種々の情報をパラメータ管理部 109に 出力する。パラメータ管理部 109は、入力された情報をパラメータとして、ノ メータ 名などに対応付けて管理する。そして、入力画面情報生成部 124は、パラメータ管理 部 109に管理されているパラメータを読み込み、新たに入力されたパラメータを入力 画面に反映する。また、パラメータ管理部 109は、所定のタイミングで管理中のパラメ ータを受付部 110に出力する。
[0049] 図 4は、図 3の表示部 102に表示される入力画面 450の一例を示す図である。諸情 報入力領域 460は、調查プログラムが前述した機能を実現するために必要な種々の 情報を入力するための領域である。「調查 ID」は、調查プログラムを識別するための 情報であり、例えば調査結果を図 1の解析装置 300に送信する際に、調査結果に対 応付けて送信される。 「調査名称」は、調査毎の名称であり、図 2のタイトル領域 402 に表示される。 「データ送信 URL」は、調査結果の送信先である図 1の解析装置 300 をネットワーク 12上で特定するための情報を入力するための領域であり、例えば解析 装置 300の URL (Uniform Resource Locator)が設定される。
[0050] コンポーネント追加操作ボタン群 462は、調查項目を追加する場合に利用する。タ ィプ選択コンポーネント 470は、追加する調查項目の回答の入力に利用するコンポ 一ネントのタイプを指定するためのコンポーネントである。タイプ選択コンポーネント 4 70で選択可能なコンポーネントのタイプとして、例えば複数の選択肢の中からひとつ の回答を選択可能なラジオボタン(図中では「SA」と表記)、複数の選択肢の中から 任意の数の回答を選択可能なチェックボックス(図中では「MA」と表記)、テキスト入 力をするためのテキストボックス(図中では「Text」と表記)がある。任意のタイプをタイ プ選択コンポーネント 470から選択し、コンポーネント追加ボタン 472を押下すること により、選択したタイプに応じたコンポーネント設定領域 464が追加される。
[0051] 各コンポーネント設定領域 464は、図 2の調査項目指示領域 440を形成するため に必要な情報と、図 2の調査結果入力領域 442を形成するために必要な情報とを入 力できるように、例えばテキストボックスやチェックボックスなどのコンポーネントにより 構成されている。
[0052] 第 1コンポーネント設定領域 464aは、コンポーネントタイプとして「テキストボックス」 を選択した場合に追加される。タイプ表示領域 476には、コンポーネントのタイプが 表示される。第 1コンポーネント設定領域 464aには、図 2の調査項目指示領域 440 を形成するために、質問文入力領域 480および画像選択コンポーネント 486が設け られている。また、図 2の調査結果入力領域 442を形成するために、回答入力領域 4 82、最大文字数指定領域 488、および入力文字タイプ指定ボックス 490が設けられ ている。
[0053] 質問文入力領域 480は、例えば、調査員に調査させる事柄を指示するための文書 を入力するための領域である。ここに入力した文字列が、図 2の調查内容文字列 434 として表示される。画像選択コンポーネント 486は、図 2の画像 420として表示する画 像コンテンツを選択するためのコンポーネントであり、例えばリストの中力 任意の画 像コンテンツを選択できるように形成される。詳細は後述するが図 3のコンテンツ格納 部 126は、画像コンテンツを格納しており、入力画面情報生成部 124は、コンテンツ 格納部 126に格納されている画像コンテンツのリストを生成して、図 4の画像選択コン ポーネント 486を形成する。
[0054] 回答入力領域 482は、テキストボックスの周辺に表示される文字列を入力するため の領域である。この文字列が、回答を入力するためのテキストボックスの上方、下方、 左側、または右側のいずれかに配置される。最大文字数指定領域 488は、テキストボ ッタスに入力可能な文字数の上限を設定するための領域である。入力文字タイプ指 定ボックス 490は、テキストボックスに入力可能な文字タイプを指定するためのチエツ クボックスである。本実施の形態では、チェックすることにより数字の入力だけが可能 になり、チェックをはずすことにより、例えばひらがな、カタカナ、漢字、アルファベット 、数字など任意の文字タイプの入力が可能になる。なお、回答入力領域 482、最大 文字数指定領域 488、および入力文字タイプ指定ボックス 490は対応付けられてレ、 る。
[0055] 本図では、回答入力領域 482に「自販機 IDを入力」が記入され、最大文字数指定 領域 488に「4」が記入され、入力文字タイプ指定ボックス 490がチェックされている。 これにより、図 2の第 2作業画面 400bが形成される。すなわち、テキスト入力領域 41 2の上方の回答内容文字列 410に「自販機 IDを入力」と表示される。また、そのテキ スト入力領域 412は、数字のみ入力可能であり、その最大数は 4文字になっている。
[0056] 図 4に戻り、回答追加ボタン 478は、回答入力領域 482を追加する。すなわち、図 2 の調査結果入力領域 442としてテキストボックスを複数設ける場合、回答追加ボタン 478を所望の回数押下する。これにより、第 1コンポーネント設定領域 464aには、回 答追加ボタン 478を押下した数の回答入力領域 482が新たに追加される。追加した それぞれの回答入力領域 482は、個別に文字列を設定可能である。もちろん、各回 答入力領域 482に対応付けられた最大文字数指定領域 488および入力文字タイプ 指定ボックス 490を個別に設定できる。また、後述する第 2コンポーネント設定領域 4 64b、および第 3コンポーネント設定領域 464cの回答追加ボタン 478は、それぞれラ ジォボタンならびにチェックボックス用の回答入力領域 482を追加する。
[0057] 回答削除コンポーネント 494は、回答入力領域 482を削除するためのコンポーネン トである。回答削除コンポーネント 494を押下することにより、対応する回答入力領域 482が削除される。
[0058] ラジオボタン 474は、調査結果に位置情報を対応付けるか否か、すなわち図 1の端 末装置 50が有する GPSユニットを利用するか否かを指定するためのコンポーネント である。ラジオボタン 474がチェックされている場合、調査結果に位置情報が対応付 けられる。本実施の形態では、いずれかのコンポーネント設定領域 464のラジオボタ ン 474がチェックされている場合、調查プログラムを実行したのち、いずれかのタイミ ングで位置情報が取得される。
[0059] 調查項目削除コンポーネント 496は、調查項目を削除するためのコンポーネントで ある。調查項目削除コンポーネント 496を押下することにより、対応する調查項目のコ ンポーネント設定領域 464が削除される。
[0060] 第 2コンポーネント設定領域 464bは、コンポーネントタイプとして「ラジオボタン」を 選択した場合に追加される。第 2コンポーネント設定領域 464bの回答入力領域 482 に入力した文字列は、ラジオボタン毎に対応付けられて表示される。つまり、各回答 入力領域 482には各選択肢を入力する。リンク指定領域 492は、その回答を選択し た場合に、順番に調査項目を表示するのではなぐリンク先として指定された他の調 查項目を表示するか否かを指定するためのコンポーネントである。例えば、リンク指 定領域 492は、調査項目のリストの中から任意の調査項目を選択できるように形成さ れている。そして、ラジオボタンが選択された場合に、リンク先として指定された調査 項目の画面が表示される。
[0061] 第 3コンポーネント設定領域 464cは、コンポーネントタイプとして「チェックボックス」 を選択した場合に追加される。第 3コンポーネント設定領域 464cの回答入力領域 48 2に入力した文字列は、チェックボックス毎に対応付けて表示される。つまり、各回答 入力領域 482には各選択肢を入力する。
[0062] こうした表示処理は、図 3の操作部 108におけるユーザの操作に応じて更新された パラメータに基づいて、入力画面情報生成部 124が入力画面 450を形成するための 情報を随時書き換えることにより実現する。
[0063] 生成ボタン 452は、入力画面 450に入力された種々の情報を利用してソースコード を生成することを指示するためのボタンである。キャンセルボタン 454は、入力画面 4 50への入力をキャンセルするためのボタンである。生成ボタン 452を押下した場合、 図 3のパラメータ管理部 109は、管理中のパラメータを受付部 110に出力する。ノ ラメ ータの出力形態はいろいろとあるが、本実施の形態では、パラメータ管理部 109は、 XML (extensible Markup Language)形式のファイル(以下、単に「パラメータファイル 」という)として、各パラメータを受付部 110に出力する。
[0064] 図 5は、図 3のパラメータ管理部 109が受付部 110に出力するパラメータファイルの データ構造の一例を示す図である。ひとつの調查プログラムを生成するための全て のパラメータは、パラメータの開始を示すパラメータ開始タグ 151aと、パラメータの終 了を示すパラメータ終了タグ: L 51bとに囲まれて保持される。そして、各パラメータは、 パラメータの名称を示すタグに囲まれて保持される。調査 ID欄 152、名称欄 154、お よび URL欄 156は、図 4の諸情報入力領域 460に入力した、「調査 ID」、「調査名称 」ならびに「データ送信 URL」をそれぞれ保持する。また、図 4のコンポーネント設定 領域 464に入力した種々の情報は、ページ構成情報欄 160にそれぞれタグに囲ま れて保持される。本実施の形態では、ひとつのページ、すなわち図 2のひとつの作業 画面 400を形成するための情報力 ひとつのページ構成情報欄 160に含まれている
[0065] ページ No欄 162は、ページを識別するページ識別情報を保持し、例えば表示する 順番を保持してもよい。すなわち、後述する図 3の生成部 112は、ページ識別情報に 基づいて各ページを表示する順番を決め、その順番で各ページを表示するようにソ ースコードを生成する。このページ識別情報は、図 4のコンポーネント追加ボタン 472 を操作して、コンポーネント設定領域 464を追加した際に、図 3のパラメータ管理部 1 09により各コンポーネント設定領域 464に例えば昇順で割り当てられる。
[0066] コンポーネント欄 174は、図 2の調査結果入力領域 442を形成するための種々の情 報を保持する。データ名欄 164は、そのコンポーネントにより入力もしくは選択された 回答を特定するデータ名を保持する。図 1の端末装置 50は、調査結果を解析装置 3 00に送信する際、そのデータ名に対応付けて回答を送信する。また、他の例で、調 查結果を CSV形式で送信する場合には、データ名を設定しなくてもよい。
[0067] タイプ欄 166は、例えば、テキスト(図中「Text」と表記)、ラジオボックス(図中「SA」と 表記)、チェックボックス(図中「MA」と表記)などのコンポーネントのタイプを特定する タイプ情報を保持する。また、位置情報を取得する GPSコンポーネント、 CCDカメラを 利用して画像を撮影する撮影コンポーネントなど端末装置 50のハードウェアを制御 するためのコンポーネントを識別する情報も同様にタイプ情報としてタイプ欄 166に 保持される。
[0068] 文字列欄 168は、図 4の回答入力領域 482に入力された文字列を保持する。文字 種欄 170は、入力可能な文字の種類を特定する情報を保持する。本実施の形態で は、図 4の入力文字タイプ指定ボックス 490がチェックされている場合に、「数字」が設 定され、チェックされていない場合に任意の文字の種類を示す情報が設定される。文 字数欄 172は、図 4の最大文字数指定領域 488に入力された数字を保持する。
[0069] タイプ欄 166にテキストが保持されている場合、コンポーネント欄 174には、テキスト ボックスを形成するために文字種欄 170および文字数欄 172が含まれる。また、タイ プ欄 166にラジオボックスを示す「SA」またはチェックボックスを示す「MA」が保持さ れている場合、ラジオボックスまたはチェックボックスを形成するために、選択肢の枝 数分の文字列欄 168が含まれる。
[0070] 質問文欄 180は、図 4の質問文入力領域 480に入力された文字列を保持する。画 像ファイル名欄 182は、図 4の画像選択コンポーネント 486で選択された画像フアイ ルのファイル名を保持する。他の例では、画像ファイル名欄 182は、画像ファイルの 格納場所を示すパスや URLを保持してもよレ、。
[0071] 図 3のパラメータ管理部 109は、このように図 2の作業画面 400を形成するための各 パラメータを、調查項目毎にグループに分けて、すなわちページ構成情報欄 160毎 に分けて保持するパラメータファイルを図 3の受付部 110に出力する。
[0072] 図 3に戻り、受付部 110は、ノ ラメータファイルをパラメータ管理部 109から受け付 ける。生成部 112は、パラメータファイルに基づいて調查プログラムのソースコードを 動的に生成する。ひな形格納部 128は、ソースコードを生成するための複数種類の ひな形を保持する。生成部 112は、そのひな形を組み合わせ、各ひな形の所定の箇 所にパラメータファイルに含まれているパラメータを挿入、もしくはひな形中の所定の 文字列をパラメータに置換することによりソースコードを生成する。
[0073] ひな形格納部 128は、ひな形と、そのひな形により実現する機能や入力インターフ エースなどを特定する情報とを対応付けて保持する。例えば、ひな形格納部 128は、 タイプ情報に対応付けて、それらのコンポーネントを端末装置 50で実現するための プログラムコードをひな形として保持する。
[0074] 一般に、各種のプログラム言語には、 API (Application
Program Interface)として予め所定の処理を実現するための関数が用意されている。 ソースコードは、それらの APIをプログラム言語毎の文法に準じて組み合わせて作ら れている。ひな形は、例えば複数の関数を組み合わせたプログラムコードであっても ょレ、し、ひとつの関数から成るプログラムコードであってもよレ、。要は、ひな形格納部 128は、コンポーネントタイプとそのひな形とを対応付けて保持すればよい。
[0075] パラメータファイルに基づいて、ソースコードを生成するためのアルゴリズムは、いろ レ、ろと考えられる。ひな形格納部 128が保持するひな形は、そのアルゴリズムに応じ て適宜用意される。
[0076] 例えば、図 2の調査結果入力領域 442としてテキストボックスを有する調査内容表 示画面 400を生成するためのひな形は、文字列を表示するための文字列表示関数 とテキストボックスを表示するためのテキストボックス関数とを含んでいる。そして、そ れらの関数の引数に、図 5の文字列欄 168、文字種欄 170、および文字数欄 172に 保持されている各情報を設定できるように、例えば引数に所定の変数名が割り当てら れている。例えば、生成部 112は、その変数に対応するパラメータを代入することに より、ソースコードを生成してもよいし、その変数をパラメータに置き換えて、ソースコ ードを生成してもよい。
[0077] また、図 2の調査結果入力領域 442としてラジオボックスやチヱックボックスを有する 調查内容表示画面 400を生成するためのひな形は、それぞれ文字表示関数を含み 、ラジオボックスを表示するラジオボックス関数またはチェックボックスを表示するチヱ ックボックス関数の少なくとも一方を含む。こうしたひな形に含まれるプログラムコード は、パラメータファイルに基づいてソースコードを生成するためのアルゴリズムに応じ て適切に記述すればよい。要は、生成部 112は、パラメータファイルに含まれるタイ プ情報に基づいて、そのコンポーネントを形成するための関数もしくはひな形を特定 し、その引数にパラメータを設定すればよい。
[0078] パラメータファイルに図 5の画像ファイル名欄 182が含まれている場合、生成部 112 は、コンテンツ格納部 126から該当する画像コンテンツを読み込み、所定のタイミング でソースコードとともにコンパイル部 114に出力する。例えばそのタイミングは、後述 するコンパイル部 114がコンパイル処理を行うときであってもよい。
[0079] 生成部 112は、ソースコードを生成し終えると、その旨をソースコード完成通知とし て指示部 120に出力する。例えば、生成部 112は、パラメータファイルのページ構成 情報欄 160を単位としてソースコードに変換する処理を順次行う。そして、全てのぺ ージ構成情報欄 160について変換を終了した時点でソースコードが完成する。生成 部 112は、このとき、すなわち全てのページ構成情報欄 160について変換を終了し た時点で、その旨を指示部 120に出力してもよい。また、生成部 112は、ノ ラメ一タフ アイルのパラメータ開始タグ 151aからパラメータ終了タグ 151bまで、各パラメータに 基づいて順次ソースコードに変換する処理を行レ、、パラメータ終了タグ 15 lbに到達 すると変換処理を終了するとともに、ソースコード完成通知を指示部 120に出力して あよい。
[0080] 指示部 120は、生成部 112からソースコード完成通知を受け付けると、その通知を 契機として、コンパイル部 114にソースコードのコンパイルを指示する。基本関数格 納部 130は、コンパイルに必要な種々のファイルを保持する。コンパイル部 114は、 基本関数格納部 130に保持されているファイルを利用して、ソースコードをオブジェ タトコードに変換して、調查プログラムを生成する。
[0081] 検查部 116は、コンパイル部 114が生成した調查プログラムを図 1の端末装置 50に おいて実行可能であることを検查する。一般に、図 1の端末装置 50は、例えばデスク トップコンピュータなどと比べるとメモリ容量が小さぐ CPUの性能も劣るため、実行可 能なプログラムのサイズ (以下、単に「最大プログラムサイズ」とレ、う)が決められてレ、る 。検查部 116は、生成した調查プログラムのサイズが最大プログラムサイズより小さい 場合に、実行可能であると判定し、その調査プログラムを格納処理部 118に出力する 。そして、格納処理部 118は、調査プログラムをプログラム提供装置 200に出力し、 配信可能にさせる。
[0082] 一方、生成した調查プログラムのサイズが最大プログラムサイズより大きレ、場合、検 查部 116は、プログラムサイズが大きいため、端末装置 50において実行できないこと を示す情報を通知部 106に出力する。通知部 106は、その情報に基づいて、プログ ラムサイズが最大プログラムサイズを超えるため、端末装置 50において実行できない ことを通知するとともに、調查項目を減らすことを促すメッセージを表示処理部 104に 出力する。これにより、表示部 102には、調查プログラムのプログラムサイズが最大プ ログラムサイズを超えていることと、調查項目を減らすことを促すメッセージが表示さ れる。
[0083] このように、調查プログラムのプログラムサイズを検查することにより、調查プログラム のプログラムサイズが、その調査プログラムを利用する図 1の端末装置 50の最大プロ グラムサイズより大きいために実行できないという事態を回避できる。
[0084] プログラム条件格納部 132は、図 1の端末装置 50を特定する情報(以下、単に「端 末情報」という)に対応付けて、その端末装置 50の最大プログラムサイズを保持する。 検査部 116は、プログラム条件格納部 132を参照して、最大プログラムサイズを特定 して上述した検査を行う。例えば、その端末情報は図 4の入力画面 450を介して指定 されてもよい。この場合、例えば、図 4の諸情報入力領域 460に端末情報を入力する ための入力欄が設けられてよい。
[0085] 制限部 122は、パラメータファイルに含まれるパラメータに基づいて、調査プロダラ ムが含む調查項目の数を制限する。つまり、検查部 116が最終的に生成した調查プ ログラムのプログラムサイズに基づいて、端末装置 50において利用可能か否かを判 定するのに対して、制限部 122は、ソースコードを生成する前に、端末装置 50にお レ、て利用可能か否力、を予測する。そして、予測したプログラムサイズが最大プロダラ ムサイズを超える場合、制限部 122は、調查項目を減らすことを通知するように通知 部 106に指示する。通知部 106は、その指示に応じて、プログラムサイズが最大プロ グラムサイズを超えることが予測されるため、調查項目を減らすことを促すメッセージ を表示部 102に表示させる。これにより、無駄なソースコードの生成やコンパイルを避 けること力 Sできる。
[0086] 制限部 122は、プログラム条件格納部 132から図 1の端末装置 50に応じた最大プ ログラムサイズを読み込む。そして、制限部 122は、例えばパラメータファイルに含ま れるパラメータに基づいて、調查プログラムのプログラムサイズを予測する。このため に、制限部 122は、各パラメータ名すなわちパラメータの種類と、プログラムサイズと を対応付けたテーブルを保持する。そして、制限部 122は、ノ メータファイルに含ま れるパラメータ毎に、そのテーブルを参照してプログラムサイズを特定し、例えば加算 することにより調查プログラムのサイズを推定してもよい。
[0087] また、制限部 122は、パラメータファイルに含まれる図 5のページ構成情報欄 160の 数と、予め設定された調査項目数の上限 (以下、単に「最大項目数」とレ、う)とを比較 することにより、調查項目数を制限してもよい。例えば、制限部 122は、ノ ラメータファ ィルに含まれる図 5のページ構成情報欄 160の数が、最大項目数より大きい場合に 、調査項目を減らすことを通知部 106に通知させてもよい。
[0088] 受付部 110は、パラメータ管理部 109からパラメータファイルを受け付けると、その パラメータファイルを制限部 122に出力する。そして、制限部 122は、前述した処理 を行い、調査項目を減らす必要があるか否力を判定する。そして、調査項目を減らす 必要がない場合、制限部 122は後段の処理を行うことを許可する。許可された場合、 受付部 110は、ノ メータファイルを生成部 112に出力する。
[0089] 本実施の形態では、検査部 116および制限部 122を備えている力 他の形態では 、検査部 116および制限部 122の一方だけを備えてもよい。この形態でも、図 1の端 末装置 50の実行条件に適合した調查プログラムを生成できる。
[0090] このプログラム生成装置 100により、ユーザが図 4の入力画面 450を利用して単に 調查項目を入力することにより、ソースコードを生成し、 自動的にコンパイルして調查 プログラムを生成することができる。
[0091] 図 6は、図 1のプログラム提供装置 200の内部構成図である。登録部 202は、プログ ラム生成装置 100から調查プログラムを受け付ける。そして、登録部 202は、受け付 けた調查プログラムをプログラム格納部 204に格納する。プログラム提供部 206は、 端末装置 50からの要求に応じて、プログラム格納部 204に格納されている調査プロ グラムを提供する。プログラム提供部 206は、調査プログラムを提供する際に、例えば 端末装置 50に固有に割り当てられている識別情報などにより、調査員の認証を行い 、認証に成功した場合に、調查プログラムを端末装置 50に提供してもよい。
[0092] 図 7は、図 1の解析装置 300の内部構成図である。収集部 302は、端末装置 50か ら調査結果を受け付ける。収集部 302は、その調査結果を、例えば CSV形式ゃ調查 項目を示すパラメータ名に対応付けた形式で端末装置 50から収集する。収集部 30 2は、調査結果を調査結果格納部 304に格納する。解析部 306は、調査結果格納部 304に格納されている調査結果に基づいて、例えば統計的な集計等の所定の解析 を行い、解析結果を出力する。
[0093] 図 8は、図 3のプログラム生成装置 100における調查プログラム生成処理のフロー チャートの一例である。図 3の受付部 110は、図 3のパラメータ管理部 109からパラメ ータファイルを受け付ける(S10)。図 3の制限部 122は、パラメータファイルに含まれ るパラメータに基づいて、調査プログラムのプログラムサイズを予測する(S 12)。図 3 の制限部 122は、予測したプログラムサイズが予め設定されている最大プログラムサ ィズより小さいか否かを判定する(S 14)。予測したプログラムサイズ力 最大プロダラ ムサイズより大きい場合(S14の N)、図 3の通知部 106は、調査項目を減らすことを 通知する(S28)。
[0094] S14で、予測したプログラムサイズが最大プログラムサイズより小さい場合(S 14の Y )、図 3の生成部 112は、パラメータファイルに含まれるパラメータに基づいて、図 3の ひな形格納部 128からひな形を選択し (S 16)、そのひな形中の所定の引数を、パラ メータファイル中のパラメータに置き換える(S18)。
[0095] 生成部 112は、ソースコードが完成したか否かを判定する(S20)。ソースコードが 完成していない場合(S20の N)、ステップ 16に戻る。ソースコードが完成した場合(S 20の Y)、生成部 112は、その旨を図 3の指示部 120に出力する。そして、指示部 12 0は、そのソースコードをコンパイルすることを図 3のコンパイル部 114に指示する。こ れにより、コンパイル部 114はコンパイルを実行する(S22)。
[0096] 調查プログラムが完成した後、コンパイル部 114は、その調查プログラムを図 3の検 查部 116に出力する。検査部 116は、調査プログラムのプログラムサイズが最大プロ グラムサイズより小さいか否力を判定する(S24)。プログラムサイズが最大プログラム サイズより大きい場合(S24の N)、通知部 106は、調査項目を減らすことを通知する( S28)。また、プログラムサイズが最大プログラムサイズより小さい場合(S24の Y)、検 查部 116は、図 3の格納処理部 118にその調查プログラムを出力し、格納処理部 11 8はその調查プログラムを図 1のプログラム提供装置 200に出力し、図 1の端末装置 5 0に提供可能な状態にさせる(S26)。
[0097] 調查プログラムを例に、プログラム生成装置 100の機能を説明した力 プログラム生 成装置 100は、調查プログラムだけでなぐ例えばアンケートやクイズなど種々のプロ グラムを生成してもよい。
[0098] 以上、本発明を実施の形態をもとに説明した。実施の形態は例示であり、それらの 各構成要素や各処理プロセスの組合せにレ、ろレ、ろな変形例が可能なこと、またそうし た変形例も本発明の範囲にあることは当業者に理解されるところである。

Claims

請求の範囲
[1] 所定の処理を実現するためのプログラムを形成するためのパラメータの入力を受け 付ける受付部と、
前記パラメータに基づいて、前記プログラムのソースコードを動的に生成する生成 部と、
前記ソースコードをコンパイルして、所定の端末装置で実行可能なプログラムを生 成するコンパイル部と、
前記ソースコードが生成されたことを検出して、そのソースコードをコンパイルするこ とを前記コンパイル部に指示する指示部と、
を備えることを特徴とするプログラム生成システム。
[2] 前記プログラムのデータサイズが所定のサイズより小さいことを検査し、前記プログ ラムのデータサイズが所定のサイズより小さい場合、そのプログラムを前記端末装置 に提供可能にする検査部を更に備えることを特徴とする請求の範囲第 1項に記載の プログラム生成システム。
[3] 前記プログラムのデータサイズが前記所定のサイズより大きい場合、前記パラメータ の数を減らすことを促す通知を行う通知部を更に備えることを特徴とする請求の範囲 第 2項に記載のプログラム生成システム。
[4] 前記所定のサイズは、前記プログラムを利用する端末装置毎に設定されることを特 徴とする請求の範囲第 2項に記載のプログラム生成システム。
[5] 前記検查部により検査されたプログラムを格納する格納部と、
前記格納部に格納されているプログラムを前記端末装置に提供する提供部と、 を更に備え、
前記検查部は、前記生成部が生成したプログラムのデータサイズが所定のサイズよ り小さい場合、そのプログラムを前記格納部に格納することを特徴とする請求の範囲 第 2項に記載のプログラム生成システム。
[6] 前記プログラムのデータサイズが前記所定のサイズより小さくなるように、前記パラメ 一タの数を制限する制限部を更に備えることを特徴とする請求の範囲第 2項に記載 のプログラム生成システム。
[7] 前記生成部は、前記パラメータに基づいて、入力インターフェースとしてのコンポ一 ネントを形成するためのプログラムコードを含む前記ソースコードを生成し、
前記パラメータは、前記コンポーネント毎にグループ化され、
前記制限部は、グループ単位で前記パラメータの数を制限することを特徴とする請 求の範囲第 6項に記載のプログラム生成システム。
[8] 前記制限部は、前記受付部が受け付けたパラメータに応じて、生成されるプロダラ ムのデータサイズを予測して、前記パラメータの数を減らす必要があるか否力、を判定 することを特徴とする請求の範囲第 6項に記載のプログラム生成システム。
[9] 予測したプログラムのデータサイズが、前記所定のサイズより大きい場合、前記制 限部は、前記パラメータの数を減らす必要があると判定することを特徴とする請求の 範囲第 8項に記載のプログラム生成システム。
[10] 前記制限部は、前記受付部が受け付けたパラメータの数と予め設定された数とを 比較して、前記パラメータの数を減らす必要があるか否力を判定することを特徴とす る請求の範囲第 6項に記載のプログラム生成システム。
[11] 前記受付部が受け付けたパラメータの数が、前記予め設定された数より多い場合、 前記制限部は、前記パラメータの数を減らす必要があると判定することを特徴とする 請求の範囲第 10項に記載のプログラム生成システム。
[12] 前記パラメータの数を減らす必要がある場合、前記制限部は、前記通知を行うこと を前記通知部に指示することを特徴とする請求の範囲第 8項に記載のプログラム生 成システム。
[13] 前記パラメータは、前記端末装置の所定の機能を利用するか否かを指定する情報 を含み、
前記生成部は、指定された前記所定の機能を利用するためのプログラムコードを含 むソースコードを生成することを特徴とする請求の範囲第 1項に記載のプログラム生 成システム。
[14] 前記パラメータに前記端末装置の位置情報取得機能を利用することを指定する情 報が含まれている場合、前記生成部は、前記位置情報取得機能を利用するための プログラムコードを含む前記ソースコードを生成することを特徴とする請求の範囲第 1 3項に記載のプログラム生成システム。
[15] 前記パラメータに前記端末装置の撮影機能を利用することを指定する情報が含ま れている場合、前記生成部は、前記撮影機能を利用するためのプログラムコードを 含む前記ソースコードを生成することを特徴とする請求の範囲第 13項に記載のプロ グラム生成システム。
[16] 前記パラメータの入力画面を表示部に表示させる表示処理部を更に備え、
前記受付部は、前記入力画面を介して入力されたパラメータを受け付けることを特 徴とする請求の範囲第 1項に記載のプログラム生成システム。
[17] 前記プログラムは、所定の調查内容に対する調查データを入力するための入カイ ンターフェースを形成し、前記入力インターフェースを介して入力された調查データ を、ネットワークを介して収集装置に送信する機能を前記端末装置に実現させるもの であり、
前記入力画面は、
前記調査内容として複数の調査項目と、その調査項目に対する回答の選択肢とを 受け付けるように形成されることを特徴とする請求の範囲第 16項に記載のプログラム 生成システム。
[18] 前記受付部は、前記調査項目ごとにグループ化されたパラメータを受け付け、前記 制限部が、前記パラメータの数を減らす必要があると判定した場合、前記通知部は、 前記調査項目の数を減らすことを促す通知を行うことを特徴とする請求の範囲第 17 項に記載のプログラム生成システム。
[19] 汎用的に利用可能な第 1プログラムコードを保持する第 1格納部と、
所定のプログラムを形成するために、前記第 1プログラムコードを組み合わせて構 成された第 2プログラムコードを保持する第 2格納部と、
前記プログラムを形成するために必要なパラメータを受け付ける受付部と、 受け付けたパラメータに基づいて、前記第 2プログラムコードの一部を書き換えて前 記プログラムのソースコードを生成する生成部と、
前記ソースコードをコンパイルして、所定の端末装置で実行可能なプログラムを生 成するコンパイル部と、 前記ソースコードが生成されたことを検出して、そのソースコードをコンパイルするこ とを前記コンパイル部に指示する指示部と、
を備えることを特徴とするプログラム生成システム。
[20] 前記プログラムのデータサイズが所定のサイズより小さいことを検査し、前記プログ ラムのデータサイズが所定のサイズより小さい場合、そのプログラムを前記端末装置 に提供可能にする検査部を更に備えることを特徴とする請求の範囲第 19項に記載 のプログラム生成システム。
[21] 前記プログラムは、所定の調查内容に対する調查データを入力するための入カイ ンターフェースを形成し、前記入力インターフェースを介して入力された調查データ を、ネットワークを介してサーバに送信する機能を実現させるものであり、
前記第 2プログラムコードは、前記入力インターフェースを形成するためのプロダラ ムコードを含むことを特徴とする請求の範囲第 19項に記載のプログラム生成システム
[22] 前記調査内容は、複数の調査項目を含み、
前記パラメータは、前記調査項目毎に前記文字情報を含み、
前記生成部は、前記調査項目毎に前記第 2プログラムコードを前記第 2格納部から 読み込み、前記ソースコードに組み込み、組み込んだ第 2プログラムコードのプロダラ ムコードの一部を、前記パラメータに含まれる文字情報に置き換えることを特徴とする 請求の範囲第 21項に記載のプログラム生成システム。
[23] 所定の処理を実現するためのプログラムを形成するためのパラメータの入力を受け 付ける受付部と、
前記パラメータに基づいて、前記プログラムのソースコードを動的に生成する生成 部と、
前記ソースコードをコンパイルして、所定の端末装置で実行可能なプログラムを生 成するコンパイル部と、
前記ソースコードが生成されたことを検出して、そのソースコードをコンパイルするこ とを前記コンパイル部に指示する指示部と、
をコンピュータに実現させるためのプログラム生成プログラム。
[24] 前記プログラムのデータサイズが所定のサイズより小さいことを検査し、前記プログ ラムのデータサイズが所定のサイズより小さい場合、そのプログラムを提供可能にす る検査部を更にコンピュータに実現させることを特徴とする請求の範囲第 23項に記 載のプログラム生成プログラム。
[25] 前記プログラムのデータサイズが所定のサイズより大きい場合、前記パラメータの数 を減らすことを促す通知を行う通知部を更にコンピュータに実現させることを特徴とす る請求の範囲第 24項に記載のプログラム生成プログラム。
[26] 前記所定のサイズは、前記端末装置毎に設定されていることを特徴とする請求の 範囲第 24項に記載のプログラム生成プログラム。
[27] 所定の処理を実現するためのプログラムを形成するためのパラメータの入力を受け 付ける受付部と、
前記パラメータに基づいて、前記プログラムのソースコードを動的に生成する生成 部と、
前記ソースコードをコンパイルして、所定の端末装置で実行可能なプログラムを生 成するコンパイル部と、
前記ソースコードが生成されたことを検出して、そのソースコードをコンパイルするこ とを前記コンパイル部に指示する指示部と、
をコンピュータに実現させるためのプログラム生成モジュール。
[28] 前記プログラムのデータサイズが所定のサイズより小さいことを検査し、前記プログ ラムのデータサイズが所定のサイズより小さい場合、そのプログラムを提供可能にす る検査部を更にコンピュータに実現させることを特徴とする請求の範囲第 27項に記 載のプログラム生成モジュール。
[29] 前記プログラムのデータサイズが所定のサイズより大きい場合、前記パラメータの数 を減らすことを促す通知を行う通知部を更にコンピュータに実現させることを特徴とす る請求の範囲第 28項に記載のプログラム生成モジュール。
[30] 前記所定のサイズは、前記端末装置毎に設定されていることを特徴とする請求の 範囲第 28項に記載のプログラム生成モジュール。
PCT/JP2004/011778 2003-08-20 2004-08-17 プログラム生成システム、プログラム生成プログラムおよびプログラム生成モジュール WO2005020070A1 (ja)

Priority Applications (3)

Application Number Priority Date Filing Date Title
US10/568,622 US7784024B2 (en) 2003-08-20 2004-08-17 Program creating system, program creating program, and program creating module
EP04771739A EP1657636A4 (en) 2003-08-20 2004-08-17 PROGRAMMING SYSTEM, PROGRAMMING PROGRAM AND PROGRAMMING MODULE
JP2005513282A JP4220519B2 (ja) 2003-08-20 2004-08-17 プログラム生成システムおよびプログラム生成プログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2003-296761 2003-08-20
JP2003296761 2003-08-20

Publications (1)

Publication Number Publication Date
WO2005020070A1 true WO2005020070A1 (ja) 2005-03-03

Family

ID=34213595

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2004/011778 WO2005020070A1 (ja) 2003-08-20 2004-08-17 プログラム生成システム、プログラム生成プログラムおよびプログラム生成モジュール

Country Status (7)

Country Link
US (1) US7784024B2 (ja)
EP (1) EP1657636A4 (ja)
JP (1) JP4220519B2 (ja)
KR (1) KR100799183B1 (ja)
CN (1) CN1864133A (ja)
TW (1) TW200515172A (ja)
WO (1) WO2005020070A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008084259A (ja) * 2006-09-29 2008-04-10 Japan Tobacco Inc データ収集システム
JP4486159B1 (ja) * 2009-10-19 2010-06-23 株式会社Osk 業務システムにおけるカスタマイズシステム

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1864132A (zh) * 2003-08-20 2006-11-15 日本烟草产业株式会社 程序生成系统、程序生成程序和程序生成模块
JP4522358B2 (ja) * 2005-11-30 2010-08-11 キヤノン株式会社 データ処理装置及びデータ処理方法及びプログラム
US8141039B2 (en) * 2006-04-28 2012-03-20 International Business Machines Corporation Method and system for consolidating machine readable code
US8020147B2 (en) * 2007-10-12 2011-09-13 Infosys Limited Software package implementation sizing
US20090138849A1 (en) * 2007-10-30 2009-05-28 Microsoft Corporation Enhanced Prompting in a Visual Editor
US20090327234A1 (en) * 2008-06-27 2009-12-31 Google Inc. Updating answers with references in forums
CN101697120B (zh) * 2009-11-05 2012-11-28 河南辉煌科技股份有限公司 基于关系型数据库的j2ee代码生成方法
JP5817256B2 (ja) * 2011-06-29 2015-11-18 株式会社ジェイテクト 機械制御プログラム作成装置
US20150286204A1 (en) * 2012-11-22 2015-10-08 Mitsubishi Electric Corporation Program-creation supporting device, method, and recording medium
JP6729168B2 (ja) 2016-08-22 2020-07-22 ブラザー工業株式会社 コンテンツ処理装置
CN107977236B (zh) * 2017-12-21 2020-11-13 上海智臻智能网络科技股份有限公司 问答系统的生成方法、终端设备、存储介质及问答系统

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002108634A (ja) * 2000-10-02 2002-04-12 Seiko Epson Corp 情報処理方法、情報処理装置および情報処理プログラムを記録した記録媒体
JP2002202886A (ja) * 2000-10-27 2002-07-19 Toshiba Corp アプリケーション開発システム、その方法およびアプリケーション開発プログラムおよびアプリケーション生成方法
JP2003044432A (ja) * 2001-07-31 2003-02-14 Faruma Minami Osaka:Kk プログラム開発システム
JP2003186673A (ja) * 2001-12-20 2003-07-04 Hitachi Ltd コンピュータシステム構成要素の統合方法、およびコンフィギュレーションシステム

Family Cites Families (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63278145A (ja) * 1987-05-11 1988-11-15 Nec Corp パラメ−タ対応検査方式
JPH0517701U (ja) * 1991-08-20 1993-03-05 三菱電機株式会社 プログラミング装置
CA2190487A1 (en) * 1994-05-16 1995-11-23 Daniel Kenneth Freeman Instruction creation device
JP2003518280A (ja) 1999-02-05 2003-06-03 テンシリカ インコーポレイテッド 構成可能なプロセッサを設計するための自動プロセッサ生成システムおよび生成方法
US7127705B2 (en) * 2000-09-06 2006-10-24 Oracle International Corporation Developing applications online
CN1196995C (zh) * 2000-10-27 2005-04-13 株式会社东芝 应用软件开发系统及其方法、以及应用软件生成方法
JP2002182910A (ja) 2000-12-11 2002-06-28 Sharp Corp アプリケーション開発方法及びアプリケーション開発環境システム
US7389492B2 (en) * 2001-03-12 2008-06-17 International Business Machines Corporation Framework for code generators
US7155381B2 (en) * 2001-03-12 2006-12-26 Sun Microsystems, Inc. Module for developing wireless device applications using an integrated emulator
CA2381832A1 (en) 2001-04-17 2002-10-17 Accelio Corporation Method and system for cross-platform form creation and deployment
US7043716B2 (en) * 2001-06-13 2006-05-09 Arius Software Corporation System and method for multiple level architecture by use of abstract application notation
JP2003022184A (ja) 2001-07-06 2003-01-24 Ntt Docomo Kansai Inc アプリケーションプログラム生成システム、データ処理装置、アプリケーションプログラム提供装置、コンピュータプログラム、及び記録媒体
JP2003076544A (ja) * 2001-08-30 2003-03-14 Nippon Yunishisu Kk ウェブアプリケーション開発方法及び装置
US7257620B2 (en) * 2001-09-24 2007-08-14 Siemens Energy & Automation, Inc. Method for providing engineering tool services
JP2003162414A (ja) * 2001-11-27 2003-06-06 Nec Corp アプリケーション提供方法及びアプリケーション提供システム
JP2003167740A (ja) * 2001-11-30 2003-06-13 Dainippon Printing Co Ltd インストールファイル作成装置およびユーザー使用環境管理方法
JP2003188946A (ja) * 2001-12-17 2003-07-04 Nec Corp 携帯電話端末及びその機能設定方法
JP2003208307A (ja) 2002-01-16 2003-07-25 Hitachi Software Eng Co Ltd ソースプログラム生成システム
US20030135842A1 (en) * 2002-01-16 2003-07-17 Jan-Erik Frey Software development tool for embedded computer systems
US7152229B2 (en) * 2002-01-18 2006-12-19 Symbol Technologies, Inc Workflow code generator
US20030149958A1 (en) * 2002-02-06 2003-08-07 Shumeet Baluja Automatic code generation for applications which run on common platforms
JP2003337644A (ja) * 2002-03-14 2003-11-28 Sony Corp 電子機器装置、プログラム、プログラム提供装置及び記録媒体
US6563441B1 (en) * 2002-05-10 2003-05-13 Seiko Epson Corporation Automatic generation of program logic to decode variable-length codes
CA2418670A1 (en) * 2003-02-11 2004-08-11 Ibm Canada Limited - Ibm Canada Limitee Method and system for generating executable code for formatiing and printing complex data structures
US20040181777A1 (en) * 2003-03-14 2004-09-16 Swee-Koon Fam Method and device for programming electronic devices using a uniform parameter format
CN1864132A (zh) * 2003-08-20 2006-11-15 日本烟草产业株式会社 程序生成系统、程序生成程序和程序生成模块

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002108634A (ja) * 2000-10-02 2002-04-12 Seiko Epson Corp 情報処理方法、情報処理装置および情報処理プログラムを記録した記録媒体
JP2002202886A (ja) * 2000-10-27 2002-07-19 Toshiba Corp アプリケーション開発システム、その方法およびアプリケーション開発プログラムおよびアプリケーション生成方法
JP2003044432A (ja) * 2001-07-31 2003-02-14 Faruma Minami Osaka:Kk プログラム開発システム
JP2003186673A (ja) * 2001-12-20 2003-07-04 Hitachi Ltd コンピュータシステム構成要素の統合方法、およびコンフィギュレーションシステム

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1657636A4 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008084259A (ja) * 2006-09-29 2008-04-10 Japan Tobacco Inc データ収集システム
JP4568262B2 (ja) * 2006-09-29 2010-10-27 日本たばこ産業株式会社 データ収集システム
JP4486159B1 (ja) * 2009-10-19 2010-06-23 株式会社Osk 業務システムにおけるカスタマイズシステム
JP2011086251A (ja) * 2009-10-19 2011-04-28 Osk:Kk 業務システムにおけるカスタマイズシステム

Also Published As

Publication number Publication date
JP4220519B2 (ja) 2009-02-04
KR100799183B1 (ko) 2008-01-29
EP1657636A4 (en) 2010-01-20
TW200515172A (en) 2005-05-01
EP1657636A1 (en) 2006-05-17
US7784024B2 (en) 2010-08-24
CN1864133A (zh) 2006-11-15
KR20060033928A (ko) 2006-04-20
US20070168912A1 (en) 2007-07-19
JPWO2005020070A1 (ja) 2007-11-01
TWI308700B (ja) 2009-04-11

Similar Documents

Publication Publication Date Title
US10664651B2 (en) Forms conversion and deployment system for mobile devices
JP4568262B2 (ja) データ収集システム
WO2005020070A1 (ja) プログラム生成システム、プログラム生成プログラムおよびプログラム生成モジュール
US20100125828A1 (en) Data transformation based on a technical design document
CN101515232A (zh) 一种软件持续集成系统及方法
CN103377127A (zh) 网页产品的开发测试系统、测试方法及装置
KR20050115900A (ko) 변경 요청 폼 주석
CN105138312A (zh) 一种表格生成方法及装置
JP4220520B2 (ja) プログラム生成システムおよびプログラム生成プログラム
CN107807841B (zh) 服务器模拟方法、装置、设备及可读存储介质
US11846972B2 (en) Method and apparatus for generating software test reports
CN111866158B (zh) 路由方法、装置、计算机设备和存储介质
US20150106701A1 (en) Input support method and information processing system
CN108255509A (zh) 应用部署方法、装置、设备及可读存储介质
US20060136870A1 (en) Visual user interface for creating multimodal applications
CN110825370B (zh) 移动端应用开发方法、装置及系统
JP6919420B2 (ja) 情報処理装置、情報処理方法、プログラムおよび情報処理システム
CN112711435A (zh) 版本更新方法、版本更新装置、电子设备和存储介质
CN110780983A (zh) 任务异常处理方法、装置、计算机设备以及存储介质
CN111124815A (zh) 一种日志查看方法、装置、设备及存储介质
CN111158695B (zh) 接口定位方法、装置、计算机设备和存储介质
CN113687965B (zh) 数据交互方法、装置、设备及存储介质
CN114328172A (zh) 一种服务测试方法、装置、计算机设备和存储介质
CN113918208A (zh) 一种中间件管理方法、装置、计算设备及存储介质
CN114265847A (zh) 数据库表信息记录方法及装置

Legal Events

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

Ref document number: 200480029023.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 JP 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 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 IT 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
WWE Wipo information: entry into national phase

Ref document number: 2005513282

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 1020067003413

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 2004771739

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1020067003413

Country of ref document: KR

WWP Wipo information: published in national office

Ref document number: 2004771739

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2007168912

Country of ref document: US

Ref document number: 10568622

Country of ref document: US

WWP Wipo information: published in national office

Ref document number: 10568622

Country of ref document: US