CN106250112A - A kind of auxiliary system for developing software, method and software development system - Google Patents

A kind of auxiliary system for developing software, method and software development system Download PDF

Info

Publication number
CN106250112A
CN106250112A CN201610570903.2A CN201610570903A CN106250112A CN 106250112 A CN106250112 A CN 106250112A CN 201610570903 A CN201610570903 A CN 201610570903A CN 106250112 A CN106250112 A CN 106250112A
Authority
CN
China
Prior art keywords
micro service
service
software development
micro
user terminal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201610570903.2A
Other languages
Chinese (zh)
Inventor
王恩东
胡雷钧
左兰海
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Beijing Electronic Information Industry Co Ltd
Original Assignee
Inspur Beijing Electronic Information Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Beijing Electronic Information Industry Co Ltd filed Critical Inspur Beijing Electronic Information Industry Co Ltd
Priority to CN201610570903.2A priority Critical patent/CN106250112A/en
Publication of CN106250112A publication Critical patent/CN106250112A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Landscapes

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

Abstract

This application discloses a kind of auxiliary system for developing software, method and software development system, this system includes: miniature service library, for the integrated miniature service developed in advance;And provisioning interface, for obtaining the miniature request instructions that user is sent in software development process by user terminal, miniature request instructions is responded, to utilize miniature service library, provides the miniature service corresponding with miniature request instructions to user terminal.Visible, miniature service is developed by the application in advance, and miniature Services Integration will be obtained after exploitation in miniature service library, when user terminal needs to use specific miniature service, user terminal just can send corresponding miniature request instructions, to obtain corresponding miniature service from above-mentioned miniature service library, and repeatedly develops without service all miniature to same in the development process of each software, thus improve software development efficiency, thus reduce software development cost.

Description

Software development auxiliary system, method and software development system
Technical Field
The invention relates to the technical field of software development, in particular to a software development auxiliary system, a software development auxiliary method and a software development system.
Background
Currently, with the rapid development of the internet, cloud computing and big data technology, more and more application software related to cloud computing should be delivered, and a lot of convenience is provided for the life and work of people.
However, the current software development mode still maintains the traditional development mode to a great extent, and the whole process of software development needs to repeatedly develop a large amount of various services, so that the software development efficiency is low, the development cost is high, the current development trend of the internet era is difficult to adapt, and the rapid development of software development enterprises is limited.
In summary, it can be seen that how to further improve software development efficiency to reduce software development cost is an urgent problem to be solved at present.
Disclosure of Invention
In view of this, the present invention provides a software development assisting system, a method and a software development system, which further improve software development efficiency and reduce software development cost. The specific scheme is as follows:
a software development assistance system comprising:
the micro service library is used for integrating pre-developed micro services;
and the service providing interface is used for acquiring a micro service request instruction sent by a user terminal in the software development process, responding to the micro service request instruction and providing the micro service corresponding to the micro service request instruction to the user terminal by using the micro service library.
Preferably, the microservice integrated in the microservice library comprises a monitoring service, and/or a computing service, and/or a storage service.
Preferably, the mini-server library is located in a cloud server.
Preferably, the service providing interface is a public API interface connected to the mini service library.
Preferably, the software development assistance system further includes:
and the permission judging module is used for judging whether the user terminal has the permission to use the micro service when the service providing interface acquires the micro service request instruction, allowing the service providing interface to respond to the micro service request instruction if the user terminal has the permission to use the micro service, and forbidding the service providing interface to respond to the micro service request instruction if the user terminal does not have the permission to use the micro service.
The invention also discloses a software development system which comprises the software development auxiliary system.
The invention further discloses a software development auxiliary method, which comprises the following steps:
integrating a pre-developed microservice into a microservice repository;
acquiring a micro service request instruction sent by a user through a user terminal in the software development process;
and responding to the micro service request instruction to provide the micro service corresponding to the micro service request instruction to the user terminal by utilizing the micro service library.
Preferably, the microservice integrated in the microservice library comprises a monitoring service, and/or a computing service, and/or a storage service.
Preferably, the mini-server library is located in a cloud server.
Preferably, before responding to the microservice request instruction, the method further comprises:
and judging whether the user terminal has the authority of using the micro service, if so, allowing the response to the micro service request instruction, and if not, forbidding the response to the micro service request instruction.
In the present invention, a software development assistance system includes: the micro service library is used for integrating pre-developed micro services; and the service providing interface is used for acquiring a micro service request instruction sent by a user terminal in the software development process, responding to the micro service request instruction and providing the micro service corresponding to the micro service request instruction to the user terminal by using the micro service library. Therefore, the invention develops the micro service in advance, integrates the micro service obtained after the development into the micro service library, and when the user terminal needs to use the specific micro service, the user terminal can send the corresponding micro service request instruction to obtain the corresponding micro service from the micro service library.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic structural diagram of a software development support system according to an embodiment of the present invention;
fig. 2 is a flowchart of a software development assisting method according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
The embodiment of the invention discloses a software development auxiliary system, which is shown in figure 1 and comprises a micro service library and a service providing interface; wherein,
a micro service library 11 for integrating pre-developed micro services;
and the service providing interface 12 is configured to obtain a micro service request instruction sent by a user through a user terminal during a software development process, and respond to the micro service request instruction to provide a micro service corresponding to the micro service request instruction to the user terminal by using the micro service library 11.
It should be noted that the micro-services stored in the micro-service library refer to services that may be reused in the process of developing different software. In order to avoid the time cost and the labor cost caused by repeatedly developing the micro-services, the embodiment of the invention develops various micro-services in advance, and then integrates the developed micro-services into the micro-service library. When a software developer needs to use any one micro service, the corresponding micro service can be obtained from the micro service library only through the service providing interface without developing the micro service again.
It can be understood that the micro service request command obtained by the service providing interface includes a corresponding service identification number, and the service providing interface can provide the corresponding micro service to the user terminal by using the micro service library by extracting the service identification number in the micro service request command.
In an embodiment of the present invention, a software development assistance system includes: the micro service library is used for integrating pre-developed micro services; and the service providing interface is used for acquiring a micro service request instruction sent by a user terminal in the software development process, responding to the micro service request instruction and providing the micro service corresponding to the micro service request instruction to the user terminal by using the micro service library. Therefore, the embodiment of the invention develops the micro service in advance, integrates the micro service obtained after the development into the micro service library, and when the user terminal needs to use the specific micro service, the user terminal can send the corresponding micro service request instruction to obtain the corresponding micro service from the micro service library.
The embodiment of the invention discloses a specific software development auxiliary system, and compared with the previous embodiment, the technical scheme is further explained and optimized by the embodiment. Specifically, the method comprises the following steps:
the microservice integrated in the microservice library disclosed in the previous embodiment may specifically include, but is not limited to, a monitoring service, and/or a computing service, and/or a storage service.
In order to further adapt to the development trend of the current cloud technology and fully utilize the advantages of the cloud technology to reduce the construction cost of the software development auxiliary system, the micro service library in the embodiment can be preferentially arranged on the cloud server, and of course, the micro service library in the embodiment can also be arranged on a common physical server.
In addition, the service providing Interface disclosed in the previous embodiment may specifically be an Application Programming Interface (API) connected to the microserver.
Further, in order to limit an illegal user from using the service resources in the micro service library, the software development assistance system in this embodiment may further include:
and the permission judging module is used for judging whether the user terminal has the permission to use the micro service when the service providing interface acquires the micro service request instruction, if so, allowing the service providing interface to respond to the micro service request instruction, and if not, forbidding the service providing interface to respond to the micro service request instruction.
It can be understood that, determining whether a certain user terminal has the right to use the micro service, specifically, determining whether a user account corresponding to the user terminal has the right to use the corresponding micro service legally. If a user account has legally purchased the usage right of a certain micro service, the user terminal logged in the user account has the right to use the micro service.
Further, the embodiment of the invention also discloses a software development system, which comprises the software development auxiliary system disclosed in the embodiment. For the specific structure of the software development assisting system, reference may be made to the relevant contents in the foregoing embodiments, and details are not described here.
In addition, the embodiment of the invention also discloses a software development assisting method, and as shown in fig. 2, the method comprises the following steps:
step S21: integrating a pre-developed microservice into a microservice repository;
step S22: acquiring a micro service request instruction sent by a user through a user terminal in the software development process;
step S23: and responding to the micro service request instruction to provide the micro service corresponding to the micro service request instruction to the user terminal by using the micro service library.
It should be noted that the micro-services stored in the micro-service library refer to services that may be reused in the process of developing different software. In order to avoid the time cost and the labor cost caused by repeatedly developing the micro-services, the embodiment of the invention develops various micro-services in advance, and then integrates the developed micro-services into the micro-service library. When a software developer needs to use any one micro service, the corresponding micro service can be obtained from the micro service library only through the service providing interface without developing the micro service again.
It can be understood that the micro service request command obtained by the service providing interface includes a corresponding service identification number, and the service providing interface can provide the corresponding micro service to the user terminal by using the micro service library by extracting the service identification number in the micro service request command.
Therefore, the embodiment of the invention develops the micro service in advance, integrates the micro service obtained after the development into the micro service library, and when the user terminal needs to use the specific micro service, the user terminal can send the corresponding micro service request instruction to obtain the corresponding micro service from the micro service library.
Further, the microservice integrated in the microservice library specifically includes, but is not limited to, a monitoring service, and/or a computing service, and/or a storage service.
In order to further adapt to the development trend of the current cloud technology and fully utilize the advantages of the cloud technology to reduce the construction cost of the software development auxiliary system, the micro service library in the embodiment can be preferentially arranged on the cloud server, and of course, the micro service library in the embodiment can also be arranged on a common physical server.
In addition, the service providing interface disclosed in the previous embodiment may specifically be a public API interface connected to the mini service library.
In order to limit the illegal user from using the service resources in the microservice repository, before responding to the microservice request command in step S23, the method may further include: and judging whether the user terminal has the authority of using the micro service, if so, allowing the micro service request instruction to be responded, and if not, forbidding the micro service request instruction to be responded.
It can be understood that, determining whether a certain user terminal has the right to use the micro service, specifically, determining whether a user account corresponding to the user terminal has the right to use the corresponding micro service legally. If a user account has legally purchased the usage right of a certain micro service, the user terminal logged in the user account has the right to use the micro service.
Finally, it should also be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The software development auxiliary system, the software development auxiliary method and the software development system provided by the invention are introduced in detail, specific examples are applied in the text to explain the principle and the implementation mode of the invention, and the description of the above embodiments is only used for helping to understand the method and the core idea of the invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A software development assistance system, comprising:
the micro service library is used for integrating pre-developed micro services;
and the service providing interface is used for acquiring a micro service request instruction sent by a user terminal in the software development process, responding to the micro service request instruction and providing the micro service corresponding to the micro service request instruction to the user terminal by using the micro service library.
2. The software development assistance system according to claim 1, wherein the microservice integrated in the microservice library comprises a monitoring service, and/or a computing service, and/or a storage service.
3. The software development assistance system of claim 1, wherein the mini-services library is located on a cloud server.
4. The software development assistance system according to claim 1, wherein the service provision interface is a public API interface connected to the microservice library.
5. The software development assistance system according to any one of claims 1 to 4, further comprising:
and the permission judging module is used for judging whether the user terminal has the permission to use the micro service when the service providing interface acquires the micro service request instruction, allowing the service providing interface to respond to the micro service request instruction if the user terminal has the permission to use the micro service, and forbidding the service providing interface to respond to the micro service request instruction if the user terminal does not have the permission to use the micro service.
6. A software development system comprising the software development assistance system according to any one of claims 1 to 5.
7. A software development assistance method is characterized by comprising:
integrating a pre-developed microservice into a microservice repository;
acquiring a micro service request instruction sent by a user through a user terminal in the software development process;
and responding to the micro service request instruction to provide the micro service corresponding to the micro service request instruction to the user terminal by utilizing the micro service library.
8. The software development assistance method according to claim 7, wherein the microservices integrated in the microservices repository comprise monitoring services, and/or computing services, and/or storage services.
9. The software development assistance method according to claim 7, wherein the mini-service library is located in a cloud server.
10. The software development assistance method according to any one of claims 7 to 9, further comprising, before responding to the microservice request instruction:
and judging whether the user terminal has the authority of using the micro service, if so, allowing the response to the micro service request instruction, and if not, forbidding the response to the micro service request instruction.
CN201610570903.2A 2016-07-19 2016-07-19 A kind of auxiliary system for developing software, method and software development system Pending CN106250112A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610570903.2A CN106250112A (en) 2016-07-19 2016-07-19 A kind of auxiliary system for developing software, method and software development system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610570903.2A CN106250112A (en) 2016-07-19 2016-07-19 A kind of auxiliary system for developing software, method and software development system

Publications (1)

Publication Number Publication Date
CN106250112A true CN106250112A (en) 2016-12-21

Family

ID=57613543

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610570903.2A Pending CN106250112A (en) 2016-07-19 2016-07-19 A kind of auxiliary system for developing software, method and software development system

Country Status (1)

Country Link
CN (1) CN106250112A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107102854A (en) * 2017-03-31 2017-08-29 合肥民众亿兴软件开发有限公司 A kind of software development methodology and software development system
CN111008008A (en) * 2019-11-27 2020-04-14 广州润普网络科技有限公司 Micro-service architecture-based application development method and system
WO2022267310A1 (en) * 2021-06-22 2022-12-29 北京百度网讯科技有限公司 Auxiliary processing method and device for software development, storage medium and program product

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120259909A1 (en) * 2009-08-28 2012-10-11 Pneuron Corp. Legacy application migration to real time, parallel performance cloud
CN103150171A (en) * 2013-03-27 2013-06-12 杭州世导信息技术有限公司 Product combination engine device and system and service method
CN104283841A (en) * 2013-07-02 2015-01-14 阿里巴巴集团控股有限公司 Method, device and system for carrying out service access control on third-party application
CN105162884A (en) * 2015-09-25 2015-12-16 浪潮(北京)电子信息产业有限公司 Cloud management platform based on micro-service architecture

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120259909A1 (en) * 2009-08-28 2012-10-11 Pneuron Corp. Legacy application migration to real time, parallel performance cloud
CN103150171A (en) * 2013-03-27 2013-06-12 杭州世导信息技术有限公司 Product combination engine device and system and service method
CN104283841A (en) * 2013-07-02 2015-01-14 阿里巴巴集团控股有限公司 Method, device and system for carrying out service access control on third-party application
CN105162884A (en) * 2015-09-25 2015-12-16 浪潮(北京)电子信息产业有限公司 Cloud management platform based on micro-service architecture

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107102854A (en) * 2017-03-31 2017-08-29 合肥民众亿兴软件开发有限公司 A kind of software development methodology and software development system
CN111008008A (en) * 2019-11-27 2020-04-14 广州润普网络科技有限公司 Micro-service architecture-based application development method and system
WO2022267310A1 (en) * 2021-06-22 2022-12-29 北京百度网讯科技有限公司 Auxiliary processing method and device for software development, storage medium and program product

Similar Documents

Publication Publication Date Title
CN103092665B (en) Immediate updating device and immediate updating method
JP6686165B2 (en) Service execution method and device
US20170249934A1 (en) Electronic device and method for operating the same
CN103399792A (en) Implementation scheme of Android-based plug-in applications
WO2014107693A1 (en) Method and system for providing cloud-based common distribution applications
US9104511B2 (en) Method and computation node for processing application data
CN105159728B (en) A kind of method and apparatus of the acquisition NTP temporal information based on Android system
US10691390B2 (en) Method and device for video rendering
US9830136B2 (en) Method and apparatus for firmware virtualization
CN107645546B (en) File monitoring method based on android system, intelligent device and storage medium
US20190034195A1 (en) Systems and methods for providing patchable rom firmware
CN106250112A (en) A kind of auxiliary system for developing software, method and software development system
CN103701867A (en) Method, system and central server for processing call requests
CN109814915B (en) Parameter configuration method, device, medium and electronic equipment based on lua
WO2017045473A1 (en) Business process operation method and apparatus
CN111475148A (en) Third-party dependent library isolation method and device, electronic equipment and storage medium
CN112423024A (en) Video transcoding method and device, computer equipment and storage medium
WO2014067368A1 (en) Method, apparatus and device for obtaining resource preview image
CN116302250A (en) Interface multiplexing method, device, electronic equipment and storage medium
CN110727416A (en) Development framework generation method and related device
CN107483534B (en) Service processing method and device
KR20180021152A (en) Information push method and apparatus
CN107092601B (en) Resource file construction method, resource file application method and device
CN108829455A (en) A kind of device identification acquisition methods, device and equipment
WO2018053916A1 (en) Application download method, device and terminal, and computer storage medium

Legal Events

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

Application publication date: 20161221

RJ01 Rejection of invention patent application after publication