CN117785133A - Cloud development low-code development platform - Google Patents

Cloud development low-code development platform Download PDF

Info

Publication number
CN117785133A
CN117785133A CN202311853007.3A CN202311853007A CN117785133A CN 117785133 A CN117785133 A CN 117785133A CN 202311853007 A CN202311853007 A CN 202311853007A CN 117785133 A CN117785133 A CN 117785133A
Authority
CN
China
Prior art keywords
development
code
service
low
cloud
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
CN202311853007.3A
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.)
Guangdian Yuntong Group Co ltd
Original Assignee
Guangdian Yuntong Group 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 Guangdian Yuntong Group Co ltd filed Critical Guangdian Yuntong Group Co ltd
Priority to CN202311853007.3A priority Critical patent/CN117785133A/en
Publication of CN117785133A publication Critical patent/CN117785133A/en
Pending legal-status Critical Current

Links

Abstract

The application discloses a cloud development low-code development platform, and belongs to the field of low-code development. The platform comprises: the front-end application development framework comprises a component control, a page template and a database modeling tool, wherein the database modeling tool is used for generating a service code based on service requirements; the back-end application development framework is connected with the front-end application development framework, and is used for developing component controls and page templates, accumulating the component controls and the page templates to a component library and a template library respectively, and calling the front-end application development framework by the component library and the template library. The platform uses a web application architecture with separated front and back ends, and performs low-code development through the high-cohesion and low-coupling component control and the page template, so that the coding work can be effectively reduced while the style is unified, the development period of the application is accelerated, the development cost is reduced, and the development efficiency is greatly improved.

Description

