CN102541561A - Method for developing configuration type software and device - Google Patents

Method for developing configuration type software and device Download PDF

Info

Publication number
CN102541561A
CN102541561A CN201110452893XA CN201110452893A CN102541561A CN 102541561 A CN102541561 A CN 102541561A CN 201110452893X A CN201110452893X A CN 201110452893XA CN 201110452893 A CN201110452893 A CN 201110452893A CN 102541561 A CN102541561 A CN 102541561A
Authority
CN
China
Prior art keywords
view
software development
service logic
module
type software
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
CN201110452893XA
Other languages
Chinese (zh)
Other versions
CN102541561B (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.)
GCI Science and Technology Co Ltd
Original Assignee
GCI Science and 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 GCI Science and Technology Co Ltd filed Critical GCI Science and Technology Co Ltd
Priority to CN201110452893.XA priority Critical patent/CN102541561B/en
Publication of CN102541561A publication Critical patent/CN102541561A/en
Application granted granted Critical
Publication of CN102541561B publication Critical patent/CN102541561B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention provides a method for developing configuration type software and a device. The method includes steps of modularizing commonly used business logics; preliminarily expanding a view, giving corresponding properties to the view when the view is created, identifying the corresponding property by solidified business logics, and carrying out corresponding operation; and expanding the view again, integrating the view with a controller, adding identification for operation of users into the view, executing corresponding events according to identified operation, reading corresponding configuration files, and correlating the view with the business logics according to the read configuration files. The method for developing the configuration type software and the device have the advantages that the commonly used business logics are modularized, the view is expanded twice, the corresponding properties are given to the view, the identification for operation of the users is added into the view, accordingly, scheduling of functions realized in advance is realized by the aid of the configuration files, and the software can be quickly developed on the premise of guaranteeing quality.

Description

Collocation type software development methodology and device
Technical field
The present invention relates to field of software development, relate in particular to a kind of collocation type software development methodology and a kind of collocation type software development apparatus.
Background technology
The exploitation of regular software needs relevant developer to be familiar with relevant programming language, and relevant system development is had gained some understanding just can develop.At present, the exploitation major part on mobile phone application software is all taked MVC (Model/View/Controller) pattern (all adopting this pattern like IOS, Android, Window Phone7 exploitation), and is as shown in Figure 1, wherein:
Model (Model) is used to encapsulate the data relevant with the service logic of application program and to processing method of data;
View (View), view layer can be realized the autotelic demonstration of data (in theory, this is optional).In view, generally do not have the logic on the program, in order to realize the refresh function on the view, view need be visited the data model (Model) that it is kept watch on, and therefore should register in the data of being kept watch on by it in advance there;
Controller (Controller), controller plays the function of organization between different aspects, is used for the flow process of controlling application program, and its processing events also responds." incident " comprises user's behavior and the change on the data model.
Adopting the benefit of MVC pattern is that the MVC pattern has realized separating of functional module and display module, and the while, it also improved the maintainability, extensibility, portability etc. of application system.But; Said method has also brought the trouble in the exploitation, need cost in a large number the time in software development, and develop similar software at every turn and all need write code again; Caused very big time waste; Especially on small-sized and medium scale application program, adopt the MVC pattern to spend great amount of time, can lose more than gain usually.
In application program of mobile phone except recreation, these more special programs of browser, general application program commonly used such as address list, note, note ability etc. mainly all are to several functions such as the reading/check, increase of data, deletion, modifications.Yet even simple again application program, if not the people who specializes in software development, be unfamiliar with relevant programming language, the related system of just getting it right exploitation is had gained some understanding and also can't be accomplished the exploitation of relative application software.And, even be familiar with very much Development of Software, usually also need time of labor for the exploitation of new application software, and the difficult quality guarantee of exploitation.
So, how can let the personnel of a contacted software development never also can accomplish the exploitation of application program soon, and certain guarantee is also arranged aspect software quality?
Summary of the invention
For addressing the above problem, the present invention provides a kind of collocation type software development methodology and device, can let the personnel of a contacted software development never under the situation that guarantees certain software quality, accomplish Development of Software soon.
For realizing above-mentioned purpose, the present invention adopts following technical scheme:
A kind of collocation type software development methodology may further comprise the steps:
With business logic modulesization commonly used;
View is tentatively expanded, specifically comprised: when creating view, give corresponding property to view, the service logic of curing is discerned and is operated accordingly according to this corresponding property;
View is expanded once more, view and controller are integrated; The said process that view is expanded once more specifically comprises: in view, add the identification to user's operation; Events corresponding is carried out in operation according to identification; And corresponding configuration file read, realize that according to the configuration file that reads view is associated with service logic then.
A kind of collocation type software development apparatus comprises:
The service logic curing module is used for business logic modulesization commonly used;
The first view expansion module is used for view is tentatively expanded, and when creating view, gives corresponding property to view, and the service logic of curing is discerned and operated accordingly according to this corresponding property;
The second view expansion module; Be used for view is expanded once more; View and controller are integrated, in view, added identification, carry out events corresponding according to the operation of identification to user's operation; And corresponding configuration file read, realize that according to the configuration file that reads view is associated with service logic then.
Can find out by above scheme; Collocation type software development methodology of the present invention and device, the business logic modulesization that some are commonly used is carried out twice expansion to view then; Give corresponding property to view when expanding for the first time, the service logic of curing can be operated the view that changes; In view, add the identification of user's operation when expanding for the second time and carry out the processing of corresponding event, so just can realize realizing calling of function in advance through configuration file, thus the purpose of realization software development.Collocation type software development methodology of the present invention and device; Only need to accomplish the exploitation of application program through configuration or visual edit; Need not the software developer and know many advanced software development techniques; Just the personnel of a contacted software development never also can accomplish the exploitation of application program soon at last, have greatly reduced the time of application development; The present invention need not write any code in addition, the generation of the situation that also can't guarantee with regard to the uneven software quality of fundamentally having stopped owing to software developer's ability that causes.
Description of drawings
Fig. 1 is a MVC mode configuration synoptic diagram;
Fig. 2 is a kind of collocation type software development methodology of the present invention schematic flow sheet;
Fig. 3 is the two-dimension table storage schematic diagram data of relational database;
Fig. 4 is the schematic flow sheet of the implementation method of data presentation function;
Fig. 5 is the schematic flow sheet of the implementation method of data storage function;
Fig. 6 is the structural representation of a kind of collocation type software development apparatus of the present invention.
Embodiment
The conventional software exploitation behind the editor who accomplishes view, needs to add the response of corresponding controller to event handling, and need write a large amount of code process service logics.Exactly because above-mentioned demand of writing a large amount of codes makes software development become the technical work of a profundity, the software developer that not only need be correlated with is familiar with relevant programming language, and also need have gained some understanding to relevant system development.The personnel that are difficult to a contacted software development never of the imagination can accomplish the exploitation of an application program in a short period of time fast, and certain guarantee is also arranged aspect software quality.Have based on this, the present invention proposes a kind of collocation type software development methodology and device, realizes the seamless combination of Model, View, Control, and only the configuration through view can realize correlation function, accomplishes Development of Software.
As shown in Figure 2, a kind of collocation type software development methodology may further comprise the steps:
Step S1 with business logic modulesization commonly used, is about to some main functions and realizes in advance, when this function of needs, only need get final product real corresponding function through configuration, does not need to go to write the code of large amount of complex again.Only need that in actual application view (View) is carried out visual edit and get final product, removed from the processing of controller response events and the editor of large amount of complex business logic processing code.At present, in the application program of mobile phone exploitation, the IDE of main flow is like IOS, Android, Window Phone7, and all integrated view editing machine can excessively directly drag control and carry out visual edit.
Step S2, (View) tentatively expands to view, and the process of this preliminary expansion specifically comprises: when creating view, give corresponding property to view, the service logic of curing is discerned and is operated accordingly according to this corresponding property.
View is made up of control, control (or parts, control or widget) be a kind of graphical user-interface element, the information of its demonstration is arranged and can be changed by the user, for example form or text box.The characteristics of control definition are for the direct control (direct manipulation) of giving given data independent interaction point to be provided.The present invention can make it more easily by the service logic layer operation through the expansion to view control.
Mainly contain the relevant information that reads view in operating aspect, view is carried out assignment (view demonstration relevant information) view.We know; View be change, can be edited, but correspondent service logic is to solidify (being modularization), how does the service logic of solidifying so go the view that changes is operated? If the position of view has become; How to go identification again? Just for head it off; We just tentatively expand view, when creating view, give corresponding property to view, and the service logic of solidifying so just can be discerned then according to corresponding property it is operated accordingly.No matter how view changes,, can discern and operate it in the same old way like this as long as corresponding property does not change.
Above-mentioned process of giving corresponding property to view specifically can comprise: create the class of inheriting original view, and add corresponding property at such; Corresponding attribute comprises: the type of the ID of view, table name, row name, field etc., certainly for better by business logical operation, can also add other attribute.
Preferably, the said process that view is tentatively expanded specifically also comprises: standard is carried out in the preliminary expansion to view, when the expansion control, inherits the corresponding interface and realizes respective attributes.
Step S3 expands view once more, and view and controller are integrated; The said process that view is expanded once more specifically comprises: in view, add the identification to user's operation; Events corresponding is carried out in operation according to identification; And corresponding configuration file read, realize that according to the configuration file that reads view is associated with service logic then.
After the problem how service logic of in having solved step S2, having solidified goes the view that changes is operated; Another difficult point that the inventive method also need solve is: how could realize realizing calling of function in advance through configuration file, thereby realize the software development purpose.In order to address this problem; Also need further expand, view and controller are integrated, in view, add identification user's operation to view; And carry out the processing of corresponding event, so just can realize the view realization corresponding function that is associated with service logic through the configuration associated documents.
As an embodiment preferably, the above-mentioned process that view is expanded once more, view and controller are integrated specifically can comprise:
Step S301 adds the identification to user's operation in view, common user's operation has: the click of button, gesture slip, double-click incident etc.;
Step S302 carries out events corresponding according to the operation of identification, and corresponding configuration file is read;
Step S303 according to the configuration file that reads, calls the corresponding business code, realizes the related of view and service logic through reflex mechanism.Said realization view and service logic related promptly realized realizing calling of function in advance, thereby realized the software development purpose.
The effect that view and controller are integrated is to handle Action Events automatically, on mobile phone screen, slides or when clicking certain button, AM automatic monitoring is understood by system also make response like: user.View and controller are done to integrate the aspect, need expand making it to integrate with controller to the view of original system.Realizing view aspect service logic is associated through configuration file, the present invention mainly realizes through reflex mechanism; In addition for better the related of view and service logic of realizing, can be aspect Business Logic through inheriting unified interface or the use abstract class is realized.
Can support the realization of many-sided function after view expanded, also can support the realization of obtaining demonstration, picture shooting of GPS etc. like the demonstration storage that can support data.Collocation type software development methodology for a better understanding of the present invention, below just come method of the present invention is done further detailed explanation with the example that is embodied as of some common function softwares:
Embodiment one
Present embodiment describes with the demonstration of data, the realization of storage.
The table of relational database adopts two-dimension table to store data, is a kind of logical groups with relevant information of arranging by row and row, and it is similar to the shop order table.As shown in Figure 3, a database can comprise any a plurality of tables of data.Wherein, field: each row in the tables of data are called a field; Key word: the uniqueness of record in being used for guaranteeing to show.
At first we can realize the demonstration memory function of data (being about to this business logic modulesization) in advance, when this function of needs, only need get final product real corresponding function through configuration.Then; Can mate each other in order to reach between Data View and the database; We need tentatively expand view, in view, increase respective attributes, aspect the integration view control of view are being expanded for this reason; Make it have the attribute of table name and field; When video data and database storing, Business Logic can be shown to database data view and the data storage that view represented is arrived database thereby reach through the attribute of integration view and the table name and the fields match of database like this.
As shown in Figure 4, the realization of concrete data presentation (reading) function can comprise the steps:
Step 1, view triggers the controller response events;
Step 2 is called service logic according to configuration file;
Step 3 reads the attribute of relevant control from view;
Step 4 is according to reading attribute reading of data library information;
Step 5, data cached information;
Step 6 is mated assignment with the control in data cached and the view and is shown that flow process finishes.
In addition, as shown in Figure 5, the realization of the memory function of data can comprise the steps:
Step 1, view triggers the controller response events;
Step 2 is called service logic according to configuration file;
Step 3 reads the attribute of relevant control and the value of demonstration from view;
Step 4 according to reading attribute, stores video data into database;
Step 5, buffer memory result;
Step 6 shows buffered results, and flow process finishes.
Can find out through present embodiment, only need to realize the demonstration and the storage of data, greatly reduce the time of application development, and need not write any code through configuration or visual edit.
Embodiment two
Present embodiment describes with the realization that GPS obtains:
Obtain the GPS that only need open mobile phone aspect the realization at GPS, read GPS information (like longitude and latitude), show then; According to principle of the present invention, at first with above-mentioned process moduleization, aspect the integration view control being expanded, increase attribute at Business Logic then, make it support longitude or the latitude that shows; When showing, only need search and in front view, support the control that GPS shows, and show with the GPS longitude and latitude coupling that gets access to according to the attribute of control.
Embodiment three
Present embodiment describes with the realization of picture shooting:
Aspect the picture shooting realization, at first be the calling mobile phone camera, pictures taken, with picture-storage in mobile phone; Show picture shot then.According to principle of the present invention, likewise at first at Business Logic with above-mentioned process moduleization, still need expand aspect the view integrating then to control, increase attribute, make it support the picture shooting Presentation Function.When showing, only need search and in front view, support the control that pictures taken shows, the path assignment that pictures taken is returned is given and is shown control, shows that then control reads the picture path and picture is shown.
The present invention mainly is to application program of mobile phone exploitation aspect, but equally also is fit to the exploitation of panel computer or multipad.
Corresponding with a kind of collocation type software development methodology of the present invention, the present invention also provides a kind of collocation type software development apparatus, and is as shown in Figure 6, comprising:
The service logic curing module is used for business logic modulesization commonly used;
The first view expansion module is used for view is tentatively expanded, and when creating view, gives corresponding property to view, and the service logic of curing is discerned and operated accordingly according to this corresponding property;
The second view expansion module; Be used for view is expanded once more; View and controller are integrated, in view, added identification, carry out events corresponding according to the operation of identification to user's operation; And corresponding configuration file read, realize that according to the configuration file that reads view is associated with service logic then.
Preferably, the establishment module that the said first view expansion module can type of comprising is used for when giving corresponding property to view, creating the class of inheriting original view, and adds corresponding property at such; Corresponding attribute comprises: the type of the ID of view, table name, row name, field etc.
Preferably, the said first view expansion module can also comprise the standard module, is used for standard is carried out in the preliminary expansion of view, when the expansion control, inherits the corresponding interface and realizes respective attributes.
In addition, the said second view expansion module also comprises:
Add module, be used for adding identification user's operation at view;
Carry out and read module, be used for carrying out events corresponding, and corresponding configuration file is read according to the operation of identification;
Relating module is used for according to the configuration file that reads, realizes the related of view and service logic through reflex mechanism.
As an embodiment preferably, said relating module can be through inheriting unified interface or using abstract class to realize the related of view and service logic at Business Logic.
Other technical characterictic of collocation type software development apparatus of the present invention and collocation type software development methodology of the present invention are roughly the same; And device of the present invention is stored in the demonstration of realization such as data, the aspects such as realization that obtain demonstration, picture shooting of GPS are also identical with method of the present invention, so locate and will not give unnecessary details.
Can find out through above scheme; Collocation type software development methodology of the present invention and device, the business logic modulesization that some are commonly used is carried out twice expansion to view then; Give corresponding property to view when expanding for the first time, the service logic of curing can be operated the view that changes; In view, add the identification of user's operation when expanding for the second time and carry out the processing of corresponding event, so just can realize realizing calling of function in advance through configuration file, thus the purpose of realization software development.Collocation type software development methodology of the present invention and device; Only need to accomplish the exploitation of application program through configuration or visual edit; Need not the software developer and know many advanced software development techniques; Just the personnel of a contacted software development never also can accomplish the exploitation of application program soon at last, have greatly reduced the time of application development; The present invention need not write any code in addition, the generation of the situation that also can't guarantee with regard to the uneven software quality of fundamentally having stopped owing to software developer's ability that causes.
Above-described embodiment of the present invention does not constitute the qualification to protection domain of the present invention.Any modification of within spirit of the present invention and principle, being done, be equal to replacement and improvement etc., all should be included within the claim protection domain of the present invention.

