Quick JavaWeb development method and system using native Web codes

A code and fast technology, applied in the field of rapid JavaWeb development, can solve the problems of high cost, time-consuming, and huge cost of the secondary development platform, and achieve the effects of improving usability and stability, reducing workload, and saving development costs

CN104793961AInactive Publication Date: 2015-07-22黄伟
3 Cites 20 Cited by

Patent Information

Authority / Receiving Office
CN · China
Current Assignee / Owner
Publication Date
2015-07-22
Estimated Expiration
Not applicable · inactive patent

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention provides a quick JavaWeb development method and system using native Web codes. The quick JavaWeb development method comprises the following steps that (1A) a database is created; (1B) a standard Java dynamic Web project is newly constructed, and connection with the database is created; (1C) a data entity model definition file is created, a corresponding data sheet and data entity Bean codes of the data sheet are generated through connection; (1D) a Web frame is selected; (1E) parameters of the Web frame are selected and background codes are automatically generated according to the parameters, wherein a data entity Bean is operated by utilizing interactive codes in the database; (1F) a Web foreground file is created; (1G) three foreground Web files including HTML, JavaScript and CSS and an XML configuration file are automatically created; (1H) required foreground Web controls are added into a visual designer, attributes and events of the controls are set, and relevant codes are automatically generated.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to a rapid Java Web development method and system using native Web codes. Background technique

[0002] At present, in the field of Web development technology, looking at various Web application development tool products at home and abroad, none of the products is a visual development tool that uses native Web code. The famous Eclipse and Visual Studio products only support code prompts and Autocomplete feature. Although domestic large-scale software companies, such as Kingdee, UFIDA, Neusoft, Chinasoft and other software companies, according to the characteristics of their own development needs, in order to improve the development efficiency, speed and stability of their own software products, they repackage on the basis of the existing software framework. , or implement it from the bottom layer by yourself, and develop a secondary development platform that meets the rapid development needs of your own enterprise, and these seco...

Examples

Embodiment Construction

[0051] The present invention will be further described below in conjunction with the accompanying drawings.

[0052] Such as figure 1 Shown, the present invention uses the rapid Java Web development method of native Web code, comprises the steps:

[0053] 1A. Create a database;

[0054] 1B, create a new standard Java dynamic Web project, create a connection to the database;

[0055] 1C, create a data entity model definition file, and use this data model definition to generate the corresponding data table in the connection, and generate the data entity Bean code of the data table;

[0056] 1D. Select the web framework;

[0057] 1E, the parameters of the selected Web framework, automatically generate the background code according to the parameters, wherein the codes interacting with the database operate the data entity Bean;

[0058] 1F. Create a Web front-end file;

[0059] 1G. Automatically create HTML, JavaScript and CSS three front-end Web files and open the editor wit...