CN102271121A - Service-model-oriented cloud computing development platform realization method - Google Patents

Service-model-oriented cloud computing development platform realization method Download PDF

Info

Publication number
CN102271121A
CN102271121A CN2010101911032A CN201010191103A CN102271121A CN 102271121 A CN102271121 A CN 102271121A CN 2010101911032 A CN2010101911032 A CN 2010101911032A CN 201010191103 A CN201010191103 A CN 201010191103A CN 102271121 A CN102271121 A CN 102271121A
Authority
CN
China
Prior art keywords
model
data
client
definition
service
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
CN2010101911032A
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.)
TONGLING YUCHENG SOFTWARE TECHNOLOGY Co Ltd
Original Assignee
TONGLING YUCHENG SOFTWARE 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 TONGLING YUCHENG SOFTWARE TECHNOLOGY Co Ltd filed Critical TONGLING YUCHENG SOFTWARE TECHNOLOGY Co Ltd
Priority to CN2010101911032A priority Critical patent/CN102271121A/en
Publication of CN102271121A publication Critical patent/CN102271121A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to a service-model-oriented cloud computing development platform realization method. The online development of a service-model-oriented cloud computing development platform is realized mainly by the following steps of: 1, online logging in a development environment; 2, defining a service model, comprising data object model description, page component object description, instruction calling description and the like; 3, performing other related operations; and 4, performing testing and debugging. Software development and deployment can be finished only by defining the service model hardly without writing codes, so the method is simple, economical and practical. In a running process, a service model management engine run on a server dynamically loads and resolves model definition, manages model data and generates the page description definition of a client in real time; and a client page management engine dynamically resolves the page description definition and model data description returned by the server, and processes and responds to the operations of a login user. When needed, the data is transmitted to the server for synchronization or related operations.

Description