Claims (10)

1. a collocation type software development methodology is characterized in that, may further comprise the steps:
With business logic modulesization commonly used;
View is tentatively expanded, specifically comprised: when creating view, give corresponding property to view, the service logic of curing is discerned and is operated accordingly according to this corresponding property;
View is expanded once more, view and controller are integrated; The said process that view is expanded once more specifically comprises: in view, add the identification to user's operation; Events corresponding is carried out in operation according to identification; And corresponding configuration file read, realize that according to the configuration file that reads view is associated with service logic then.
2. collocation type software development methodology according to claim 1 is characterized in that, said process of giving corresponding property to view specifically comprises: create the class of inheriting original view, and add corresponding property at such; Corresponding attribute comprises: the type of the ID of view, table name, row name, field.
3. collocation type software development methodology according to claim 2 is characterized in that, the said process that view is tentatively expanded specifically also comprises: standard is carried out in the preliminary expansion to view, when the expansion control, inherits the corresponding interface and realizes respective attributes.
4. collocation type software development methodology according to claim 1 is characterized in that, the configuration file that said basis reads realizes that the process that view is associated with service logic specifically comprises:
According to the configuration file that reads, realize the related of view and service logic through reflex mechanism.
5. collocation type software development methodology according to claim 4; It is characterized in that said realization view specifically also comprises with the process that service logic is associated: at Business Logic through inheriting unified interface or using abstract class to realize the related of view and service logic.
6. a collocation type software development apparatus is characterized in that, comprising:
The service logic curing module is used for business logic modulesization commonly used;
The first view expansion module is used for view is tentatively expanded, and when creating view, gives corresponding property to view, and the service logic of curing is discerned and operated accordingly according to this corresponding property;
The second view expansion module; Be used for view is expanded once more; View and controller are integrated, in view, added identification, carry out events corresponding according to the operation of identification to user's operation; And corresponding configuration file read, realize that according to the configuration file that reads view is associated with service logic then.
7. collocation type software development apparatus according to claim 6; It is characterized in that; The establishment module of said first view expansion module type of comprising is used for when giving corresponding property to view, creating the class of inheriting original view, and adds corresponding property at such; Corresponding attribute comprises: the type of the ID of view, table name, row name, field.
8. collocation type software development apparatus according to claim 7 is characterized in that, the said first view expansion module also comprises the standard module, is used for standard is carried out in the preliminary expansion of view, when the expansion control, inherits the corresponding interface and realizes respective attributes.
9. collocation type software development apparatus according to claim 6 is characterized in that, the said second view expansion module comprises:
Add module, be used for adding identification user's operation at view;
Carry out and read module, be used for carrying out events corresponding, and corresponding configuration file is read according to the operation of identification;
Relating module is used for according to the configuration file that reads, realizes the related of view and service logic through reflex mechanism.
10. collocation type software development apparatus according to claim 9 is characterized in that, said relating module at Business Logic through inheriting unified interface or using abstract class to realize the related of view and service logic.
CN201110452893.XA 2011-12-29 2011-12-29 Method for developing configuration type software and device Active CN102541561B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110452893.XA CN102541561B (en) 2011-12-29 2011-12-29 Method for developing configuration type software and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110452893.XA CN102541561B (en) 2011-12-29 2011-12-29 Method for developing configuration type software and device

