CN103246503A - Application development framework for enterprise management software - Google Patents

Application development framework for enterprise management software Download PDF

Info

Publication number
CN103246503A
CN103246503A CN 201210030206 CN201210030206A CN103246503A CN 103246503 A CN103246503 A CN 103246503A CN 201210030206 CN201210030206 CN 201210030206 CN 201210030206 A CN201210030206 A CN 201210030206A CN 103246503 A CN103246503 A CN 103246503A
Authority
CN
China
Prior art keywords
module
application
development
software
development framework
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN 201210030206
Other languages
Chinese (zh)
Inventor
张静松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SHANGHAI CHENGYI INFORMATION TECHNOLOGY Co Ltd
Original Assignee
SHANGHAI CHENGYI INFORMATION TECHNOLOGY Co Ltd
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 SHANGHAI CHENGYI INFORMATION TECHNOLOGY Co Ltd filed Critical SHANGHAI CHENGYI INFORMATION TECHNOLOGY Co Ltd
Priority to CN 201210030206 priority Critical patent/CN103246503A/en
Publication of CN103246503A publication Critical patent/CN103246503A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to the technical field of software, and provides an application development framework for enterprise management software. The application development framework is characterized by comprising a software application module, a program container module and a background server in sequential connection. By the application development framework, development cycle is shortened, development can be carried out only with Javascript language, and development threshold is lowered; and on the basis of original software, any needed functions can be added by secondary development, development flexibility is improved, and the application development framework is suitable for widespread use.

Description

