CN105187455A - Web service method and system based on loose architecture - Google Patents

Web service method and system based on loose architecture Download PDF

Info

Publication number
CN105187455A
CN105187455A CN201510697636.0A CN201510697636A CN105187455A CN 105187455 A CN105187455 A CN 105187455A CN 201510697636 A CN201510697636 A CN 201510697636A CN 105187455 A CN105187455 A CN 105187455A
Authority
CN
China
Prior art keywords
data
interface
user
access
module
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
Application number
CN201510697636.0A
Other languages
Chinese (zh)
Other versions
CN105187455B (en
Inventor
张震
叶波
张传民
王柯
夏阿林
刘殿振
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Nongxin Internet Technology Group Co ltd
Beijing Nongxin Shuzhi Technology Co ltd
Original Assignee
Beijing Nongxin Internet 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 Beijing Nongxin Internet Technology Co ltd filed Critical Beijing Nongxin Internet Technology Co ltd
Priority to CN201510697636.0A priority Critical patent/CN105187455B/en
Publication of CN105187455A publication Critical patent/CN105187455A/en
Application granted granted Critical
Publication of CN105187455B publication Critical patent/CN105187455B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications

Abstract

The invention relates to the technical field of internet application, and discloses a Web service method and a Web service system based on a loose architecture. The method comprises the following steps: receiving user data through a data interface, and creating a required object according to the user data; creating and executing business logic according to each object, generating a data operation request and correspondingly storing the data operation request into a cache and/or a queue; receiving the data operation request in the cache and/or the queue through a data operation interface, and completing access to a data source after further packaging; and returning the accessed result data to the user. According to the technical scheme, the interface layer is added between the layers to decouple the coupling between the layers, and the uniform support for different access modes is realized in a loose coupling mode.

Description

Based on the Web service method and system of loose framework
Technical field
The present invention relates to technical field of internet application, particularly a kind of Web service method and system based on loose framework.
Background technology
The development of the Internet, especially mobile Internet has driven the develop rapidly of computer software application simultaneously, by means of the Internet, user can use processing terminal to carry out exchanging or transaction in place at any time, but because at user option access mode is too much, also make existing software architecture be difficult to provide unified Internet service.Typically, just at least there is the different system such as universal computing device and the embedding assembly equipment based on intelligent terminal in subscriber equipment, respective operations system also has the different series such as Windows, Unix, Android, OS, and the Software tool of user access server is also different, these differences need to adopt different technology to support respectively, and this brings enormous pressure to the realization of internet works software.
In order to provide Web service to the user of different system, different operating system is unified in prior art, usual employing B/S (Browser/Server, browser/server) framework provides support, namely server end builds based on HTTP (HyperTextTransferProtocol, HTML (Hypertext Markup Language)) Web server, user is conducted interviews by the browser instrument of terminal; Which can provide general access support by minimum cost, and alleviates the pressure of user terminal as far as possible, realizes thin-client.But along with the development of mobile Internet, the data volume due to limited, each access transport of the form of expression of B/S pattern is large and be difficult to carry out personal settings for user, has been moved App in the terminal and has replaced.Therefore, if will support that the service of various ways provides and responds simultaneously, in prior art, a comparatively complete network service just at least needs to provide http server, desktop client end and corresponding server, mobile App and corresponding server etc., consider that client or the App actualizing technology of different operating system are different again, this brings enormous pressure to the realization of system architecture and server end.
Summary of the invention
For the defect of prior art, the object of this invention is to provide a kind of Web service method and system based on loose framework, provide general Web service with efficient quick.
According to an aspect of the present invention, provide a kind of Web service method based on loose framework, comprise step:
User data is received, the object needed for creating according to described user data by data-interface;
Perform service logic according to Object Creation described in each, produce data operation request also corresponding stored in buffer memory and/or queue;
The described data operation request in described buffer memory and/or queue is received, further the access in the rear complete paired data source of encapsulation by data operating interface;
The result data of described access is returned to user.
Preferably, in described method, described by data-interface receive user data comprise:
The described user data from desktop client end, mobile App and browser access is comprised by WebAPI and/or HTTP interface.
Preferably, in described method, the object needed for described establishment comprises:
Required described object is created by relying on the mode injected.
Preferably, described method also comprises step:
Build distributed cache server and realize described buffer memory and/or queue.
Preferably, in described method, the described result data by described access returns to user and comprises:
Logically level framework successively returns after encapsulating described result data from bottom to top, is finally provided in each user interface by described result data by described data-interface.
According to another aspect of the present invention, also provide a kind of Web service system based on loose framework simultaneously, comprising:
User data module, for receiving user data by data-interface, the object needed for creating according to described user data;
Business module, for performing service logic according to Object Creation described in each, produces data operation request also corresponding stored in buffer memory and/or queue;
Data access module, for being received the described data operation request in described buffer memory and/or queue by data operating interface, the access in the rear complete paired data source of encapsulation further;
Result returns module, for the result data of described access is returned to user.
Preferably, described user data module comprises:
Unified interface module, for comprising the described user data from desktop client end, mobile App and browser access by WebAPI and/or HTTP interface.
Preferably, described user data module comprises:
Rely on injection module, for creating required described object by relying on the mode injected.
Preferably, described system also comprises:
Distributed cache server, for realizing described buffer memory and/or queue in a distributed manner.
Preferably, described result returns module and comprises:
Hierarchical processing module, successively returns after encapsulating from bottom to top for logically level framework, be finally provided in each user interface by described result data by described data-interface described result data.
Embodiments provide a kind of Web service method and system based on loose framework, by adding the coupling that interface layer comes between each layer of decoupling zero between the layers, achieve in loose coupling mode and the unified of different access pattern is supported, effectively increase the flexibility of system, the system of reducing realizes difficulty, significantly can reduce workload simultaneously, improve entire system efficiency and reduce mistake, improving Consumer's Experience.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet based on the Web service method of loose framework in the embodiment of the present invention;
Fig. 2 is the module diagram based on the Web service system of loose framework in the embodiment of the present invention;
Fig. 3 is the typical apply schematic diagram of system in a preferred embodiment of the present invention.
Embodiment
For making the object, technical solutions and advantages of the present invention clearly understand, below in conjunction with embodiment also with reference to accompanying drawing, the present invention is described in more detail.Should be appreciated that, these describe just exemplary, and do not really want to limit the scope of the invention.In addition, in the following description, the description to known features and technology is eliminated, to avoid unnecessarily obscuring concept of the present invention.
In prior art, typical Web service software architecture is generally logically presented as and comprises presentation layer (UserInterfaceLayer, also known as user interface layer, presentation layer etc.), Business Logic (BusinessLogicLayer) and data access layer (DataAccessLayer) are at interior three-tier architecture, more complete service is provided, general presentation layer need provide Web page respectively, the interfaces such as desktop client end and mobile App are supported, and Business Logic also needs to set up parsing respectively for different interface and access way, the service logic of process and feedback, what this was two-layer realizes difficulty, workload, fail safe and flexibility all bear larger pressure.In addition, in existing framework, presentation layer is only responsible for display and gathers user operation, does not comprise the logical process that any business is relevant; Data access layer only provides basic data access, does not also comprise the logical process that any business is relevant; And Business Logic is responsible for processing service logic: by obtaining the user instruction that presentation layer transmits, perform service logic, when needs access data sources, directly giving data access layer processes; After having processed, return necessary data to presentation layer.In visible existing framework, whole traffic pressure is born by Business Logic, large in traffic carrying capacity, type of service is many and be difficult to the efficiency of guarantee system and reliability under service logic complicated situation.
For this reason, embodiments provide a kind of Web service scheme based on loose framework, by between presentation layer and operation layer and operation layer and data access layer add unified interface, achieve and the unified of different access mode is supported, effectively reduce workload simultaneously, improve system effectiveness.As shown in Figure 1, the Web service method based on loose framework in the embodiment of the present invention comprises step:
S1, receives user data by data-interface, the object needed for creating according to described user data;
S2, performs service logic according to Object Creation described in each, produces data operation request also corresponding stored in buffer memory and/or queue;
S3, receives the described data operation request in described buffer memory and/or queue by data operating interface, further the access in the rear complete paired data source of encapsulation;
S4, returns to user by the result data of described access.
Wherein, in step S4, described result data encapsulates by each layer model from bottom to top successively according to the order of data source, data access layer, data session layer, operation layer, service layer, finally by service layer, data unification is supplied to each user interface of presentation layer.
In a preferred embodiment of the invention, presentation layer receives user data by unified data-interface.Particularly, presentation layer is while providing service with form of websites, also externally provide corresponding data-interface, data-interface is for the website of self or cooperative institution and all kinds of client, the unified access of PC and mobile terminal can be met, for the demand for services of the such as equipment such as IOS, Android and various palmtop PCs provides support.
In addition, preferably, the data that presentation layer is all are all provided (including but not limited to receive user data and return results data etc.) by service layer.Service layer not with operation layer direct-coupling, but creating required object by relying on the mode injected, which increasing the flexibility of system, when changes in demand is come interim, can workload be reduced, reducing the generation of mistake.
Operation layer, according to the user instruction transmitted in object, creates and performs service logic, when needs access data sources, produces corresponding data operation request.Data operation request is preserved by queue and is distributed, to ensure promptness and the fail safe of operation while improving concurrency.How disposing to meet, going the effect of simulated implementation Session further by the mode of buffer memory, the validity of guarantee user login; Penetrate to reduce buffer memory as much as possible, preferably by the cache policy of the comparatively perfect pre-established, the subscription/publication mechanism of such as buffer memory, the expiration mechanism etc. of buffer memory, finally reach the throughput improving website.
In a preferred embodiment of the invention, also between operation layer and the interface layer of data access layer, take out data session layer, data session layer is the encapsulation again to data access layer, provides unified data operating interface, simplifies the operation while reducing complexity.Data access layer is according to the access in the complete paired data source of the data operation request again encapsulated.
Further as shown in Figure 2, with said method correspondingly, the embodiment of the present invention also provides a kind of Web service system 1 based on loose framework simultaneously, comprising:
User data module 101, for receiving user data by data-interface, the object needed for creating according to described user data;
Business module 102, for performing service logic according to Object Creation described in each, produces data operation request also corresponding stored in buffer memory and/or queue;
Data access module 103, for being received the described data operation request in described buffer memory and/or queue by data operating interface, the access in the rear complete paired data source of encapsulation further;
Result returns module 104, for the result data of described access is returned to user.
Preferably, described user data module comprises:
Unified interface module, for comprising the described user data from desktop client end, mobile App and browser access by WebAPI and/or HTTP interface.
Preferably, described user data module comprises:
Rely on injection module, for creating required described object by relying on the mode injected.
Preferably, described system also comprises:
Distributed cache server, for realizing described buffer memory and/or queue in a distributed manner.
Preferably, described result returns module and comprises:
Hierarchical processing module, successively returns after encapsulating from bottom to top for logically level framework, be finally provided in each user interface by described result data by described data-interface described result data.
Preferably, the above-mentioned Web service system based on loose framework can be treatment facility, such as cluster, server or processing terminal etc.; Also can be relatively independent functional unit, after being loaded by treatment facility, realize the data manipulation to data-base cluster.In actual applications, each module in said system all can by the central processing unit (CentralProcessingUnit being arranged in system equipment, CPU), microprocessor (MicroProcessorUnit, MPU), digital signal processor (DigitalSignalProcessor, DSP), or field programmable gate array (FieldProgrammableGateArray, the realization such as FPGA), module with data stored record function (includes but not limited to queue, buffer memory, master library, from storehouse etc.) realization such as memory or memory device that can be made up of various storage medium.
Further as shown in Figure 3, in a typical apply of the preferred embodiment of the present invention, the described Web service system based on loose framework logically comprises presentation layer, operation layer and data access layer.But with the three-tier architecture of prior art unlike, between presentation layer and operation layer, carried out the Object Creation of loose coupling by service layer in the preferred embodiment of the present invention, service layer shows as the WebAPI/HTTP interface of IBLL operation layer logic interfacing in operation layer and presentation layer in figure 3, can realize by the loose coupling of service layer the instantiation that non-critical relies on fast, thus improve the efficiency of system development, test and maintenance.Provide one realizes relying on the instantiation of injecting preferred embodiment by intermediary interface layer below further: suppose to develop two or more typing strategy when logging data, carry out the switching of typing pattern, prior art can only halt system restart rear realization, and which inefficiency, cost are very big; And by the system of technical solution of the present invention, the various typing strategy of the switching at runtime when stopping system can be realized, user thus can be made to experience the pluses and minuses of often kind of typing better, finally determine oneself typing pattern applicable.Particularly, such as system, when realizing the typing of delivery log in sow administration module, first takes out the interface of a logging data at Business Logic, and the specific implementation class of two kinds of different typing strategies is all inherited interface since then, at presentation layer calling interface.Like this when user switches typing pattern, actual is dynamically handover configurations in the configuration file of website, and then system just dynamically can convert different typing strategies according to configuration.The whole process of aforesaid way does not need to recompilate, and without the need to revising any backstage code, thus greatly can increase stability and the flexibility of system yet.
In addition, by the further encapsulation of data operation of data session layer in operation layer and data access layer, data access layer shows as Dbsession data session layer in data access layer and data session layer interface IDAL in figure 3, for obtaining and deal with data operation requests from buffer memory Redis, queue RabbitMQ or from business module.Here equally to illustrate for the typing of delivery log in sow administration module, if use the Object Relation Mapping (ORM of prior art, ObjectRelationalMapping) framework, when clicking preservation after user's logging data, if data volume is larger, time such as batch data is submitted to and, go respectively one by one to preserve to submitting to many data of coming up to need; And adopt the system of technical solution of the present invention, after the data operating interface taking out data session layer, as run into the situation that batch data is submitted to, the mark that will preserve can be all first set directly to every bar data, then by once having submitted the preservation of data to.Thus technical scheme of the present invention can realize data and submits in unit mode, can significantly improve preservation efficiency, improve the experience of user simultaneously.
The preferred embodiment of the present invention, on the basis of three-tier architecture, adds the coupling that interface layer comes between each layer of decoupling zero between the layers.Further, in order to adapt to the situation of distributed deployment, building distributed cache server, having solved the situation that the user's request logged in is distributed to other server.Another important function of distributed caching, the pressure in sharing data storehouse, cache layer is intercepted in a large amount of users request, instead of a large amount of requests is all accessing database server.
The module of general auxiliary activities process is also comprised in the framework of Fig. 3, as timed task operation Quartz.net, daily record Log4, retrieval Lucene.net etc., and the bottom layer realization of data access, as ADO.NET/DAPPER etc., these general modules are all instruments comparatively ripe in prior art, do not repeat them here.In the preferred embodiment of the present invention, data source preferably adopts the many modes from storehouse of a master library to arrange, comprise non-relational database NoSql in data source, the concrete setting of data source and operation are not the key feature of the preferred embodiment of the present invention, repeat no more at this yet simultaneously.
Adopt the technical scheme of the embodiment of the present invention, can realize the indiscriminate support of multiple user's access mode, what reduce Unified Web Services realizes difficulty, thus quick and safe allow all types of user use any terminal and Software tool to carry out exchanging or transaction in place at any time, to make full use of internet and the facility brought of mobile Internet.Such as, pig farm manager can be made to manage pig farm birthday data more like a cork, by computer, mobile phone, daily creation data typing is saved to server stores, can at any time Website login check fast, Update Table, more convenient and quicker, data are saved to server, safer, reduce user to the dependence of form, computer, avoid the record of production to damage in daily management, lose, cannot review.By Internet technology, system can carry out flexible combination to historical data, Classifying Sum, analyzes and checks, greatly improves data ease for use, reduces service of goods cost.Further, such as sow is managed, can strange land real-time typing childbirth data, typing sow produces sub-relative recording etc., as: date of parturition, strong young number, weak young number, lopsided number, stillborn foetus number, mummy number, effectively litter size, litter weight (kilogram), farrowing difficulty or ease, nest number, piglet lot number etc., data are saved to server end, can modify flexibly, upgrade according to actual conditions to historical data.System, according to the Farrowing record of record, can carry out Classifying Sum, analysis to data, as: sow production performance index, sow index of reproduction, childbirth are added up, parity farrowing structure, nest are all farrowed analysis, livestock on hand situation analysis etc.Or for the live pig of all parts of the country, boar livestock on hand information or Transaction Information, the market price etc., by many ground, whole nation deployment server, the difference of maskable various places network provider, add PC end and mobile terminal, ensure that user picks up any terminal that can surf the Net, data inputting, renewal and inquiry can be carried out anywhere or anytime, the promptness of guarantee information and accuracy, ensure that user can understand the up-to-date pig farm of periphery and the whole nation and market information at any time simultaneously.
Embodiments provide a kind of Web service method and system based on loose framework, by adding the coupling that interface layer comes between each layer of decoupling zero between the layers, achieve in loose coupling mode and the unified of different access pattern is supported, effectively increase the flexibility of system, the system of reducing realizes difficulty, significantly can reduce workload simultaneously, improve entire system efficiency and reduce mistake, improving Consumer's Experience.
Should be understood that, above-mentioned embodiment of the present invention only for exemplary illustration or explain principle of the present invention, and is not construed as limiting the invention.Therefore, any amendment made when without departing from the spirit and scope of the present invention, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.In addition, claims of the present invention be intended to contain fall into claims scope and border or this scope and border equivalents in whole change and modification.

Claims (10)

1. based on a Web service method for loose framework, it is characterized in that, described method comprises step:
User data is received, the object needed for creating according to described user data by data-interface;
Perform service logic according to Object Creation described in each, produce data operation request also corresponding stored in buffer memory and/or queue;
The described data operation request in described buffer memory and/or queue is received, further the access in the rear complete paired data source of encapsulation by data operating interface;
The result data of described access is returned to user.
2. method according to claim 1, is characterized in that, in described method, described by data-interface receive user data comprise:
The described user data from desktop client end, mobile App and browser access is comprised by WebAPI and/or HTTP interface.
3. method according to claim 1, is characterized in that, in described method, the object needed for described establishment comprises:
Required described object is created by relying on the mode injected.
4. method according to claim 1, is characterized in that, described method also comprises step:
Build distributed cache server and realize described buffer memory and/or queue.
5. method according to claim 1, is characterized in that, in described method, the described result data by described access returns to user and comprises:
Logically level framework successively returns after encapsulating described result data from bottom to top, is finally provided in each user interface by described result data by described data-interface.
6. based on a Web service system for loose framework, it is characterized in that, described system comprises:
User data module, for receiving user data by data-interface, the object needed for creating according to described user data;
Business module, for performing service logic according to Object Creation described in each, produces data operation request also corresponding stored in buffer memory and/or queue;
Data access module, for being received the described data operation request in described buffer memory and/or queue by data operating interface, the access in the rear complete paired data source of encapsulation further;
Result returns module, for the result data of described access is returned to user.
7. system according to claim 6, is characterized in that, described user data module comprises:
Unified interface module, for comprising the described user data from desktop client end, mobile App and browser access by WebAPI and/or HTTP interface.
8. system according to claim 6, is characterized in that, described user data module comprises:
Rely on injection module, for creating required described object by relying on the mode injected.
9. system according to claim 6, is characterized in that, described system also comprises:
Distributed cache server, for realizing described buffer memory and/or queue in a distributed manner.
10. system according to claim 6, is characterized in that, described result returns module and comprises:
Hierarchical processing module, successively returns after encapsulating from bottom to top for logically level framework, be finally provided in each user interface by described result data by described data-interface described result data.
CN201510697636.0A 2015-10-23 2015-10-23 Web service method and system based on loose architecture Active CN105187455B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510697636.0A CN105187455B (en) 2015-10-23 2015-10-23 Web service method and system based on loose architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510697636.0A CN105187455B (en) 2015-10-23 2015-10-23 Web service method and system based on loose architecture

Publications (2)

Publication Number Publication Date
CN105187455A true CN105187455A (en) 2015-12-23
CN105187455B CN105187455B (en) 2019-01-18

Family

ID=54909299

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510697636.0A Active CN105187455B (en) 2015-10-23 2015-10-23 Web service method and system based on loose architecture

Country Status (1)

Country Link
CN (1) CN105187455B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108390906A (en) * 2018-01-05 2018-08-10 广东睿江云计算股份有限公司 A kind of WEB back-end systems and implementation method
CN109375920A (en) * 2018-12-24 2019-02-22 国网安徽省电力有限公司培训中心 A kind of platform for learning and communication
CN109783072A (en) * 2019-01-23 2019-05-21 深圳智链物联科技有限公司 Method for processing business, device, terminal device and computer readable storage medium
US10372928B2 (en) 2015-08-24 2019-08-06 Alibaba Group Holding Limited System, method, and apparatus for data access in a cloud computing environment
CN112394962A (en) * 2020-11-27 2021-02-23 中国银联股份有限公司 Service execution method, service logic updating method and device
CN112685073A (en) * 2019-10-17 2021-04-20 天津天堰科技股份有限公司 System architecture and system applying same
CN113114725A (en) * 2021-03-19 2021-07-13 中新网络信息安全股份有限公司 Multi-node data interaction system based on HTTP (hyper text transport protocol) and implementation method thereof

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101436148A (en) * 2007-11-14 2009-05-20 华为技术有限公司 Integrated client end and method for performing interaction of desktop application and network WEB application
US20090228779A1 (en) * 2008-03-04 2009-09-10 Richard John Williamson Use of remote services by a local wireless electronic device
CN102567347A (en) * 2010-12-17 2012-07-11 上海宝钢商贸有限公司 Highly-visualized data management system
CN102945169A (en) * 2012-12-05 2013-02-27 江苏鸿信系统集成有限公司 Native APP fused Web APP development system based on Android
CN103186413A (en) * 2011-12-27 2013-07-03 腾讯科技(深圳)有限公司 Realization architecture and realization method for mailbox service
CN104932895A (en) * 2015-06-26 2015-09-23 南京邮电大学 Middleware based on SOA (Service-Oriented Architecture) and information publishing method thereof

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101436148A (en) * 2007-11-14 2009-05-20 华为技术有限公司 Integrated client end and method for performing interaction of desktop application and network WEB application
US20090228779A1 (en) * 2008-03-04 2009-09-10 Richard John Williamson Use of remote services by a local wireless electronic device
CN102567347A (en) * 2010-12-17 2012-07-11 上海宝钢商贸有限公司 Highly-visualized data management system
CN103186413A (en) * 2011-12-27 2013-07-03 腾讯科技(深圳)有限公司 Realization architecture and realization method for mailbox service
CN102945169A (en) * 2012-12-05 2013-02-27 江苏鸿信系统集成有限公司 Native APP fused Web APP development system based on Android
CN104932895A (en) * 2015-06-26 2015-09-23 南京邮电大学 Middleware based on SOA (Service-Oriented Architecture) and information publishing method thereof

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10372928B2 (en) 2015-08-24 2019-08-06 Alibaba Group Holding Limited System, method, and apparatus for data access in a cloud computing environment
US10922429B2 (en) 2015-08-24 2021-02-16 Alibaba Group Holding Limited System, method, and apparatus for data access in a cloud computing environment
CN108390906A (en) * 2018-01-05 2018-08-10 广东睿江云计算股份有限公司 A kind of WEB back-end systems and implementation method
CN109375920A (en) * 2018-12-24 2019-02-22 国网安徽省电力有限公司培训中心 A kind of platform for learning and communication
CN109783072A (en) * 2019-01-23 2019-05-21 深圳智链物联科技有限公司 Method for processing business, device, terminal device and computer readable storage medium
CN112685073A (en) * 2019-10-17 2021-04-20 天津天堰科技股份有限公司 System architecture and system applying same
CN112394962A (en) * 2020-11-27 2021-02-23 中国银联股份有限公司 Service execution method, service logic updating method and device
CN112394962B (en) * 2020-11-27 2024-01-26 中国银联股份有限公司 Service execution method, service logic updating method and device
CN113114725A (en) * 2021-03-19 2021-07-13 中新网络信息安全股份有限公司 Multi-node data interaction system based on HTTP (hyper text transport protocol) and implementation method thereof

Also Published As

Publication number Publication date
CN105187455B (en) 2019-01-18

Similar Documents

Publication Publication Date Title
CN105187455A (en) Web service method and system based on loose architecture
US20220171759A1 (en) Detecting schema incompatibilities for generating views at target data stores
US11113273B2 (en) Managed materialized views created from heterogeneous data sources
US9953099B2 (en) Repackageable virtualized transparent access to heterogeneous data sources
Viennot et al. Synapse: a microservices architecture for heterogeneous-database web applications
George HBase: the definitive guide: random access to your planet-size data
CN107451225B (en) Scalable analytics platform for semi-structured data
Iftikhar et al. Flexible exchange of farming device data
CN109524070B (en) Data processing method and device, electronic equipment and storage medium
CN101997927A (en) Method and system for caching data of WEB platform
CN103336813A (en) Data integrated management scheme for Internet of Things based on middleware framework
CN101661494A (en) Data interactive method for distributed middleware and database
Yu et al. Research and implementation of massive health care data management and analysis based on hadoop
US9330140B1 (en) Transient virtual single tenant queries in a multi-tenant shared database system
CN103744845A (en) Method and system for WEB platform data caching
CN102880683A (en) Automatic network generation system for feasibility study report and generation method thereof
Doshi et al. Blending SQL and NewSQL approaches: reference architectures for enterprise big data challenges
WO2023278943A1 (en) Registering additional type systems using a hub data model for data processing
Gupta Real-Time Big Data Analytics
US10291746B2 (en) Context switch of database connections
US11803786B2 (en) Enterprise integration platform
CN115292313A (en) Pseudo-column implementation method and device, electronic equipment and storage medium
CN104598216B (en) The method and system write back for realizing the virtual data of business intelligence report
CN106407679B (en) Mobile interchange cross-platform cross equipment remote diagnosis system
Tian et al. Blockchain Traceability Platform Based on Green Agricultural Products

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100080 Beijing Haidian District Zhongguancun Street 27, 16 floor 1601 room.

Applicant after: BEIJING NONGXIN INTERNET TECHNOLOGY GROUP Co.,Ltd.

Address before: 100080 1401 floor, 14 story, Zhongguancun building, 27 Zhongguancun Avenue, Haidian District, Beijing.

Applicant before: BEIJING NONGXIN INTERNET TECHNOLOGY CO.,LTD.

TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20180815

Address after: 100080 Beijing Haidian District Zhongguancun Street 27, 16 floor 1601 room.

Applicant after: BEIJING NONGXIN INTERNET TECHNOLOGY GROUP Co.,Ltd.

Applicant after: BEIJING NONGXIN INTERNET DATA TECHNOLOGY Co.,Ltd.

Address before: 100080 Beijing Haidian District Zhongguancun Street 27, 16 floor 1601 room.

Applicant before: BEIJING NONGXIN INTERNET TECHNOLOGY GROUP Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: 100080 Beijing Haidian District Zhongguancun Street 27, 16 floor 1601 room.

Patentee after: BEIJING NONGXIN INTERNET TECHNOLOGY GROUP Co.,Ltd.

Patentee after: Beijing Nongxin Shuzhi Technology Co.,Ltd.

Address before: 100080 Beijing Haidian District Zhongguancun Street 27, 16 floor 1601 room.

Patentee before: BEIJING NONGXIN INTERNET TECHNOLOGY GROUP Co.,Ltd.

Patentee before: BEIJING NONGXIN INTERNET DATA TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right

Effective date of registration: 20220429

Address after: 100080 Beijing Haidian District Zhongguancun Street 27, 16 floor 1601 room.

Patentee after: Beijing Nongxin Shuzhi Technology Co.,Ltd.

Address before: 100080 Beijing Haidian District Zhongguancun Street 27, 16 floor 1601 room.

Patentee before: BEIJING NONGXIN INTERNET TECHNOLOGY GROUP Co.,Ltd.

Patentee before: Beijing Nongxin Shuzhi Technology Co.,Ltd.

TR01 Transfer of patent right