Publications (2)

Publication Number Publication Date
CN102541561A true CN102541561A (en) 2012-07-04
CN102541561B CN102541561B (en) 2015-02-04

Family

ID=46348534

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110452893.XA Active CN102541561B (en) 2011-12-29 2011-12-29 Method for developing configuration type software and device

Country Status (1)

Country Link
CN (1) CN102541561B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103823658A (en) * 2012-11-19 2014-05-28 苏州博远容天信息科技有限公司 Bridge architecture based coordinative dynamic reflection technology
CN106610837A (en) * 2016-12-26 2017-05-03 中国建设银行股份有限公司 Application development method and development platform
CN108268517A (en) * 2016-12-30 2018-07-10 希姆通信息技术(上海)有限公司 The management method and system of label in database
CN108563431A (en) * 2018-04-20 2018-09-21 云宏信息科技股份有限公司 Software development methodology, device, computer readable storage medium and electronic equipment
CN110956413A (en) * 2019-12-17 2020-04-03 国家体育总局体育科学研究所 Inspection system based on fixed flow
CN112000407A (en) * 2020-08-13 2020-11-27 北京字节跳动网络技术有限公司 Interface interaction method and device, terminal equipment and storage medium
CN113419710A (en) * 2021-06-25 2021-09-21 北京悟空出行科技有限公司 Development method and device of small program, electronic equipment and medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101236490A (en) * 2007-02-01 2008-08-06 阿里巴巴公司 Method and system for obtaining business logic
CN101364176A (en) * 2008-08-12 2009-02-11 北京航空航天大学 BPEL visual model building system based on GMF
CN102117203A (en) * 2009-12-30 2011-07-06 上海杉达学院 Information management system based on Struts frame

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101236490A (en) * 2007-02-01 2008-08-06 阿里巴巴公司 Method and system for obtaining business logic
CN101364176A (en) * 2008-08-12 2009-02-11 北京航空航天大学 BPEL visual model building system based on GMF
CN102117203A (en) * 2009-12-30 2011-07-06 上海杉达学院 Information management system based on Struts frame

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
冯相忠: "基于MVC设计模式的Struts框架及其应用的研究", 《计算机技术与发展》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103823658A (en) * 2012-11-19 2014-05-28 苏州博远容天信息科技有限公司 Bridge architecture based coordinative dynamic reflection technology
CN106610837A (en) * 2016-12-26 2017-05-03 中国建设银行股份有限公司 Application development method and development platform
CN108268517A (en) * 2016-12-30 2018-07-10 希姆通信息技术(上海)有限公司 The management method and system of label in database
CN108563431A (en) * 2018-04-20 2018-09-21 云宏信息科技股份有限公司 Software development methodology, device, computer readable storage medium and electronic equipment
CN108563431B (en) * 2018-04-20 2021-09-10 云宏信息科技股份有限公司 Software development method and device, computer-readable storage medium and electronic equipment
CN110956413A (en) * 2019-12-17 2020-04-03 国家体育总局体育科学研究所 Inspection system based on fixed flow
CN112000407A (en) * 2020-08-13 2020-11-27 北京字节跳动网络技术有限公司 Interface interaction method and device, terminal equipment and storage medium
CN113419710A (en) * 2021-06-25 2021-09-21 北京悟空出行科技有限公司 Development method and device of small program, electronic equipment and medium
CN113419710B (en) * 2021-06-25 2024-03-15 北京悟空出行科技有限公司 Development method and device of applet, electronic equipment and medium

Also Published As

Publication number Publication date
CN102541561B (en) 2015-02-04

Similar Documents

Publication Publication Date Title
CN102541561B (en) Method for developing configuration type software and device
US10866685B2 (en) System for providing dynamic linked panels in user interface
CN100573503C (en) The method and system of automatically generated content
CN110839104B (en) Group communication method, device and equipment
US8161452B2 (en) Software cinema
CN107844297A (en) A kind of data visualization realizes system and method
CN105528418B (en) A kind of design documentation generation method and device
CN105229678A (en) Process modeling and interface
CN105474206A (en) Virtual synchronization with on-demand data delivery
US20140040791A1 (en) Development platform for software as a service (saas) in a multi-tenant environment
JPH08501401A (en) Object-oriented notification framework system
CN112947969A (en) Page off-screen rendering method, device, equipment and readable medium
CN113407284A (en) Navigation interface generation method and device, storage medium and electronic equipment
CN1855096A (en) Task-based interface with underlying extensible framework
JP3227066B2 (en) Program generation method using program parts
CN113518187B (en) Video editing method and device
CN110543347A (en) Method and device for generating screenshot image and electronic equipment
CN103678687A (en) Project establishment method and device based on configuration system
EP4258138A1 (en) Image tracing system and method
US20080229305A1 (en) Workflow management system
US20070220436A1 (en) Data templates in user interface elements
Warén Cross-platform mobile software development with React Native
KR101987183B1 (en) Apparatus, method and server for app development supporting front-end development using app development utility
Pick et al. A framework for developing flexible virtual-reality-centered annotation systems
Geier et al. SharePoint 2010 Six-in-one

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant