CN112394920A - Application software development method, platform and electronic equipment - Google Patents

Application software development method, platform and electronic equipment Download PDF

Info

Publication number
CN112394920A
CN112394920A CN202011303510.8A CN202011303510A CN112394920A CN 112394920 A CN112394920 A CN 112394920A CN 202011303510 A CN202011303510 A CN 202011303510A CN 112394920 A CN112394920 A CN 112394920A
Authority
CN
China
Prior art keywords
library
class file
developed
architecture
file
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
CN202011303510.8A
Other languages
Chinese (zh)
Other versions
CN112394920B (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.)
China Unicom Smart Connection Technology Ltd
Original Assignee
China Unicom Smart Connection Technology 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 China Unicom Smart Connection Technology Ltd filed Critical China Unicom Smart Connection Technology Ltd
Priority to CN202011303510.8A priority Critical patent/CN112394920B/en
Publication of CN112394920A publication Critical patent/CN112394920A/en
Application granted granted Critical
Publication of CN112394920B publication Critical patent/CN112394920B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides an application software development method, an application software development platform and electronic equipment, and relates to the technical field of the Internet. Firstly, the tool plug-in obtains the service information of the service module to be developed, the integration library is called according to the service information, and the integration library establishes the frame type files of the service module to be developed and the incidence relation between the frame type files according to the framework model library. And then, annotating the architecture class file and the association relation between the architecture class files through the integration library by the tool plug-in. And finally, the tool plug-in also compiles the annotated architecture class file through the integration library to obtain a template file of the business module to be developed. Therefore, the automatic creation of the template file of the service module to be developed can be realized, and the efficiency of application software development is improved.

Description

