CN102902537B - Based on the embedded type WEB MVC Development Framework of FastCGI and html template - Google Patents

Based on the embedded type WEB MVC Development Framework of FastCGI and html template Download PDF

Info

Publication number
CN102902537B
CN102902537B CN201210350593.5A CN201210350593A CN102902537B CN 102902537 B CN102902537 B CN 102902537B CN 201210350593 A CN201210350593 A CN 201210350593A CN 102902537 B CN102902537 B CN 102902537B
Authority
CN
China
Prior art keywords
module
plug
request
detectaphone
business
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.)
Active
Application number
CN201210350593.5A
Other languages
Chinese (zh)
Other versions
CN102902537A (en
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.)
Xiamen Yealink Network Technology Co Ltd
Original Assignee
Xiamen Yealink Network 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 Xiamen Yealink Network Technology Co Ltd filed Critical Xiamen Yealink Network Technology Co Ltd
Priority to CN201210350593.5A priority Critical patent/CN102902537B/en
Publication of CN102902537A publication Critical patent/CN102902537A/en
Application granted granted Critical
Publication of CN102902537B publication Critical patent/CN102902537B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

Based on the embedded type WEB of FastCGI and html template? MVC Development Framework, does this framework run and relies on FastCGI process manager and web page server downwards, is upwards WebApp? Plugin business logic processing module provides service; This framework comprises FastCGI subprocess module, request distributes control module, detectaphone administration module, business plug-in management module, Session session control module, coding/decoding module, data reception module, data response output module and html template module.The invention provides a kind of embedded type WEB based on FastCGI and html template? MVC Development Framework, is applicable to low profile edge equipment, small and exquisite, efficient, structure is excellent, and framework compact only takies about 100K flash space.

Description

Based on the embedded type WEB MVC Development Framework of FastCGI and html template
Technical field
The present invention relates to a kind of embedded type WEB MVC Development Framework based on FastCGI and html template.
Background technology
There is WEB Development Framework on many embedded devices on the market at present, as used PHP, EJscript and the recent new service end JavaScript etc. risen, but great majority all volumes too large easily several million.Because cost reason Flash space is all very little on some low profile edge equipment, much only have 6-8M, this flash spatially major part to be used for depositing business procedure code, too large Development Framework can not be used for WEB application.
Also WEB Development Framework on some low profile edge equipment on the market, its implementation is: WebServer receive Http request analysis go out user submit to data be put into environmental variance, cgi script reads after user data carries out corresponding service process and constructs corresponding html page printout from environmental variance.But it is too simple that this method realizes, and what have just achieves a similar html template, business is passed through a label mapping to service code, special more, inapplicable general WEB develops and is substantially only applicable to CGI, degraded performance.
In view of this, the present inventor furthers investigate for the defect of prior art, and has this case to produce.
Summary of the invention
Technical matters to be solved by this invention is to provide a kind of embedded type WEB MVC Development Framework based on FastCGI and html template, is applicable to low profile edge equipment, small and exquisite, efficient, structure is excellent, and framework compact only takies about 100K flash space.
The present invention solves the problems of the technologies described above by the following technical solutions:
Based on the embedded type WEB MVC Development Framework of FastCGI and html template, this framework runs and relies on FastCGI process manager and web page server downwards, upwards for WebAppPlugin business logic processing module provides service; It is characterized in that: this framework comprises FastCGI subprocess module, request distributes control module, detectaphone administration module, business plug-in management module, Session session control module, coding/decoding module, data reception module, data response output module and html template module;
Described FastCGI subprocess module: communicated with described web page server by Socket or PIPE, for blocking the connection waiting for described FastCGI process manager; When receiving the request of browser, described web page server and this module connect, and data are passed over, and after this module completes process, standard output and error message are returned described web page server from same connection; When this module closes connection, request is just accused process and is completed; This module is then waited for and the next one processed from the FastCGI process manager operated in web page server connects; If process has just exited at this in CGI pattern, then result data is passed to web page server and closes connection, then obstruction wait connects next time;
Described request distributes control module: when the request of being responsible for arrives, and uses multithreading to distribute control treatment to request; This module, from FastCGI process manager obtaining request, is first called described data reception module and is encapsulated by page data, then call described Session session control module refresh Session, after give described detectaphone administration module by request;
Described detectaphone administration module: be responsible for according to configuration file dynamic load, the business detectaphone plug-in unit managing described WebAppPlugin business logic processing module; Detectaphone container distributes control module obtaining request from described request, give each detectaphone according to configuration by request to process one by one, whether detectaphone processes rear basis and returns results decision and continue to process this request, processing data response output module as described in then returning if do not needed, as processed, request being given described business plug-in management module;
Described business plug-in management module: be responsible for according to configuration file dynamic load business plug-in unit, manage the business processing plug-in unit of described WebAppPlugin business logic processing module; This module carries out corresponding business logic processing after receiving the request of described detectaphone administration module, now user optionally can determine that directly piecing together HTML outputs to client or result data be encapsulated into a chained list by result, and arranges described html template module by this template output HTML to client;
Described Session session control module: for user's secondary development provides conversation control function, this session control utilizes cookie to realize, to the Sessionid arranging a Cookie during browser return data and carry a string stochastic generation, in this Sessionid and Session container, certain Session object is set up and is associated one to one simultaneously; Can bring Cookie when request initiated again by browser, described web page server obtains this Cookie and finds Sessionid to find Session object again, with the session between the multiple request of this object maintenance; When browser certain hour not and web server request time, the destruction of Session auto-timeout;
Described coding/decoding module: complete URL, the encoding and decoding of HTML special character;
Described data reception module: encapsulation is unified to the data that request is submitted to, to the difference that application layer shielding GET submits to and POST submits to, user obtains list, cookie, files passe data by this modules A PI;
Described data response output module: http response signaling is carried out that encapsulation provides redirected, status code, response contents type, character code, the support of HTML output function;
Described html template module: realize content by using service end label and dynamically replace, label comprises data output label, Logic judgment label, cycle control label, file comprise label four class.
Further, described detectaphone administration module dynamic load business detectaphone plug-in unit, specifically comprise: framework definition detectaphone interface, detectaphone plug-in unit realizes plug-in unit class according to handover interface specification, plug-in unit is created function name and add plug-in card configuration file to, resolve configuration file when detectaphone module starts and find establishment function creation plug-in unit example.
Further, described business plug-in management module dynamic load business plug-in unit, specifically comprise: framework definition business card i/f, business plug-in unit realizes plug-in unit class according to card i/f specification, plug-in unit being created function name joins in plug-in card configuration file, resolves configuration file and find establishment function creation plug-in unit example when business card module starts.
The invention has the advantages that: present invention uses FastCGI technology and solve the slow problem of traditional CGI speed responsive; Employ plug-in unit to carry out business development and ensure that framework is small and exquisite generally uses flexibly; (view layer V is html template module here for use html template technology to realize MVC structure that page display and logic be separated completely, and logical layer M is business plug-in management module, V and M is undertaken alternately by key-course C, and key-course distributes control module by request recited above, Session session control module forms); Use two-stage compression fully to reduce page space to take; Support to be convenient to WEB service exploitation to the conventional operation such as Session, HTTPheader API.Framework concentrate the application scenarios on absorbed low profile edge equipment achieve a superior performance, exploitation fast, the excellent and WEB Development Framework of compact of structure.
Accompanying drawing explanation
The invention will be further described in conjunction with the embodiments with reference to the accompanying drawings.
Fig. 1 is module relationship schematic diagram in the present invention.
Fig. 2 is FastCGI submodule relation schematic diagram in the present invention.
Fig. 3 is FastCGI subprocess block process schematic diagram in the present invention.
Fig. 4 is that in the present invention, request distributes control module schematic flow sheet.
Fig. 5 is middle frame of the present invention definition detectaphone interface diagram.
Fig. 6 is middle frame of the present invention definition business card i/f schematic diagram.
Fig. 7 is the conversation establishing process flow diagram of Session session control module in the present invention.
Fig. 8 is the Session clean-up process figure of Session session control module in the present invention.
Fig. 9 is the request processing flow schematic diagram using framework of the present invention.
Embodiment
As shown in Figure 1, frame system contextual definition, web page server refers to web front end server, this network in charge completes connection management, static resource file processing etc., and web page server belonging to the present invention need support FastCGI, reference server is as Lighttpd, Apache etc.; FastCGI process manager refers to the middleware achieving FastCGI specification, can complete CGI resolver management of process function; FCGIServer is frame part of the present invention, and framework runs to be needed to rely on FastCGI process manager and web page server downwards, upwards for WebAppPlugin business module provides service; WebAppPlugin is that user of the present invention does the business logic processing module of secondary development realization based on framework, this module needs implementation framework interface, there is independent compilation with the form of plug-in unit and become dynamic base, can by the automatic load operating of framework by configuration file specific plug-in parameter.Wherein comprise business detectaphone plug-in unit and business processing plug-in unit two class.
Detectaphone plug-in unit is that one can accept all request plug-in units, all requests can all be given detectaphone plug-in unit and be filtered one by one by framework, agree to after the process of detectaphone plug-in unit that the request framework performed just can continue this request to be distributed concrete business plug-in unit process, do overall Request Control processing power to user; Business processing plug-in unit has been the application program of a certain specific tasks, and framework can distribute business processing request according to configuration file, and the request only having this business plug-in unit to be concerned about just can be dispatched to this plug-in unit process.
The present invention as shown in Figure 2, based on the embedded type WEB MVC Development Framework of FastCGI and html template, comprise FastCGI subprocess module, request distributes control module, detectaphone administration module, business plug-in management module, Session session control module, coding/decoding module, data reception module, data response output module and html template module.
FastCGI subprocess module: communicated with described web page server by Socket or PIPE, for blocking the connection waiting for described FastCGI process manager; When receiving the request of browser, described web page server and this module connect, and data are passed over, and after this module completes process, standard output and error message are returned described web page server from same connection; When this module closes connection, request is just accused process and is completed; This module is then waited for and the next one processed from the FastCGI process manager operated in web page server connects; If process has just exited at this in CGI pattern, then result data is passed to web page server and closes connection, then obstruction wait connects next time.As shown in Figure 3.
Request distributes control module: when the request of being responsible for arrives, and uses multithreading to distribute control treatment to request.This module, from FastCGI process manager obtaining request, is first called described data reception module and is encapsulated by page data, then call described Session session control module refresh Session, after give described detectaphone administration module by request.As shown in Figure 4.
Detectaphone administration module: be responsible for according to configuration file dynamic load, management service detectaphone plug-in unit.Be responsible for according to configuration file dynamic load, the business detectaphone plug-in unit managing described WebAppPlugin business logic processing module; Detectaphone container distributes control module obtaining request from described request, give each detectaphone according to configuration by request to process one by one, whether detectaphone processes rear basis and returns results decision and continue to process this request, processing data response output module as described in then returning if do not needed, as processed, request being given described business plug-in management module.Detectaphone administration module dynamic load business detectaphone plug-in unit, specifically comprises: framework definition detectaphone interface, as shown in Figure 5; Detectaphone plug-in unit realizes plug-in unit class according to handover interface specification, plug-in unit is created function name and adds plug-in card configuration file to, as:
<?xmlversion="1.0"encoding="utf-8"?>
<libpath=”/lib/mod_servlet.so”>
<listenercreatefunction=”createLoginListener”/>
</lib>
Parameter declaration:
Path: specific plug-in storehouse
Createfunction: specific plug-in creates function name
Resolve configuration file when detectaphone module starts and find establishment function creation plug-in unit example.
Business plug-in management module: be responsible for according to configuration file dynamic load business plug-in unit, management service plug-in unit.This module carries out corresponding business logic processing after receiving the request of described detectaphone administration module, now user optionally can determine that directly piecing together HTML outputs to client or result data be encapsulated into a chained list by result, and arranges described html template module by this template output HTML to client; Business plug-in management module dynamic load business plug-in unit, specifically comprises: framework definition business card i/f, as shown in Figure 6; Business plug-in unit realizes plug-in unit class according to card i/f specification, plug-in unit is created function name and joins in plug-in card configuration file, as:
<?xmlversion="1.0"encoding="utf-8"?>
<libpath=”/lib/mod_servlet.so">
<servletid="login"createfunction="createLoginServlet"/>
<servletid="status"createfunction="createStatusServlet"/>
</lib>
Parameter declaration:
Path: specific plug-in storehouse
Id: mapped identification when specified request distributes
Createfunction: specific plug-in creates function name
Resolve configuration file when business card module starts and find establishment function creation plug-in unit example.
Session session control module: for user's secondary development provides conversation control function, this session control utilizes cookie to realize, to the sessionid arranging a Cookie during browser return data and carry a string stochastic generation, in this Sessionid and session container, certain session object is set up and is associated one to one simultaneously; Can bring Cookie when request initiated again by browser, server obtains this Cookie and finds sessionid to find session object again, with the session between the multiple request of this object maintenance; Realization flow as shown in Figure 7.When browser certain hour does not come with web server request, Session auto-timeout is destroyed; As shown in Figure 8.
Coding/decoding module: complete URL, the encoding and decoding of HTML special character.
Data reception module: unify encapsulation to the data that request is submitted to, submits to application layer shielding GET and POST submits difference to, and user obtains list, cookie, files passe data by this modules A PI;
Data response output module: http response signaling is carried out that encapsulation provides redirected, status code, response contents type, character code, the support of HTML output function.
Html template module: realize content by using service end label and dynamically replace, label comprises data output label, Logic judgment label, cycle control label, file comprise label four class.
Data output label, as:
<csp:varname="varname"default="value"/>
Data varname is realized dynamically to be filled into this label present position in html page.
Logic judgment label, as:
<csp:ifname=”varname”value=”testvalue”>
<h1>varnameequaltestvalue</h1>
<csp:elsifname=”varname”value=”testvalue2”>
<h1>varnameequaltestvalue2</h1>
<csp:else>
<h1>varnameneitherequaltestvaluenortestvalue2</h1>
</csp:if>
If varname value is equal with testvalue value will export <h1>varnameequaltestvalueLEss T.LTssT.LT/h1>
If varname value is equal with testvalue2 value will export <h1>varnameequaltestvalue2LEs sT.LTssT.LT/h1>
Otherwise <h1>varnameneitherequaltestva luenortestvalue2</h1> will be exported
Cycle control label, as:
<csp:loopname="loopname">
<h1>hereislooptagoutput</h1>
</csp:loop>
To export according to array in loopname or the circulation of chained list number
<h1>hereislooptagoutput</h1>
File comprises label, as:
<csp:includename="filename">
This label copies the content of pages of filename to label position.
Use framework of the present invention, system setting up procedure is:
Load FastCGI process manager when web page server starts create one or more CGI parsing process (FCGIServer) and wait for the link from web page server;
Analyzing XML configuration file when framework starts, the configuration finding that there is plug-in unit dynamic base then opens dynamic base, then searches plug-in card configuration, parses plug-in unit entrance function and create plug-in unit example by entrance function after finding plug-in card configuration; If plug-in unit is configured to lazy loading, then not creating plug-in unit example when starting, only just creating plug-in unit example when there being request call, reduce memory headroom as far as possible and take.
Use framework of the present invention, request processing step is:
Web page server receives browse request, judges that this request needs FCGIServer process, then FastCGI process manager is selected and is connected to a FCGIServer.CGI environmental variance and standard input are sent to FCGIServer by web page server;
After FCGIServer receives request, the request of giving distributes control module;
Request distributes control module and is encapsulated by page data, calls Sessions session control module and refresh Session, after give detectaphone container by request, request is given each detectaphone process one by one according to configuration by detectaphone container;
Whether detectaphone processes rear basis and returns results decision and continue to process this request, then return if do not needed process, as processed, request is searched to match according to configuration rule in insert receptacle process plug-in unit accordingly, if find corresponding plug-in unit, give plug-in unit by request, page data is injected to plug-in unit simultaneously;
Plug-in unit carries out corresponding business logic processing after receiving request, now user optionally can determine that directly piecing together HTML outputs to client or result data be encapsulated into a chained list by result, and arranges html template by template output HTML to client;
Usually be simply that result exports and directly can piece together HTML; If desired returning a more content then uses html template better data to be separated with pattern with the page of pattern;
Plug-in unit processes service logic and returns afterframe and then process, and the data of chained list output in html template by the data link table that plug-in unit arranges by framework and html template binding.
Specifically Fig. 9 can be consulted.
Use framework of the present invention, WEB issuing steps is:
Step one: by HTML, html template carries out redundant character compression, and this does not affect browser resolves but can reduce number of characters;
Reduce file size;
Remove annotation;
Remove HTML, " " in html template file, the format effector such as " t n ";
Be empty label compression by content as <ahref=" # " ></a> boil down to <ahref=" # "/>;
Function name longer in javascript is replaced to short function name;
Step 2: use gzip to do two-stage compression
Use GZIP by the compression of the html template page, if judge when reading html template that file suffixes is .gz compression, then changed into by original direct file reading and separate extrusion file data from compressed package, consume with the regular hour and exchange space for;
The rear page space of introducing GZIP compression takies minimizing and reaches more than 60%.
Present invention uses FastCGI technology and solve the slow problem of traditional CGI speed responsive; Employ plug-in unit to carry out business development and ensure that framework is small and exquisite generally uses flexibly; Use html template technology to realize the page and show the MVC structure be separated completely with logic; Use two-stage compression fully to reduce page space to take; Support to be convenient to WEB service exploitation to the conventional operation such as Session, HTTPheader API.Framework concentrate the application scenarios on absorbed low profile edge equipment achieve a superior performance, exploitation fast, the excellent and WEB Development Framework of compact of structure.
The foregoing is only better enforcement use-case of the present invention, be not intended to limit protection scope of the present invention.Within the spirit and principles in the present invention all, any amendment done, equivalent replacement and improvement etc., all should be included within protection scope of the present invention.

Claims (3)

1., based on the embedded type WEB MVC Development Framework of FastCGI and html template, this framework runs and relies on FastCGI process manager and web page server downwards, upwards for WebAppPlugin business logic processing module provides service; It is characterized in that: this framework comprises FastCGI subprocess module, request distributes control module, detectaphone administration module, business plug-in management module, Session session control module, coding/decoding module, data reception module, data response output module and html template module;
Described FastCGI subprocess module: communicated with described web page server by Socket or PIPE, for blocking the connection waiting for described FastCGI process manager; When receiving the request of browser, described web page server and this module connect, and data are passed over, and after this module completes process, standard output and error message are returned described web page server from same connection; When this module closes connection, request process completes; This module is then waited for and the next one processed from the FastCGI process manager operated in web page server connects; If process has exited in CGI pattern, then result data is passed to web page server and closes connection, then obstruction wait connects next time;
Described request distributes control module: when the request of being responsible for arrives, and uses multithreading to distribute control treatment to request; This module, from FastCGI process manager obtaining request, is first called described data reception module and is encapsulated by page data, then call described Session session control module refresh Session, after give described detectaphone administration module by request;
Described detectaphone administration module: be responsible for according to configuration file dynamic load, the business detectaphone plug-in unit managing described WebAppPlugin business logic processing module; Detectaphone container distributes control module obtaining request from described request, give each detectaphone according to configuration by request to process one by one, whether detectaphone processes rear basis and returns results decision and continue to process this request, processing data response output module as described in then returning if do not needed, as processed, request being given described business plug-in management module;
Described business plug-in management module: be responsible for according to configuration file dynamic load business plug-in unit, manage the business processing plug-in unit of described WebAppPlugin business logic processing module; This module carries out corresponding business logic processing after receiving the request of described detectaphone administration module, now user optionally can determine that directly piecing together html template outputs to client or result data be encapsulated into a chained list by result, and arranges described html template module by this template output HTML to client;
Described Session session control module: for user's secondary development provides conversation control function, this session control utilizes cookie to realize, to the Sessionid arranging a Cookie during browser return data and carry a string stochastic generation, in this Sessionid and Session container, certain Session object is set up and is associated one to one simultaneously; Can bring Cookie when request initiated again by browser, described web page server obtains this Cookie and finds Sessionid to find Session object again, with the session between the multiple request of this object maintenance; When browser certain hour not and web server request time, the destruction of Session auto-timeout;
Described coding/decoding module: complete URL, the encoding and decoding of HTML special character;
Described data reception module: encapsulation is unified to the data that request is submitted to, to the difference that application layer shielding GET submits to and POST submits to, user obtains list, cookie, files passe data by this modules A PI;
Described data response output module: http response signaling is carried out that encapsulation provides redirected, status code, response contents type, character code, the support of HTML output function;
Described html template module: realize content by using service end label and dynamically replace, label comprises data output label, Logic judgment label, cycle control label, file comprise label four class.
2. as claimed in claim 1 based on the embedded type WEB MVC Development Framework of FastCGI and html template, it is characterized in that: described detectaphone administration module dynamic load business detectaphone plug-in unit, specifically comprise: framework definition detectaphone interface, detectaphone plug-in unit realizes plug-in unit class according to handover interface specification, plug-in unit is created function name and add plug-in card configuration file to, resolve configuration file when detectaphone module starts and find establishment function creation plug-in unit example.
3. as claimed in claim 1 based on the embedded type WEB MVC Development Framework of FastCGI and html template, it is characterized in that: described business plug-in management module dynamic load business plug-in unit, specifically comprise: framework definition business card i/f, business plug-in unit realizes plug-in unit class according to card i/f specification, plug-in unit being created function name joins in plug-in card configuration file, resolves configuration file and find establishment function creation plug-in unit example when business card module starts.
CN201210350593.5A 2012-09-19 2012-09-19 Based on the embedded type WEB MVC Development Framework of FastCGI and html template Active CN102902537B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210350593.5A CN102902537B (en) 2012-09-19 2012-09-19 Based on the embedded type WEB MVC Development Framework of FastCGI and html template

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210350593.5A CN102902537B (en) 2012-09-19 2012-09-19 Based on the embedded type WEB MVC Development Framework of FastCGI and html template

Publications (2)

Publication Number Publication Date
CN102902537A CN102902537A (en) 2013-01-30
CN102902537B true CN102902537B (en) 2016-03-30

Family

ID=47574784

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210350593.5A Active CN102902537B (en) 2012-09-19 2012-09-19 Based on the embedded type WEB MVC Development Framework of FastCGI and html template

Country Status (1)

Country Link
CN (1) CN102902537B (en)

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104168250B (en) * 2013-05-15 2018-06-15 腾讯科技(深圳)有限公司 Business Process Control method and device based on CGI frames
CN103617037B (en) * 2013-11-27 2017-12-08 邵寻 Development approach and web development system for web development system
CN104166560A (en) * 2014-06-11 2014-11-26 深圳德协保税电子商务有限公司 Plug-in framework realization method based on MVC and AutoFac
CN104598513B (en) * 2014-11-03 2018-05-01 腾讯科技(成都)有限公司 A kind of method of data flow control and system based on web page frame
CN106293688B (en) * 2015-06-26 2019-09-06 阿里巴巴集团控股有限公司 A kind of processing method of web-page requests, device and system
CN104965909B (en) * 2015-07-03 2018-03-30 上海沃恩信息科技有限公司 A kind of request processing method of dynamic web content
CN105260183B (en) * 2015-10-14 2019-03-15 浪潮(北京)电子信息产业有限公司 A kind of accessing page request response method and system based on C++
CN105607898B (en) * 2015-10-21 2019-02-12 浪潮(北京)电子信息产业有限公司 A kind of dynamic website development approach and system
CN105204870B (en) * 2015-10-28 2019-03-01 北京奇虎科技有限公司 The access method of shell script, apparatus and system
CN106775775B (en) * 2017-01-24 2023-07-14 深圳市启仑智能科技有限公司 OpenResity-based high-performance MVC framework
CN108366119A (en) * 2018-02-12 2018-08-03 天津天地伟业信息系统集成有限公司 A method of equipment control is realized based on embedded device CGI
CN109347894A (en) * 2018-08-10 2019-02-15 锐捷网络股份有限公司 Manage method, manager, equipment and the medium of FastCGI process
CN112054935B (en) * 2019-06-06 2022-02-01 烽火通信科技股份有限公司 Extensible service quality diagnosis configuration method and system
CN110808977B (en) * 2019-10-31 2021-09-14 重庆佳锐颖科技发展有限公司 Development system and method for avoiding XSS vulnerability of Web program
CN111767089A (en) * 2020-06-28 2020-10-13 北京百度网讯科技有限公司 Method, device and equipment for loading file and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7089560B1 (en) * 2000-07-24 2006-08-08 Sun Microsystems, Inc. Architecture for building web applications
CN101158896A (en) * 2007-08-31 2008-04-09 南京联创科技股份有限公司 Service assemblage based on MVC and method for page moulding development WEB platform
CN101478655A (en) * 2008-12-31 2009-07-08 深圳市同洲电子股份有限公司 Interface development displaying method, system and network server for digital television reception terminal
CN101587435A (en) * 2008-05-19 2009-11-25 北京亿企通信息技术有限公司 Method for realizing MVC

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7089560B1 (en) * 2000-07-24 2006-08-08 Sun Microsystems, Inc. Architecture for building web applications
CN101158896A (en) * 2007-08-31 2008-04-09 南京联创科技股份有限公司 Service assemblage based on MVC and method for page moulding development WEB platform
CN101587435A (en) * 2008-05-19 2009-11-25 北京亿企通信息技术有限公司 Method for realizing MVC
CN101478655A (en) * 2008-12-31 2009-07-08 深圳市同洲电子股份有限公司 Interface development displaying method, system and network server for digital television reception terminal

Also Published As

Publication number Publication date
CN102902537A (en) 2013-01-30

Similar Documents

Publication Publication Date Title
CN102902537B (en) Based on the embedded type WEB MVC Development Framework of FastCGI and html template
CN108449418B (en) Hybrid cloud platform management system and method
CN102945169A (en) Native APP fused Web APP development system based on Android
CN108512748A (en) A kind of implementation method of micro services gateway
CN108055248A (en) Remote invocation method, server and storage medium based on dubbo frames
CN102123158A (en) Method and system for realizing network data processing
CN103179133B (en) Based on the client of entity class and the method for server communication
CN106559251A (en) A kind of Compilation Method and corresponding interface, component and system based on YANG models
CN104252339A (en) Method and device for developing interface layers and realizing data interaction of interface layers
CN101894059A (en) Method and system for detecting operating condition
CN101334872B (en) Electronic government documents exchanging method based on web service
EP2429150A1 (en) Apparatus, web service component and method based on web service
CN104580073B (en) A kind of method and apparatus for realizing message transmission between heterogeneous system
CN105763619A (en) Method and device for communication of client and server
CN110287040A (en) A kind of realization system of remote call service frame
CN103647706A (en) Self-adaptation protocol communication gateway and communication platform
CN111294235A (en) Data processing method, device, gateway and readable storage medium
CN107332857A (en) A kind of network data transmission method, device, system and storage medium
CN103812953A (en) Communication interface system of micro-control unit and ARM (advanced RISC (reduced instruction-set computer) machines) processor
CN106230889A (en) Mobile solution Service Component method for managing resource and system
CN105721451A (en) Extensible Modbus protocol analyzing method and device
CN105975415A (en) Peripheral device management control apparatus, method and system
CN104363212B (en) A kind of socket communication semantemes analytic method and application system based on Lua
CN105812241A (en) Enterprise application integration method and system based on Spring Integration
CN103561113B (en) The generation method and device of Web Service interface

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant