Web server system, application development support system, multilingual support method in web server system, multi-device support method in web server system, and application development support method

US2016179481A1 · US · A1

Patent metadata
FieldValue
Publication numberUS-2016179481-A1
Application numberUS-201615056482-A
CountryUS
Kind codeA1
Filing dateFeb 29, 2016
Priority dateAug 29, 2013
Publication dateJun 23, 2016
Grant date

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A system that generates source code of a Web application program. A typical embodiment includes a dictionary table for each language environment that uses identification information on the input/output item as a key to retain, as dictionary data, information made up of initial values of parameters of a parts object, and a dictionary processing unit that acquires the dictionary data corresponding to the identification information on the input/output item from the dictionary table of a specified language environment, and a response processing unit that uses the identification information on the input/output item corresponding to the parts object contained in a processing result as the key to acquire the information on the parameters of the parts object from the dictionary table of the specified language environment and to allow the screen to display a label control and/or an input/output control.

First claim

Opening claim text (preview).

1 . An application development support system that generates source code of a Web application program operating on an application server, the application development support system comprising: a dictionary table that uses identification information on one or more input/output items displayed on a screen during execution of the Web application program as a key to retain, as dictionary data, information made up of initial values of one or more parameters of a parts object having at least information on a display name showing text of a label control of the input/output item and information about an input/output control displayed to carry out input or output of the input/output item; a code generator that constructs the Web application program by invoking the parts object for displaying each of the input/output items on the screen and generates the source code of the constructed Web application program, a schema acquisition unit that acquires information about a configuration of each column of a business database by reading schema information on the business database accessed by the Web application program on the application server; and a mapping generator that generates mapping information about mapping between identification information on the parts object and the identification information on the input/output item and registers the dictionary data by setting identification information on each of the columns of the business database acquired by the schema acquisition unit as the identification information on the input/output item in the dictionary table, wherein when invoked to display a corresponding input/output item on the screen during execution of the Web application program on the application server, the parts object acquires the identification information on the input/output item from the mapping information based on the identification information on the parts object, uses the acquired identification information on the input/output item as the key to acquire information on part or all of the parameters of the parts object from the dictionary table, and based on the acquired parameters, displays the input/output item. 2 . The application development support system according to claim 1 , wherein the code generator generates a CRUD type application for the business database based on a framework of the CRUD type application. 3 . The application development support system according to claim 1 , wherein the parts object performs display control such that the label control is displayed in combination with a specified type of the input/output control or the label control and/or the input/output control is not displayed during execution of the Web application program on the application server, and when generating the source code of the Web application program, the code generator generates the source code such that the parts object is invoked by specifying a predetermined initial value identifying contents of the display control. 4 . The application development support system according to claim 1 , wherein the parts object implements control processing in accordance with the input/output control displayed, and the dictionary table can register information for specifying contents of the control processing as the parameter of the parts object in the dictionary data. 5 . The application development support system according to claim 1 , further comprising: a dictionary registration unit that registers an entry made up of the key and the dictionary data in the dictionary table, wherein the dictionary registration unit determines the identification information on the input/output item necessary for registration in the dictionary table based on the mapping information in the source code generated by the code generator and the entry registered in the dictionary table. 6 . An application development support method in an application development support system that generates source code of a Web application program operating on an application server, the application development support system having a dictionary table that uses identification information on one or more input/output items displayed on a screen during execution of the Web application program as a key to retain, as dictionary data, information made up of initial values of one or more parameters of a parts object having at least information on a display name showing text of a label control of the input/output item and information about an input/output control displayed to carry out input or output of the input/output item, the application development support method comprising: a procedure of acquiring information about a configuration of each column of a business database by reading schema information on the business database accessed by the Web application program; a procedure of generating mapping information about mapping between identification information on the parts object and the identification information on the input/output item; a procedure of registering the dictionary data by setting identification information on each of the columns of the business database acquired by the schema acquisition unit as the identification information on the input/output item in the dictionary table; and a procedure of constructing the Web application program by invoking the parts object to display each of the input/output items on the screen and generating the source code of the constructed Web application program, wherein when invoked to display a corresponding input/output item on the screen during execution of the Web application program on the application server, the parts object acquires the identification information on the input/output item from the mapping information based on the identification information on the parts object, uses the acquired identification information on the input/output item as the key to acquire information on part or all of the parameters of the parts object from the dictionary table, and based on the acquired parameters, displays the input/output item. 7 . The application development support system according to claim 1 , comprising: a dictionary server; and a code generating server that generates the source code of the Web application program, wherein the dictionary table is included in the dictionary server, and each of the code generator, the schema acquisition unit, and the mapping generator is included in the code generating server. 8 . The application development support system according to claim 7 , wherein the code generator of the code generating server generates a CRUD type application for the business database based on a framework of the CRUD type application. 9 . The application development support system according to claim 7 , wherein the parts object performs display control such that the label control is displayed in combination with a specified type of the input/output control or the label control and/or the input/output control is not displayed during execution of the Web application program on the application server, and when generating the source code of the Web application program, the code generator of the code generating server generates the source code such that the parts object is invoked by specifying a predetermined initial value identifying contents of the display control. 10 . The application development support system according to claim 7 , wherein the parts object implements control processing in accordance with the input/output control displayed, and the dictionary table of the dictionary server can register information for specifying contents of the control processing as the parameter of the parts object in the dictionary data. 11 . The application developmen

Assignees

Inventors

Classifications

  • Rule-based translation · CPC title

  • G06F40/157Primary

    using dictionaries or tables · CPC title

  • Multi-language systems; Localisation; Internationalisation · CPC title

  • G06F8/34Primary

    Graphical or visual programming · CPC title

  • Interaction techniques based on graphical user interfaces [GUI] · CPC title

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US2016179481A1 cover?
A system that generates source code of a Web application program. A typical embodiment includes a dictionary table for each language environment that uses identification information on the input/output item as a key to retain, as dictionary data, information made up of initial values of parameters of a parts object, and a dictionary processing unit that acquires the dictionary data correspondin…
Who is the assignee on this patent?
Nomura Res Inst Ltd
What technology area does this patent fall under?
Primary CPC classification G06F40/157. Mapped technology areas include Physics.
When was this patent published?
Publication date Thu Jun 23 2016 00:00:00 GMT+0000 (Coordinated Universal Time) (A1). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 1 related publication on this page (citations in our corpus or others sharing the same primary CPC).