Application software development method, platform and electronic equipment
[ technical field ] A method for producing a semiconductor device
The application relates to the technical field of internet, in particular to an application software development method, an application software development platform and electronic equipment.
[ background of the invention ]
With the development of the car networking technology, the number of application software of the car system is increasing. How to improve the development efficiency of the application software of the vehicle-mounted system is a problem which needs to be solved urgently.
In the current development scenario of vehicle-mounted system application software, although a well-defined code framework can be used to assist development work, developers still need to write class files manually in the code framework and establish relationships between the class files manually. Therefore, the development efficiency is low and the error rate is high.
[ summary of the invention ]
The embodiment of the application provides an application software development method, an application software development platform and electronic equipment, so that the application software is developed efficiently.
In a first aspect, an embodiment of the present application provides an application software development method, including: the method is applied to a software development platform, the software development platform comprises a tool plug-in, an architecture model library and an integration library, and the method comprises the following steps: the tool plug-in obtains the service information of the service module to be developed; the tool plug-in calls the integration library according to the service information, and the integration library establishes the frame files of the service module to be developed and the incidence relation between the frame files according to the architecture model library; the tool plug-in calls the integration library and annotates the architecture class files and the association relationship between the architecture class files through the integration library; and the tool plug-in also compiles the annotated architecture class file through the integration library to obtain a template file of the business module to be developed.
In one possible implementation manner, the service information of the service module to be developed, which is acquired by the tool plugin, includes one or more of the following items: a service name; machine language supported by the business; the type of service file.
In one possible implementation manner, the method further includes: the integration library comprises an implementation library, and the integration library establishes the frame files of the service module to be developed and the incidence relation between the frame files according to the architecture model library, and comprises the following steps: the realization library establishes a view class file, a logic class file, a data processing class file and a data class file of the service module to be developed according to the architecture model library; and creating an association relation among the view class file, the logic class file, the data processing class file and the data class file of the service module to be developed.
In one possible implementation manner, the association relationship among the view class file, the logic class file, the data processing class file, and the data class file includes: the view class file is associated with the logic class file; the logic class file is associated with the data class file through the data processing class file.
In one possible implementation, the integration library includes an annotation library; annotating the architecture class files and the association between the architecture class files through the integration library, including: annotating the view class file, the logic class file, the data processing class file and the data class file through the annotation library; and annotating the association relationship among the view class file, the logic class file, the data processing class file and the data class file through the annotation library.
In one possible implementation manner, the integration library includes a compilation library; compiling the annotated architecture class file through the integration library, wherein the compiling comprises the following steps: and compiling the annotated view class file, the logic class file, the data processing class file and the data class file through the compiling library.
In a second aspect, an embodiment of the present application provides an application software development platform, including: the tool plug-in is used for acquiring the service information of the service module to be developed; calling an architecture model library and an integration library according to the service information; the architecture model library is used for stipulating the frame files of the service module to be developed and the incidence relation between the frame files; the integrated library is used for creating the frame files of the business module to be developed and the incidence relation between the frame files according to the architecture model library; the integrated library is also used for annotating the architecture class files and the association relationship between the architecture class files; the integrated library is further used for compiling the annotated architecture class file to obtain a template file of the business module to be developed.
In a third aspect, an embodiment of the present application provides an electronic device, including: at least one processor; and at least one memory communicatively coupled to the processor, wherein: the memory stores program instructions executable by the processor, which when called by the processor are capable of performing the method as described above.
In a fourth aspect, embodiments of the present application provide a non-transitory computer-readable storage medium storing computer instructions that cause the computer to perform the method as described above.
In the above technical solution, firstly, the tool plug-in obtains the service information of the service module to be developed, calls the integration library according to the service information, and the integration library creates the frame type file of the service module to be developed and the association relationship between the frame type files according to the architecture model library. And then, annotating the architecture class file and the association relation between the architecture class files through the integration library by the tool plug-in. And finally, the tool plug-in also compiles the annotated architecture class file through the integration library to obtain a template file of the business module to be developed. Therefore, the automatic creation of the template file of the service module to be developed can be realized, and the efficiency of application software development is improved.
[ description of the drawings ]
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of an application software development method provided in an embodiment of the present application;
fig. 2 is a schematic diagram of an application software development method provided in an embodiment of the present application;
fig. 3 is a schematic diagram of an application software development method provided in an embodiment of the present application;
fig. 4 is a schematic diagram of an application software development method provided in an embodiment of the present application;
fig. 5 is a schematic structural diagram of an application development platform according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
[ detailed description ] embodiments
For better understanding of the technical solutions of the present application, the following detailed descriptions of the embodiments of the present application are provided with reference to the accompanying drawings.
It should be understood that the embodiments described are only a few embodiments of the present application, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The terminology used in the embodiments of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in the examples of this application and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
Fig. 1 is a flowchart of an application software development method according to an embodiment of the present application. As shown in fig. 1, the application software development method may include:
step 101, a tool plug-in obtains service information of a service module to be developed.
In the embodiment of the application, the tool plug-in unit may acquire the service information of the service module to be developed, and acquire one or more of a service name, a machine language supported by the service, and a service file type.
In a specific example, as shown in fig. 2, the service information of the service module to be developed, which is acquired by the tool plug-in, may include a service name, a machine language supported by the service, and a service file type. First, the tool plug-in receives a service name input by a user. Illustratively, the service name may be Login, for example. Then, a user selection of a machine language supported by the service is received. Illustratively, alternative machine languages may include, for example, Java, Kotlin. And finally, receiving the service file type input by the user. Illustratively, the business file type may be, for example, Activity, Fragment.
And 102, calling an integration library by the tool plug-in according to the service information, and creating the frame files of the service module to be developed and the association relation between the frame files by the integration library according to the architecture model library.
In the embodiment of the present application, as shown in fig. 3, the integrated library includes an implementation library. The implementation library contains method files. Further, as shown in fig. 4, the architecture model library may include a view layer, a logic layer, a data processing layer, and a data layer. Wherein, each layer has an association relation. The association relationship between the layers may specifically be that, first, the view layer and the data processing layer are bidirectionally bound. If the data of the view layer changes, the view layer synchronizes the change of the data to the data processing layer. The data of the view layer may be changed, for example, when a user inputs content in an interface input box. And meanwhile, the view layer monitors the data change of the data processing layer, and when the data of the data processing layer changes, the view layer updates the user interface according to the data of the data processing layer. The data change of the data processing layer may be, for example, updating a back-end data list. Furthermore, the logic layer holds a view layer, and after the logic layer receives the action of the view layer, the logic layer acquires back-end or database data through the data layer. The request parameter when acquiring the data comes from a data processing layer held by the logic layer. After the logic layer obtains the data, the data is transferred to the data processing layer. At this time, the view layer updates the user interface according to the data change of the data processing layer.
On the basis, the tool plug-in calls the implementation library according to the service information acquired in the step 101. And the realization library calls the method files contained in the realization library according to the constraint rules of the architecture model library to generate a view file, a logic file, a data processing file and a data file of the service module to be developed. And generating an association relation among the view class file, the logic class file, the data processing class file and the data class file of the service module to be developed corresponding to the service information. The association relationship between the view class file, the logic class file, the data processing class file and the data class file may be specifically that the view class file is associated with the logic class file. The logic class file is associated with the data class file through the data processing class file.
And 103, calling the integration library by the tool plug-in, and annotating the architecture class files and the association relationship between the architecture class files through the integration library.
In the embodiment of the present application, as shown in fig. 3, the integrated library includes an annotation library. The tool plug-in can call an annotation library, and annotate the view class file, the logic class file, the data processing class file and the data class file through the annotation library. And the tool plug-in annotates the association relationship among the view class file, the logic class file, the data processing class file and the data class file through an annotation library.
And step 104, compiling the annotated architecture class file by the tool plug-in through the integration library to obtain a template file of the business module to be developed.
In the embodiment of the present application, as shown in fig. 3, the integrated library further includes a compiled library. The tool plug-in can compile the annotated view class file, the logic class file, the data processing class file and the data class file through a compiling library. And correlating the architecture files with the correlation relationship through compiling, thereby obtaining a template file of the service module to be developed.
In the embodiment of the application, firstly, the tool plug-in acquires the service information of the service module to be developed, the integration library is called according to the service information, and the integration library establishes the frame type file of the service module to be developed and the incidence relation between the frame type files according to the architecture model library. And then, annotating the architecture class file and the association relation between the architecture class files through the integration library by the tool plug-in. And finally, the tool plug-in also compiles the annotated architecture class file through the integration library to obtain a template file of the business module to be developed. Therefore, the automatic creation of the template file of the service module to be developed can be realized, and the efficiency of application software development is improved.
Fig. 5 is a schematic structural diagram of an application software development platform according to an embodiment of the present application. The application software development platform in the embodiment can be used as application software development equipment to realize the application software development method provided by the embodiment of the application. As shown in fig. 5, the application development platform may include: a tool plug-in 51, an architecture model library 52 and an integration library 53.
And the tool plug-in 51 is used for acquiring the service information of the service module to be developed. And the architecture model library 52 and the integration library 53 are called according to the business information.
And the architecture model library 52 is used for specifying the frame files of the service modules to be developed and the association relationship between the frame files.
The integrated library 53 is used for creating the frame class files of the service module to be developed and the association relationship between the frame class files according to the architecture model library 52;
further, the integration library 53 is also used for annotating the architecture class files and the association relationship between the architecture class files.
Further, the integration library 53 is further configured to compile the annotated architecture class file to obtain a template file of the service module to be developed.
In a specific implementation, the service information of the service module to be developed, which is acquired by the tool plugin 51, may include: service name, machine language supported by the service, and service file type.
The integration library 53 may include an implementation library, an annotation library, and a compilation library.
The tool plug-in 51 calls an implementation library according to the service information, and the implementation library creates a frame class file of the service module to be developed and an association relation between the class files according to the architecture model library 52. The tool plug-in 51 annotates the frame class files and the association relationship between the frame class files through an annotation library. The tool plug-in 51 compiles the above framework class files through a compilation library.
In the embodiment of the present application, firstly, the tool plugin 51 obtains the service information of the service module to be developed, the integration library 53 is called according to the service information, and the integration library 53 creates the frame type file of the service module to be developed and the association relationship between the frame type files according to the architecture model library 52. Then, the tool plug-in 51 annotates the architecture class files and the association relationship between the architecture class files through the integration library 53. Finally, the tool plug-in 51 compiles the annotated architecture class file through the integration library 53 to obtain a template file of the service module to be developed. Therefore, the automatic creation of the template file of the service module to be developed can be realized, and the efficiency of application software development is improved.
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present application. As shown in fig. 6, the electronic device may include at least one processor; and at least one memory communicatively coupled to the processor, wherein: the memory stores program instructions executable by the processor, and the processor calls the program instructions to execute the application software development method provided by the embodiment of the application.
The electronic device may be an application software development device, and the embodiment does not limit the specific form of the electronic device.
FIG. 6 illustrates a block diagram of an exemplary electronic device suitable for use in implementing embodiments of the present application. The electronic device shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 6, the electronic device is in the form of a general purpose computing device. Components of the electronic device may include, but are not limited to: one or more processors 410, a memory 430, and a communication bus 440 that connects the various system components (including the memory 430 and the processing unit 410).
Communication bus 440 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. These architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus, to name a few.
Electronic devices typically include a variety of computer system readable media. Such media may be any available media that is accessible by the electronic device and includes both volatile and nonvolatile media, removable and non-removable media.
Memory 430 may include computer system readable media in the form of volatile Memory, such as Random Access Memory (RAM) and/or cache Memory. The electronic device may further include other removable/non-removable, volatile/nonvolatile computer system storage media. Although not shown in FIG. 6, a disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a Compact disk Read Only Memory (CD-ROM), a Digital versatile disk Read Only Memory (DVD-ROM), or other optical media) may be provided. In these cases, each drive may be connected to the communication bus 440 by one or more data media interfaces. Memory 430 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the application.
A program/utility having a set (at least one) of program modules, including but not limited to an operating system, one or more application programs, other program modules, and program data, may be stored in memory 430, each of which examples or some combination may include an implementation of a network environment. The program modules generally perform the functions and/or methodologies of the embodiments described herein.
The electronic device may also communicate with one or more external devices (e.g., keyboard, pointing device, display, etc.), one or more devices that enable a user to interact with the electronic device, and/or any devices (e.g., network card, modem, etc.) that enable the electronic device to communicate with one or more other computing devices. Such communication may occur via communication interface 420. Furthermore, the electronic device may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public Network such as the Internet) via a Network adapter (not shown in FIG. 6) that may communicate with other modules of the electronic device via the communication bus 440. It should be appreciated that although not shown in FIG. 6, other hardware and/or software modules may be used in conjunction with the electronic device, including but not limited to: microcode, device drivers, Redundant processing units, external disk drive Arrays, disk array (RAID) systems, tape Drives, and data backup storage systems, among others.
The processor 410 executes various functional applications and data processing by executing programs stored in the memory 430, for example, implementing an application software development method provided by the embodiments of the present application.
The embodiment of the present application further provides a non-transitory computer-readable storage medium, where the non-transitory computer-readable storage medium stores computer instructions, and the computer instructions enable the computer to execute the application software development method provided by the embodiment of the present application.
The non-transitory computer readable storage medium described above may take any combination of one or more computer readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a Read Only Memory (ROM), an Erasable Programmable Read Only Memory (EPROM), a flash Memory, an optical fiber, a portable compact disc Read Only Memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present application may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of Network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
In the description herein, reference to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," 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 application. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Moreover, various embodiments or examples and features of different embodiments or examples described in this specification can be combined by one skilled in the art without contradiction.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing steps of a custom logic function or process, and alternate implementations are included within the scope of the preferred embodiment of the present application in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present application.
It should be noted that the terminal according to the embodiments of the present application may include, but is not limited to, a Personal Computer (Personal Computer; hereinafter, referred to as PC), a Personal Digital Assistant (Personal Digital Assistant; hereinafter, referred to as PDA), a wireless handheld device, a Tablet Computer (Tablet Computer), a mobile phone, an MP3 player, an MP4 player, and the like.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions in actual implementation, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional unit.
The above description is only exemplary of the present application and should not be taken as limiting the present application, as any modification, equivalent replacement, or improvement made within the spirit and principle of the present application should be included in the scope of protection of the present application.

Claims (9)

1. An application software development method, which is applied to a software development platform, wherein the software development platform comprises a tool plug-in, an architecture model library and an integration library, and the method comprises the following steps:
the tool plug-in obtains the service information of the service module to be developed;
the tool plug-in calls the integration library according to the service information, and the integration library establishes the frame files of the service module to be developed and the incidence relation between the frame files according to the architecture model library;
the tool plug-in annotates the architecture class files and the association relationship between the architecture class files through the integration library;
and the tool plug-in also compiles the annotated architecture class file through the integration library to obtain a template file of the business module to be developed.
2. The method according to claim 1, wherein the service information of the service module to be developed, acquired by the tool plugin, includes one or more of the following items:
a service name; machine language supported by the business; the type of service file.
3. The method according to claim 1, wherein the integration library comprises an implementation library, and the integration library creates a framework class file of the business module to be developed and an association relationship between the framework class files according to the architecture model library, including:
the realization library establishes a view class file, a logic class file, a data processing class file and a data class file of the service module to be developed according to the architecture model library; and creating an association relation among the view class file, the logic class file, the data processing class file and the data class file of the service module to be developed.
4. The method of claim 3, wherein the association relationship between the view class file, the logic class file, the data processing class file, and the data class file comprises:
the view class file is associated with the logic class file;
the logic class file is associated with the data class file through the data processing class file.
5. The method of claim 1, wherein the integration library comprises an annotation library; annotating the architecture class files and the association between the architecture class files through the integration library, including:
annotating the view class file, the logic class file, the data processing class file and the data class file through the annotation library; and
and annotating the association relationship among the view class file, the logic class file, the data processing class file and the data class file through the annotation library.
6. The method of claim 5, wherein the integrated library comprises a compiled library; compiling the annotated architecture class file through the integration library, wherein the compiling comprises the following steps:
and compiling the annotated view class file, the logic class file, the data processing class file and the data class file through the compiling library.
7. An application development platform, comprising:
the tool plug-in is used for acquiring the service information of the service module to be developed; calling an architecture model library and an integration library according to the service information;
the architecture model library is used for stipulating the frame files of the service module to be developed and the incidence relation between the frame files;
the integrated library is used for creating the frame files of the business module to be developed and the incidence relation between the frame files according to the architecture model library;
the integrated library is also used for annotating the architecture class files and the association relationship between the architecture class files;
the integrated library is further used for compiling the annotated architecture class file to obtain a template file of the business module to be developed.
8. An electronic device, comprising:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1 to 6.
9. A non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform the method of any one of claims 1 to 6.
CN202011303510.8A 2020-11-19 2020-11-19 Application software development method, platform and electronic equipment Active CN112394920B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011303510.8A CN112394920B (en) 2020-11-19 2020-11-19 Application software development method, platform and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011303510.8A CN112394920B (en) 2020-11-19 2020-11-19 Application software development method, platform and electronic equipment

Publications (2)

Publication Number Publication Date
CN112394920A true CN112394920A (en) 2021-02-23
CN112394920B CN112394920B (en) 2024-03-29

Family

ID=74605904

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011303510.8A Active CN112394920B (en) 2020-11-19 2020-11-19 Application software development method, platform and electronic equipment

Country Status (1)

Country Link
CN (1) CN112394920B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116107585A (en) * 2023-02-17 2023-05-12 广州市保伦电子有限公司 Method and device for generating xml in compiling period of server side

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101256492A (en) * 2008-03-31 2008-09-03 宋乃辉 Software development method and system for executing model drive structure
US20090300579A1 (en) * 2008-06-03 2009-12-03 Microsoft Corporation Evolving the architecture of a software application
US7761848B1 (en) * 2005-03-15 2010-07-20 Open Invention Network, Llc Code generator tool for building software applications with reusable components
US20110185340A1 (en) * 2010-01-27 2011-07-28 Oracle International Corporation Software modeling framework
US20130263103A1 (en) * 2012-03-29 2013-10-03 Adobe Systems Inc. Method and apparatus for creating a platform agnostic application file
CN108536433A (en) * 2018-04-16 2018-09-14 云南软捷科技有限公司 A kind of J2EE Development Frameworks and the development approach based on the J2EE Development Frameworks
CN108829378A (en) * 2018-05-24 2018-11-16 北京顺丰同城科技有限公司 A kind of development approach of application software, device and electronic equipment
CN110058846A (en) * 2019-04-19 2019-07-26 深圳市康拓普信息技术有限公司 A kind of service application software development system and method
CN110147225A (en) * 2019-04-02 2019-08-20 平安科技(深圳)有限公司 A kind of code generating method, device and computer equipment, storage medium
CN111427971A (en) * 2020-03-25 2020-07-17 中国工商银行股份有限公司 Business modeling method, device, system and medium for computer system
CN111638877A (en) * 2020-06-01 2020-09-08 山东汇贸电子口岸有限公司 Visual rapid development method for Web project
US20200301673A1 (en) * 2019-03-21 2020-09-24 International Business Machines Corporation Enriched integrated development environments
CN111813393A (en) * 2020-03-20 2020-10-23 北京四维智联科技有限公司 Application program development method and device

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7761848B1 (en) * 2005-03-15 2010-07-20 Open Invention Network, Llc Code generator tool for building software applications with reusable components
CN101256492A (en) * 2008-03-31 2008-09-03 宋乃辉 Software development method and system for executing model drive structure
US20090300579A1 (en) * 2008-06-03 2009-12-03 Microsoft Corporation Evolving the architecture of a software application
US20110185340A1 (en) * 2010-01-27 2011-07-28 Oracle International Corporation Software modeling framework
US20130263103A1 (en) * 2012-03-29 2013-10-03 Adobe Systems Inc. Method and apparatus for creating a platform agnostic application file
CN108536433A (en) * 2018-04-16 2018-09-14 云南软捷科技有限公司 A kind of J2EE Development Frameworks and the development approach based on the J2EE Development Frameworks
CN108829378A (en) * 2018-05-24 2018-11-16 北京顺丰同城科技有限公司 A kind of development approach of application software, device and electronic equipment
US20200301673A1 (en) * 2019-03-21 2020-09-24 International Business Machines Corporation Enriched integrated development environments
CN110147225A (en) * 2019-04-02 2019-08-20 平安科技(深圳)有限公司 A kind of code generating method, device and computer equipment, storage medium
CN110058846A (en) * 2019-04-19 2019-07-26 深圳市康拓普信息技术有限公司 A kind of service application software development system and method
CN111813393A (en) * 2020-03-20 2020-10-23 北京四维智联科技有限公司 Application program development method and device
CN111427971A (en) * 2020-03-25 2020-07-17 中国工商银行股份有限公司 Business modeling method, device, system and medium for computer system
CN111638877A (en) * 2020-06-01 2020-09-08 山东汇贸电子口岸有限公司 Visual rapid development method for Web project

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
P PIGULA ET AL.: "Unified Compile-TIme and Runtime Java Annotation PRocessing", 《PROCEEDINGS OF THE FEDERATED CONFERENCE ON COMPUTER SCIENCE AND INFORMATION SYSTEMS》, pages 965 - 975 *
WEIXIN-30323961: "软件开发的三层架构", pages 1 - 4, Retrieved from the Internet <URL:https://blog.csdn.net/weixin_30323961/article/details/97647102> *
万东;: "基于GEF和EMF的JavaEE快速开发工具设计", 现代电子技术, no. 10, pages 74 - 76 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116107585A (en) * 2023-02-17 2023-05-12 广州市保伦电子有限公司 Method and device for generating xml in compiling period of server side
CN116107585B (en) * 2023-02-17 2024-03-08 广东保伦电子股份有限公司 Method and device for generating xml in compiling period of server side

Also Published As

Publication number Publication date
CN112394920B (en) 2024-03-29

Similar Documents

Publication Publication Date Title
CN109634598B (en) Page display method, device, equipment and storage medium
CN110019498B (en) Log synchronization method and device, storage medium and electronic equipment
CN111045675A (en) Page generation method, device, equipment and storage medium based on Flutter
CN113872811A (en) Operation change method, wide area network control system, electronic device, and storage medium
CN110688145B (en) Android MVP code automatic generation method and device, medium and electronic equipment
CN111026400A (en) Method and device for analyzing service data stream
CN110134380B (en) Code generation method and device based on template engine and electronic equipment
CN112394920B (en) Application software development method, platform and electronic equipment
CN113238739A (en) Plug-in development and data acquisition method, device, electronic equipment and medium
CN111124541B (en) Configuration file generation method, device, equipment and medium
CN112631563A (en) System development method and device based on framework, computer equipment and storage medium
CN117032573A (en) Micro-service execution method, electronic device and readable storage medium
CN110908644A (en) Configuration method and device of state node, computer equipment and storage medium
CN116227625A (en) Intelligent model development method, medium and equipment
CN111352644A (en) Applet updating method, device, server and storage medium
CN108021317B (en) Method and device for screen editing
CN111666068B (en) Platform development framework, construction method, equipment and medium
CN111414161B (en) Method, device, medium and electronic equipment for generating IDL file
CN110032595B (en) Data processing method, system, equipment and storage medium
CN111949259A (en) Risk decision configuration method, system, electronic equipment and storage medium
CN111782196A (en) MVP architecture-based development method and device
CN111176718A (en) Script online method and device, storage medium and electronic equipment
CN114936026B (en) Method, system, storage medium and equipment for analyzing semi-structured data
CN113590216B (en) Timing task centralized management method and device and electronic equipment
CN111625243B (en) Cross-language task processing method and device and electronic equipment

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 101500 room 106-266, building 2, courtyard 8, Xingsheng South Road, Miyun District, Beijing

Applicant after: Unicom Zhiwang Technology Co.,Ltd.

Address before: 101500 room 106-266, building 2, courtyard 8, Xingsheng South Road, Miyun District, Beijing

Applicant before: Unicom Intelligent Network Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant