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
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 2 Figure 3
Abstract
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...