A kind of application and development framework of business management software
Technical field
The present invention relates to software technology field, in particular, relate to a kind of application and development framework of the business management software based on foreground language Javascript.
Background technology
Along with the continuous development of software engineering, people have proposed higher demand to the function of software, performance, security etc., cause the scale of software and complexity to increase, and have brought difficulty and challenge also for the exploitation of software.
The exploitation of current B/S type management software and application is to make up service logic in backstage language program (as: java, php, asp.net etc.) and lane database, uses foreground language (Javascript) to show the result again.
The management software shortcoming that this class technological development goes out:
1. Ben Shen cost of development height, the construction cycle is long.Need to understand professional backstage language development personnel and understand professional database development personnel, also need interface, foreground designer, these three kinds of technician also need fully to coordinate.
2. software function is solidified, very flexible, and extendability is little.If the designer does not reserve the interface of certain function in developing software, can only develop a kind of new software again, waste time and energy.
Summary of the invention
The present invention is exactly problems such as, exploitation threshold height long for the prior art construction cycle, dirigibility be low, and a kind of application and development framework of business management software is provided, and technical scheme of the present invention is as follows:
A kind of application and development framework of business management software is characterized in that, comprises: software application module, program containers module, background server module connect successively.
The application and development framework of a kind of business management software as above is characterized in that this software application module comprises service logic.
The application and development framework of a kind of business management software as above is characterized in that, this software application module is the javascript file.
The application and development framework of a kind of business management software as above is characterized in that, this program containers module comprises main javascript file, optional auxiliary development file, utility routine.
The application and development framework of a kind of business management software as above is characterized in that, this program containers module is the html file.
The application and development framework of a kind of business management software as above is characterized in that, this background server module comprises: database, backstage service end script module, database make up module and connect successively.
The invention has the beneficial effects as follows:
1. reduced the exploitation threshold.
2. reduced the construction cycle.
3. increased the secondary development dirigibility.
Description of drawings
Describe the present invention in detail below in conjunction with the drawings and specific embodiments:
Fig. 1 is the composition diagram of the application and development framework of business management software of the present invention.
Fig. 2 is program containers module 11 structural drawing of the present invention.
Fig. 3 is software application module 12 structural drawing of the present invention.
Fig. 4 is background server module 13 structural drawing of the present invention.
Embodiment
For technological means, creation characteristic that the present invention is realized, reach purpose and effect is easy to understand, below in conjunction with concrete diagram, further set forth the present invention.
Fig. 1 is the composition diagram of the application and development framework of business management software of the present invention.
The application and development framework 1 of business management software of the present invention comprises: program containers module 11, software application module 12, background server module 13.
Described program containers module 11 is a html file, is used for loading the javascript file.
Described software application module 12 is connected with program containers module 11, is one or more javascript files, and this javascript file comprises service logic, is used for making up using, and program is displayed with the interface form.
Described background server module 13 is connected with program containers module 11, be one or more server scripts, be used for interactive database, data interchange format (the full name JavaScript Object Notation of structure lightweight, be called for short json) or extend markup language (full name Extensible markup language, be called for short xml) data, for program containers module 11 provides asynchronous JavaScript and xml (full name Asynchronous JavaScript And XML is called for short ajax) data access.
During the invention process, at first the creation procedure container module 11, are used for loading the jacascript file; Then create station server module 13, be used for interactive database, data access is provided; Create software application module 12 at last and be used for making up application.
The present invention is placed on foreground language Javascript with service logic and makes up in the software application module 12, and background server module 13 and program containers module 11 are as auxiliary, increased the dirigibility of secondary development, reduced the exploitation threshold, shortened the construction cycle and be suitable for widespread use.
Fig. 2 is program containers module 11 structural drawing of the present invention.
Program containers module 11 comprises: main javascript file 111, optional auxiliary development file 112, example program 113.
Described program containers module 11 is a html webpage, is used for the container of placement program, can be the file of different extension name, but must load javascript in the page.
In one embodiment of the invention, these program containers module 11 expansions helloworld.html by name.
In one embodiment of the invention, these program containers module 11 expansions hello.html by name.
In one embodiment of the invention, these program containers module 11 expansions world.html by name.
Described main javascript file 111 adopts script label mode to be carried in the program module 11.
Described optional auxiliary development file 112 loads in the program containers module 11, can largely simplify performance history.
In one embodiment of the invention, this optional auxiliary development file 112 is the jquery framework.
In one embodiment of the invention, this optional auxiliary development file 112 is the CSS file.
Described example program 113 loads in the program containers module 11, can be included in the file of independent loads, when program containers module 11 viewed devices read automatically by program creation.
Fig. 3 is software application module 12 structural drawing of the present invention.
Described software application module 12 is one or more javascript files, comprises principal function 121 in software application module 12;
Described principal function 121, the main body for structure whole software application module 12 also contains the subfunction 221 that useful prototype inherited and constructed service logic;
Described subfunction 221, the details for structure principal function 121 also contains middleware 321;
Described middleware 321 can be local address for being used for the background server end script of AJAX transmission data, also can be cross-domain address; When for local address, adopt json or XML transmission, when being cross-domain address, adopt the jsonp transmission.
Fig. 4 is background server module 13 structural drawing of the present invention.
Background server module 13 comprises: database module 131, backstage service end script module 132, database make up module 133 and connect successively.
Described database makes up module 133 when this accessing, adopts this accessing, can be json or xml form; When cross-domain visit, use the jsonp form.
Described database module 131 is one or more databases, is used for store data.
Described backstage service end script module 132 is as middlewares outside and database module 131 communications.
The present invention is placed on foreground language Javascript with service logic and makes up in the software application module 12, and background server module 13 and program containers module 11 are as auxiliary, increased the dirigibility of secondary development, reduced the exploitation threshold, shortened the construction cycle and be suitable for widespread use.
The present invention makes up service logic in the language of foreground, solved the shortcoming of existing software development framework, has shortened the construction cycle; Only need understand that the Javascript language just can develop, reduce the exploitation threshold; Secondary development can increase the function that needs arbitrarily on original basis of software, increased the dirigibility of exploitation, suitable widespread use.
More than show and described ultimate principle of the present invention, principal character and advantage of the present invention.The technician of the industry should understand; the present invention is not restricted to the described embodiments; that describes in above-described embodiment and the instructions just illustrates principle of the present invention; the present invention also has various changes and modifications without departing from the spirit and scope of the present invention, and these changes and improvements all fall in the claimed scope of the invention.The claimed scope of the present invention is defined by appending claims and equivalent thereof.

Claims (6)

1. the application and development framework of a business management software is characterized in that, comprises: software application module, program containers module, background server module connect successively.
2. the application and development framework of a kind of business management software as claimed in claim 1 is characterized in that, this software application module comprises service logic.
3. the application and development framework of a kind of business management software as claimed in claim 2 is characterized in that, this software application module is the javascript file.
4. the application and development framework of a kind of business management software as claimed in claim 1 is characterized in that, this program containers module comprises main javascript file, optional auxiliary development file, utility routine.
5. the application and development framework of a kind of business management software as claimed in claim 4 is characterized in that, this program containers module is the html file.
6. the application and development framework of a kind of business management software as claimed in claim 1 is characterized in that, this background server module comprises: database, backstage service end script module, database make up module and connect successively.
CN 201210030206 2012-02-10 2012-02-10 Application development framework for enterprise management software Pending CN103246503A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201210030206 CN103246503A (en) 2012-02-10 2012-02-10 Application development framework for enterprise management software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201210030206 CN103246503A (en) 2012-02-10 2012-02-10 Application development framework for enterprise management software

