CN1921484A - User terminal/server framework based on browser - Google Patents

User terminal/server framework based on browser Download PDF

Info

Publication number
CN1921484A
CN1921484A CN 200610041547 CN200610041547A CN1921484A CN 1921484 A CN1921484 A CN 1921484A CN 200610041547 CN200610041547 CN 200610041547 CN 200610041547 A CN200610041547 A CN 200610041547A CN 1921484 A CN1921484 A CN 1921484A
Authority
CN
China
Prior art keywords
browser
server
client
xml
com
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 200610041547
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.)
ZTEsoft Technology Co Ltd
Original Assignee
ZTEsoft 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 ZTEsoft Technology Co Ltd filed Critical ZTEsoft Technology Co Ltd
Priority to CN 200610041547 priority Critical patent/CN1921484A/en
Publication of CN1921484A publication Critical patent/CN1921484A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a client/server structure based on browser, which can combine the advantages of present B/S and C/S structures. Wherein, it is characterized in that: it is based on B/S structure; the Browser uses javascript as program language, uses xml as data transmission protocol; the browser is embedded with client; and uses the javescript of browser as develop language; the browser can realize the information access and browse.

Description

A kind of user terminal/server framework based on browser
Technical field
The present invention relates to a kind of application service system framework, specifically a kind of user terminal/server framework based on browser.
Background technology
In current field of software development, B/S framework and C/S framework have become unavoidable two kinds of architecture modes.Early in the early 1990s, the C/S framework is just quite ripe.Along with popularizing of Internet technology, the B/S framework is born, and gained popularity.
The C/S framework claims Client/Server (client/server) again, and this structure is placed on data-base content on the long-range server, and corresponding software is installed on client computer.It is made of two parts: front end is a client computer, and promptly user interface (Client) combines expression and service logic, accepts user's request, and files a request to database service, normally a PC; The rear end is a server, i.e. data management (Server) is submitted to client with data, and client is calculated data and the result is presented to the user.Also to provide perfect safeguard protection and to the operations such as integrality processing of data, and allow a plurality of clients to visit same database simultaneously.
The B/S framework is Browser/Server (browser/server).It is the rise along with the Internet technology, to a kind of variation or the improved structure of C/S structure.Under this structure, the user job interface is to realize by the WWW browser, and few part affairs logic realizes at front end (Browser), but main affairs logic forms so-called three layers of 3-tier structure in server end (Server) realization.So just simplify client computer load greatly, alleviated the cost and the workload of system maintenance and upgrading, reduced user's overall cost (TCO).
B/S framework and C/S framework are all quite ripe as seeing, and have a very wide range of applications.But relatively these two kinds of technology will find that they are each has something to recommend him.In different applications, the advantage or the deficiency of planting are separately arranged.Below just two kinds of frameworks are carried out one simple relatively (as shown in table 1).
Table 1
The C/S framework The B/S framework
Advantage Client realizes linking to each other with the direct of server, there is not intermediate link, so the fast client's operation interface of response speed flexible design, the personalization of satisfying client self easily requires interface assembly abundant Have the distributivity characteristics, it is simple and convenient to carry out the professional expansion of Business Processing whenever and wherever possible, can increase server capability by the increase webpage safeguards simple and convenient, only need to change webpage, can realize the more newly developed synchronously simple of all users, sharing is strong
Inferior position Client realizes usually linking to each other with long the connection with server, therefore can reduce concurrent number owing to be the specific aim exploitation, therefore the characteristics that lack versatility, business change or change underaction, need redesign and exploitation, increased the difficulty of maintenance and management, the special installation program of client of the further business development more needs of difficulty, a little less than the distributed function, can not realize disposing fast and install and the configuration poor compatibility, for different developing instruments, be difficult to compatibility each other, have bigger limitation.If adopt different instruments, it is higher to rewrite the program development cost again, and the technical staff that need have certain professional level just can finish Personalization features obviously reduces, the habituation that can't realize having personalized designing requirement operation is to be the most basic mode of operation with mouse, can't satisfy the quick operating page dynamic refresh that requires, response speed obviously reduces the specificity printout and is difficult to realize, especially to printings such as bills, be difficult to realize overlapping lose out the function reduction, be difficult to realize that the specific function under the traditional mode requires the interface assembly autgmentability poor
Summary of the invention
The objective of the invention is pluses and minuses, a kind of user terminal/server framework based on browser that combines the two advantage is provided at existing B/S framework and C/S framework.
Technical scheme of the present invention is:
A kind of user terminal/server framework based on browser, it is characterized in that framework based on B/S, in browser, adopt javascript as programming language, xml is as Data Transport Protocol, in browser, realize the client part in the user terminal/server framework, and provide a kind of mode of carrying out data interaction, that is to say the processing that in browser, realizes service logic with browser at the Web server end, accept user's request, and carry out data interaction with server (Web server).Referring to Fig. 1.
The described function that realizes client in browser mainly refers to the processing of interface, service logic of man-machine interaction and mutual with data in server.Wherein man-machine interaction adopts the HTML of standard and javascrip+DOM to realize; The processing of service logic uses javascript as programming language, realizes in browser according to concrete business demand; With server be alternately with xml as the transmission agreement, in browser and server, realize the function of two-way serializing respectively, javascript object in the browser is turned to the xml text by sequence and is transferred to server, in the server end unserializing is the COM+ object, handling the back turns to the xml text at server end with sequence as a result and returns to browser, browser is the object of javascript with xml text unserializing again, to realize the mutual of data.
And in the user terminal/server framework based on browser, browser no longer has been to show data simply, also will bear the business logic processing of quite a few simultaneously.Browser need obtain a part of HTML content equally as showing, but being one, this part function assists, and no longer be the main function of browser.The client that realizes in browser, by the COM+ service method that the direct access server end of Web service provides, the result data of visit is organized into the javascript object, offers the processing that client is carried out service logic.Client uses these data objects to carry out the processing of service logic, and the result that will handle is organized as DHTML (dynamic HTML), gives browser and shows.So in fact the browser has here served as the client in the user terminal/server framework.
Described server is the Web server of standard, and it not only needs to provide the function of the page request of Web server, also needs to provide a kind of browser that allows the expression client directly visit the interface specification of its inner COM+ server.The browser of expression client carries out request of data with the xml agreement to server, the xml text is the COM+ object at server end by serializing factory unserializing, and call corresponding C OM+ method, the result of request turns to the xml text through serializing factory sequence again, reply the request of browser, for browser provides data, services.
Service logic based on the overwhelming majority in the user terminal/server framework of browser is all carried out in client, so server no longer needs to handle heavy service logic.Server in the user terminal/server framework can be divided into Web service and two parts of COM+ service.Web service still is similar to the Web service in the B/S framework, and for browser provides Web request and page data, but this part function is weakened.Its more importantly effect be to set up a bridge for client and COM+ service.COM+ service is the main realization of server end in the user terminal/server framework of browser, and it provides visit necessary data for client.Server in the user terminal/server framework mainly provides data, services thus.
The implementation procedure of the two-way serializing of above-described data is (referring to Fig. 2):
1, client will represent that the javascript object sequence of COM+ method and parameter turns to the information of xml form, and send request by the XMLHttpRequest object to Web server;
2, Web server extracts the parameter information that is formatted as xml wherein, and the information content is submitted to serializing factory handle after the request that receives from client;
3, serializing factory resolves the xml text, obtains the concrete COM+ method that needs visit, and the content of parameter unserializing that will adopt the xml form to represent is that COM+ serves the object that can visit, calls concrete COM+ method;
4, the content of COM+ service processing request, and the result that will handle returns to serializing factory;
The sequence as a result that serializing factory will handle turns to the text of xml form, and gives Web service with resultant content and return to client;
5, client is behind the result who receives from Web service, and the xml text unserializing of carrying out ecbatic is the javascript object, and client uses these objects to carry out the processing and the data display of service logic.
Beneficial effect of the present invention:
Browser C/S framework is a kind of architectural schemes based on the B/S framework, and is so it has inherited most of advantages of B/S framework, convenient as: distributivity, professional expansion, safeguard simple and need not according to client etc.Simultaneously, it has also solved some shortcomings in the B/S framework:
Page dynamic refresh.In Browser C/S framework, being undertaken by the XMLHttpRequest object alternately of content of pages realized not having the browsing mode that refreshes;
Can't satisfy quick operation.The function of javascript is very powerful, can carry out correspondingly to user's mouse and KeyEvent, realizes some quick operating requirements;
Function reduction is difficult to realize the specific function requirement under the traditional mode.Client in the Browser C/S framework can handle the service logic of quite being responsible for.
Except solving the deficiency in the B/S framework, Browser C/S framework also possesses the advantage in the C/S framework, as client's operation interface flexible design, satisfies client's self personalized requirement easily.
Description of drawings
Fig. 1 is the structural representation of framework of the present invention.
Fig. 2 is the schematic diagram of two-way serializing of the present invention.
Embodiment
The present invention is further illustrated below in conjunction with drawings and Examples.
Shown in Fig. 1-2.
A kind of user terminal/server framework based on browser, based on the B/S framework, in browser, adopt javascript as programming language, xml is as Data Transport Protocol, in browser, realize the client part in the user terminal/server framework, and provide a kind of mode of carrying out data interaction, that is to say the processing that in browser, realizes service logic with browser at the Web server end, accept user's request, and carry out data interaction with server (Web server).Referring to Fig. 1.Browser C/S framework of the present invention has been inherited the advantage (distributed, autgmentability is strong and safeguard simple etc.) of B/S framework, has also realized the content of number of C/S framework simultaneously, has overcome some shortcomings of B/S framework.
Browser C/S framework remains based on the B/S framework, in Browser, adopts javascript as programming language, and xml develops as Data Transport Protocol, a kind of architecture mode that is similar to the C/S framework.As shown in the figure, the Client end in the Browser C/S framework is embedded among the Browser (browser).It need visit server end by Browser.
Client end in the Browser C/S framework is the framework mode of a kind of Client (client) and Server (server end) with Server end C/S framework, since claim that Browser C/S is a kind of architecture mode of similar and C/S framework, how does that Browser C/S framework embody Client and Server again?
In Browser C/S framework, Client is embedded among the Browser, and the script javascript that use Browser carries realizes in Browser as development language.Is that say that we realize why Client? is there there what difference again with direct employing browser access browsing information? in traditional B/S framework, Browser (browser) just as the instrument of data access, obtain data and show the user from server exactly by its main function.Under this framework, browser is handled any service logic hardly, and all service logics all are to finish at server end, and what browser obtained from server end is exactly the HTML content of standard, only needs to resolve to show and get final product.
And in Browser C/S framework, browser no longer has been to show data simply, also will bear the business logic processing of quite a few simultaneously.Browser need obtain a part of HTML content equally as showing, but being one, this part function assists, and no longer be the main function of browser.The Client that realizes in browser, by the COM+ service method that the direct access server end of Web service provides, the result data of visit is organized into the javascript object, offers the processing that Client carries out service logic.Client uses these data objects to carry out the processing of service logic, and the result that will handle is organized as DHTML (dynamic HTML), gives browser and shows.So, realized the Client end in the C/S framework here.
Server in the Browser C/S framework also different with traditional B/S framework in Server.In traditional B/S framework, so Server has born business data processing almost, it is by application server or direct accessing database, and the data organization that business is relevant becomes the html page of standard, is returned as Browser and shows.
And the service logic of the overwhelming majority is all carried out in Client in the Browser C/S framework, so Server no longer needs to handle heavy service logic.Server among the Browser C/S can be divided into Web service and two parts of COM+ service.Web service still is similar to the Web service in the B/S framework, and for Browser provides Web request and page data, but this part function is weakened.Its more importantly effect be to set up a bridge for Client and COM+ service.The COM+ service is the main realization of Server end in the Browser C/S framework, and it provides visit necessary data for Client.Server in the Browser C/S framework mainly provides data, services thus.
Data access and two-way serializing:
In Browser C/S framework, how Client visits the content that Server is a core, also is the content of difficult realization.Here propose the general view of two-way serializing, below it is carried out detailed explanation.
Turn to the information of xml form 1.Client will represent the javascript object sequence of COM+ method and parameter, and send request to Web server by the XMLHttpRequest object;
2.Web server after the request that receives from Client, extracts the parameter information that is formatted as xml wherein, and the information content is submitted to serializing factory handle;
3. serializing factory resolves the xml text, obtains the concrete COM+ method that needs visit, and the content of parameter unserializing that will adopt the xml form to represent is that COM+ serves the object that can visit, calls concrete COM+ method;
4.COM+ the content of service processing request, and the result that will handle returns to serializing factory;
5. the sequence as a result that will handle of serializing factory turns to the text of xml form, and gives Web service with resultant content and return to Client;
6.Client behind the result who receives from Web service, carry out the unserializing of javascript object.The resultant content of xml form is the javascript object by unserializing, and Client uses these objects to carry out the processing and the data display of service logic.
A typical use-case in realizing with project below is an example, describes the application of this framework in detail.
Organize the employee to manage to be in the project of being implemented one basic functions, the keeper is by the interface operation in browser, availablely finishes newly-built employee, revises employee information operations such as portal accesses authority have been set for the employee.Below be example just with newly-built employee, show the concrete application of user terminal/server framework in project based on browser.
One, the client based on the user terminal/server framework of browser realizes
Internect Explorer (IE 6.0 or more highest version) is as the client based on the user terminal/server framework of browser, use javascript as programming language, by being programmed in execution script code in the IE browser, realize interface with user interaction, and at user's operation, carry out data interaction with Web server, realize concrete business function.
The keeper enters and organizes employee's administration page, selects " New " button, begins to create a new employee.Be the relevant information of new employee's typing, comprise input employee coding, employee's title and should select the post authority for newly-built employee.
Selecting the operation of post authority is the operation of a typical similar application program.Use an IE Pop-up page, as the post choice box.After operation is finished, return the array of the javascript object that comprises selectable post.
After entry information is finished, click " OK " button, the beginning request server carries out newly-built employee's concrete operations.Browser uses javascript, is the javascript object with newly-built employee's information organization, the direct COM+ interface method of invoking server end, and method of calling is as follows:
callRemoteFunction("StaffOrgManager","AddStaffJob",staffDto,jobDtoList);
This is that a pure javascript calls, and realizes in IE.Wherein staffDto and jobDtoList are the javascript object, represent employee's essential information and employee's post information respectively, check this definition of object, can obtain following content:
staffDto {...} StaffCode:"test001" StaffName:"a?test?user" staffJobDtoList {...} contains:{...} typeName:"array" [0]:{...} [1]:{...} staffJobDtoList[0] {...} typeName:"object" Id:2387 JobId:1163 StaffId:1024 State:"A" StateDate:"2006-07-21?17:15:27" JobDto:null StaffDto:null staffJobDtoList[1] {...} typeName:"object" Id:2388 JobId:1164 StaffId:1024 State:"A" StateDate:"2006-07-21?17:15:27" JobDto:null
StaffDto:null
Two, realize based on the server end of the user terminal/server framework of browser
The corresponding respectively COM+ class of on Web server, registering of StaffOrgManager during javascript described above calls and AddStaffJob and such newly-built employee's who provides interface, the code of this COM+ class is as follows:
public?class?StaffOrgManager { [XmlWebMethod] public?StaffJobDto[]AddStaffJob(StaffDto?staffDto,JobDto[]jobDtoList) { } }
This is to use a class of c# definition, inherits from ServicedComponent, represents that this is a COM+ class.Provide AddStaffJob method, as the interface that increases the employee.In the method, realize mutual with database, finished newly-built employee's concrete database manipulation.The method is as a specific implementation based on server end in the user terminal/server framework of browser.
Three, based on the client of the user terminal/server framework of browser such as the communication of server end
According to above description, for user terminal/server framework based on browser, we have described as the realization content of the IE of client with as the interface that Web server provided of server end, and remaining is exactly COM+ interface method how to realize using javascript code call server end from browser.And whole invoked procedure is transparent to the javascript in the browser, and he uses the javascript object to carry out the operation of whole process fully.Here the content that will explain is based on core content---the two-way serializing in the user terminal/server framework of browser, from the javascript object to the COM+ object with the process from the COM+ object to the javascript object.
CallRemoteFunction is a javascript universal method that realizes in browser, and the standard procedure of javascript visit COM+ is provided.In the method, the javascript object is turned to the xml text by sequence, by the http agreement, sends request to Web server, carries out call operation one time.Xml text after the serializing is as follows:
<Function?name="AddStaffJob" serviceName="StaffOrgManager">
<param type="O"><sStaffCode>Test001</sStaffCode><sStaffName>A test user</sStaffName><stypeName>Object</stypeName></Param><param type="a"><oItem><iStationId>49</iStationId><iOrgId>2040</iOrgId><sJobName>Jiangsu Mobile[moves in Jiangsu]-settlement management person</sJobName><sFlag>A</sFlag><stypeName>Object</stypeName></oItem><oItem><iStationId>50</iStationId><iOrgId>2040</iOrgId><sJobName>Jiangsu Mobile[moves in Jiangsu]-Business Monitor</sJobName><sFlag>A</sFlag><stypeName>Object</stypeName></oItem></Param></Function>
Web server is after receiving this request, according to requested service and interface method, sequence is turned to the content of parameter of xml form in serializing factory, unserializing is COM+ service object (a .net object), and calls the service interface (COM+ method) of response.After interface method was by successful execution, the COM+ object of ecbatic was successfully returned, and this object is delivered to serializing factory, turned to the xml text by sequence more here, as the response of client-requested,, return to browser by Web server by the http agreement.Browser is receiving after sequence turns to the result of xml text, is the javaScript object with unserializing as a result, and this object returns to concrete caller as the return value of callRemoteFunction method.Browser carries out corresponding service processing at the javascript result object that obtains again, so far, finishes once typical user terminal/server framework business operation based on browser.

Claims (4)

1, a kind of user terminal/server framework based on browser, it is characterized in that framework based on B/S, in browser, adopt javascript as programming language, xml is as Data Transport Protocol, in browser, realize the client part in the user terminal/server framework, and provide a kind of mode of carrying out data interaction, promptly in browser, realize the processing of service logic with browser at the Web server end, accept user's request, and carry out data interaction with server.
2, the user terminal/server framework based on browser according to claim 1, it is characterized in that processing that the described function that realizes client in browser is the interface of man-machine interaction, service logic and mutual with data in server, wherein man-machine interaction adopts the HTML of standard and javascrip+DOM to realize; The processing of service logic uses javascript as programming language, realizes in browser according to concrete business demand; With server be alternately with xml as the transmission agreement, in browser and server, realize the function of two-way serializing respectively, javascript object in the browser is turned to the xml text by sequence and is transferred to server, in the server end unserializing is the COM+ object, handling the back turns to the xml text at server end with sequence as a result and returns to browser, browser is the object of javascript with xml text unserializing again, to realize the mutual of data.
3, the user terminal/server framework based on browser according to claim 1, it is characterized in that described server is the Web server of standard, it not only needs to provide the function of the page request of Web server, also needs to provide a kind of browser that allows the expression client directly visit the interface specification of its inner COM+ server; The browser of expression client carries out request of data with the xml agreement to server, the xml text is the COM+ object at server end by serializing factory unserializing, and call corresponding C OM+ method, the result of request turns to the xml text through serializing factory sequence again, reply the request of browser, for browser provides data, services.
4, the user terminal/server framework based on browser according to claim 2 is characterized in that the process of the two-way serializing of data is:
1) client will represent that the javascript object sequence of COM+ method and parameter turns to the information of xml form, and send request by the XMLHttpRequest object to Web server;
2) Web server extracts the parameter information that is formatted as xml wherein, and the information content is submitted to serializing factory handle after the request that receives from client;
3) serializing factory resolves the xml text, obtains the concrete COM+ method that needs visit, and the content of parameter unserializing that will adopt the xml form to represent is that COM+ serves the object that can visit, calls concrete COM+ method;
4) content of COM+ service processing request, and the result that will handle returns to serializing factory;
5) sequence as a result that will handle of serializing factory turns to the text of xml form, and gives Web service with resultant content and return to client;
6) client is behind the result who receives from Web service, and the xml text unserializing of carrying out ecbatic is the javascript object, and client uses these objects to carry out the processing and the data display of service logic.
CN 200610041547 2006-09-14 2006-09-14 User terminal/server framework based on browser Pending CN1921484A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 200610041547 CN1921484A (en) 2006-09-14 2006-09-14 User terminal/server framework based on browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 200610041547 CN1921484A (en) 2006-09-14 2006-09-14 User terminal/server framework based on browser

Publications (1)

Publication Number Publication Date
CN1921484A true CN1921484A (en) 2007-02-28

Family

ID=37779055

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 200610041547 Pending CN1921484A (en) 2006-09-14 2006-09-14 User terminal/server framework based on browser

Country Status (1)

Country Link
CN (1) CN1921484A (en)

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101267441B (en) * 2008-04-23 2010-09-22 北京航空航天大学 A realization method and platform for C/S and B/S mixed architecture mode
CN101291335B (en) * 2008-06-13 2011-05-11 中兴通讯股份有限公司 Method and apparatus for acquiring dynamic data of server based on browser
CN102135987A (en) * 2011-03-02 2011-07-27 山东中创软件工程股份有限公司 Method for inquiring logistics information in real time
CN102195829A (en) * 2010-03-19 2011-09-21 升东网络科技发展(上海)有限公司 Universal pressure simulation system and control method thereof
CN102480510A (en) * 2010-11-30 2012-05-30 汉王科技股份有限公司 Realization method of C/S and B/S mixed architecture and apparatus thereof
CN102594587A (en) * 2012-01-17 2012-07-18 京信通信系统(中国)有限公司 Embedded WEB debugging and testing maintenance method and debugging and testing maintenance system
CN102624895A (en) * 2012-03-09 2012-08-01 亿赞普(北京)科技有限公司 Method and system for processing network service request
CN102622266A (en) * 2012-02-14 2012-08-01 中国民航信息网络股份有限公司 Mobile application html and native interaction system and method thereof
CN102929489A (en) * 2012-11-09 2013-02-13 北京奇虎科技有限公司 Implementation method of client browser and client browser
CN103164333A (en) * 2011-12-16 2013-06-19 京信通信系统(中国)有限公司 WEB testing method and WEB testing system of embedded device system and WEB server
CN103166927A (en) * 2011-12-14 2013-06-19 航天信息股份有限公司 Extensible markup language (XML) communication protocol dynamic management method
CN103312790A (en) * 2013-05-20 2013-09-18 东莞中融电子科技有限公司 Client data interaction system and method under B/S mode
CN103309660A (en) * 2013-05-27 2013-09-18 北京尚友通达信息技术有限公司 Mobile application cross-platform development method
CN103458037A (en) * 2013-09-06 2013-12-18 南京南自信息技术有限公司 Method and device for providing complex web applications in resource-constrained environment
CN103809757A (en) * 2014-02-26 2014-05-21 山东超越数控电子有限公司 Implementing mechanism of man-machine interaction system
US8977954B2 (en) 2009-02-06 2015-03-10 Nhn Entertainment Corporation Method and system for providing HTML-based application capable of controlling web action and client
CN104572818A (en) * 2014-12-01 2015-04-29 国家电网公司 HTTP (Hyper Text Transport Protocol)-based lossless multi-system data integration method
CN105656974A (en) * 2014-11-27 2016-06-08 航天恒星科技有限公司 Method and system for processing satellite observation data
CN107197005A (en) * 2017-05-12 2017-09-22 广州视源电子科技股份有限公司 Data transmission method and device, client, server and data transmission system
CN108228909A (en) * 2018-02-09 2018-06-29 东莞嘉泰钟表有限公司 It is based on(B/S)The generation method of the rich client of framework
CN108460042A (en) * 2017-02-20 2018-08-28 华为技术有限公司 A kind of method that the page is shown, relevant device and system
CN109543131A (en) * 2018-11-15 2019-03-29 国电南瑞科技股份有限公司 A kind of realization system and method for the distribution terminal model maintenance tool based on B/S framework
CN112162801A (en) * 2020-09-09 2021-01-01 埃尔利德(广东)智能科技有限公司 General Web online flow chart display method, system medium and terminal for air compressor equipment
CN112204936A (en) * 2018-10-26 2021-01-08 谷歌有限责任公司 Probabilistic techniques for formatting digital components
CN112732283A (en) * 2021-01-21 2021-04-30 深圳市位元领航科技有限公司 Method for realizing client-server mode, client and server
CN112866269A (en) * 2021-01-29 2021-05-28 建信金融科技有限责任公司 Data processing method and device based on XML protocol file and electronic equipment
CN113657949A (en) * 2021-08-19 2021-11-16 福建博思软件股份有限公司 Hybrid architecture bill client implementation method and terminal
CN113900756A (en) * 2021-10-13 2022-01-07 珠海市新德汇信息技术有限公司 C-embedded B desktop application method based on browser kernel
CN115118704A (en) * 2022-05-18 2022-09-27 青岛国实科技集团有限公司 Method for realizing function linkage of same platform heterogeneous system in marine application

Cited By (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101267441B (en) * 2008-04-23 2010-09-22 北京航空航天大学 A realization method and platform for C/S and B/S mixed architecture mode
CN101291335B (en) * 2008-06-13 2011-05-11 中兴通讯股份有限公司 Method and apparatus for acquiring dynamic data of server based on browser
US8977954B2 (en) 2009-02-06 2015-03-10 Nhn Entertainment Corporation Method and system for providing HTML-based application capable of controlling web action and client
CN101799759B (en) * 2009-02-06 2015-04-15 Nhn娱乐公司 Method and system for providing html-based application
CN102195829A (en) * 2010-03-19 2011-09-21 升东网络科技发展(上海)有限公司 Universal pressure simulation system and control method thereof
CN102195829B (en) * 2010-03-19 2014-05-14 升东网络科技发展(上海)有限公司 Universal pressure simulation system and control method thereof
CN102480510B (en) * 2010-11-30 2016-03-23 汉王科技股份有限公司 The implementation method of C/S and B/S mixed architecture and device
CN102480510A (en) * 2010-11-30 2012-05-30 汉王科技股份有限公司 Realization method of C/S and B/S mixed architecture and apparatus thereof
CN102135987A (en) * 2011-03-02 2011-07-27 山东中创软件工程股份有限公司 Method for inquiring logistics information in real time
CN103166927A (en) * 2011-12-14 2013-06-19 航天信息股份有限公司 Extensible markup language (XML) communication protocol dynamic management method
CN103166927B (en) * 2011-12-14 2016-02-17 航天信息股份有限公司 A kind of XML communication protocol dynamic management approach
CN103164333A (en) * 2011-12-16 2013-06-19 京信通信系统(中国)有限公司 WEB testing method and WEB testing system of embedded device system and WEB server
CN103164333B (en) * 2011-12-16 2016-03-16 京信通信系统(中国)有限公司 Embedded device system WEB adjusting, measuring method and system, WEB server
CN102594587A (en) * 2012-01-17 2012-07-18 京信通信系统(中国)有限公司 Embedded WEB debugging and testing maintenance method and debugging and testing maintenance system
CN102594587B (en) * 2012-01-17 2014-08-20 京信通信系统(中国)有限公司 Embedded WEB debugging and testing maintenance method and debugging and testing maintenance system
CN102622266A (en) * 2012-02-14 2012-08-01 中国民航信息网络股份有限公司 Mobile application html and native interaction system and method thereof
CN102624895A (en) * 2012-03-09 2012-08-01 亿赞普(北京)科技有限公司 Method and system for processing network service request
CN102929489A (en) * 2012-11-09 2013-02-13 北京奇虎科技有限公司 Implementation method of client browser and client browser
CN103312790A (en) * 2013-05-20 2013-09-18 东莞中融电子科技有限公司 Client data interaction system and method under B/S mode
CN103312790B (en) * 2013-05-20 2017-08-04 东莞中融电子科技有限公司 Client data interaction system and method under B/S mode
CN103309660B (en) * 2013-05-27 2016-08-17 北京尚友通达信息技术有限公司 Mobile solution cross-platform development method
CN103309660A (en) * 2013-05-27 2013-09-18 北京尚友通达信息技术有限公司 Mobile application cross-platform development method
CN103458037A (en) * 2013-09-06 2013-12-18 南京南自信息技术有限公司 Method and device for providing complex web applications in resource-constrained environment
CN103809757A (en) * 2014-02-26 2014-05-21 山东超越数控电子有限公司 Implementing mechanism of man-machine interaction system
CN105656974B (en) * 2014-11-27 2019-09-03 航天恒星科技有限公司 A kind of Satellite Observations processing method and system
CN105656974A (en) * 2014-11-27 2016-06-08 航天恒星科技有限公司 Method and system for processing satellite observation data
CN104572818B (en) * 2014-12-01 2019-06-18 国家电网公司 The method of lossless formula multisystem data integration based on http protocol
CN104572818A (en) * 2014-12-01 2015-04-29 国家电网公司 HTTP (Hyper Text Transport Protocol)-based lossless multi-system data integration method
CN108460042B (en) * 2017-02-20 2022-04-12 华为技术有限公司 Page display method, related equipment and system
CN108460042A (en) * 2017-02-20 2018-08-28 华为技术有限公司 A kind of method that the page is shown, relevant device and system
CN107197005A (en) * 2017-05-12 2017-09-22 广州视源电子科技股份有限公司 Data transmission method and device, client, server and data transmission system
CN107197005B (en) * 2017-05-12 2020-12-29 广州视源电子科技股份有限公司 Data transmission method and device, client, server and data transmission system
CN108228909A (en) * 2018-02-09 2018-06-29 东莞嘉泰钟表有限公司 It is based on(B/S)The generation method of the rich client of framework
CN112204936A (en) * 2018-10-26 2021-01-08 谷歌有限责任公司 Probabilistic techniques for formatting digital components
CN112204936B (en) * 2018-10-26 2022-05-03 谷歌有限责任公司 Probabilistic techniques for formatting digital components
US11307859B2 (en) 2018-10-26 2022-04-19 Google Llc Probabilistic techniques for formatting digital components
CN109543131A (en) * 2018-11-15 2019-03-29 国电南瑞科技股份有限公司 A kind of realization system and method for the distribution terminal model maintenance tool based on B/S framework
CN112162801A (en) * 2020-09-09 2021-01-01 埃尔利德(广东)智能科技有限公司 General Web online flow chart display method, system medium and terminal for air compressor equipment
CN112732283A (en) * 2021-01-21 2021-04-30 深圳市位元领航科技有限公司 Method for realizing client-server mode, client and server
CN112732283B (en) * 2021-01-21 2024-06-11 深圳市位元领航科技有限公司 Client-server mode realization method, client and server
CN112866269A (en) * 2021-01-29 2021-05-28 建信金融科技有限责任公司 Data processing method and device based on XML protocol file and electronic equipment
CN113657949A (en) * 2021-08-19 2021-11-16 福建博思软件股份有限公司 Hybrid architecture bill client implementation method and terminal
CN113900756A (en) * 2021-10-13 2022-01-07 珠海市新德汇信息技术有限公司 C-embedded B desktop application method based on browser kernel
CN115118704A (en) * 2022-05-18 2022-09-27 青岛国实科技集团有限公司 Method for realizing function linkage of same platform heterogeneous system in marine application

Similar Documents

Publication Publication Date Title
CN1921484A (en) User terminal/server framework based on browser
CN1614557A (en) Method and system for dynamically generating user interfaces
US8225234B2 (en) Method for utilizing look and feel in a graphical user interface
US7747604B2 (en) Dynamic sitemap creation
CN1826600A (en) A method and system for improving presentation of html pages in web devices
US20100131594A1 (en) Web page access method and server
CN102647482A (en) Method and system for accessing website
CN1755683A (en) Contextual action publishing
CN101052041A (en) Integrating engine of medical information
CN1969280A (en) Remote system administration using command line environment
CN1604031A (en) Methods, systems and computer program products for creating user interface to applications using generic user interface templates
CN1949220A (en) Structuring system and method of network community dynamic list
CN102087577A (en) Location independent execution of user interface operations
CN1701587A (en) Method and apparatus for local ip address translation
CN100352198C (en) Method and system for processing a request for a plurality of web services
CN1464439A (en) System and process for developing customized business report forms in the WEB applications
CN101051325A (en) Method and device for collecting web page active
CN102034170B (en) Service encapsulates method and the integrated system of the business datum based on SOA
US20040098732A1 (en) Method and system for visual consuming and publishing of web services
CN1833207A (en) System and method for web based monitoring and control of several spatially distributed systems
Dong et al. OWL-S Ontology Framework Extension for Dynamic Web Service Composition.
Zhou et al. Applying ontology in architecture-based self-management applications
CN1256669C (en) Heterogeneous machine group management system and information processing method
CN1494013A (en) Patent analysis and demonstration system and method
CN1794730A (en) Enhanced Internet session management protocol

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
AD01 Patent right deemed abandoned

Effective date of abandoning: 20070228

C20 Patent right or utility model deemed to be abandoned or is abandoned