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

Application software development method, platform and electronic equipment Download PDF

Info

Publication number
CN112394920B
CN112394920B CN202011303510.8A CN202011303510A CN112394920B CN 112394920 B CN112394920 B CN 112394920B CN 202011303510 A CN202011303510 A CN 202011303510A CN 112394920 B CN112394920 B CN 112394920B
Authority
CN
China
Prior art keywords
library
file
class file
class
architecture
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.)
Active
Application number
CN202011303510.8A
Other languages
Chinese (zh)
Other versions
CN112394920A (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

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, a platform and electronic equipment, and relates to the technical field of Internet. Firstly, a tool plug-in acquires service information of a service module to be developed, an integrated library is called according to the service information, and the integrated library creates a frame class file of the service module to be developed and an association relation between the frame class files according to an architecture model library. The tool plugin then annotates the architecture class files and the associations between the architecture class files through the integrated library. Finally, the tool plug-in further compiles the annotated architecture class file through the integrated library to obtain a template file of the business module to be developed. Therefore, the template file of the service module to be developed can be automatically created, and the development efficiency of the application software is improved.

Description

Application software development method, platform and electronic equipment
[ field of technology ]
The application relates to the technical field of internet, in particular to an application software development method, a platform and electronic equipment.
[ background Art ]
With the development of the internet of vehicles technology, the application software of the vehicle-mounted system is increased increasingly. How to improve the development efficiency of the application software of the vehicle-mounted system is a problem to be solved.
In the current development scenario of the application software of the vehicle-mounted system, although a defined code frame can be used to assist in development work, a developer still needs to manually write class files in the code frame and manually establish the relationship between the class files. Thus resulting in low development efficiency and high error rate.
[ invention ]
The embodiment of the application provides an application software development method, a platform and electronic equipment, so that efficient development of application software is realized.
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 integrated library, and the method comprises the following steps: the tool plug-in acquires service information of a service module to be developed; the tool plug-in calls the integrated library according to the service information, and the integrated library creates a frame class file of the service module to be developed and an association relation between the frame class files according to the architecture model library; the tool plugin invokes the integrated library and annotates the architecture class file and the association relationship between the architecture class files through the integrated library; and the tool plug-in further compiles the annotated architecture class file through the integrated 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: a service name; machine language for business support; service file type.
In one possible implementation manner, the method further includes: the integrated library comprises an implementation library, creates a frame class file of the service module to be developed and an association relation between the frame class file according to the architecture model library, and comprises the following steps: the realization library creates view class files, logic class files, data processing class files and data class files of the service module to be developed according to the architecture model library; and creating the association relationship 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 logical class file; the logical class file is associated with the data class file through the data processing class file.
In one possible implementation, the integrated library includes an annotation library; annotating, by the integrated library, the architecture class files and the association relationships between the architecture class files, including: annotating the view class files, the logic class files, the data processing class files and the data class files 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 integrated library comprises a compiling library; compiling, by the integrated library, the annotated architecture class file, including: 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 service information of the service module to be developed; calling an architecture model library and an integrated library according to the service information; the architecture model library is used for defining the frame class files of the service module to be developed and the association relation between the frame class files; the integrated library is used for creating a frame class file of the service module to be developed and an association relation between the frame class files according to the architecture model library; the integrated library is also used for annotating the architecture class files and the association relations among the architecture class files; and the integrated library is also 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 are called by the processor to perform 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 a method as described above.
In the above technical solution, first, a tool plug-in obtains service information of a service module to be developed, and invokes an integrated library according to the service information, and the integrated library creates a frame class file of the service module to be developed and an association relationship between the frame class files according to an architecture model library. The tool plugin then annotates the architecture class files and the associations between the architecture class files through the integrated library. Finally, the tool plug-in further compiles the annotated architecture class file through the integrated library to obtain a template file of the business module to be developed. Therefore, the template file of the service module to be developed can be automatically created, and the development efficiency of the application software is improved.
[ description of the drawings ]
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed 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 that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flowchart of an application software development method according to an embodiment of the present application;
fig. 2 is a schematic diagram of an application software development method according to an embodiment of the present application;
fig. 3 is a schematic diagram of an application software development method according to an embodiment of the present application;
fig. 4 is a schematic diagram of an application software development method according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an application software 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 ] of the invention
For a better understanding of the technical solutions of the present application, embodiments of the present application are described in detail below with reference to the accompanying drawings.
It should be understood that the described embodiments are merely some, but not all, of the embodiments of the present application. All other embodiments, based on the embodiments herein, which would be apparent to one of ordinary skill in the art without making any inventive effort, are intended to be within the scope of the present application.
The terminology used in the embodiments of the application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in 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 provided in an embodiment of the present application. As shown in fig. 1, the application software development method may include:
step 101, the tool plug-in obtains service information of a service module to be developed.
In the embodiment of the present application, the tool plugin may acquire service information of a service module to be developed, which may be one or more of acquiring a service name, a machine language supported by a 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 acquired by the tool plugin 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 entered by a user. By way of example, the service name may be Login, for example. Then, a user selection of a machine language for business support is received. By way of example, alternative machine languages may include, for example, java, kotlen. And finally, receiving the type of the business file input by the user. The service file type may be Activity, fragment, for example.
And 102, the tool plugin invokes an integrated library according to the service information, and the integrated library creates a frame class file of the service module to be developed and an association relation between the frame class files according to the architecture model library.
In this embodiment, 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, first, bidirectional binding between the view layer and the data processing layer. If the data of the view layer changes, the view layer synchronizes the change of the data to the data processing layer. The change of the data of the view layer may be, for example, that the user inputs the content in the interface input box. 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 the backend data list. Further, the logical layer holds the view layer, and when the logical layer receives the action of the view layer, the back end or database data is acquired through the data layer. The request parameters when acquiring data come from the 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 of the above, the tool plug-in invokes the implementation library according to the service information acquired in 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 view class files, logic class files, data processing class files and data class files of the service module to be developed. And generating the 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 among the view class file, the logic class file, the data processing class file and the data class file can be specifically that the view class file is associated with the logic class file. The logical class file is associated with the data class file by a data processing class file.
And 103, the tool plugin calls the integrated library and annotates the architecture class files and the association relations among the architecture class files through the integrated library.
In an embodiment of the present application, as shown in fig. 3, the integrated library includes an annotation library. The tool plugin may call an annotation library through which view class files, logical class files, data processing class files, and data class files are annotated. And annotating the association relationship among the view class file, the logic class file, the data processing class file and the data class file by the tool plug-in through the annotation library.
And 104, the tool plug-in further compiles the annotated architecture class file through the integrated library to obtain a template file of the business module to be developed.
In this embodiment, as shown in fig. 3, the integrated library further includes a compiled library. The tool plug-in can compile the annotated view class files, logic class files, data processing class files and data class files through the compiling library. And (3) correlating the architecture class files with the correlation through compiling, so as to obtain a template file of the business module to be developed.
In the embodiment of the application, firstly, a tool plug-in obtains service information of a service module to be developed, an integrated library is called according to the service information, and the integrated library creates a frame class file of the service module to be developed and an association relation between the frame class files according to an architecture model library. The tool plugin then annotates the architecture class files and the associations between the architecture class files through the integrated library. Finally, the tool plug-in further compiles the annotated architecture class file through the integrated library to obtain a template file of the business module to be developed. Therefore, the template file of the service module to be developed can be automatically created, and the development efficiency of the application software 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 software development platform may include: tool plugin 51, architecture model library 52, and integration library 53.
The tool plug-in 51 is configured to obtain service information of a service module to be developed. And invoking the architecture model repository 52 and the integrated repository 53 according to the traffic information.
The architecture model library 52 is used for defining the framework class files of the service modules to be developed and the association relation between the framework class files.
An integrated library 53, configured to create a frame class file of the service module to be developed and an association relationship between the frame class files according to the architecture model library 52;
further, the integrated library 53 is further configured to annotate the architecture class file and the association relationship between the architecture class files.
Further, the integrated library 53 is further configured to compile the annotated architecture class file to obtain a template file of the business module to be developed.
In specific implementation, the service information of the service module to be developed acquired by the tool plugin 51 may include: service name, machine language supported by the service, and service file type.
The integrated library 53 may include an implementation library, an annotation library, and a compilation library.
The tool plug-in 51 calls the implementation library according to the service information, and the implementation library creates the frame class file of the service module to be developed and the association relation between the class files according to the architecture model library 52. The tool plug-in 51 annotates the association relationship between the frame class files through the annotation library. The tool plug-in 51 compiles the frame class file through a compilation library.
In this embodiment, first, the tool plug-in 51 obtains service information of a service module to be developed, calls the integrated library 53 according to the service information, and the integrated library 53 creates a frame class file of the service module to be developed and an association relationship between the frame class files according to the architecture model library 52. The tool plugin 51 then annotates the architecture class files and the associations between the architecture class files via the integration library 53. Finally, the tool plug-in 51 further compiles the annotated architecture class file through the integrated library 53 to obtain a template file of the business module to be developed. Therefore, the template file of the service module to be developed can be automatically created, and the development efficiency of the application software 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 invokes the program instructions to execute the application software development method provided in the embodiment of the present application.
The electronic device may be an application software development device, and the specific form of the electronic device is not limited in this embodiment.
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 be construed as limiting the functionality and scope of use of the embodiments herein.
As shown in fig. 6, the electronic device is in the form of a general purpose computing device. Components of an 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).
The 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, a processor, or a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include industry Standard architecture (Industry Standard Architecture; hereinafter ISA) bus, micro channel architecture (Micro Channel Architecture; hereinafter MAC) bus, enhanced ISA bus, video electronics standards Association (Video Electronics Standards Association; hereinafter VESA) local bus, and peripheral component interconnect (Peripheral Component Interconnection; hereinafter PCI) bus.
Electronic devices typically include a variety of computer system readable media. Such media can be any available media that can be accessed 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 (Random Access Memory; hereinafter: 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 magnetic disk drive for reading from and writing to a removable non-volatile magnetic disk (e.g., a "floppy disk"), and an optical disk drive for reading from or writing to a removable non-volatile optical disk (e.g., a compact disk read only memory (Compact Disc Read Only Memory; hereinafter CD-ROM), digital versatile read only optical disk (Digital Video Disc Read Only Memory; hereinafter DVD-ROM), or other optical media) may be provided. In such cases, each drive may be coupled to communication bus 440 by one or more data medium interfaces. Memory 430 may include at least one program product having a set (e.g., at least one) of program modules configured to carry out the functions of the embodiments of the present application.
A program/utility having a set (at least one) of program modules may be stored in the memory 430, such program modules including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment. Program modules generally perform the functions and/or methods in the embodiments described herein.
The electronic device may also communicate with one or more external devices (e.g., keyboard, pointing device, display, etc.), with one or more devices that enable a user to interact with the electronic device, and/or with any device (e.g., network card, modem, etc.) that enables the electronic device to communicate with one or more other computing devices. Such communication may occur through communication interface 420. Moreover, the electronic device may also communicate with one or more networks (e.g., local area network (Local Area Network; hereinafter: LAN), wide area network (Wide Area Network; hereinafter: 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 connection with an electronic device, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, disk arrays (Redundant Arrays of Independent Drives; hereinafter RAID) systems, tape drives, data backup storage systems, and the like.
The processor 410 executes various functional applications and data processing by running programs stored in the memory 430, for example, implementing the application software development method provided in the embodiment of the present application.
The embodiment of the application also provides a non-transitory computer readable storage medium, which stores computer instructions that cause the computer to execute the application software development method provided by the embodiment of the application.
The non-transitory computer readable storage media described above may employ 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. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any 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 (Erasable Programmable Read Only Memory; EPROM) or 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 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.
The computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either 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 of the foregoing. 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 of the present application may be written in 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 kind of network, including a local area network (Local Area Network; hereinafter: LAN) or a wide area network (Wide Area Network; hereinafter: WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
In the description of the present specification, a description referring to terms "one embodiment," "some 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 are not necessarily directed 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. Furthermore, the different embodiments or examples described in the present specification and the features of the different embodiments or examples may be combined by those 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 specific logical functions or steps of the process, and additional 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 embodiments 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 a PC), a personal digital assistant (Personal Digital Assistant; hereinafter referred to as a 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 this application, it should be understood that the disclosed systems, devices, and methods may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the elements is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple elements or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in hardware plus software functional units.
The foregoing description of the preferred embodiments of the present invention is not intended to limit the invention to the precise form disclosed, and any modifications, equivalents, improvements and alternatives falling within the spirit and principles of the present invention are intended to be included within the scope of the present invention.

Claims (9)

1. The application software development method is characterized by being applied to a software development platform, wherein the software development platform comprises a tool plug-in, an architecture model library and an integrated library, the integrated library comprises an implementation library, and the implementation library comprises a method file; the method comprises the following steps:
the tool plug-in acquires service information of a service module to be developed;
the tool plug-in calls the implementation library of the integrated library according to the service information, the implementation library calls the method file according to the architecture model library, and the frame class file of the service module to be developed and the association relation between the frame class file are created;
the tool plug-in annotates the architecture class files and the association relations among the architecture class files through the integrated library;
and the tool plug-in further compiles the annotated architecture class file through the integrated library to obtain a template file of the business module to be developed.
2. The method of claim 1, wherein the service information of the service module to be developed obtained by the tool plug-in includes one or more of:
a service name; machine language for business support; service file type.
3. The method of claim 1, wherein the implementation library calls the method file according to the architecture model library, creates a framework class file of the business module to be developed and an association relationship between the framework class file, and comprises:
the realization library calls the method file according to the architecture model library, and creates 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; and creating the association relationship 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. A method according to claim 3, wherein the association between the view class file, the logical class file, the data processing class file and the data class file comprises:
the view class file is associated with the logical class file;
the logical class file is associated with the data class file through the data processing class file.
5. The method of claim 1, wherein the integrated library comprises an annotation library; annotating, by the integrated library, the architecture class files and the association relationships between the architecture class files, including:
annotating the view class files, the logic class files, the data processing class files and the data class files through the annotation library; and
and annotating the association relation 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, by the integrated library, the annotated architecture class file, including:
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 software development platform, comprising:
the tool plug-in is used for acquiring service information of the service module to be developed; calling an architecture model library and an integrated library according to the service information;
the architecture model library is used for defining the frame class files of the service module to be developed and the association relation between the frame class files;
the integrated library comprises an implementation library, wherein the implementation library comprises a method file; the realization library is used for calling the method file according to the architecture model library, and creating a frame class file of the service module to be developed and an association relation between the frame class files;
the integrated library is also used for annotating the architecture class files and the association relations among the architecture class files;
and the integrated library is also 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-6.
9. A non-transitory computer readable storage medium storing computer instructions that cause the 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 CN112394920A (en) 2021-02-23
CN112394920B true 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)

Families Citing this family (1)

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

Citations (9)

* 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
US7761848B1 (en) * 2005-03-15 2010-07-20 Open Invention Network, Llc Code generator tool for building software applications with reusable components
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
CN111813393A (en) * 2020-03-20 2020-10-23 北京四维智联科技有限公司 Application program development method and device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8397210B2 (en) * 2008-06-03 2013-03-12 Microsoft Corporation Evolving the architecture of a software application
US8863074B2 (en) * 2010-01-27 2014-10-14 Oracle International Corporation Software modeling framework
US9436487B2 (en) * 2012-03-29 2016-09-06 Adobe Systems Incorporated Method and apparatus for creating a platform agnostic application file
US10956127B2 (en) * 2019-03-21 2021-03-23 International Business Machines Corporation Enriched integrated development environments

Patent Citations (9)

* 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
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
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
Unified Compile-TIme and Runtime Java Annotation PRocessing;P Pigula et al.;《Proceedings of the Federated Conference on Computer Science and Information Systems》;965-975 *
万东 ; .基于GEF和EMF的JavaEE快速开发工具设计.现代电子技术.2010,(10),74-76. *
基于GEF和EMF的JavaEE快速开发工具设计;万东;;现代电子技术(10);74-76 *

Also Published As

Publication number Publication date
CN112394920A (en) 2021-02-23

Similar Documents

Publication Publication Date Title
WO2020119485A1 (en) Page display method and device, apparatus, and storage medium
CN110019498B (en) Log synchronization method and device, storage medium and electronic equipment
CN109062572B (en) Component calling method, device, equipment and storage medium
CN111290737B (en) Method and device for application program development and electronic equipment
CN111324833A (en) Page display method, device, electronic design and computer readable medium
CN113971037A (en) Application processing method and device, electronic equipment and storage medium
CN111367516A (en) Application interface generation method and device and electronic equipment
CN110688145B (en) Android MVP code automatic generation method and device, medium and electronic equipment
WO2022184077A1 (en) Document editing method and apparatus, and terminal and non-transitory storage medium
CN112394920B (en) Application software development method, platform and electronic equipment
CN114048415A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN111078228A (en) Method and device for converting webpage into small program, server and storage medium
CN113238739A (en) Plug-in development and data acquisition method, device, electronic equipment and medium
CN111124541B (en) Configuration file generation method, device, equipment and medium
CN113761871A (en) Rich text rendering method and device, electronic equipment and storage medium
CN115640279A (en) Method and device for constructing data blood relationship
CN111666068B (en) Platform development framework, construction method, equipment and medium
CN111414161B (en) Method, device, medium and electronic equipment for generating IDL file
CN113885841A (en) Script generation method and device, electronic equipment and readable medium
CN110032595B (en) Data processing method, system, equipment and storage medium
CN110221827B (en) Data processing method and related device
CN111782196A (en) MVP architecture-based development method and device
CN111949259A (en) Risk decision configuration method, system, electronic equipment and storage medium
CN112764802A (en) Business logic customization method and device, electronic equipment and storage medium
CN111796865A (en) Byte code file modification method and device, terminal equipment and medium

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