Publications (1)

Publication Number Publication Date
CN103246503A true CN103246503A (en) 2013-08-14

Family

ID=48926038

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201210030206 Pending CN103246503A (en) 2012-02-10 2012-02-10 Application development framework for enterprise management software

Country Status (1)

Country Link
CN (1) CN103246503A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104158905A (en) * 2014-08-28 2014-11-19 北京京东尚科信息技术有限公司 Creation method of web containers
CN106130983A (en) * 2016-06-28 2016-11-16 安徽润谷网络科技有限公司 A kind of firewall applications framework of business management software
CN106203106A (en) * 2016-06-28 2016-12-07 安徽润谷网络科技有限公司 A kind of firewall applications framework
CN106375282A (en) * 2016-08-26 2017-02-01 安徽润谷网络科技有限公司 Firewall network architecture
CN106598554A (en) * 2015-10-14 2017-04-26 上海汽车集团股份有限公司 Code generating apparatus
CN117234466A (en) * 2023-08-07 2023-12-15 北京冠群信息技术股份有限公司 Enterprise management software development method, system, equipment and storage medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104158905A (en) * 2014-08-28 2014-11-19 北京京东尚科信息技术有限公司 Creation method of web containers
CN106598554A (en) * 2015-10-14 2017-04-26 上海汽车集团股份有限公司 Code generating apparatus
CN106130983A (en) * 2016-06-28 2016-11-16 安徽润谷网络科技有限公司 A kind of firewall applications framework of business management software
CN106203106A (en) * 2016-06-28 2016-12-07 安徽润谷网络科技有限公司 A kind of firewall applications framework
CN106375282A (en) * 2016-08-26 2017-02-01 安徽润谷网络科技有限公司 Firewall network architecture
CN117234466A (en) * 2023-08-07 2023-12-15 北京冠群信息技术股份有限公司 Enterprise management software development method, system, equipment and storage medium
CN117234466B (en) * 2023-08-07 2024-02-23 北京冠群信息技术股份有限公司 Enterprise management software development method, system, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN103246503A (en) Application development framework for enterprise management software
CN106648945B (en) Interface data testing method and device and electronic equipment
CN104020984B (en) A kind of method and device for generating static page
CN101694618A (en) Automatic mapping method of model layer and view layer data suitable for AJAX frame
CN102663094A (en) IEC61970CIM model checking method
CN103107895B (en) A kind of call charge service regulation engine combined system and method thereof based on Command Line Parsing application rule
CN104008223B (en) Graphical expressing method for connection of virtual terminals of secondary system of intelligent substation
CN107832045A (en) Across the method and apparatus of programming language interface conversion
CN102929867A (en) Technology used for automatically translating a document
CN104391826A (en) Data format conversion method and data format converter
CN103383645A (en) Code generation method and system
CN104267949A (en) Form designer and form design method
CN109814866A (en) Page application is converted into the treating method and apparatus of native applications
CN103902763A (en) Automatic matching method of virtual terminals of cross-interval device of intelligent substation
CN107608801A (en) The primary page and HTML5 page communication methods, device, medium and equipment
CN103049431A (en) ICD (IED Capability Description) inspection method based on objectified module semantics
CN114996619A (en) Page display method and device, computer equipment and storage medium
CN103927185A (en) Network topology modeling device based on energy management and guiding method thereof
CN108268260A (en) It is a kind of quick micro- using assemble method based on integrated support technology
CN108320073A (en) The description method of relay protection device constant value information based on CIM-E language
CN110069247A (en) A kind of development approach and device, application method and device of application program
CN107040818B (en) Layout analytic hierarchy process method and system for Android TV
CN103020033B (en) A kind of support off-line to use Electronic Bill System and construction method
CN103744663A (en) Pre-caching technology based Android interface design frame model
CN103631854A (en) ICD and SCD consistency calibration method based on model objectification semantics

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C05 Deemed withdrawal (patent law before 1993)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130814