The cloud computing development platform implementation method of service-oriented model
Technical field
The invention belongs to areas of information technology, be specifically related to the cloud computing development platform
Background technology
The cloud computing development platform, at present large-scale external software vendors such as IBM, Microsoft are all in research and development energetically, and domesticly also have some software vendors that similar solution is provided, as Baihui, 800 visitors etc.But they just move traditional development mode to line model at present simply, can not reduce development workload, reach the purpose of simplifying exploitation.
Summary of the invention
In order to realize simple and direct efficient online Software Development Platform, the invention provides a kind of cloud computing development platform method of operation of service-oriented model.
The cloud computing development platform implementation method of service-oriented model comprises following operating procedure:
A, client are sent relevant page request;
B, Web server accept request, and the modeling engine middleware is searched the business model definition according to the model name of request;
C, as there being definition in the model of buffer memory, then create new copy, otherwise in model factory request of loading, the business model definition is searched by model factory, and the model of creation example;
D, modeling engine dynamically produce client end interface and describe text according to the component definition that returns in the model.The data object model that relies on according to component model is created data object, and to database or other data source request msgs, is returned client in company with the assembly text simultaneously;
E, customer terminal webpage management engine are dynamically resolved loading, resolve to produce page assembly code and data and loaded and displayed
F, client component and login user carry out man-machine data interaction;
G, login user send operational order (such as clicking " preservation " button), and customer terminal webpage management engine operation response is sending in server requests, and the data of client typing or modification are carried out synchronously to server end;
Calling of H, server end customer in response end after the synchrodata of sending resolved, changes, is loaded into data object model, according to the instruction calls of client, searches the script that defines in the corresponding business model;
I, server end business model management engine, according to the script definition, start the script analytics engine, carry out the related data inspection and preserve operation, can also or upgrade alternately by data object model and data source execution data query, and execution result and synchronized result are returned client.
Useful technique effect of the present invention is:
1, the present invention only need define business model, hardly with writing code; Just can finish software development and deployment, very simple, economical and practical.
2, use the running software mode of this platform development also different with traditional approach.Its running is by the business model management engine that operates in server end, dynamic load, analytic modell analytical model definition, and the administrative model data generate the page-describing definition of client in real time.The customer terminal webpage management engine is dynamically resolved interface description definition and the model data description that load server returns, and handles, responds the operation of login user.When needed, data are sent to the operation that server carries out synchronously or execution is correlated with.
Description of drawings
Fig. 1 is a system of the present invention operation logic.
Embodiment
Below in conjunction with accompanying drawing, the present invention is further described by embodiment.
Embodiment:
Referring to Fig. 1, the cloud computing development platform implementation method of service-oriented model comprises following operating procedure:
A, client are sent relevant page request;
B, Web server accept request, and the modeling engine middleware is searched the business model definition according to the model name of request;
C, as there being definition in the model of buffer memory, then create new copy, otherwise in model factory request of loading, the business model definition is searched by model factory, and the model of creation example;
D, modeling engine dynamically produce client end interface and describe text according to the component definition that returns in the model.The data object model that relies on according to component model is created data object, and to database or other data source request msgs, is returned client in company with the assembly text simultaneously;
E, customer terminal webpage management engine are dynamically resolved loading, resolve to produce page assembly code and data and loaded and displayed
F, client component and login user carry out man-machine data interaction;
G, login user send operational order (such as clicking " preservation " button), and customer terminal webpage management engine operation response is sending in server requests, and the data of client typing or modification are carried out synchronously to server end;
Calling of H, server end customer in response end after the synchrodata of sending resolved, changes, is loaded into data object model, according to the instruction calls of client, searches the script that defines in the corresponding business model;
I, server end business model management engine, according to the script definition, start the script analytics engine, carry out the related data inspection and preserve operation, can also or upgrade alternately by data object model and data source execution data query, and execution result and synchronized result are returned client.
" business model " definition:
" business model " comprises data object model, The Component Object Model and action command set description by the naming method visit, and data object model is used for persistence, data processing, data sync and the Data Update etc. of data; The Component Object Model is Interface Microstructure, structure and the assembly demonstration etc. of describing client; Action command is the instruction of sending of customer in response end login user and the operation carried out.
" model container ": press the space that login user is distinguished, the user model space that different login users is corresponding different, a model space can have a plurality of business models.
A business model can comprise a plurality of data object models and a plurality of The Component Object Model.A data object model is generally corresponding to tables of data, view or a query results in the database.Can define dependence between the data object, the method for synchronization, update mode and proof rule etc.
Data object model and The Component Object Model in " platform " in each business model of definition can also call mutually by name, reach model and reuse, and minimizing re-defines.

Claims (1)

1. the cloud computing development platform implementation method of service-oriented model is characterized in that comprising following operating procedure:
A, client are sent relevant page request;
B, Web server accept request, and the modeling engine middleware is searched the business model definition according to the model name of request;
C, as there being definition in the model of buffer memory, then create new copy, otherwise in model factory request of loading, the business model definition is searched by model factory, and the model of creation example;
D, modeling engine dynamically produce client end interface and describe text according to the component definition that returns in the model.The data object model that relies on according to component model is created data object, and to database or other data source request msgs, is returned client in company with the assembly text simultaneously;
E, customer terminal webpage management engine are dynamically resolved loading, resolve to produce page assembly code and data and loaded and displayed
F, client component and login user carry out man-machine data interaction;
G, login user send operational order (such as clicking " preservation " button), and customer terminal webpage management engine operation response is sending in server requests, and the data of client typing or modification are carried out synchronously to server end;
Calling of H, server end customer in response end after the synchrodata of sending resolved, changes, is loaded into data object model, according to the instruction calls of client, searches the script that defines in the corresponding business model;
I, server end business model management engine, according to the script definition, start the script analytics engine, carry out the related data inspection and preserve operation, can also or upgrade alternately by data object model and data source execution data query, and execution result and synchronized result are returned client.
CN2010101911032A 2010-06-01 2010-06-01 Service-model-oriented cloud computing development platform realization method Pending CN102271121A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010101911032A CN102271121A (en) 2010-06-01 2010-06-01 Service-model-oriented cloud computing development platform realization method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010101911032A CN102271121A (en) 2010-06-01 2010-06-01 Service-model-oriented cloud computing development platform realization method

Publications (1)

Publication Number Publication Date
CN102271121A true CN102271121A (en) 2011-12-07

Family

ID=45053286

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010101911032A Pending CN102271121A (en) 2010-06-01 2010-06-01 Service-model-oriented cloud computing development platform realization method

Country Status (1)

Country Link
CN (1) CN102271121A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013102326A1 (en) * 2012-01-06 2013-07-11 中兴通讯股份有限公司 Method and system for realizing service processing in cloud terminal
CN103617037A (en) * 2013-11-27 2014-03-05 张洁 Developing method for web development system and web development system
CN103988200A (en) * 2011-12-12 2014-08-13 微软公司 Lightweight framework for web applications
CN104881491A (en) * 2015-06-11 2015-09-02 广州市云润大数据服务有限公司 Software development system based on big data platform
CN105490914A (en) * 2015-06-01 2016-04-13 哈尔滨烁联科技有限公司 Light-emitting diode (LED) automation server and interaction method
CN105739990A (en) * 2016-02-17 2016-07-06 浪潮通用软件有限公司 Implementation method for remote call of button based on C #
CN105930344A (en) * 2016-04-05 2016-09-07 北京宇航系统工程研究所 Database application rapid development platform based on product development process
CN106708610A (en) * 2015-11-17 2017-05-24 北京京东尚科信息技术有限公司 Business model management method and system
CN106911757A (en) * 2015-12-23 2017-06-30 阿里巴巴集团控股有限公司 The method for pushing and device of a kind of business information
CN107102854A (en) * 2017-03-31 2017-08-29 合肥民众亿兴软件开发有限公司 A kind of software development methodology and software development system
CN107341218A (en) * 2017-06-27 2017-11-10 武汉蓝星软件技术有限公司 A kind of information feedback method and system of the core frame platform based on application service
CN107807825A (en) * 2017-11-21 2018-03-16 合肥海诺恒信息科技有限公司 A kind of computer software development approach
CN107846448A (en) * 2017-09-22 2018-03-27 阿里巴巴集团控股有限公司 Data, services provide device and implementation method
CN108076107A (en) * 2016-11-15 2018-05-25 亿阳信通股份有限公司 A kind of business sinking processing system and middleware
CN108848396A (en) * 2018-05-10 2018-11-20 西北工业大学 A kind of area of computer aided accumulating method based on mobile platform

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10387123B2 (en) 2011-12-12 2019-08-20 Microsoft Technology Licensing, Llc Lightweight framework for web applications
CN103988200A (en) * 2011-12-12 2014-08-13 微软公司 Lightweight framework for web applications
CN103988200B (en) * 2011-12-12 2018-05-29 微软技术许可有限责任公司 For the lightweight frame of web applications
WO2013102326A1 (en) * 2012-01-06 2013-07-11 中兴通讯股份有限公司 Method and system for realizing service processing in cloud terminal
CN103617037A (en) * 2013-11-27 2014-03-05 张洁 Developing method for web development system and web development system
US9904522B2 (en) 2013-11-27 2018-02-27 Jie Zhang Web development system
CN105490914A (en) * 2015-06-01 2016-04-13 哈尔滨烁联科技有限公司 Light-emitting diode (LED) automation server and interaction method
CN104881491A (en) * 2015-06-11 2015-09-02 广州市云润大数据服务有限公司 Software development system based on big data platform
CN106708610A (en) * 2015-11-17 2017-05-24 北京京东尚科信息技术有限公司 Business model management method and system
CN106708610B (en) * 2015-11-17 2020-11-03 北京京东尚科信息技术有限公司 Service model management method and system
CN106911757A (en) * 2015-12-23 2017-06-30 阿里巴巴集团控股有限公司 The method for pushing and device of a kind of business information
CN105739990A (en) * 2016-02-17 2016-07-06 浪潮通用软件有限公司 Implementation method for remote call of button based on C #
CN105739990B (en) * 2016-02-17 2018-11-02 浪潮通用软件有限公司 Implementation method for remote call of button based on C #
CN105930344B (en) * 2016-04-05 2019-02-19 北京宇航系统工程研究所 A kind of database application system quick development platform based on product development process
CN105930344A (en) * 2016-04-05 2016-09-07 北京宇航系统工程研究所 Database application rapid development platform based on product development process
CN108076107A (en) * 2016-11-15 2018-05-25 亿阳信通股份有限公司 A kind of business sinking processing system and middleware
CN108076107B (en) * 2016-11-15 2020-11-06 亿阳信通股份有限公司 Service sinking processing system and middleware
CN107102854A (en) * 2017-03-31 2017-08-29 合肥民众亿兴软件开发有限公司 A kind of software development methodology and software development system
CN107341218A (en) * 2017-06-27 2017-11-10 武汉蓝星软件技术有限公司 A kind of information feedback method and system of the core frame platform based on application service
CN107341218B (en) * 2017-06-27 2020-04-14 武汉蓝星软件技术有限公司 Information feedback method and system of core framework platform based on application service
CN107846448A (en) * 2017-09-22 2018-03-27 阿里巴巴集团控股有限公司 Data, services provide device and implementation method
CN107846448B (en) * 2017-09-22 2020-07-07 阿里巴巴集团控股有限公司 Data service providing device and implementing method
CN107807825A (en) * 2017-11-21 2018-03-16 合肥海诺恒信息科技有限公司 A kind of computer software development approach
CN108848396A (en) * 2018-05-10 2018-11-20 西北工业大学 A kind of area of computer aided accumulating method based on mobile platform
CN108848396B (en) * 2018-05-10 2020-09-22 西北工业大学 Computer-assisted memory method based on mobile platform

Similar Documents

Publication Publication Date Title
CN102271121A (en) Service-model-oriented cloud computing development platform realization method
US10862979B2 (en) Techniques for supporting remote micro-services as native functions in spreadsheet applications
CN102591910B (en) Computer approach and system for combining OLTP database and OLAP data lab environment
Daniel et al. NeoEMF: A multi-database model persistence framework for very large models
Chung et al. A framework of collaborative design environment for injection molding
CN102567400B (en) Method for realizing Web visit and Web server
CN107430853A (en) Data for the voice activity with the offline ability of selectivity are held locally within the electronic installation for supporting speech
CN114787814A (en) Reference resolution
US10949218B2 (en) Generating an execution script for configuration of a system
CN104156465A (en) Real-time webpage synchronization and background distributed data storage system
CN101883084A (en) Method, adaptor and adaptor system for adapting to network service communication,
CN103413041B (en) A kind of collaborative perception system constituting method based on complex product development object
Milosavljević et al. Software architecture of distributed client/server library circulation system
CA2538561C (en) System and method for conversion of web services applications into component based applications for devices
Huang et al. A geospatial hybrid cloud platform based on multi-sourced computing and model resources for geosciences
Hanwell et al. Open Chemistry, JupyterLab, REST, and quantum chemistry
CN112308573A (en) Intelligent customer service method and device, storage medium and computer equipment
Viorres et al. Major HCI challenges for open source software adoption and development
Sales et al. Semeval-2017 task 11: end-user development using natural language
CN111258581B (en) Application development method, device, equipment and computer medium based on cloud service
CN107735785A (en) Automated information retrieval
Pastaki Rad et al. A survey of cloud platforms and their future
CN109344410A (en) A kind of machine translation control system and method, information data processing terminal
Wang et al. Docker-based web server instructional system
CN102609604A (en) Grid-based computational chemistry visualization system and control method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20111207