CN102650952A - Modeling tool order calling method and system based on MVC framework - Google Patents

Modeling tool order calling method and system based on MVC framework Download PDF

Info

Publication number
CN102650952A
CN102650952A CN2011100476103A CN201110047610A CN102650952A CN 102650952 A CN102650952 A CN 102650952A CN 2011100476103 A CN2011100476103 A CN 2011100476103A CN 201110047610 A CN201110047610 A CN 201110047610A CN 102650952 A CN102650952 A CN 102650952A
Authority
CN
China
Prior art keywords
event
view
order
user interface
interface components
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
CN2011100476103A
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.)
Beihang University
Original Assignee
Beihang University
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 Beihang University filed Critical Beihang University
Priority to CN2011100476103A priority Critical patent/CN102650952A/en
Publication of CN102650952A publication Critical patent/CN102650952A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention relates to a modeling tool order calling method and system based on an MVC (model, view and controller) framework, wherein the method comprises the steps as follows: an obtained system event is converted to an interval event by a user interface component in a view layer of the MVC framework, and is sent to an order controller in a control layer of the MVC framework; and the order controller searches the order corresponding to the internal event according to the application event type corresponding to the interval event, and executes the order. The modeling tool order calling method and system based on the MVC framework, provided by the embodiment of the invention, divide the system events into internal events and external events, so that the rights and liabilities of the internal events and the external events are clear, and further the program running efficiency is increased; and the method is different from the prior art, in which the corresponding specific event is called and then the corresponding order is called at specific time, so that effectiveness of calling the order is improved.

Description