Cloud development low-code development platform
Technical Field
The application belongs to the field of low-code development, and particularly relates to a cloud development low-code development platform.
Background
With the digital transformation of enterprises, the demand for digital application development is increasing, and the application development mode also has some new evolution, and gradually changes from a full-code development mode dominated by developers to a low-code development mode dominated by business personnel.
The related art low code development platform provides a visual development tool that enables a developer to create an application in a visual manner.
However, the existing low-code development has the problems of low development efficiency and non-uniform style.
Disclosure of Invention
The present application aims to solve at least one of the technical problems existing in the prior art. Therefore, the low-code development platform for cloud development is provided, development efficiency is improved, and style unification is achieved.
In a first aspect, the present application provides a low-code development platform for cloud development, the method comprising:
the system comprises a front-end application development framework, a service code generation module and a service code generation module, wherein the front-end application development framework comprises a component control, a page template and a database modeling tool, and the database modeling tool is used for generating the service code based on service requirements;
the back-end application development framework is connected with the front-end application development framework, and is used for developing the component control and the page template, accumulating the component control and the page template to a component library and a template library respectively, and calling the front-end application development framework by the component library and the template library.
According to the cloud development low-code development platform, the web application architecture with separated front and back ends is used, the high-cohesion and low-coupling component control and page templates are developed and accumulated through the back-end application development architecture, the component library and the template library are formed, the front-end application development architecture calls the component control and the page templates in the low-code development through the construction mode of component dragging, business codes meeting business requirements are generated, coding work is effectively reduced while unified style is achieved, the development period of the application is accelerated, development efficiency is greatly improved, development cost is reduced, the problem of repeated development can be solved, more development resources are liberated, time is saved, meanwhile, the platform is low in learning cost, business personnel can independently develop, programmers and product managers can also develop rapidly, and personnel investment is reduced.
According to one embodiment of the application, the database modeling tool comprises a demand form and a code generator, wherein the demand form is used for carrying out table structure conversion according to service demands to obtain form mapping, and the form mapping is analyzed and converted into database construction statement;
the code generator is used for generating the business codes of the business demands according to the database table-building statement.
In the embodiment, the database is designed by using the requirement form, the data definition of the service requirement is performed by using the requirement form, the simplicity is reduced, only basic information is required to be defined, the simple and quick data modeling is realized, and the database design can be performed by both service personnel and product managers.
According to one embodiment of the application, the code generator is further configured to construct a database table based on the database table construction statement;
and generating the service code according to the database table.
In the embodiment, the service codes are generated by the code generator, so that the low-code development efficiency can be effectively improved, the code style is unified, and the maintainability of the service system is improved.
According to one embodiment of the present application, the requirements form includes a table name, a field length, and a field type.
In this embodiment, by definition of the table name, field length, and field type, the integrity and consistency of the data in the requirements form can be ensured, and a description and understanding of the table structure is provided.
According to one embodiment of the application, the code generator is further configured to obtain an entity class and a mapper class of the database table;
and calling a code interface to generate the service codes corresponding to the entity class and the mapper class.
In the embodiment, the service codes are generated through the entity class and the mapper class, so that the code generation time is reduced, the writing quality of the service codes is improved, and the readability of the codes is enhanced.
According to one embodiment of the application, the front-end application development architecture further comprises a development tool library including one or more of a function designer, a field designer, a report designer, a page designer, a flow designer, and an application designer.
In the embodiment, the development tool library is set by applying the development architecture at the front end, so that visual design is realized, the low-code development flow can be simplified, and the development efficiency is improved.
According to an embodiment of the present application, the function designer is configured to perform function definition according to the service requirement, and configure a trigger event of the service requirement;
the field designer is configured to configure field information of the service requirement.
In the embodiment, through configuring the function of triggering the event, a developer can flexibly define the behavior and interaction logic of the service system, can realize user-defined user interaction experience, improves the development efficiency, and reduces the workload compared with manual writing of a large number of repeated codes.
According to an embodiment of the present application, the page designer is configured to define module information, field information, form information, and form information corresponding to the service requirement;
and analyzing the module information, the field information, the table information and the form information to generate the page code of the service requirement.
In the embodiment, the page designer is called to carry out visual configuration and definition, the generation of page codes is carried out, the page design and development process is simplified, and the page codes are generated through visual tools and functions provided by the page designer, so that the user interface can be quickly created and modified.
According to one embodiment of the application, the platform further comprises a container orchestration system for managing applications developed by the cloud-developed low-code development platform.
In the embodiment, the application is conveniently and efficiently managed through the container arrangement system, so that the problems of large quantity, difficult management, difficult operation and maintenance and the like faced by the development and management of enterprise applications are solved.
According to one embodiment of the application, the back-end application development architecture further comprises a version management server and a code development module, wherein the development module is used for full code development, and the version management server is used for storing codes according to an engineering file structure.
In the embodiment, customizable, packageable and independent deployment is realized through the version management server, and symbiosis of low-code development and full-code development is realized through the code development module.
Additional aspects and advantages of the application will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the application.
Drawings
The foregoing and/or additional aspects and advantages of the present application will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings, wherein:
fig. 1 is a schematic structural diagram of a low-code development platform for cloud development according to an embodiment of the present application.
Detailed Description
Technical solutions in the embodiments of the present application will be clearly described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application are within the scope of the protection of the present application.
In the description and claims, "and/or" means at least one of the connected objects, and the character "/", generally indicates that the associated object is an "or" relationship.
The low-code development platform for cloud development provided by the embodiment of the application is described in detail below through specific embodiments and application scenes thereof with reference to the accompanying drawings.
As shown in fig. 1, the low-code development platform 100 for cloud development includes:
the front-end application development architecture 110, the front-end application development architecture 110 comprises a component control 111, a page template 112 and a database modeling tool 113, and the database modeling tool 113 is used for generating service codes based on service requirements;
the back-end application development architecture 120, the back-end application development architecture 120 is connected with the front-end application development architecture 110, the back-end application development architecture 120 is used for developing the component control 111 and the page template 112, and accumulating the component control 111 and the page template 112 to a component library and a template library respectively, wherein the component library and the template library are used for being called by the front-end application development architecture 110.
The cloud development low-code development platform 100 is built based on a cloud development environment and a tool platform, a server is not required to be built, an application program interface (Application Programming Interface, API) provided by the cloud platform is used for service development, and quick online and iteration can be achieved.
The cloud development low-code development platform 100 uses a web application architecture with separated front and back ends, business personnel can perform low-code development in the front-end application development architecture 110, and developers can perform development and accumulation of the component controls 111 and the page templates 112 in the back-end application development architecture 120.
The component control 111 may be a reusable User Interface (UI) component or control, such as a button, a text box, a drop-down box, a pop-up box, etc., and by combining different component controls 111, various complex interfaces may be constructed, where the component controls 111 have a certain independence and may be reused multiple times in different pages.
The page template 112 may be a static page template that characterizes the structure and layout of the application, and may include page headers, navigation bars, sidebars, content areas, and the like.
The front-end application development architecture 110 of the embodiment of the present application may provide a visual interface, and a service person may directly input and configure service requirements on the visual interface by dragging the component control 111 and the page template 112, setting attributes, and other manners on the visual interface.
The business requirements may also be entered by business personnel through the front-end application development framework 110 by way of writing use cases, drawing prototype graphs, or drawing flowcharts.
The database modeling tool 113 is a software tool for database design and modeling, so that database design and modeling are more efficient, and the development speed of business codes can be increased.
The service codes are used to construct a service system that meets the service requirements, which may be an application, a micro-service architecture, or a distributed system.
The component library is used for storing and accumulating the component controls 111 developed by the back-end application development architecture 120, and the template library is used for storing and accumulating the page templates 112 developed by the back-end application development architecture 120 for the front-end application development architecture 110 to call when low-code development is performed.
It should be noted that, on the back-end application development architecture 120, a developer can uniformly develop the component control 111 and the page template 112 which are highly cohesive, low-coupling and universal, and accumulate the component control 111 and the page template 112 to the component library and the template library respectively, so that the front-end application development architecture 110 can be called during low-code development, and service personnel can develop a service system based on the result of data modeling, so that the development of the component control 111 and the page template 112 is not required once in each low-code development of the front-end application development architecture 110, thereby saving manpower and material resources, being beneficial to realizing uniform styles and improving user experience.
It should be noted that, the back-end application development architecture 120 integrates a technical framework, a unified technical base, and encapsulates common business components, a flow engine, and a database, and the front-end application development architecture 110 generates business codes through low-code development.
The service codes are used to construct a service system that meets the service requirements, which may be an application, a micro-service architecture, or a micro-service architecture.
The technical framework is a tool for constructing the structure and the guiding principle of a software application program, and is used for constructing application logic of a business system, such as a Web development framework, a back-end development framework, a data science framework, a DevOps framework and the like.
A technology base is a combination of a series of technologies, tools, and frameworks employed in a software development process for determining a support tool and a library of functions for a business system, where the support tool may be a business component.
A business component is a module or component in software development that implements a particular business function for supporting the business logic of a business system.
A process engine is a software tool or framework that defines, executes, and manages business processes.
The database is a persistent storage mechanism for supporting data storage and management of the business system.
In actual execution, when the front-end application development architecture 110 performs low-code development, according to the service requirements input by service personnel, the component control 111 and the page template 112 corresponding to the service requirements are called from the component library and the template library, the database modeling tool 113 is called to generate service codes, the low-code development is completed, the front-end application development architecture 110 sends the service codes to the back-end application development architecture 120, the back-end application development architecture 120 executes the service codes to generate a service system of the service requirements, and the service logic configuration of the back-end application development architecture 120 to the service requirements is realized.
It can be understood that, in the embodiment of the present application, through the visual development of the front-end application development architecture 110 and the service logic configuration manner of the back-end application development architecture 120, service personnel and technicians can participate in the development of the service system, decompose the service system in a high cohesive manner and a low coupling manner, and provide a visual tool set such as the component control 111 and the page template 112 to perform online service system development, so that the service personnel can independently perform the design of the service system, including defining the page style and planning a system menu, the cloud development low-code development platform 100 automatically generates a corresponding service code, and in the process of low-code development, after receiving the service requirement of a client, the service personnel can perform rapid module design and low-code development on the front-end application development architecture 110 to generate a corresponding service system, and rapidly feed back to the client for display, so as to implement rapid multiple iterations of the service system.
The low-code development system of the related technology focuses on visual development, provides rich front-end components and visual page designers, and in the process that a developer performs page development in a dragging mode, each functional unit and each page element can be subjected to self-defined development, page display and business flow are completely led by application developers, various phenomena of application can occur, style unification is not facilitated, and the application development is important in visual development, and business logic encapsulation and background application development are easily ignored.
According to the cloud development low-code development platform 100 provided by the embodiment of the application, a web application architecture with separated front and rear ends is used, a high-cohesion and low-coupling component control 111 and a page template 112 are developed and accumulated through the rear-end application development architecture 120 to form a component library and a template library, the front-end application development architecture 110 calls the component control 111 and the page template 112 in the low-code development through a component dragging building mode to generate business codes meeting business requirements, coding work is effectively reduced while unified styles are realized, the development period of the application is accelerated, the development efficiency is greatly improved, the development cost is reduced, the problem of repeated development can be solved, more development resources are liberated, the time is saved, meanwhile, the platform has low learning cost, a business person can independently develop, a programmer and a product manager can also develop at a high speed, and personnel investment is reduced.
In some embodiments, the database modeling tool 113 includes a requirement form and a code generator, where the requirement form is used to perform a table structure conversion according to a service requirement to obtain a form map, and the form map is parsed and converted into a database construction statement;
the code generator is used for generating service codes of service demands according to the database table-building statement.
The demand form may be a worksheet (excel) defining information of the business demands, among others.
The code generator is used for automatically generating source codes meeting requirements according to specific rules, templates or configuration files.
The form map may be a key-value pair (map), the key being a field name in the form, the value being a value entered by the business person.
The database build statement may be a structured query language (Structured Query Language, SQL) statement used to create a database table defining the structure of the table, fields, and attributes of the fields, including data types, constraints, etc.
In actual execution, after collecting and understanding the service requirements of the user, the service personnel define the service requirements through the excel of the front-end application development architecture 110, the front-end application development architecture 110 converts the excel of the service requirements into a key value pair (map) form, analyzes and converts the map into a database table-building statement, and sets corresponding rules so as to shield database differences during database conversion, thereby realizing the noninductive creation of data modeling.
It should be noted that, the service personnel can independently use the database modeling tool 113 to convert the service requirement into a database and automatically generate the service code, so as to realize unified data modeling and integrate the data modeling and the code generation.
In the embodiment, the database is designed by using the requirement form, the data definition of the service requirement is performed by using the requirement form, the simplicity is reduced, only basic information is required to be defined, the simple and quick data modeling is realized, and the database design can be performed by both service personnel and product managers.
In some embodiments, the code generator is further configured to construct a database table based on the database table construction statement;
and generating a service code according to the database table.
Wherein the database table is a data structure in a relational database for storing and organizing data.
It should be noted that database modeling is highly related to services, so that a person familiar with the services can perform service analysis, service personnel can perform database table definition through excel, and service codes can be generated through a visual modeling tool.
In actual execution, the code generator executes database construction statement, constructs database table of service requirement, and generates service code according to the database table.
In the embodiment, the service codes are generated by the code generator, so that the low-code development efficiency can be effectively improved, the code style is unified, and the maintainability of the service system is improved.
In some embodiments, the requirements form includes a table name, a field length, and a field type.
Where table names are used to identify the names of the demand forms, they may be descriptive to characterize the meaning and purpose of the demand forms, they may be composed of letters, numbers, and underlining, and follow naming rules of the database management system.
The field names used to identify the name of each field in the table may be descriptive to characterize the meaning and purpose of the field, may consist of letters, numbers, and underlining, and follow naming rules of the database management system.
The field length is used to characterize the maximum number of characters or the range of numbers that the field can store, and may be determined based on the data type of the field, e.g., a field of a string type may specify the maximum length, while a field of a numeric type may specify the maximum number of integer digits and the fractional digits.
The field type is used for defining the data type stored in the field, determines the type and the value range of the data which can be stored in the field, and different database management systems support different field types, wherein the field types can comprise an integer type (INT), a character type (VARCHAR), a date and time type (DATETIME) and the like.
In this embodiment, by definition of the table name, field length, and field type, the integrity and consistency of the data in the requirements form can be ensured, and a description and understanding of the table structure is provided.
In some embodiments, the code generator is further configured to obtain an entity class and a mapper class of the database table;
and calling a code interface to generate service codes corresponding to the entity class and the mapper class.
Wherein, entity class (Entity) is used for representing the structure and behavior of business data, and Mapper class (Mapper) is used for realizing conversion and mapping of data among different layers.
In actual execution, firstly, a subject structure of the entity is constructed, the subject structure comprises import information and construction function information, a table structure of a database table is read into a map, the type and the name of each field are analyzed, the subject structure is converted into member functions of the entity, the entity and the mapper codes are generated, the generated entity class is loaded thermally, and a service code is generated by providing a code interface call.
In the embodiment, the service codes are generated through the entity class and the mapper class, so that the service code generation time is reduced, the quality of the service codes is improved, and the readability of the codes is enhanced.
In some embodiments, the front-end application development architecture 110 further includes a development tool library 114, the development tool library 114 including one or more of a function designer, a field designer, a report designer, a page designer, a flow designer, and an application designer.
The function designer is used for designing and constructing an interface and a function of the application program, and a business person can realize the function of the application program by dragging and configuring various component controls 111 and page templates 112.
And the field designer is used for creating and managing the fields of the database table, so that service personnel can easily define the attribute, the data type and the constraint condition of the fields and perform centralized field configuration.
The field is the smallest service unit in the service system, and the field is uniformly configured, so that the problems of consistency, availability, stability and persistence of the service can be intensively solved.
The report designer is used for creating and designing various types of reports, and by providing a graphical interface, business personnel can design the layout, style and data source of the report by dragging and dropping and configuring various elements.
The page designer is used to create and design a User Interface (UI) page, by providing a visual interface, allowing business personnel to design layout, style, and interaction behavior of the page by dragging and dropping and configuring various elements.
The flow designer is used for creating and designing a workflow or a business flow chart, and by providing a visual interface, business personnel can design steps, conditions and flow control of the flow by dragging and dropping and connecting various elements.
An Application (App) designer creates and designs user interfaces and functions of an Application program, by providing a visual interface, allowing business personnel to design layout, style, and interaction of the Application by dragging and dropping and configuring various elements.
In this embodiment, by setting the development tool library 114 in the front-end application development architecture 110, visual design is realized, and the low-code development flow can be simplified, and the development efficiency can be improved.
In some embodiments, the function designer is configured to perform function definition according to service requirements and configure triggering events of the service requirements;
and the field designer is used for configuring field information of the service requirement.
Wherein, the function definition refers to analyzing service requirements, and the specific functions to be realized in the service system are explicitly and specifically described and specified, which can include defining event types, trigger conditions, event processors, parameter transfer, exception handling and the like.
The service personnel can perform function definition through the function designer, such as page style setting, file path configuration, data access configuration and the like.
The triggering event refers to that when a specific condition is met in the service system, corresponding operation or processing logic is automatically triggered.
For example, in a web page of a business system, when a user clicks a button or a mouse moves into an area, a corresponding event is triggered, thereby performing a specific operation or processing logic.
In actual implementation, the business personnel can configure the module event through an import and custom mode, and import the public event into the function designer to realize the business function of the module, such as adding, deleting, importing, exporting, auditing and the like.
By carrying out function development of the service system based on event driving, a large number of public events can be accumulated and deposited in the service system, and the modules can be quickly imported, customized and applied during development.
Wherein the common events are frequently used common events or event types in the service system, and the common events can be triggered and processed in different modules or components to realize decoupling and reuse of service codes.
In the related technology, visual configuration of each interface element, from naming, typesetting, parameter setting, flow control and the like, the development workload can be obviously increased when the number is large, and the repair workload can be increased by times when problems occur.
In the embodiment of the application, the service personnel performs field unified configuration, such as type setting, length definition, default value configuration, display style configuration, associated parameter configuration and the like, through the field designer, so that the workload of low-code development is reduced, and the repair cost is reduced.
In the embodiment, through configuring the function of triggering the event, a developer can flexibly define the behavior and interaction logic of the service system, can realize user-defined user interaction experience, improves the development efficiency, and reduces the workload compared with manual writing of a large number of repeated codes.
In some embodiments, the page designer is configured to define module information, field information, form information, and form information corresponding to the service requirement;
and analyzing the module information, the field information, the form information and the form information to generate page codes of service requirements.
The page code may be a hypertext markup language (Hyper Text Markup Language, HTML) page code, which is used to define the page structure and content elements of the web site, and to render the elements into a web page viewable by the user through a browser, creating structure and content for the web site.
The module information may include module attributes and related configuration information of each function module or service module in the service system, the module attributes may include module names, module descriptions, access rights, etc., and the related configuration information may include data tables, page layouts, function buttons, etc.
The field information may be related attributes and definitions of data fields used by the service system, the field information may include field attributes and related configuration information, the field attributes may include data types, lengths, constraints, and the like, and the related configuration information may include field names, format verification, association relationships, arrangement modes, and the like.
The table information may be related attributes and definitions of database tables used in the business system, including table attributes, which may include table names, column definitions, primary key definitions, etc., and related configuration information, which may include description/annotation and index definitions.
The form information may be related attributes and definitions of user interface forms used in the business system, including form attributes and related configuration information, which may include form names, field definitions, and triggers, and related configuration information may include layout definitions and check rule definitions.
In actual execution, a page designer is called to define module attributes and save the module information into a tool_function table, define field attributes and save the field information into a tool_function_column table, define table attributes and save the table attributes into a tool_function_grid table, define table attributes and save the table attributes into a tool_function_form table, and the page designer reads relevant configuration information saved in the tool_function table, the tool_function_column table, the tool_function_grid table and the tool_function_form table, analyzes and generates HTML page codes, and saves the HTML page codes into a table file and a table file according to interface call.
In the embodiment, the page designer is called to carry out visual configuration and definition, the generation of page codes is carried out, the page design and development process is simplified, and the page codes are generated through visual tools and functions provided by the page designer, so that the user interface can be quickly created and modified.
In some embodiments, the platform further comprises a container orchestration system that is further used to manage applications developed by the cloud-developed low-code development platform 100.
Wherein the container orchestration system may be built based on a container-based cluster management platform (Kubernetes, K8 s).
In actual execution, container arrangement is applied to the low-code development platform 100 for cloud development by using K8s, and automation such as creation, import, export, release, and operation is realized.
For example, the container orchestration system first creates a Docker image, requiring that the application be packaged as a Docker image. The Docker image is a portable, self-contained application running environment, which contains the application and its dependencies.
Next, a configuration file of a container orchestration system is defined, in which deployment and management of an application is described using another configuration file in a markup language (Yet Another Markup Language, YAML) format, in which information such as the number of copies of the application, container images, and resource requirements are defined.
Furthermore, a container orchestration system object is created.
The container orchestration system uses kubectl commands or Kubernetes APIs to create objects defined in the configuration file into the container orchestration system.
The objects defined in the configuration file may include Deployment, service and Ingress et al, where Deployment is a Kubernetes object that defines the Deployment specification of an application.
The container orchestration system then proceeds with automated deployment.
The container orchestration system automatically creates and manages copies of the application in the cluster based on the number of copies defined in the discover configuration file, uses a scheduler to allocate groups of containers (Pod) to nodes in the cluster, and ensures that there are sufficient resources on each node to run the application.
The container orchestration system then monitors and expands.
The container orchestration system provides monitoring and automatic expansion functions, and can automatically increase or decrease the number of copies of an application program according to CPU utilization or other metrics by defining a horizontal expander.
The container orchestration system then performs service discovery and load balancing.
The container orchestration system provides Service discovery and load balancing functions through Service objects, where Service provides a stable web portal for applications and distributes requests to backend Pod.
The container orchestration system may then also update and roll back.
When the application program needs to be updated, the application program can be updated by modifying the mirror version or other parameters in the configuration file of the development, and the container arrangement system automatically performs rolling update according to the new configuration, so that the high availability of the application program is ensured.
Finally, the container orchestration system may also implement log and event management.
The container orchestration system provides various tools and plug-ins to collect, store, and manage logs and events for applications.
Wherein the Pod log can be viewed using kubectl command, or centralized log management using a third party tool.
In the embodiment, the application is conveniently and efficiently managed through the container arrangement system, so that the problems of large quantity, difficult management, difficult operation and maintenance and the like faced by the development and management of enterprise applications are solved.
In some embodiments, the backend application development architecture 120 further includes a version management server for full code development and a code development module for storing code in accordance with an engineering file structure of an engineering project.
Among them, a version management Server (SVN) is a version control system for managing changes to files and directories, allowing multiple persons to work on the same file, tracking changes to files, and being able to rollback to previous versions.
The SVN may use a client-server model, with developers interacting with the server through the SVN client.
The code development module is constructed based on an integrated development environment (Integrated Development Environment, IDE) and is responsible for the requirements of the business module and individuation, and can be developed in a full-code development mode, so that the full-code developed codes are integrated into a low-code engineering project, and the symbiosis of the low-code development and the full-code development is realized.
In actual execution, the method is integrated with a version management server to realize effective source code version management and control, engineering projects on the SVN can be imported into a code development module to carry out custom development and packaging operation, so that full code development is carried out on applications developed by low codes, code files automatically generated by application development can be correspondingly stored in the SVN according to engineering file structures, automatic release is realized by utilizing a hot deployment technology, and application hot deployment is updated and deployed immediately.
In the embodiment, customizable, packageable and independent deployment is realized through the version management server, and symbiosis of low-code development and full-code development is realized through the code development module.
The cloud development low-code development platform 100 provided by the embodiment of the application focuses on data modeling driving and service configuration, provides a development environment combining low-code development and full-code development, and fully utilizes and plays the professional expertise of a good developer to connect with service personnel for collaborative development.
The low-code development platform 100 for high-cohesion and low-coupling cloud development can greatly improve development efficiency, reduce the pressure of code development of developers and activate the potential of service carding so as to quickly realize an available and easy-to-use service system.
The problem of repeated development can be solved by using the cloud development low-code development platform 100 in a construction mode of component dragging, more development resources are liberated, time is saved, and compared with a traditional mode, the application development speed on the cloud development low-code development platform 100 can be improved by 70%, so that the delivery efficiency of the application of a service system is greatly improved.
Because the cloud development low-code development platform 100 provided by the application is low in learning cost, service personnel can independently develop, programmers and product managers can also quickly develop on hand, the cost can be reduced by 60% compared with that of the traditional development mode investment personnel, the later-stage application iterative development is efficient and convenient, the operation is stable, and the operation and maintenance cost is low.
The low-code development platform 100 for cloud development in the embodiments of the present application may be run on an electronic device, or may be run on a component in the electronic device, such as an integrated circuit or a chip. The electronic device may be a terminal, or may be other devices than a terminal. By way of example, the electronic device may be a mobile phone, tablet computer, notebook computer, palm computer, vehicle-mounted electronic device, mobile internet appliance (Mobile Internet Device, MID), augmented reality (augmented reality, AR)/Virtual Reality (VR) device, robot, wearable device, ultra-mobile personal computer, UMPC, netbook or personal digital assistant (personal digital assistant, PDA), etc., but may also be a server, network attached storage (Network Attached Storage, NAS), personal computer (personal computer, PC), television (TV), teller machine or self-service machine, etc., and the embodiments of the present application are not limited in particular.
The low-code development platform 100 for cloud development in the embodiments of the present application may run on a device with an operating system. The operating system may be an Android operating system, an IOS operating system, or other possible operating systems, which is not specifically limited in the embodiments of the present application.
The embodiments of the present application have been described above with reference to the accompanying drawings, but the present application is not limited to the above-described embodiments, which are merely illustrative and not restrictive, and many forms may be made by those of ordinary skill in the art without departing from the spirit of the present application and the scope of the claims, which are also within the protection of the present application.
In the description of the present specification, reference to the terms "one embodiment," "some embodiments," "illustrative embodiments," "examples," "specific examples," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present application. In this specification, schematic representations of the above terms do not necessarily refer to the same embodiments or examples. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
While embodiments of the present application have been shown and described, it will be understood by those of ordinary skill in the art that: many changes, modifications, substitutions and variations may be made to the embodiments without departing from the principles and spirit of the application, the scope of which is defined by the claims and their equivalents.

Claims (10)

1. A low code development platform for cloud development, comprising:
the system comprises a front-end application development framework, a service code generation module and a service code generation module, wherein the front-end application development framework comprises a component control, a page template and a database modeling tool, and the database modeling tool is used for generating the service code based on service requirements;
the back-end application development framework is connected with the front-end application development framework, and is used for developing the component control and the page template, accumulating the component control and the page template to a component library and a template library respectively, and calling the front-end application development framework by the component library and the template library.
2. The cloud-developed low-code development platform according to claim 1, wherein the database modeling tool comprises a demand form and a code generator, the demand form is used for performing table structure conversion according to service demands to obtain a form map, and the form map is converted into a database construction statement in a parsing manner;
the code generator is used for generating the business codes of the business demands according to the database table-building statement.
3. The cloud developed low-code development platform of claim 2, wherein said code generator is further configured to construct a database table based on said database table construction statement;
and generating the service code according to the database table.
4. The cloud developed low-code development platform of claim 3, wherein said requirements form comprises a table name, a field length, and a field type.
5. The cloud developed low-code development platform of claim 3, wherein said code generator is further for obtaining an entity class and a mapper class of said database table;
and calling a code interface to generate the service codes corresponding to the entity class and the mapper class.
6. The cloud developed low-code development platform of claim 1, wherein said front-end application development architecture further comprises a development tool library comprising one or more of a function designer, a field designer, a report designer, a page designer, a flow designer, and an application designer.
7. The cloud developed low-code development platform of claim 6, wherein said function designer is configured to perform function definition according to said business requirements, and configure trigger events of said business requirements;
the field designer is configured to configure field information of the service requirement.
8. The cloud developed low-code development platform of claim 6, wherein the page designer is configured to define module information, field information, form information, and form information corresponding to the business requirements;
and analyzing the module information, the field information, the table information and the form information to generate the page code of the service requirement.
9. The cloud developed low-code development platform of any of claims 1-8, further comprising a container orchestration system for managing applications developed by the cloud developed low-code development platform.
10. The cloud developed low-code development platform of any of claims 1-8, wherein the back-end application development architecture further comprises a version management server and a code development module, the development module being configured to perform full-code development, the version management server being configured to store codes according to an engineering file structure.
CN202311853007.3A 2023-12-28 2023-12-28 Cloud development low-code development platform Pending CN117785133A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311853007.3A CN117785133A (en) 2023-12-28 2023-12-28 Cloud development low-code development platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311853007.3A CN117785133A (en) 2023-12-28 2023-12-28 Cloud development low-code development platform

Publications (1)

Publication Number Publication Date
CN117785133A true CN117785133A (en) 2024-03-29

Family

ID=90381381

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311853007.3A Pending CN117785133A (en) 2023-12-28 2023-12-28 Cloud development low-code development platform

Country Status (1)

Country Link
CN (1) CN117785133A (en)

Similar Documents

Publication Publication Date Title
Ziadi et al. Software product line engineering with the UML: Deriving products
EP3430529B1 (en) Intelligent metadata management and data lineage tracing
CN102375731B (en) Coding-free integrated application platform system
US7168077B2 (en) System and method of executing and controlling workflow processes
US6275977B1 (en) Application cooperation method and apparatus
CN1713196B (en) Product ordering system based on automatic design grid
US8417798B2 (en) Deploying artifacts for packaged software application in cloud computing environment
US8412549B2 (en) Analyzing business data for planning applications
US20060224946A1 (en) Spreadsheet programming
US8626477B2 (en) Spreadsheet-based graphical user interface for modeling of products using the systems engineering process
US7926024B2 (en) Method and apparatus for managing complex processes
Wang et al. An automatic model-to-model mapping and transformation methodology to serve model-based systems engineering
US8862637B2 (en) Generating data access operations based on a data model using a data services model
US20120060141A1 (en) Integrated environment for software design and implementation
CN111143391A (en) Data sharing exchange method and system
CN115480810A (en) Low-code platform based on cloud protogenesis
CN111126008B (en) Code generation method and device based on XSD, computer equipment and storage medium
Barzdins et al. Domain specific languages for business process management: a case study
Normantas et al. An overview of the knowledge discovery meta-model
Sneed et al. Reusing existing object-oriented code as web services in a SOA
CN114757124B (en) CFD workflow modeling method and device based on XML, computer and storage medium
US20080312997A1 (en) Methods and apparatus for exposing workflow process definitions as business objects
CN117785133A (en) Cloud development low-code development platform
US20120084224A1 (en) Automatically created report generator for managing information technology service projects
Norta Web supported enactment of petri-net based workflows with XRL/Flower

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination