CN103885780A - Website development method and server - Google Patents

Website development method and server Download PDF

Info

Publication number
CN103885780A
CN103885780A CN201410124192.7A CN201410124192A CN103885780A CN 103885780 A CN103885780 A CN 103885780A CN 201410124192 A CN201410124192 A CN 201410124192A CN 103885780 A CN103885780 A CN 103885780A
Authority
CN
China
Prior art keywords
module
request
raw data
data
database
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
CN201410124192.7A
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.)
Shenzhen Skyworth RGB Electronics Co Ltd
Original Assignee
Shenzhen Skyworth RGB Electronics 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 Shenzhen Skyworth RGB Electronics Co Ltd filed Critical Shenzhen Skyworth RGB Electronics Co Ltd
Priority to CN201410124192.7A priority Critical patent/CN103885780A/en
Publication of CN103885780A publication Critical patent/CN103885780A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a website development method and a server. The method includes the following steps that when a Servlet module receives a request sent by a browser, the Servlet module sends the request to an SQL module; the SQL module obtains original data from a data base according to the request and returns the original data to the Servlet module; the Servlet module conducts corresponding processing to the returned original data according to the type of the request, and returns the processed original data to the brower. The website development method and the server are capable of unitarily developing each functional module of the website server, reducing development difficulty and improving expandability.

Description

The development approach of website and server
Technical field
The present invention relates to Website development technical field, relate in particular to development approach and the server of website.
Background technology
Along with popularizing of network, the application of website is more and more wider, due to the dirigibility of website application system, makes client's individual demand more and more, and this just needs method of exploitation can constantly change to meet different needs.In prior art, there is the development approach of two kinds of websites:
One method is that JSP module and JavaBean module are set in server, as shown in Figure 1, is undertaken alternately, obtaining data by JavaBean module from database by JSP module and browser.This development approach has following deficiency: 1, because the front end exploitation of doing Website development is generally art designing personnel, art designing personnel generally just grasp basic operation to Java programming knowledge, and the JSP module of this development approach comprises a large amount of need Java code to be processed, the inadequate simplification of function of JSP module, art designing personnel are being difficult to carry out professional processing aspect Java programming.2, JavaBean module has comprised and from database, obtains data and the data of obtaining are processed, and when the further developing web of needs or while developing new website, need to make larger amendment, poor expandability.
Another kind method is that Servlet module is set in server, JSP module and JavaBean module, as shown in Figure 2, undertaken alternately by JSP module and Servlet module and browser, from database, obtain data by JavaBean module, JavaBean module has comprised equally to be obtained data and the data of obtaining is processed from database, this development approach has following deficiency: Servlet module, between JSP module and JavaBean module, need to link up between two, flow process complexity, when the further developing web of needs or while developing new website, need to make larger amendment, poor expandability.
Foregoing only, for auxiliary understanding technical scheme of the present invention, does not represent and admits that foregoing is prior art.
Summary of the invention
Fundamental purpose of the present invention is to provide a kind of development approach and server of website, is intended to the each functional module in the server of simplification developing web, reduces development difficulty, improves extensibility.
For achieving the above object, the development approach of a kind of website provided by the invention, comprises the following steps:
When Servlet module receives after the request of browser transmission, described request is sent to SQL module;
SQL module is obtained raw data from database according to described request, and described raw data is back to described Servlet module;
Described Servlet module is processed the raw data of returning accordingly according to the type of request, and raw data after treatment is back to browser.
Preferably, described Servlet module is processed the raw data of returning accordingly according to the type of request, and the step that raw data after treatment is back to browser is comprised:
In the time that the type of described request is Ajax request, is corresponding XML form by described original data processing, and the raw data of XML form is sent to browser;
In the time that the type of described request is HTTP request, described raw data is defined as to data structure body, and is sent to JSP module, send demonstration data to browser with the demonstration Data Concurrent obtaining by described JSP module in described data structure body.
Preferably, the described type when request is HTTP when request, and described raw data is defined as to data structure body, and the step that is sent to JSP module comprises:
Extract described raw data, the raw data of extracting is modified;
Amended raw data is defined as to data structure body, and is sent to JSP module.
Preferably, described SQL module is obtained raw data from database according to described request, and comprises before described raw data is back to the step of described Servlet module:
SQL module is connected with described Database.
Preferably, described SQL module comprises with the step that described Database is connected:
After the database connection pool initialization of SQL module, in described database connection pool, create multiple connecting objects;
Ad hoc approach by database connection pool obtains an idle connecting object from described multiple connecting objects, is connected with described Database by the connecting object of described free time.
The present invention also provides a kind of server, described server comprises Servlet module, SQL module and JSP module, described Servlet module is connected with described SQL module, JSP module and browser respectively, described SQL module is connected with described Servlet module and database respectively, and described JSP module is connected with described browser;
Described Servlet module, for receiving after the request of browser transmission, is sent to SQL module by described request; Also, for according to the type of request, the raw data of returning being processed accordingly, and raw data after treatment is back to browser.
Described SQL module, for obtaining raw data according to described request from database, and is back to described Servlet module by described raw data.
Preferably, described Servlet module comprises:
Ajax requesting processing, for being Ajax when request when the type of described request, is corresponding XML form by described original data processing, and the raw data of XML form is sent to browser;
HTTP requesting processing, be used in the time that the type of described request is HTTP request, described raw data is defined as to data structure body, and is sent to JSP module, send demonstration data to browser with the demonstration Data Concurrent obtaining by described JSP module in described data structure body.
Preferably, described HTTP requesting processing comprises:
Amendment subelement, for extracting described raw data, modifies to the raw data of extracting;
Definition subelement, for amended raw data is defined as to data structure body, and is sent to JSP module.
Preferably, described SQL module is also for being connected with described Database.
Preferably, described SQL module is connected with described Database by database connection pool, and described database connection pool comprises:
Create subelement, after the database connection pool initialization in SQL module, in described database connection pool, create multiple connecting objects;
Connexon unit, obtains an idle connecting object for the ad hoc approach by database connection pool from described multiple connecting objects, is connected with described Database by the connecting object of described free time.
The development approach of a kind of website of the present invention and server, be the functional module such as Servlet module and SQL module by the procedure division in the server of developing web, JavaBean module of the prior art is obtained to raw data and the raw data of obtaining is processed to these two kinds of functions accordingly from database and be divided in different functional modules, make SQL module of the present invention only from database, obtain raw data, the request of Servlet resume module browser and the raw data of SQL module being returned according to the type of request are processed accordingly, the simplification more of the function of each module, developer's technology is grasped and required to reduce, and in the time needing further developing web or develop new website, in terms of existing technologies, do not need to make larger amendment, reduce development difficulty, extensibility is better.
Brief description of the drawings
Fig. 1 is the structural representation of the server of Website development in prior art;
Fig. 2 is structural representation after prior art is improved server shown in Fig. 1;
Fig. 3 is the schematic flow sheet of development approach first embodiment of website of the present invention;
Fig. 4 is the schematic flow sheet of development approach second embodiment of website of the present invention;
Fig. 5 is the schematic flow sheet of the refinement that is connected with Database shown in Fig. 4;
Fig. 6 is the structural representation of the exploitation server of website of the present invention;
Fig. 7 is the refined structure schematic diagram of an embodiment shown in Fig. 6.
Realization, functional characteristics and the advantage of the object of the invention, in connection with embodiment, are described further with reference to accompanying drawing.
Embodiment
Should be appreciated that specific embodiment described herein, only in order to explain the present invention, is not intended to limit the present invention.
The invention provides a kind of development approach of website, with reference to Fig. 3, in one embodiment, the method comprises:
Step S101, when Servlet module receives after the request of browser transmission, is sent to SQL module by described request;
In the present embodiment, be multiple functional modules by the procedure division in the server of developing web, comprise Servlet module, SQL module and JSP module.
Wherein Servlet module is a class in Java programming language, is used to the function of expansion servers, and Servlet module is the application program that can visit by " request-response " programming model in server.Although Servlet module can produce response to the request of any type, the application program of the server that is conventionally only used for expanding Website development.Servlet module runs in server, does not need a graphic user interface to show.The place that does not need graphic user interface to upgrade at some, Servlet module can be used as background service and carrys out response request, as the request of response Ajax, can improve like this efficiency of Website development.SQL(Structured Query Language, Structured Query Language (SQL)) module is the functional module of a kind of data base querying and programming language, for access data and inquiry, renewal and administrative relationships Database Systems.SQL is senior deproceduring programming language, allows user to work in high level data structure.Do not require that user specifies the deposit method to data, do not need user to understand concrete deposit data mode yet, there is the disparate databases system of complete different fabrics, can use identical Structured Query Language (SQL) as data input and the interface of managing.
The request of all browsers of the present embodiment all by Servlet module responds, comprises Ajax request or HTTP request etc., and calls SQL module by Servlet module, this request is sent to SQL module.
Step S102, SQL module is obtained raw data from database according to described request, and described raw data is back to described Servlet module;
In the present embodiment, raw data is generally the form data in database.SQL module is called the method for obtaining raw data and from database, is obtained raw data, and raw data is back to Servlet module is further processed.In SQL module, encapsulate the correlation technique and the interface that from database, obtain data, and Servlet module and database have been separated.
SQL module provides the operation of data acquisition related fields, and calls for Servlet module.SQL module can be carried out function division to operations such as interpolation, inquiry, amendment and deletions, and defines the unified interface of each operation, makes the versatility of Servlet module stronger.The exploitation of SQL module does not need developer to relate to the technology of JSP module and Servlet Development of Module aspect, function is simplification comparatively, when the further developing web of needs or while developing new website, in terms of existing technologies, do not need to make larger amendment, extensibility is better.
Step S103, described Servlet module is processed the raw data of returning accordingly according to the type of request, and raw data after treatment is back to browser.
Wherein, request can be divided into Ajax request and HTTP request according to type, Servlet module is processed raw data according to different requests, when HTTP request is asked in this way, needing Servlet module is data structure body to original data processing, and send to JSP module to obtain demonstration data, finally just send to browser to show demonstration data.
In the present embodiment, the request of Servlet module responds browser, calls SQL module, forms the needed corresponding data of request.If need the data that show, data passed to the corresponding JSP of JSP module interface and show; If do not need the data that show, but the Asynchronous Request of browser, returns to the data of corresponding format, feedback browser result.
Compared with prior art, the present embodiment is the functional module such as Servlet module and SQL module by the procedure division in the server of developing web, JavaBean module of the prior art is obtained to raw data and the raw data of obtaining is processed to these two kinds of functions accordingly from database and be divided in different functional modules, make the SQL module of the present embodiment only from database, obtain raw data, the request of Servlet resume module browser and the raw data of SQL module being returned according to the type of request are processed accordingly, the simplification more of the function of each module, developer's technology is grasped and required to reduce, and in the time needing further developing web or develop new website, in terms of existing technologies, do not need to make larger amendment, reduce development difficulty, extensibility is better.
In a preferred embodiment, Servlet module is processed the raw data of returning accordingly according to the type of request described in above-mentioned steps S103, and the step that raw data after treatment is back to browser is comprised:
In the time that the type of described request is Ajax request, is corresponding XML form by described original data processing, and the raw data of XML form is sent to browser; In the time that the type of described request is HTTP request, described raw data is defined as to data structure body, and is sent to JSP module, send demonstration data to browser with the demonstration Data Concurrent obtaining by described JSP module in described data structure body.
In the present embodiment, in the time that the type of request is Ajax request, Servlet module is carried out Asynchronous Request processing, owing to only need to refreshing certain part at the interface of browser, Servlet module is returned to raw data according to corresponding XML form after receiving that Ajax asks, and browser end is received after the raw data of XML form, by the JavaScript resolution data of browser, refresh the appropriate section at the interface of browser.
In addition, in the time that the type of request is HTTP request, show to return new page to browser, the full page that is browser need to refresh, Servlet module is received after HTTP request, Servlet module is the Raw Data Generation data structure body returning, then data structure body is sent to JSP module, send and shows that data are to browser to obtain demonstration Data Concurrent in data structure body by JSP module.
In a preferred embodiment, above-mentioned steps, when the type of request is HTTP when request, is defined as data structure body by described raw data, and the step that is sent to JSP module comprises: extract described raw data, the raw data of extracting is modified; Amended raw data is defined as to data structure body, and is sent to JSP module.
In the present embodiment, in the time that the type of request is HTTP request, generally need to modify to the raw data of extracting, amended raw data is defined as to data structure body, in addition, also can not modify to the raw data of extracting according to actual conditions, but directly raw data is defined as to data structure body, and be sent to JSP module.
In a preferred embodiment, as shown in Figure 4, on the basis of the embodiment of above-mentioned Fig. 3, the present embodiment obtains raw data from database according to described request in SQL module, and also comprise that step S104:SQL module is connected with described Database before described raw data is back to the step of described Servlet module.
Particularly, incorporated by reference to consulting Fig. 5, the step that step S104SQL module is connected with Database comprises:
Step S1041 after the database connection pool initialization of SQL module, creates multiple connecting objects in described database connection pool;
Step S1042 obtains an idle connecting object by the ad hoc approach of database connection pool from described multiple connecting objects, is connected with described Database by the connecting object of described free time.
The major parameter of database connection pool has server ip address, port, login username, login password, connection to drive title (MySQL, Access and Oracle etc.), connection pool size etc., and these parameters are kept in configuration file.User configures after correlation parameter, need not be concerned about how SQL module is connected with database, only need to obtain and being connected of database by the getConnection method of database connection pool.After using, then call releaseConnection method and discharge this connection.
The present invention also provides a kind of server, as shown in Figure 6, server 200 comprises Servlet module 203, SQL module 202 and JSP module 201, Servlet module 203 is connected with 202 of SQL moulds, JSP module 201 and browser 100 respectively, SQL module 202 is connected with Servlet module 203 and database 300 respectively, JSP module 201 is connected with browser 100, wherein:
Servlet module 203, for receiving after the request that browser 100 sends, sends the request to SQL module 202; Also, for according to the type of request, the raw data of returning being processed accordingly, and raw data after treatment is back to browser 100.
SQL module 202, for obtaining raw data according to described request from database 300, and is back to described Servlet module 203 by described raw data.
In the present embodiment, be multiple functional modules by the procedure division in the server of developing web 200, comprise Servlet module 203, SQL module 202 and JSP module 201.
Wherein Servlet module 203 is classes in Java programming language, is used to the function of expansion servers, and Servlet module 203 is the application programs that can visit by " request-response " programming model in server 200.Although Servlet module 203 can produce response to the request of any type, the application program of the server 200 that is conventionally only used for expanding Website development.Servlet module 203 runs in server 200, does not need a graphic user interface to show.The place that does not need graphic user interface to upgrade at some, Servlet module 203 can be used as background service and carrys out response request, as the request of response Ajax, can improve like this efficiency of Website development.SQL(Structured Query Language, Structured Query Language (SQL)) module 202 is functional modules of a kind of data base querying and programming language, for access data and inquiry, renewal and administrative relationships Database Systems.SQL is senior deproceduring programming language, allows user to work in high level data structure.Do not require that user specifies the deposit method to data, do not need user to understand concrete deposit data mode yet, there is the disparate databases system of complete different fabrics, can use identical Structured Query Language (SQL) as data input and the interface of managing.
The request of all browsers 100 of the present embodiment is all responded by Servlet module 203, comprises Ajax request or HTTP request etc., and calls SQL module 202 by Servlet module 203, and this request is sent to SQL module 202.
In the present embodiment, raw data is generally the form data in database.SQL module 202 is called the method for obtaining raw data and obtain raw data from database 300, and raw data is back to Servlet module 203 is further processed.The interior correlation technique and the interface that obtain data from database 300 of having encapsulated of SQL module 202, and Servlet module 203 and database 300 are separated.
SQL module 202 provides the operation of data acquisition related fields, and calls for Servlet module 203.SQL module 202 can be carried out function division to operations such as interpolation, inquiry, amendment and deletions, and defines the unified interface of each operation, makes the versatility of Servlet module 203 stronger.The exploitation of SQL module 202 does not need developer to relate to the technology of JSP module 201 and Servlet module 203 exploitation aspects, function is simplification comparatively, when the further developing web of needs or while developing new website, in terms of existing technologies, do not need to make larger amendment, extensibility is better.
Wherein, request can be divided into Ajax request and HTTP request according to type, Servlet module 203 is processed raw data according to different requests, when HTTP request is asked in this way, needing Servlet module 203 is data structure body to original data processing, and send to JSP module 201 to obtain demonstration data, finally just send to browser 100 to show demonstration data.
In the present embodiment, Servlet module 203 responds the request of browser 100, calls SQL module 202, forms the needed corresponding data of request.If need the data that show, data passed to JSP module 201 corresponding JSP interfaces and show; If do not need the data that show, but the Asynchronous Request of browser 100, returns to the data of corresponding format, feedback browser 100 results.
In a preferred embodiment, as shown in Figure 7, Servlet module 203 comprises:
Ajax requesting processing 2031, for being Ajax when request when the type of described request, is corresponding XML form by described original data processing, and the raw data of XML form is sent to browser;
HTTP requesting processing 2032, be used in the time that the type of described request is HTTP request, described raw data is defined as to data structure body, and is sent to JSP module, send demonstration data to browser with the demonstration Data Concurrent obtaining by described JSP module in described data structure body.
In the present embodiment, in the time that the type of request is Ajax request, Ajax requesting processing 2031 is carried out Asynchronous Request processing, owing to only need to refreshing certain part at the interface of browser 100, Ajax requesting processing 2031 is returned to raw data according to corresponding XML form after receiving that Ajax asks, and browser 100 ends are received after the raw data of XML form, by the JavaScript resolution data of browser 100, refresh the appropriate section at the interface of browser 100.
In addition, in the time that the type of request is HTTP request, show to return new page to browser 100, the full page that is browser 100 need to refresh, HTTP requesting processing 2032 is received after HTTP request, HTTP requesting processing 2032 is the Raw Data Generation data structure body returning, then data structure body is sent to JSP module 201, send and shows that data are to browser 100 to obtain demonstration Data Concurrent in data structure body by JSP module 201.
In a preferred embodiment, above-mentioned HTTP request processing unit 2032 comprises: amendment subelement, for extracting described raw data, the raw data of extracting is modified; Definition subelement, for amended raw data is defined as to data structure body, and is sent to JSP module.
In the present embodiment, in the time that the type of request is HTTP request, generally need to modify to the raw data of extracting, amended raw data is defined as to data structure body, in addition, also can not modify to the raw data of extracting according to actual conditions, but directly raw data is defined as to data structure body, and be sent to JSP module.
In a preferred embodiment, please continue to refer to Fig. 7, SQL module 202 is also for connecting with described database 300.SQL module 202 connects by database connection pool 2021 and described database 300, database connection pool 2021 comprises: create subelement, for after the database connection pool initialization of SQL module, in described database connection pool, create multiple connecting objects; Connexon unit, obtains an idle connecting object for the ad hoc approach by database connection pool from described multiple connecting objects, is connected with described Database by the connecting object of described free time.
The major parameter of database connection pool has server ip address, port, login username, login password, connection to drive title (MySQL, Access and Oracle etc.), connection pool size etc., and these parameters are kept in configuration file.User configures after correlation parameter, need not be concerned about how SQL module is connected with database, only need to obtain and being connected of database by the getConnection method of database connection pool.After using, then call releaseConnection method and discharge this connection.
The development approach of a kind of website of the present invention and server, be the functional module such as Servlet module and SQL module by the procedure division in the server of developing web, JavaBean module of the prior art is obtained to raw data and the raw data of obtaining is processed to these two kinds of functions accordingly from database and be divided in different functional modules, make SQL module of the present invention only from database, obtain raw data, the request of Servlet resume module browser and the raw data of SQL module being returned according to the type of request are processed accordingly, the simplification more of the function of each module, developer's technology is grasped and required to reduce, and in the time needing further developing web or develop new website, in terms of existing technologies, do not need to make larger amendment, reduce development difficulty, extensibility is better.
The invention described above embodiment sequence number, just to describing, does not represent the quality of embodiment.Through the above description of the embodiments, those skilled in the art can be well understood to the mode that above-described embodiment method can add essential general hardware platform by software and realize, can certainly pass through hardware, but in a lot of situation, the former is better embodiment.Based on such understanding, the part that technical scheme of the present invention contributes to prior art in essence in other words can embody with the form of software product, this computer software product is stored in a storage medium (as ROM/RAM, magnetic disc, CD), comprise that some instructions (can be mobile phones in order to make a station terminal equipment, computing machine, server, or the network equipment etc.) carry out the method described in each embodiment of the present invention.
These are only the preferred embodiments of the present invention; not thereby limit the scope of the claims of the present invention; every equivalent structure or conversion of equivalent flow process that utilizes instructions of the present invention and accompanying drawing content to do; or be directly or indirectly used in other relevant technical fields, be all in like manner included in scope of patent protection of the present invention.

Claims (10)

1. a method for Website development, is characterized in that, comprises the following steps:
When Servlet module receives after the request of browser transmission, described request is sent to SQL module;
SQL module is obtained raw data from database according to described request, and described raw data is back to described Servlet module;
Described Servlet module is processed the raw data of returning accordingly according to the type of request, and raw data after treatment is back to browser.
2. the method for claim 1, is characterized in that, described Servlet module is processed the raw data of returning accordingly according to the type of request, and the step that raw data after treatment is back to browser is comprised:
In the time that the type of described request is Ajax request, is corresponding XML form by described original data processing, and the raw data of XML form is sent to browser;
In the time that the type of described request is HTTP request, described raw data is defined as to data structure body, and is sent to JSP module, send demonstration data to browser with the demonstration Data Concurrent obtaining by described JSP module in described data structure body.
3. method as claimed in claim 2, is characterized in that, the described type when request is HTTP when request, and described raw data is defined as to data structure body, and the step that is sent to JSP module comprises:
Extract described raw data, the raw data of extracting is modified;
Amended raw data is defined as to data structure body, and is sent to JSP module.
4. the method as described in claim 1,2 or 3, is characterized in that, described SQL module is obtained raw data from database according to described request, and comprises before described raw data is back to the step of described Servlet module:
SQL module is connected with described Database.
5. method as claimed in claim 4, is characterized in that, described SQL module comprises with the step that described Database is connected:
After the database connection pool initialization of SQL module, in described database connection pool, create multiple connecting objects;
Ad hoc approach by database connection pool obtains an idle connecting object from described multiple connecting objects, is connected with described Database by the connecting object of described free time.
6. a server, it is characterized in that, described server comprises Servlet module, SQL module and JSP module, described Servlet module is connected with described SQL module, JSP module and browser respectively, described SQL module is connected with described Servlet module and database respectively, and described JSP module is connected with described browser;
Described Servlet module, for receiving after the request of browser transmission, is sent to SQL module by described request; Also, for according to the type of request, the raw data of returning being processed accordingly, and raw data after treatment is back to browser.
Described SQL module, for obtaining raw data according to described request from database, and is back to described Servlet module by described raw data.
7. server as claimed in claim 6, is characterized in that, described Servlet module comprises:
Ajax requesting processing, for being Ajax when request when the type of described request, is corresponding XML form by described original data processing, and the raw data of XML form is sent to browser;
HTTP requesting processing, be used in the time that the type of described request is HTTP request, described raw data is defined as to data structure body, and is sent to JSP module, send demonstration data to browser with the demonstration Data Concurrent obtaining by described JSP module in described data structure body.
8. server as claimed in claim 7, is characterized in that, described HTTP requesting processing comprises:
Amendment subelement, for extracting described raw data, modifies to the raw data of extracting;
Definition subelement, for amended raw data is defined as to data structure body, and is sent to JSP module.
9. the server as described in claim 6,7 or 8, is characterized in that, described SQL module is also for being connected with described Database.
10. server as claimed in claim 9, is characterized in that, described SQL module is connected with described Database by database connection pool, and described database connection pool comprises:
Create subelement, after the database connection pool initialization in SQL module, in described database connection pool, create multiple connecting objects;
Connexon unit, obtains an idle connecting object for the ad hoc approach by database connection pool from described multiple connecting objects, is connected with described Database by the connecting object of described free time.
CN201410124192.7A 2014-03-28 2014-03-28 Website development method and server Pending CN103885780A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410124192.7A CN103885780A (en) 2014-03-28 2014-03-28 Website development method and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410124192.7A CN103885780A (en) 2014-03-28 2014-03-28 Website development method and server

Publications (1)

Publication Number Publication Date
CN103885780A true CN103885780A (en) 2014-06-25

Family

ID=50954690

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410124192.7A Pending CN103885780A (en) 2014-03-28 2014-03-28 Website development method and server

Country Status (1)

Country Link
CN (1) CN103885780A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260252A (en) * 2015-10-15 2016-01-20 深圳中兴力维技术有限公司 System, apparatus and method for realizing JAVA system console input/output on web pages
CN106254418A (en) * 2016-07-13 2016-12-21 乐视控股(北京)有限公司 Website server Explore of Unified Management Ideas and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1945578A (en) * 2006-08-26 2007-04-11 福州开睿动力通信科技有限公司 Method for forming and applying high speed Wcb electronic map based on space data base and SVG
US20080201118A1 (en) * 2007-02-16 2008-08-21 Fan Luo Modeling a web page on top of HTML elements level by encapsulating the details of HTML elements in a component, building a web page, a website and website syndication on browser-based user interface
CN101604240A (en) * 2009-07-15 2009-12-16 中山大学 A kind of design method of purchase-sell-stock management system based on MVC
CN101710337A (en) * 2009-11-23 2010-05-19 北京市信息资源管理中心 Vector data release system
CN101788994A (en) * 2009-08-14 2010-07-28 成都迪捷信息技术有限公司 Method for constructing data display model and method and device for displaying data
CN101814095A (en) * 2010-04-09 2010-08-25 株洲南车时代电气股份有限公司 Real-time data ground mapping method and system thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1945578A (en) * 2006-08-26 2007-04-11 福州开睿动力通信科技有限公司 Method for forming and applying high speed Wcb electronic map based on space data base and SVG
US20080201118A1 (en) * 2007-02-16 2008-08-21 Fan Luo Modeling a web page on top of HTML elements level by encapsulating the details of HTML elements in a component, building a web page, a website and website syndication on browser-based user interface
CN101604240A (en) * 2009-07-15 2009-12-16 中山大学 A kind of design method of purchase-sell-stock management system based on MVC
CN101788994A (en) * 2009-08-14 2010-07-28 成都迪捷信息技术有限公司 Method for constructing data display model and method and device for displaying data
CN101710337A (en) * 2009-11-23 2010-05-19 北京市信息资源管理中心 Vector data release system
CN101814095A (en) * 2010-04-09 2010-08-25 株洲南车时代电气股份有限公司 Real-time data ground mapping method and system thereof

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
杨正洪,周发武: "《云计算和物联网》", 30 September 2011, 清华大学出版社 *
陈武 等: "基于Ajax技术的MVC模式在远程控制实验室中的应用", 《计算机系统应用》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105260252A (en) * 2015-10-15 2016-01-20 深圳中兴力维技术有限公司 System, apparatus and method for realizing JAVA system console input/output on web pages
CN105260252B (en) * 2015-10-15 2018-09-14 深圳中兴力维技术有限公司 The systems, devices and methods of the input/output of JAVA system control positions are realized on webpage
CN106254418A (en) * 2016-07-13 2016-12-21 乐视控股(北京)有限公司 Website server Explore of Unified Management Ideas and system

Similar Documents

Publication Publication Date Title
CN104885078B (en) For the method for the Two-phrase query optimization in MPP data-base cluster
CN101098248B (en) Method and system for implementing universal network management based on configuration describing document
EP3399435A1 (en) Method and device for processing short link, and short link server
CN101808051B (en) Application integration gateway and control method thereof
CN102591724B (en) Method and device for information interaction
CN102662993A (en) A method for providing page data
CN105760397B (en) Internet of things ontology model processing method and device
AU2017254506B2 (en) Method, apparatus, computing device and storage medium for data analyzing and processing
CN108319463A (en) A kind of application upgrade method, apparatus
CN112732466A (en) Service calling method, device and system
CN103761102A (en) Unified data service platform and implementation method thereof
CN109656688A (en) A kind of method that realizing distributed service rule, system and server
Zhang et al. Research on IOT RESTful web service asynchronous composition based on BPEL
CN102255969B (en) Representational-state-transfer-based web service security model
CN103581273B (en) A kind of distributed system performs method, the apparatus and system of business
CN110888672B (en) Expression engine implementation method and system based on metadata architecture
CN109117127A (en) Program code generation method, device and computer readable storage medium
CN110020243A (en) Querying method, device, Internet of Things server and the storage medium of internet of things data
CN103561113B (en) The generation method and device of Web Service interface
CN103885780A (en) Website development method and server
CN102752332B (en) A kind of service activation method and device
US8667061B2 (en) Achieving interoperability for web services using a map engine
CN108595479B (en) Web request processing method based on unified Web gateway
CN106371848A (en) Realization method of supporting Odata by web development framework
CN112214236A (en) Method for building management system of application architecture of software rapid development platform

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20140625