Modeling tool command calls method and system based on the MVC framework
Technical field
The present invention relates to field of computer technology, particularly a kind of modeling tool command calls method and system based on the MVC framework.
Background technology
Model, view and control (Model, View, Controller, be called for short: MVC) pattern is a kind of software architecture pattern, is widely used in having in the application software architecture Design of user interface; The MVC pattern specifically comprises model layer, view layer, key-course, and wherein, model layer is used to preserve the state of data and application program, and the view layer is used for definition of user's interface, and key-course is used for the input of process user to revise data and state.
Be directed against the MVC framework of modeling tool in the prior art; Though can realize the loose coupling between the assembly through making up application program; Interaction logic administrative client state through package server and user interface (User Interface, be called for short: UI) state, thus make program module property stronger; But owing to exist event model complicated, the operational efficiency of extensive program is still lower.
Summary of the invention
The object of the present invention is to provide a kind of modeling tool command calls method and system, improve the operational efficiency of extensive program based on the MVC framework.
The embodiment of the invention provides a kind of modeling tool command calls method based on the MVC framework, comprising:
User interface components in the view layer of MVC framework converts the system event that gets access to into internal event and sends to the instruction control unit of the key-course that is arranged in said MVC framework;
Said instruction control unit is searched with the corresponding order of said internal event according to the pairing application affairs type of said internal event and is carried out said order.
The embodiment of the invention provides a kind of modeling tool command calls system based on the MVC framework; Should can realize the modeling tool command calls method based on the MVC framework of technique scheme based on the modeling tool command calls system of MVC framework; Wherein, this system comprises:
User interface components is arranged in the view layer of MVC framework, is used for converting the system event that gets access to into internal event and sending to the instruction control unit of the key-course that is positioned at said MVC framework at said view layer;
Said instruction control unit is used for searching with the corresponding order of said internal event and carrying out said order according to the pairing application affairs type of said internal event.
Modeling tool command calls method and system based on the MVC framework provided by the invention; User interface components through at the view layer converts the system event that acquires internal event into and sends to the instruction control unit that is positioned at key-course; Because incident is divided into internal event and as the system event of external event; Make internal event and system event clear definiton of powers, thereby improved program run efficient; Further; When the number of number of commands and system event is huger; Search and the corresponding order of internal event and this order of execution according to the pairing application affairs type of internal event through instruction control unit; Avoided calling earlier in the prior art corresponding concrete incident, gone to call corresponding order by concrete incident again, thereby improved the validity of call instruction.
Description of drawings
In order to be illustrated more clearly in the embodiment of the invention or technical scheme of the prior art; To do to introduce simply to the accompanying drawing of required use in embodiment or the description of the Prior Art below; Obviously, the accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills; Under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the schematic flow sheet that the present invention is based on an embodiment of modeling tool command calls method of MVC framework;
Fig. 2 is the schematic flow sheet that the present invention is based on another embodiment of modeling tool command calls method of MVC framework;
Fig. 3 is the structural representation that the present invention is based on an embodiment of modeling tool command calls system of MVC framework;
Fig. 4 is the structural representation that the present invention is based on modeling tool command calls another embodiment of system of MVC framework;
Fig. 5 is the structural representation of the MVC frame system that the embodiment of the invention was suitable for.
Embodiment
To combine the accompanying drawing in the embodiment of the invention below, the technical scheme in the embodiment of the invention is carried out clear, intactly description, obviously, described embodiment only is the present invention's part embodiment, rather than whole embodiment.Based on the embodiment among the present invention, those of ordinary skills are not making the every other embodiment that is obtained under the creative work prerequisite, all belong to the scope of the present invention's protection.
Fig. 1 is the schematic flow sheet that the present invention is based on an embodiment of modeling tool command calls method of MVC framework, and as shown in Figure 1, present embodiment comprises the steps:
Step 101, the user interface components in the view layer of MVC framework convert the system event that gets access to into internal event and send to the instruction control unit of the key-course that is arranged in the MVC framework;
Step 102, this instruction control unit are searched with the corresponding order of this internal event according to the pairing application affairs type of this internal event and are carried out this order.
The modeling tool command calls method that the embodiment of the invention provides based on the MVC framework; Through the user interface components in the view layer of MVC framework the system event that acquires is converted into internal event and sends to the instruction control unit that is arranged in key-course; Because incident is divided into internal event and as the system event of external event; Make internal event and system event clear definiton of powers, thereby improved program run efficient; Further; When the number of number of commands and system event is huger; Search and the corresponding order of internal event and this order of execution according to the pairing application affairs type of internal event through instruction control unit; Avoided calling earlier in the prior art corresponding concrete incident, gone to call corresponding order by concrete incident again, thereby improved the validity of call instruction.
Fig. 2 is the schematic flow sheet that the present invention is based on another embodiment of modeling tool command calls method of MVC framework; As shown in Figure 2, the embodiment of the invention comprises:
When step 201, the user interface components initialization in the view layer of MVC framework, the view assistant class in the corresponding view helper module of this user interface components is carried out instantiation, and this view assistant class is registered in the view steady arm.
The system event that step 202, the event sniffer monitoring users interface assembly through the view layer acquire.
Step 203, convert this system event into internal event and send to the instruction control unit of key-course through event sniffer;
Step 204, this instruction control unit are searched with the corresponding order of this internal event according to the pairing application affairs type of this internal event and are carried out this order;
Step 205, if the packaged processing logic of this order need communicate with the data source of server end, then in key-course establishment proxy class;
Step 206, from the positioning service device, obtain and the corresponding service of this proxy class type of connection, connect through this service and type communicate to obtain the processing logic relevant data packaged with this order with the data source of server end;
Step 207, after logical process is carried out in this order, in model layer, revise and order corresponding data with this;
After step 208, the data in this model layer are upgraded, notify the user interface components of view layer to carry out display update through data binding mechanism or event notification mechanism.
In above-mentioned steps 201; When the user interface components to the view layer of MVC framework carries out initialization; Need carry out the instantiation correspondence to the view assistant class in view assistant (ViewHelper) module, and view assistant class is registered in the view steady arm (ViewLocator); Wherein, view steady arm (ViewLocator) makes other order in the calling program can obtain the view Assistant object of any needs as single example class, to realize the operation to the UI assembly.In addition; At view (View) layer; Because the corresponding view helper module of each UI assembly (Component), event sniffer can be arranged in the view helper module, thereby makes the corresponding UI class of UI assembly can be absorbed in the layout of user interface; Avoided in the UI assembly, comprising any logic, made that the UI class is more suitable for realizing through the SGML (MXML) of describing the interface performance; And other order described in the embodiment of the invention specifically can be any order that may change view; For example: the order of the change viewstate of model layer, key-course; For example if the order that other order is the deletion view; Order that then should the deletion view is earlier through the view helper module, remakes to be used for the corresponding view layer, thereby makes the operation to the UI assembly all realize through the view helper module.
In above-mentioned steps 202~step 204; UI assembly in the view layer receives the system event that the user triggers through mouse or keyboard etc.; Through event sniffer with this system event convert into internal event (this internal event for example can for: create file, newly-built pel etc.) send in the instruction control unit (DesignerControlle); Instruction control unit is searched with the corresponding order of this internal event (Command) according to the type of internal event and is carried out this order, wherein, has encapsulated concrete processing logic in this order; Understand the processing logic described in the embodiment of the invention for clearer; The processing logic of facing in the embodiment of the invention down is illustrated, if order is figure of deletion, then processing logic is meant according to the order of a figure of this deletion the related data of this figure in the model layer is deleted; And with on the painting canvas with by all relevant associated deletions of figure of being deleted, and through the binding relationship renewal view of view layer with model layer; Through internal event and external event are divided, make that the order in calling incident is more efficient.
In above-mentioned steps 205 and step 206,, can create agency (Delegate) class at key-course if the packaged processing logic of this order need communicate with the data source of server end; From positioning service device (ServiceLocator), obtain corresponding service and connect type (this service connects type specifically can be HTTPService, RMIService etc.); Communicate through the data source of service connection class, obtain the processing logic relevant data packaged with this order with server end.
In above-mentioned steps 207 and step 208; After logical process is carried out in order (Command); If need to revise with this and order the data in corresponding model (Model) layer; Then the data in the model layer are upgraded, informed that through data binding mechanism or event notification mechanism the assembly of view layer carries out display update.
The modeling tool command calls method that the embodiment of the invention provides based on the MVC framework; User interface components through at the view layer converts the system event that acquires internal event into and sends to the instruction control unit that is positioned at key-course; Because incident is divided into internal event and as the system event of external event; Make internal event and system event clear definiton of powers, thereby improved program run efficient; Further; When the number of number of commands and system event is huger; Search and the corresponding order of internal event and this order of execution according to the pairing application affairs type of internal event through instruction control unit; Avoided calling earlier in the prior art corresponding concrete incident, gone to call corresponding order by concrete incident again, thereby improved the validity of call instruction.
Fig. 3 is the structural representation that the present invention is based on an embodiment of modeling tool command calls system of MVC framework, and the embodiment of the invention can realize the method flow of above-mentioned embodiment illustrated in figures 1 and 2; As shown in Figure 3, the embodiment of the invention comprises: user interface components 31, instruction control unit 32;
Wherein, user interface components 31 is arranged in the view layer of MVC framework, converts the system event that gets access to into internal event and sends to the instruction control unit 32 of the key-course that is arranged in this MVC framework at this view layer; Instruction control unit 32 is searched with the corresponding order of said internal event according to the pairing application affairs type of said internal event and is carried out said order.
The modeling tool command calls system that the embodiment of the invention provides based on the MVC framework; Convert the system event that acquires into internal event and send to the instruction control unit 32 that is positioned at key-course through user interface components 31 at the view layer; Because incident is divided into internal event and as the system event of external event; Make internal event and system event clear definiton of powers, thereby improved program run efficient; Further; When the number of number of commands and system event is huger; Search and the corresponding order of internal event and this order of execution according to the pairing application affairs type of internal event through instruction control unit 32; Avoided calling earlier in the prior art corresponding concrete incident, gone to call corresponding order by concrete incident again, thereby improved the validity of call instruction.
Fig. 4 is the structural representation that the present invention is based on modeling tool command calls another embodiment of system of MVC framework, and the embodiment of the invention can realize the method flow of above-mentioned embodiment illustrated in figures 1 and 2; As shown in Figure 4, the embodiment of the invention comprises based on the modeling tool command calls system 40 of MVC framework: user interface components 41, instruction control unit 42, event sniffer 43, view steady arm 44, positioning service device 45;
Wherein, user interface components 41 is arranged in the view layer of MVC framework, converts the system event that gets access to into internal event and sends to the instruction control unit 42 of the key-course that is positioned at the MVC framework at the view layer; Instruction control unit 42 said instruction control units are searched with the corresponding order of said internal event according to the pairing application affairs type of said internal event and are carried out said order.
Further, the event sniffer 43 in the embodiment of the invention is connected with user interface components 41, is arranged in the view layer; Event sniffer 43 is used for the system event that monitoring users interface assembly 41 gets access to, and said system event is converted into internal event and sends to the instruction control unit 42 of key-course.
Further, the view steady arm 44 in the embodiment of the invention is connected with user interface components 41, is arranged in the view layer; View steady arm 44 is used for when user interface components 41 initialization of view layer, and the view assistant class in the view helper module of these user interface components 41 correspondences is carried out instantiation, registers said view assistant class class.
Further; Positioning service device 45 in the embodiment of the invention provides and at the corresponding service of proxy class type of connection that said key-course is created, makes said service connect class and communicate to obtain the processing logic relevant data packaged with said order with the data source of server end;
Further, can also comprise modified module 46 and notification module 47 in the model layer in the embodiment of the invention; Wherein, after logical process was carried out in this order, modified module 46 was revised in said model layer and the corresponding data of said order; After data in said model layer were upgraded, notification module 47 notified the user interface components of said view layer to carry out display update through data binding mechanism or event notification mechanism.
The modeling tool command calls system that the embodiment of the invention provides based on the MVC framework; User interface components through at the view layer converts the system event that acquires internal event into and sends to the instruction control unit that is positioned at key-course; Because incident is divided into internal event and as the system event of external event; Make internal event and system event clear definiton of powers, thereby improved program run efficient; Further; When the number of number of commands and system event is huger; Search and the corresponding order of internal event and this order of execution according to the pairing application affairs type of internal event through instruction control unit; Avoided calling earlier in the prior art corresponding concrete incident, gone to call corresponding order by the concrete time again, thereby improved the validity of call instruction.
For the clearer technical scheme of understanding the embodiment of the invention, through Fig. 5 the embodiment of the invention is specifically described below; Fig. 5 is the structural representation of the MVC frame system that the embodiment of the invention was suitable for.
As shown in Figure 5, the MVC frame system that the embodiment of the invention was suitable for can be at view layer 51, model layer 52, key-course 53, service layer's 54 execution graphs 1 and method flow embodiment illustrated in fig. 2.
As shown in Figure 5; At view (View) layer 51; Each user interface components 511 a corresponding view assistant (ViewHelper) module 512; Event sniffer 513 is arranged in the view helper module 512, thereby makes the user interface class in the view layer 51 can be absorbed in the layout at interface and not comprise any logic; And other operation to user interface components 511 all realizes through view helper module 512; The corresponding view assistant class of the automatic instantiation of meeting when user interface components 511 initialization; And view assistant class is registered in the view steady arm (ViewLocator) 514; View steady arm 514 makes other role in the calling program can obtain the view Assistant object of any needs as a single example class, to realize the operation to user interface components 511; Because the single example class described in the embodiment of the invention is well known to those skilled in the art, and repeats no more at this.
In model (Model) layer 52, exist a plurality of model objects to be registered in the model orientation device (ModelLocator) 521; Because model orientation device 521 also is a single example class, can search required model object through this list example class; Model object can correspond to of Local or Remote, or in a plurality of data object (DataObject); In addition, model object can through data binding mechanism be associated with the corresponding UI assembly of this model in, thereby make that the UI assembly can obtain upgrading after model is modified.
In control (Controller) layer 53; Front controller (FrontController) class is a core classes; Adopt single routine quasi-mode; When realizing, only need to inherit a front controller class establishment concrete instruction control unit (DesignerController) 531 corresponding command controller classes and get final product.In store application affairs (ODEvent) is to the mapping of order (Command) in the front controller class.Command set has encapsulated the service logic of application program; Command set can obtain needed view assistant (ViewHelper) module and model (Model) object through view steady arm (ViewLocator) 532 and model orientation device (ModelLoactor) 521, thereby realizes the modification to view and data.
In service (Server) layer 54; Command set can (for example: services such as HTTPService, WebService) obtain needed Connection Service from the positioning service device (ServiceLocator) 541 the service layer 54 when the data object of the server end in needs of the service logic in the command set and the service layer 54 communicates; Make command set need not be concerned about the information of establishment of connection process and server end; Also can be reused with the Connection Service of server end simultaneously by a plurality of command set, thus the overall performance of raising program.
Treatment scheme in embodiment illustrated in fig. 5 is following: at first the user interface components in the view layer 51 511 receives users' system events such as mouse or keyboard, is converted into internal application incident (as creating file, newly-built pel etc.) to send in the instruction control unit (DesignerController); Instruction control unit finds corresponding command and carries out this order according to the application affairs type, has encapsulated concrete processing logic in the command set.If the packaged processing logic of command set need communicate with the data source of server end; Can create an agency (Delegate) class in inside; From positioning service device (ServiceLocator), obtain corresponding service (Service) and connect type (for example: HTTPService, RMIService etc.); Communicate through the data source of service (Service) connection class, obtain relevant data with server end.Order (Command) is carried out needing to revise the data in the corresponding model layer after the logical process, after the data in the model layer are updated, informs that through data binding mechanism or event notification mechanism the assembly of view layer carries out display update again.Simultaneously, after opening collaborative pattern, the order that can work in coordination with (Command) can be sent out and trigger external event, and message is sent to cooperative module, and cooperative module can be collected correlation parameter and send to other client, accomplishes co-operating.
The embodiment of the invention is through being divided into incident internal event and external event, makes that the order (Command) of calling in the incident (Event) at front controller (FrontController) is more efficient.Because calling the order of the order in the incident in the prior art is that front controller (FrontController) calls corresponding concrete incident (Event) earlier; Concrete incident goes to call corresponding order (Command) again; And the embodiment of the invention is through removing to call internal event or external event earlier; Go to call corresponding concrete incident by respective inner incident or external event again; Further call the corresponding order of internal event again, when the number of number of ordering and incident is huge, can improve the efficient of call instruction greatly.
Through above interactive mode; User interface components 511 assemblies and the assembly in the model layer 52 in the view layer 51 are separate; Realized that data and demonstration are separated; Make the user interface components 511 in the view layer 51 to make amendment and can not have influence on the assembly of model layer 52, simultaneously the processing logic in the program is encapsulated into each and independently orders in (Command) type, be encapsulated in service (Service) class with the logic that is connected of server in the service layer 54 according to user's preference; The logic that helps in the program is reused, function expansion and maintenance.
The those skilled in the art can be well understood to, for the convenience described with succinct, the concrete course of work of the system of foregoing description, equipment, module and unit can repeat no more at this with reference to the corresponding process among the preceding method embodiment.
One of ordinary skill in the art will appreciate that: all or part of step that realizes the foregoing description can be accomplished through the relevant hardware of programmed instruction; Aforesaid program can be stored in the computer read/write memory medium; This program the step that comprises said method embodiment when carrying out; And aforesaid storage medium comprises: various media that can be program code stored such as ROM, RAM, magnetic disc or CD.
What should explain at last is: above embodiment is only in order to explaining technical scheme of the present invention, but not to its restriction; Although with reference to previous embodiment the present invention has been carried out detailed explanation, those of ordinary skill in the art is to be understood that: it still can be made amendment to the technical scheme that aforementioned each embodiment put down in writing, and perhaps part technical characterictic wherein is equal to replacement; And these are revised or replacement, do not make the spirit and the scope of the essence disengaging various embodiments of the present invention technical scheme of relevant art scheme.

Claims (10)

1. the modeling tool command calls method based on the MVC framework is characterized in that, comprising:
User interface components in the view layer of model, view and control MVC framework converts the system event that gets access to into internal event and sends to the instruction control unit of the key-course that is arranged in said MVC framework;
Said instruction control unit is searched with the corresponding order of said internal event according to the pairing application affairs type of said internal event and is carried out said order.
2. method according to claim 1 is characterized in that, the instruction control unit that said user interface components in the view layer of MVC framework converts the system event that acquires into internal event and sends to the key-course that is arranged in said MVC framework comprises:
Event sniffer through in the view layer of MVC framework is monitored the system event that said user interface components acquires;
Convert said system event into internal event and send to the instruction control unit in the key-course of said MVC framework through said event sniffer.
3. method according to claim 1 is characterized in that, said method also comprises:
When the user interface components initialization of said view layer, the view assistant class in the corresponding view helper module of this user interface components is carried out instantiation, and said view assistant class is registered in the view steady arm.
4. according to the arbitrary described method of claim 1~3, it is characterized in that said method also comprises:
If the packaged processing logic of said order need communicate with the data source of server end, then create proxy class at said key-course;
From the positioning service device, obtain and the corresponding service of this proxy class type of connection, connect class through said service and communicate to obtain the processing logic relevant data packaged with said order with the data source of server end.
5. method according to claim 4 is characterized in that, said method also comprises:
After logical process is carried out in this order, in the model layer of said MVC framework, revise and the corresponding data of said order;
After data in said model layer are upgraded, notify the user interface components of said view layer to carry out display update through data binding mechanism or event notification mechanism.
6. the modeling tool command calls system based on the MVC framework that can realize the arbitrary said method of claim 1~5 is characterized in that, comprising:
User interface components is arranged in the view layer of MVC framework, is used for converting the system event that gets access to into internal event and sending to the instruction control unit of the key-course that is positioned at said MVC framework at said view layer;
Said instruction control unit is used for searching with the corresponding order of said internal event and carrying out said order according to the pairing application affairs type of said internal event.
7. system according to claim 6 is characterized in that, said system also comprises: the event sniffer prison, be connected with said user interface components, and be arranged in said view layer;
Said event sniffer is used to monitor the system event that said user interface components gets access to, and said system event is converted into internal event and sends to the instruction control unit of key-course.
8. system according to claim 7 is characterized in that, said system also comprises: the view steady arm, be connected with said user interface components, and be arranged in the view layer;
Said view steady arm is used for when the user interface components initialization of said view layer, and the view assistant class in the corresponding view helper module of this user interface components is carried out instantiation, registers said view assistant class.
9. according to the arbitrary described system of claim 6~8, it is characterized in that said system also comprises: the positioning service device;
Said positioning service device is used to provide and at the corresponding service of proxy class type of connection that said key-course is created, makes said service connect class and communicate to obtain the processing logic relevant data packaged with said order with the data source of server end.
10. system according to claim 9 is characterized in that, comprises modified module and notification module in the model layer of said MVC framework;
Said modified module is used for after logical process is carried out in this order, in said model layer, revises and the corresponding data of said order;
Said notification module is used for after the data of said model layer are upgraded, and notifies the user interface components of said view layer to carry out display update through data binding mechanism or event notification mechanism.
CN2011100476103A 2011-02-28 2011-02-28 Modeling tool order calling method and system based on MVC framework Pending CN102650952A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011100476103A CN102650952A (en) 2011-02-28 2011-02-28 Modeling tool order calling method and system based on MVC framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011100476103A CN102650952A (en) 2011-02-28 2011-02-28 Modeling tool order calling method and system based on MVC framework

Publications (1)

Publication Number Publication Date
CN102650952A true CN102650952A (en) 2012-08-29

Family

ID=46692960

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011100476103A Pending CN102650952A (en) 2011-02-28 2011-02-28 Modeling tool order calling method and system based on MVC framework

Country Status (1)

Country Link
CN (1) CN102650952A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103257855A (en) * 2012-12-11 2013-08-21 深圳市梦圆皇宫管理顾问有限公司 MVC (model view controller) based processing system, MVC based processing method and application in facial beautifying software
CN103810737A (en) * 2012-11-14 2014-05-21 腾讯科技(深圳)有限公司 Method and device for realizing animations in MVC mode
CN104424338A (en) * 2013-09-11 2015-03-18 北大方正集团有限公司 Automatic generation device and automatic generation method for web system
CN105975265A (en) * 2016-04-29 2016-09-28 掌赢信息科技(上海)有限公司 Device based on improved MVP mode
CN106293688A (en) * 2015-06-26 2017-01-04 阿里巴巴集团控股有限公司 The processing method of a kind of web-page requests, device and system
CN106598655A (en) * 2016-12-05 2017-04-26 腾讯科技(深圳)有限公司 Application page processing method and apparatus
CN107133041A (en) * 2017-05-02 2017-09-05 武汉斗鱼网络科技有限公司 Data notification method and device
CN107172130A (en) * 2017-04-25 2017-09-15 武汉票据交易中心有限公司 A kind of MVC registration implementation methods and server
CN108038009A (en) * 2017-12-22 2018-05-15 金蝶软件(中国)有限公司 Front and back end exchange method, device and computer equipment based on Web applications
CN108874381A (en) * 2017-05-09 2018-11-23 武汉斗鱼网络科技有限公司 A kind of method, apparatus and electronic equipment exporting page view controller
CN109739491A (en) * 2018-12-25 2019-05-10 北京金山安全软件有限公司 Control data display method and device, electronic equipment and storage medium
CN111078208A (en) * 2019-12-12 2020-04-28 智器云南京信息科技有限公司 Data processing method and system under MVC (model view controller) architecture, storage medium and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201039204Y (en) * 2007-03-30 2008-03-19 上海未来宽带技术及应用工程研究中心有限公司 IPMC system development based on event-driven principle
US7437715B2 (en) * 2002-04-09 2008-10-14 Hewlett-Packard Development Company, L.P. System and method for generating a set of robot commands based on user entry events in a user interface

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7437715B2 (en) * 2002-04-09 2008-10-14 Hewlett-Packard Development Company, L.P. System and method for generating a set of robot commands based on user entry events in a user interface
CN201039204Y (en) * 2007-03-30 2008-03-19 上海未来宽带技术及应用工程研究中心有限公司 IPMC system development based on event-driven principle

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王风: "基于Cairngorm框架企业级RIA系统结构研究", 《硕士学位论文》 *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103810737A (en) * 2012-11-14 2014-05-21 腾讯科技(深圳)有限公司 Method and device for realizing animations in MVC mode
CN103810737B (en) * 2012-11-14 2018-04-27 腾讯科技(深圳)有限公司 The cartoon implementing method and device of MVC pattern
CN103257855B (en) * 2012-12-11 2016-04-06 深圳市梦圆皇宫管理顾问有限公司 A kind of disposal system based on MVC, disposal route and the application in beauty treatment software
CN103257855A (en) * 2012-12-11 2013-08-21 深圳市梦圆皇宫管理顾问有限公司 MVC (model view controller) based processing system, MVC based processing method and application in facial beautifying software
CN104424338B (en) * 2013-09-11 2018-02-02 北大方正集团有限公司 The automatically generating device and automatic generation method of web system
CN104424338A (en) * 2013-09-11 2015-03-18 北大方正集团有限公司 Automatic generation device and automatic generation method for web system
CN106293688A (en) * 2015-06-26 2017-01-04 阿里巴巴集团控股有限公司 The processing method of a kind of web-page requests, device and system
CN105975265A (en) * 2016-04-29 2016-09-28 掌赢信息科技(上海)有限公司 Device based on improved MVP mode
CN105975265B (en) * 2016-04-29 2019-04-12 掌赢信息科技(上海)有限公司 A kind of device based on modified MVP mode
CN106598655A (en) * 2016-12-05 2017-04-26 腾讯科技(深圳)有限公司 Application page processing method and apparatus
US11868785B2 (en) 2016-12-05 2024-01-09 Tencent Technology (Shenzhen) Company Limited Application program page processing method and device
CN107172130B (en) * 2017-04-25 2020-07-03 武汉聚风天下科技有限公司 MVC (model view controller) registration implementation method and server
CN107172130A (en) * 2017-04-25 2017-09-15 武汉票据交易中心有限公司 A kind of MVC registration implementation methods and server
WO2018201871A1 (en) * 2017-05-02 2018-11-08 武汉斗鱼网络科技有限公司 Data notification method, device and readable storage medium
CN107133041A (en) * 2017-05-02 2017-09-05 武汉斗鱼网络科技有限公司 Data notification method and device
CN108874381A (en) * 2017-05-09 2018-11-23 武汉斗鱼网络科技有限公司 A kind of method, apparatus and electronic equipment exporting page view controller
CN108874381B (en) * 2017-05-09 2021-09-07 武汉斗鱼网络科技有限公司 Method and device for outputting page view controller and electronic equipment
CN108038009A (en) * 2017-12-22 2018-05-15 金蝶软件(中国)有限公司 Front and back end exchange method, device and computer equipment based on Web applications
CN109739491A (en) * 2018-12-25 2019-05-10 北京金山安全软件有限公司 Control data display method and device, electronic equipment and storage medium
CN111078208A (en) * 2019-12-12 2020-04-28 智器云南京信息科技有限公司 Data processing method and system under MVC (model view controller) architecture, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
CN102650952A (en) Modeling tool order calling method and system based on MVC framework
Granchelli et al. Towards recovering the software architecture of microservice-based systems
US8417798B2 (en) Deploying artifacts for packaged software application in cloud computing environment
CN105022630B (en) A kind of assembly management system and assembly management method
US9830135B2 (en) Declarative and pluggable business logic for systems management
CN108509185B (en) System and method for arbitrary software logic modeling
US10656971B2 (en) Agile framework for vertical application development and delivery
CN101836201B (en) Method and system of translating declarative models
Tavares et al. A gentle introduction to OSGi
US10101972B1 (en) Data modelling and flow engine for building automated flows within a cloud based developmental platform
US20150220308A1 (en) Model-based development
CN103729195A (en) Control method and system for software version
CN102279765A (en) Pre-compiling hosted managed code
CN108243012B (en) Charging application processing system, method and device in OCS (online charging System)
US9459859B2 (en) Template derivation for configuration object management
CN104579792A (en) Architecture and method for achieving centralized management of various types of virtual resources based on multiple adaptive modes
CN101246424A (en) Menu automatic generation system and method for based on file
CN104517181A (en) Enterprise content management system and enterprise content management method for nuclear power plants
US11762636B2 (en) Method and system for implementing application lineage metadata and registration
Benouda et al. MDA approach to automate code generation for mobile applications
US9626251B2 (en) Undo configuration transactional compensation
CN114047925A (en) Method, device, equipment and storage medium for constructing isolated compiling environment
CN111158743B (en) Big data operation and maintenance management platform
CN112015371A (en) Software development device under non-embedded software platform
CN100549882C (en) Establishment and/or execution are used for the apparatus and method of the program of industrial automation system

Legal Events

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

Application publication date: 20120829