CN104572099A - Assembly and middleware based low-coupling frame data processing method and system - Google Patents
Assembly and middleware based low-coupling frame data processing method and system Download PDFInfo
- Publication number
- CN104572099A CN104572099A CN201410852786.XA CN201410852786A CN104572099A CN 104572099 A CN104572099 A CN 104572099A CN 201410852786 A CN201410852786 A CN 201410852786A CN 104572099 A CN104572099 A CN 104572099A
- Authority
- CN
- China
- Prior art keywords
- middleware
- parameter
- request
- layer
- service logic
- 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.)
- Granted
Links
Landscapes
- Information Transfer Between Computers (AREA)
Abstract
The invention discloses assembly and middleware based low-coupling frame data processing method and system. The method comprises the steps of generating verification parameters according to the preset random number rule when detecting that at least one service is packed into the assembly through a front end display layer; sending an AJAX across request including the current time stamp and the verification permeates to a middleware layer; receiving the AJAX cross request through the middleware layer; determining whether the verification parameters and the current time stamp of the AJAX cross request are valid; if so and service logic data are included, sending service logic data to the front end display layer; or if so and service logic data are not included, sending an interface call request to a Web service layer; providing the corresponding WebService request by the Web service layer according to the interface call request. According to method, the front end page display speed is improved through the assembly and the middleware layer low-coupling frame, and meanwhile, the safety of the middleware is improved.
Description
Technical field
The present invention relates to B/S technical field of structures, in particular a kind of low coupling framework data processing method based on assembly and middleware and system.
Background technology
In current B/S framework, often only include multiple front end and a server end, and system development usually has multiple front end; as computer end, mobile phone terminal etc., service logic is the same; just presentation layer is different, and this causes developing many cover systems, and duplicated code development.On stream, when usually running into increase or revise certain function, need in dissimilar front end system, add function and test multiple dissimilar front end system, and a corresponding session management in front end, so not only waste resource, also do not ensure the stability of system.
Because the level of developer is unbalanced, rear end is without specification and without good framework, and this can cause the security of system and performance not to reach guarantee.And the code of front end display systems is lack of standardization, not easy care and show speed slower.
Therefore, prior art has yet to be improved and developed.
Summary of the invention
In view of above-mentioned the deficiencies in the prior art, the object of the present invention is to provide a kind of low coupling framework data processing method based on assembly and middleware and system, wherein front end presentation layer reaches the unification showing Asynchronous Request and development specifications by AJAX technology and assembly principle, thus substantially increases displaying speed and ask; Middleware layer unified management session, and the security and the performance issue that be ensure that middleware by caching technology and blocker.
Technical scheme of the present invention is as follows:
Based on a low coupling framework data processing method for assembly and middleware, wherein, comprise step:
When front end presentation layer has detected that at least one business is packaged into assembly, then according to the random number generate rule certificate parameter preset, and send the AJAX cross-domain request comprising current time stamp parameter and certificate parameter to middleware layer;
Middleware layer receives described AJAX cross-domain request, and judge the certificate parameter of described AJAX cross-domain request and current time stamp parameter whether legal, when legal and service logic data exist time then forward end presentation layer send service logic data, when legal and service logic data do not exist time then send interface interchange request to Web service layer;
Web service layer receives described interface interchange request, and provides corresponding WebService service according to described interface interchange request to middleware layer.
The described low coupling framework data processing method based on assembly and middleware, wherein, described middleware layer receives described AJAX cross-domain request, and judge the certificate parameter of described AJAX cross-domain request and current time stamp parameter whether legal, when legal and service logic data exist time then forward end presentation layer send service logic data, when legal and service logic data do not exist time then send step from interface interchange request to Web service layer specifically comprise:
Middleware layer receives described AJAX cross-domain request, and obtains certificate parameter and current time stamp parameter by the HttpServletRequest for obtaining parameter in AJAX cross-domain request;
Judge described certificate parameter and current time stamp parameter whether legal;
When legal, then described AJAX cross-domain request of letting pass, and the business corresponding according to described AJAX cross-domain request obtains service logic data, and judge whether described service logic data are stored in buffer area;
When described service logic data are stored in buffer area, then return described service logic data with json form;
When described service logic data are not stored in buffer area, then send interface interchange request to Web service layer.
The described low coupling framework data processing method based on assembly and middleware, wherein, describedly judges that described certificate parameter and the whether legal step of current time stamp parameter specifically comprise:
Obtain the random number of described certificate parameter, and whether the random number of certificate parameter is legal according to the legal rule judgment of verification corresponding with the random number rule preset;
When the random number of described certificate parameter is legal, then obtain current time stamp parameter, and judge described current time stamp parameter judge its with server current time difference whether in default time threshold.
The described low coupling framework data processing method based on assembly and middleware, wherein, described AJAX cross-domain request is the page Asynchronous Request for improving page presentation speed.
The described low coupling framework data processing method based on assembly and middleware, wherein, described service logic data are stored in the key-Value Data storehouse of middleware layer.
Based on a low coupling framework data handling system for assembly and middleware, wherein, comprising:
Front end presentation layer, for when having detected that at least one business is packaged into assembly, then according to the random number generate rule certificate parameter preset, and sends the AJAX cross-domain request comprising current time stamp parameter and certificate parameter to middleware layer;
Middleware layer, for receiving described AJAX cross-domain request, and judge the certificate parameter of described AJAX cross-domain request and current time stamp parameter whether legal, when legal and service logic data exist time then forward end presentation layer send service logic data, when legal and service logic data do not exist time then send interface interchange request to Web service layer;
Web service layer, for receiving described interface interchange request, and provides corresponding WebService service according to described interface interchange request to middleware layer.
The described low coupling framework data handling system based on assembly and middleware, wherein, described middleware layer specifically comprises:
Parameter acquisition module, for receiving described AJAX cross-domain request, and obtains certificate parameter and current time stamp parameter by the HttpServletRequest for obtaining parameter in AJAX cross-domain request;
First judge module, for judge described certificate parameter and current time stamp parameter whether legal;
Second judge module, for when legal, then described AJAX cross-domain request of letting pass, and the business corresponding according to described AJAX cross-domain request obtains service logic data, and judge whether described service logic data are stored in buffer area;
Data return module, for being stored in buffer area when described service logic data, then return described service logic data with json form;
Service calling module, for not being stored in buffer area when described service logic data, then sends interface interchange request to Web service layer.
The described low coupling framework data handling system based on assembly and middleware, wherein, described first judge module specifically comprises:
Random number verification unit, for obtaining the random number of described certificate parameter, and whether the random number of certificate parameter is legal according to the legal rule judgment of verification corresponding with the random number rule preset;
Timestamp authentication unit, for when the random number of described certificate parameter is legal, then obtains current time stamp parameter, and judge described current time stamp parameter judge its with server current time difference whether in default time threshold.
The described low coupling framework data handling system based on assembly and middleware, wherein, described AJAX cross-domain request is the page Asynchronous Request for improving page presentation speed.
The described low coupling framework data handling system based on assembly and middleware, wherein, described service logic data are stored in the key-Value Data storehouse of middleware layer.
Beneficial effect: in the present invention, front end presentation layer reaches the unification showing Asynchronous Request and development specifications by AJAX technology and assembly principle, thus substantially increases displaying speed issue; Middleware layer ensure that security and the performance issue of middleware by caching technology and blocker problem.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of a kind of low coupling framework data processing method preferred embodiment based on assembly and middleware of the present invention;
Fig. 2 is the particular flow sheet of step S102 in method shown in Fig. 1 of the present invention;
Fig. 3 is the structured flowchart of a kind of low coupling framework data handling system preferred embodiment based on assembly and middleware of the present invention;
Fig. 4 is the concrete structure block diagram receiving display module in system shown in Figure 3.
Embodiment
The invention provides a kind of low coupling framework data processing method based on assembly and middleware and system, for making object of the present invention, technical scheme and effect clearly, clearly, the present invention is described in more detail below.Should be appreciated that specific embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
Refer to Fig. 1, Fig. 1 is the process flow diagram of a kind of low coupling framework data processing method preferred embodiment based on assembly and middleware provided by the present invention.As shown in Figure 1, it comprises the following steps:
S101, when front end presentation layer has detected that at least one business is packaged into assembly, then according to the random number generate rule certificate parameter preset, and send to middleware layer and comprised current time stamp parameter and the AJAX cross-domain request of certificate parameter.
In the present embodiment, when front end presentation layer has detected that at least one business is packaged into assembly, assembly need send cross-domain request to obtain data from middleware layer.In order to ensure the legitimacy of cross-domain request, therefore when cross-domain request corresponding for assembly is sent to middleware layer, need first according to the random number generate rule certificate parameter preset, and front end presentation layer obtains current time in system stamp parameter, and will the AJAX(Asynchronous Javascript And XML of certificate parameter and current time stamp parameter be comprised, i.e. asynchronous JavaScript and XML, it is kind the web development technologies creating interaction network page application) cross-domain request is sent to middleware layer.Wherein, described business comprises static data, dynamic data, js, html and json etc., as long as the business that is with one or more function can constituent components.
Wherein, in the presentation layer of front end, use JavaScript towards corresponding Programming Principle, each business is designed to assembly separately, and by using AJAX technology to arrive page Asynchronous Request object, thus improve the speed of page presentation content.
Assembly is the simplified package to data and method.In C++Builder, an assembly is exactly a special object derived from from TComponent.Assembly can have oneself attribute and method, and attribute is the easy access person of module data, and method is then some simple and visible functions of assembly.Assembly can reuse, and ensures the terseness of code, improves running efficiency of system, easy to use and management.When function being needed to be supplied to third party, only need at HTML(HyperText Markup language, i.e. HyperText Markup Language) middle references component, decrease third party's exploitation and docking problem, even if not high to third party developer's level during docking, also only need direct references component, thus cost of development greatly reduces.
S102, middleware layer receive described AJAX cross-domain request, and judge the certificate parameter of described AJAX cross-domain request and current time stamp parameter whether legal, when legal and service logic data exist time then forward end presentation layer send service logic data, when legal and service logic data do not exist time then send interface interchange request to Web service layer.
In the present embodiment, when middleware layer have received the described AJAX cross-domain request sent by front end presentation layer, the URL(Uniform Resource Locator in described AJAX cross-domain request is then first obtained by the blocker in middleware layer, i.e. URL(uniform resource locator)), then by the certificate parameter in blocker acquisition URL and current time stamp parameter, finally again legitimate verification is carried out to judge that whether it is legal to certificate parameter and current time stamp parameter.Obviously, when described AJAX cross-domain request is legal, then obtain business corresponding to described AJAX cross-domain request and obtain service logic data, and judge whether described service logic data have been present in the buffer area of middleware layer.If when existing, then directly from buffer area, described service logic data are sent to front end presentation layer; If when not existing, then send interface interchange request to Web service layer.
In the B/S structure of prior art, only have front end presentation layer and Web service layer, and conversation management functional is integrated in front end presentation layer.In interactive process, session management is interaction and the computer system tracing process of the whole session activation keeping user.In the present invention, be that conversation management functional is integrated in middleware layer, and preserve the SESSION(session in session management by the buffer area of middleware layer).
Owing to introducing middleware layer, and service logic is stripped out, make multiple front ends presentation layer also only need to develop a set of Unicode, achieving identical systems only needs to develop a set of service logic; Effect that middleware layer plays and forms a connecting link (the front end presentation layer both having connected upper strata also connects the Web service layer of lower floor), and use caching technology to improve system performance, be ensure that the security of system by blocker simultaneously.
S103, Web service layer receive described interface interchange request, and provide corresponding WebService service according to described interface interchange request to middleware layer.
The MVC(Model View Controller of Spring is employed in Web service layer in the present invention, the i.e. abbreviation of model-view-controller) machine-processed, Hibernate and CXF(Apache CXF=Celtix+XFire, Apache CXF is referred to as CXF).Wherein, Spring is control reversion (IoC) and the container frame towards tangent plane (AOP) of a lightweight, creates to solve enterprise application exploitation complicacy.The advantage of Spring framework is to which employs layer architecture, and layer architecture allows user to only have choice for use assembly, simultaneously for J2EE application development provides integrated framework.Spring uses basic JavaBean to replace EJB, and provides more enterprise application function.
Hibernate is the Object Relation Mapping framework of an open source code, and it has carried out the very object encapsulation of lightweight to JDBC, and Object Programme thinking can be used to handle database.Hibernate can be applicable to the occasion of any use JDBC, both can use at the client-side program of Java, also can use in the Web application of Servlet/JSP.Meanwhile, Hibernate can replace CMP in the J2EE framework of application EJB, completes the task of data persistence.
CXF is a WebService engine, provide and JAX-WS is comprehensively supported, and provide the support of multiple Binding, DataBinding, Transport and various Format, and can, according to the needs of actual items, adopt code preferential (Code First) or WSDL preferential (WSDL First) to realize issue and the use of Web Services.
As the preferred embodiment of the present invention, as shown in Figure 2, described step S102 specifically comprises:
S201, middleware layer receive described AJAX cross-domain request, and obtain certificate parameter and current time stamp parameter by the HttpServletRequest for obtaining parameter in AJAX cross-domain request.
In the present embodiment, when middleware layer receives described AJAX cross-domain request, all URL of described AJAX cross-domain request are tackled by blocker, and inherited from ServletRequest by HttpServletRequest(common interface class HttpServletRequest, the request that client browser sends is encapsulated into a HttpServletRequest object) obtain certificate parameter and current time stamp parameter in described AJAX cross-domain request.
S202, judge described certificate parameter and current time stamp parameter whether legal.
In step S202, judge that whether described certificate parameter is qualified, the corresponding legal rule of verification of random number rule being with presetting adopted, judges that described current time stamp parameter judges it with server current time difference whether in default time threshold (1-9 minute) simultaneously.
S203, when legal, then described AJAX cross-domain request of letting pass, and obtain service logic data according to business corresponding to described AJAX cross-domain request, and judge whether described service logic data are stored in buffer area.
When according to verification legal rule and server current time, judge described certificate parameter and current time stamp parameter all legal time, then described AJAX cross-domain request of letting pass, and the business corresponding according to described AJAX cross-domain request obtains service logic data.Because service logic data have likely been stored in the buffer area of middleware layer, likely be not stored in the buffer area of middleware layer yet, so time the buffer area need inquired about in middleware layer whether stored business corresponding to described AJAX cross-domain request and obtained service logic data.During concrete enforcement, described service logic data are form data.
S204, when described service logic data are stored in buffer area, then return described service logic data with json form.
Wherein, json(javaScript Object Notation, i.e. javaScript object representation) be a kind of data interchange format of lightweight.It is based on JavaScript(Standard ECMA-262 3rd Edition-December 1999) a subset, json adopts and is totally independent of the text formatting of language.Json is also object in javascript and array, so these two kinds of structures are exactly object and array two kinds of structures, can be represented the structure of various complexity by these two kinds of structures.Represent in JavaScript object one group of data can be converted to character string by json, then just can transmit this character string like a cork between function, or in asynchronous application by character string from Web client transfers to server.
S205, when described service logic data are not stored in buffer area, then send interface interchange request to Web service layer.
Further, described buffer area is key-Value Data storehouse.Buffer memory namely deposit data in internal memory or disk, reduce the access to relevant database, thus improve access efficiency.Therefore buffer area adopts key-value database (key-Value Data storehouse), if redis(redis is a key-value storage system) or memcached(memcached be also a key-value storage system) etc. cache database, server by allocating cache cluster environment improve performance.
Based on said method embodiment, the present invention also provides a kind of low coupling framework data handling system based on assembly and middleware, and as shown in Figure 3, it comprises:
Front end presentation layer 100, for when having detected that at least one business is packaged into assembly, then according to the random number generate rule certificate parameter preset, and sends the AJAX cross-domain request comprising current time stamp parameter and certificate parameter to middleware layer; As detailed above.
Middleware layer 200, for receiving described AJAX cross-domain request, and judge the certificate parameter of described AJAX cross-domain request and current time stamp parameter whether legal, when legal and service logic data exist time then forward end presentation layer send service logic data, when legal and service logic data do not exist time then send interface interchange request to Web service layer; As detailed above.
Web service layer 300, for receiving described interface interchange request, and provides corresponding WebService service according to described interface interchange request to middleware layer; As detailed above.
Further, as described in Figure 4, described middleware layer 200 specifically comprises:
Parameter acquisition module 210, for receiving described AJAX cross-domain request, and obtains certificate parameter and current time stamp parameter by the HttpServletRequest for obtaining parameter in AJAX cross-domain request; As detailed above.
First judge module 220, for judge described certificate parameter and current time stamp parameter whether legal; As detailed above.
Second judge module 230, for when legal, then described AJAX cross-domain request of letting pass, and the business corresponding according to described AJAX cross-domain request obtains service logic data, and judge whether described service logic data are stored in buffer area; As detailed above.
Data return module 240, for being stored in buffer area when described service logic data, then return described service logic data with json form; As detailed above.
Service calling module 250, for not being stored in buffer area when described service logic data, then sends interface interchange request to Web service layer; As detailed above.
Further, described based in the low coupling framework data handling system of assembly and middleware, described first judge module specifically comprises:
Random number verification unit, for obtaining the random number of described certificate parameter, and whether the random number of certificate parameter is legal according to the legal rule judgment of verification corresponding with the random number rule preset;
Timestamp authentication unit, for when the random number of described certificate parameter is legal, then obtains current time stamp parameter, and judge described current time stamp parameter judge its with server current time difference whether in default time threshold; As detailed above.
Further, described based in the low coupling framework data handling system of assembly and middleware, described AJAX cross-domain request is the page Asynchronous Request for improving page presentation speed; As detailed above.
Further, described based in the low coupling framework data handling system of assembly and middleware, service logic data are stored in the key-Value Data storehouse of middleware layer; As detailed above.
In sum, in the present invention, front end presentation layer reaches the unification showing Asynchronous Request and development specifications by AJAX technology and assembly principle, thus substantially increases displaying speed issue; Middleware layer ensure that security and the performance issue of middleware by caching technology and blocker problem.
Should be understood that, application of the present invention is not limited to above-mentioned citing, for those of ordinary skills, can be improved according to the above description or convert, and all these improve and convert the protection domain that all should belong to claims of the present invention.
Claims (10)
1., based on a low coupling framework data processing method for assembly and middleware, it is characterized in that, comprise step:
When front end presentation layer has detected that at least one business is packaged into assembly, then according to the random number generate rule certificate parameter preset, and send the AJAX cross-domain request comprising current time stamp parameter and certificate parameter to middleware layer;
Middleware layer receives described AJAX cross-domain request, and judge the certificate parameter of described AJAX cross-domain request and current time stamp parameter whether legal, when legal and service logic data exist time then forward end presentation layer send service logic data, when legal and service logic data do not exist time then send interface interchange request to Web service layer;
Web service layer receives described interface interchange request, and provides corresponding WebService service according to described interface interchange request to middleware layer.
2. according to claim 1 based on the low coupling framework data processing method of assembly and middleware, it is characterized in that, described middleware layer receives described AJAX cross-domain request, and judge the certificate parameter of described AJAX cross-domain request and current time stamp parameter whether legal, when legal and service logic data exist time then forward end presentation layer send service logic data, when legal and service logic data do not exist time then send step from interface interchange request to Web service layer specifically comprise:
Middleware layer receives described AJAX cross-domain request, and obtains certificate parameter and current time stamp parameter by the HttpServletRequest for obtaining parameter in AJAX cross-domain request;
Judge described certificate parameter and current time stamp parameter whether legal;
When legal, then described AJAX cross-domain request of letting pass, and the business corresponding according to described AJAX cross-domain request obtains service logic data, and judge whether described service logic data are stored in buffer area;
When described service logic data are stored in buffer area, then return described service logic data with json form;
When described service logic data are not stored in buffer area, then send interface interchange request to Web service layer.
3. according to claim 2 based on the low coupling framework data processing method of assembly and middleware, it is characterized in that, describedly judge that described certificate parameter and the whether legal step of current time stamp parameter specifically comprise:
Obtain the random number of described certificate parameter, and whether the random number of certificate parameter is legal according to the legal rule judgment of verification corresponding with the random number rule preset;
When the random number of described certificate parameter is legal, then obtain current time stamp parameter, and judge described current time stamp parameter judge its with server current time difference whether in default time threshold.
4., according to claim 1 based on the low coupling framework data processing method of assembly and middleware, it is characterized in that, described AJAX cross-domain request is the page Asynchronous Request for improving page presentation speed.
5., according to claim 1 based on the low coupling framework data processing method of assembly and middleware, it is characterized in that, described service logic data are stored in the key-Value Data storehouse of middleware layer.
6., based on a low coupling framework data handling system for assembly and middleware, it is characterized in that, comprising:
Front end presentation layer, for when having detected that at least one business is packaged into assembly, then according to the random number generate rule certificate parameter preset, and sends the AJAX cross-domain request comprising current time stamp parameter and certificate parameter to middleware layer;
Middleware layer, for receiving described AJAX cross-domain request, and judge the certificate parameter of described AJAX cross-domain request and current time stamp parameter whether legal, when legal and service logic data exist time then forward end presentation layer send service logic data, when legal and service logic data do not exist time then send interface interchange request to Web service layer;
Web service layer, for receiving described interface interchange request, and provides corresponding WebService service according to described interface interchange request to middleware layer.
7., according to claim 6 based on the low coupling framework data handling system of assembly and middleware, it is characterized in that, described middleware layer specifically comprises:
Parameter acquisition module, for receiving described AJAX cross-domain request, and obtains certificate parameter and current time stamp parameter by the HttpServletRequest for obtaining parameter in AJAX cross-domain request;
First judge module, for judge described certificate parameter and current time stamp parameter whether legal;
Second judge module, for when legal, then described AJAX cross-domain request of letting pass, and the business corresponding according to described AJAX cross-domain request obtains service logic data, and judge whether described service logic data are stored in buffer area;
Data return module, for being stored in buffer area when described service logic data, then return described service logic data with json form;
Service calling module, for not being stored in buffer area when described service logic data, then sends interface interchange request to Web service layer.
8., according to claim 7 based on the low coupling framework data handling system of assembly and middleware, it is characterized in that, described first judge module specifically comprises:
Random number verification unit, for obtaining the random number of described certificate parameter, and whether the random number of certificate parameter is legal according to the legal rule judgment of verification corresponding with the random number rule preset;
Timestamp authentication unit, for when the random number of described certificate parameter is legal, then obtains current time stamp parameter, and judge described current time stamp parameter judge its with server current time difference whether in default time threshold.
9., according to claim 6 based on the low coupling framework data handling system of assembly and middleware, it is characterized in that, described AJAX cross-domain request is the page Asynchronous Request for improving page presentation speed.
10., according to claim 6 based on the low coupling framework data handling system of assembly and middleware, it is characterized in that, described service logic data are stored in the key-Value Data storehouse of middleware layer.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410852786.XA CN104572099B (en) | 2014-12-31 | 2014-12-31 | Lower coupling frame data processing method and system based on component and middleware |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410852786.XA CN104572099B (en) | 2014-12-31 | 2014-12-31 | Lower coupling frame data processing method and system based on component and middleware |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104572099A true CN104572099A (en) | 2015-04-29 |
CN104572099B CN104572099B (en) | 2017-10-24 |
Family
ID=53088265
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410852786.XA Active CN104572099B (en) | 2014-12-31 | 2014-12-31 | Lower coupling frame data processing method and system based on component and middleware |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104572099B (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105824712A (en) * | 2016-03-30 | 2016-08-03 | 深圳市金证科技股份有限公司 | Method and device for executing business logic |
CN107315784A (en) * | 2017-06-07 | 2017-11-03 | 北京奇艺世纪科技有限公司 | A kind of data access method and browser |
CN108062382A (en) * | 2017-12-13 | 2018-05-22 | 广州视源电子科技股份有限公司 | information interaction method, device, equipment and storage medium |
CN109274724A (en) * | 2018-08-30 | 2019-01-25 | 上海艾融软件股份有限公司 | A kind of realization system and method for front and back end separation architecture |
CN110287040A (en) * | 2019-06-26 | 2019-09-27 | 苏宁消费金融有限公司 | A kind of realization system of remote call service frame |
JP2021179994A (en) * | 2020-05-14 | 2021-11-18 | ベイジン バイドゥ ネットコム サイエンス アンド テクノロジー カンパニー リミテッド | Method for acquiring page resources, device, electronic apparatus, and readable storage medium |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
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 |
CN101267441A (en) * | 2008-04-23 | 2008-09-17 | 北京航空航天大学 | A realization method and platform for C/S and B/S mixed architecture mode |
CN102750145A (en) * | 2012-06-05 | 2012-10-24 | 怯肇乾 | Network system software system framework and implementation method thereof |
CN103023638A (en) * | 2011-09-22 | 2013-04-03 | 阿里巴巴集团控股有限公司 | Identity verification method and device based on mobile terminal |
CN103617165A (en) * | 2013-10-22 | 2014-03-05 | 小米科技有限责任公司 | Picture loading method, device and terminal |
CN103761082A (en) * | 2013-12-31 | 2014-04-30 | 湖南大唐先一科技有限公司 | Componential research and development mode and domain driving model combined application development system and platform |
-
2014
- 2014-12-31 CN CN201410852786.XA patent/CN104572099B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
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 |
CN101267441A (en) * | 2008-04-23 | 2008-09-17 | 北京航空航天大学 | A realization method and platform for C/S and B/S mixed architecture mode |
CN103023638A (en) * | 2011-09-22 | 2013-04-03 | 阿里巴巴集团控股有限公司 | Identity verification method and device based on mobile terminal |
CN102750145A (en) * | 2012-06-05 | 2012-10-24 | 怯肇乾 | Network system software system framework and implementation method thereof |
CN103617165A (en) * | 2013-10-22 | 2014-03-05 | 小米科技有限责任公司 | Picture loading method, device and terminal |
CN103761082A (en) * | 2013-12-31 | 2014-04-30 | 湖南大唐先一科技有限公司 | Componential research and development mode and domain driving model combined application development system and platform |
Non-Patent Citations (1)
Title |
---|
唐思臣: "基于J2EE架构的业务中间件的研究与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 * |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105824712A (en) * | 2016-03-30 | 2016-08-03 | 深圳市金证科技股份有限公司 | Method and device for executing business logic |
CN107315784A (en) * | 2017-06-07 | 2017-11-03 | 北京奇艺世纪科技有限公司 | A kind of data access method and browser |
CN107315784B (en) * | 2017-06-07 | 2020-01-31 | 北京奇艺世纪科技有限公司 | data access method and browser |
CN108062382A (en) * | 2017-12-13 | 2018-05-22 | 广州视源电子科技股份有限公司 | information interaction method, device, equipment and storage medium |
CN109274724A (en) * | 2018-08-30 | 2019-01-25 | 上海艾融软件股份有限公司 | A kind of realization system and method for front and back end separation architecture |
CN110287040A (en) * | 2019-06-26 | 2019-09-27 | 苏宁消费金融有限公司 | A kind of realization system of remote call service frame |
JP2021179994A (en) * | 2020-05-14 | 2021-11-18 | ベイジン バイドゥ ネットコム サイエンス アンド テクノロジー カンパニー リミテッド | Method for acquiring page resources, device, electronic apparatus, and readable storage medium |
JP7275450B2 (en) | 2020-05-14 | 2023-05-18 | 阿波▲羅▼智▲聯▼(北京)科技有限公司 | Method, apparatus, electronic device, and readable storage medium for obtaining page resource |
Also Published As
Publication number | Publication date |
---|---|
CN104572099B (en) | 2017-10-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10951552B2 (en) | Generation of a chatbot interface for an application programming interface | |
CN104572099B (en) | Lower coupling frame data processing method and system based on component and middleware | |
TWI654860B (en) | Hybrid application client resource calling method, client and system | |
EP2947569A1 (en) | Hybrid applications operating between on-premise and cloud platforms | |
WO2019042240A1 (en) | Short-link parsing method, apparatus and device | |
US9086935B2 (en) | Accessing business object resources for a machine-to-machine communication environment | |
US9143378B2 (en) | Rendering components within different browser environments | |
WO2017045563A1 (en) | Web app access method, apparatus, and system | |
KR20230054474A (en) | Micro-front-end system, sub-application loading method, electronic device, computer program product and computer-readable storage medium | |
JP2015167014A (en) | Method, apparatus, sever and system for implementing web application | |
WO2013189223A1 (en) | Mail sending method and device | |
CN102938716B (en) | Content distribution network acceleration test method and device | |
CN103118137B (en) | Cross-domain accession page device and cross-domain accession page method | |
CN109343975B (en) | Method and apparatus for inter-page asynchronous communication | |
CN104580342A (en) | Extendable and completely self-defined unified interface service platform | |
CN101504616B (en) | Method and apparatus for login of Windows application program through Web application | |
US11294740B2 (en) | Event to serverless function workflow instance mapping mechanism | |
CN106878260B (en) | Single sign-on realization method and device | |
CN109634739B (en) | Data transmission method and device | |
CN105677688B (en) | Page data loading method and system | |
CN103544209A (en) | Method and system for web page access | |
Miravet et al. | Framework for the declarative implementation of native mobile applications | |
CN103561113B (en) | The generation method and device of Web Service interface | |
CN103051722B (en) | A kind ofly determine the method whether page is held as a hostage and relevant device | |
CN104317819A (en) | Method and system for webpage cross-domain communication based on browsers |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CP03 | Change of name, title or address |
Address after: 2306, east block, Skyworth semiconductor design building, 18 Gaoxin South 4th Road, high tech Zone community, Yuehai street, Nanshan District, Shenzhen, Guangdong 518000 Patentee after: Shenzhen Kukai Network Technology Co.,Ltd. Address before: 518052 A 1502, South SKYWORTH building, Shennan Avenue, Nanshan District, Shenzhen, Guangdong. Patentee before: Shenzhen Coocaa Network Technology Co.,Ltd. |
|
CP03 | Change of name, title or address |