CN105760151A - Method and device for developing application - Google Patents

Method and device for developing application Download PDF

Info

Publication number
CN105760151A
CN105760151A CN201410805226.9A CN201410805226A CN105760151A CN 105760151 A CN105760151 A CN 105760151A CN 201410805226 A CN201410805226 A CN 201410805226A CN 105760151 A CN105760151 A CN 105760151A
Authority
CN
China
Prior art keywords
service
application
packet
development
ejb
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
CN201410805226.9A
Other languages
Chinese (zh)
Other versions
CN105760151B (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.)
Shenzhen Kingdee tianyanyun computing Co., Ltd.
Original Assignee
SHENZHEN KINGDEE MIDDLEWARE 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 SHENZHEN KINGDEE MIDDLEWARE CO Ltd filed Critical SHENZHEN KINGDEE MIDDLEWARE CO Ltd
Priority to CN201410805226.9A priority Critical patent/CN105760151B/en
Publication of CN105760151A publication Critical patent/CN105760151A/en
Application granted granted Critical
Publication of CN105760151B publication Critical patent/CN105760151B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention discloses a method for developing an application. The method for developing the application comprises the following steps of, when a business request of application development is received, calling an EJB (Enterprise Java Bean) data packet, and obtaining a service context file and initializing an execution environment corresponding to the business request according to the EJB data packet; obtaining a Spring data packet according to the service context file in the initialized execution environment, and determining a service corresponding to the business request and an execution method corresponding to the service according to the Spring data packet; completing the service according to the execution method, and feeding back a completion result of the service. The invention also discloses a device for developing the application. By using the method and the device for developing the application, the purpose of effectively guaranteeing that the application development can be completely and accurately completed is realized; an experience effect of the application development is improved.

Description

Application and development method and device
Technical field
The present invention relates to communication technical field, particularly relate to application and development method and device.
Background technology
At present by the Distributed Application of Java exploitation, the overwhelming majority is all based on EJB (EnterpriseJavaBean, enterprise-level object) and Spring (application framework) both technology in the middle of one, they are in each have their own advantage of development DDB application.
1, EJB has natural advantage in concurrent processing, issued transaction, distributed capability, life cycle management etc..Concurrent processing: Enterprise Java Bean container inherently supports thread pool, EJB Instances Pool, can tackle the concurrent problem of distributed system at leisure;The special skill of issued transaction: EJB, all built-in distributing real time system module of current mainstream applications server;Distributed capability: EJB itself is based on RMI-IIOP agreement, naturally just has distributed capability, especially needs the scene that Web (webpage) layer and application layer are separately disposed;Life cycle management: EJB component lifecycle is managed by Enterprise Java Bean container, it is not necessary to developer does any participation.
2, Spring is at IoC (InversionofControl, control reversion) container, AOP (AspectOrientedProgramming, towards tangent plane programming) ability, then seem very surging based on aspects such as POJO (PlainOrdinaryJavaObject, simple Java object), integrated third party's frameworks.IoC container: Spring is exactly innately an IoC container, especially later for Spring2.5 version, it is possible to inject by note mode completely, simply a lot of in exploitation;AOP ability: AOP aspect, if you need AOP thoroughly, and is integrated with AspectJ (framework towards tangent plane), then EJB is naturally incomparable in Spring;Based on POJO: Service (service) can be developed based on the mode of POJO, relative to EJB assembly, it appears very light weight;Integrated third party's framework: Spring is one-stop application framework, it is possible to integrated with third party's framework very easily.
Under the mode of both exploitation application above-mentioned, all there is different shortcomings.IoC container under EJB mode, AOP ability, based on more weak in POJO integrated third party framework etc.;In concurrent processing under Spring mode, issued transaction, distributed capability, life cycle management etc. more weak.Therefore, under based on one of them mode above-mentioned, complete application and development, it is impossible to be effectively ensured can completely, be accurately finished application and development so that the experience effect of application and development is relatively low.
Foregoing is only used for assisting understanding technical scheme, does not represent and admits that foregoing is prior art.
Summary of the invention
A kind of application and development method of offer and device are provided, it is intended to solve to be effectively ensured can completely, be accurately finished application and development so that the problem that the experience effect of application and development is relatively low.
For achieving the above object, the present invention provides a kind of application and development method, comprises the following steps:
After receiving the service request of application and development, call EJB packet, and obtain service context file according to described EJB packet and initialize the execution environment that described service request is corresponding;
According to described service context file under execution environment after described initialization, obtain Spring packet, and determine service corresponding to described service request and execution method corresponding to described service according to described Spring packet;
Complete described service according to described execution method, and back services completes result.
Preferably, according to described service context file under described execution environment after described initialization, before obtaining the step of Spring packet, also include:
Determining and complete relevant information with service, described information includes DAO and/or tool-class;
According to determined information architecture Spring packet.
Preferably, after the described step according to determined information architecture Spring packet, also include:
Described Spring packet is stored and obtains described store path;
Described store path is added in service context file.
Preferably, the step calling EJB packet described in includes:
Class method manes and the parameter relevant to class method manes is obtained by Java reflection;
According to described class method manes and the parameter call EJB packet relevant to class method manes.
Preferably, described complete described service according to described execution method, and back services complete result step after, also include:
When described service execution failure, carried out the rolling back action of business service by business application interface.
Additionally, for achieving the above object, the present invention furthermore provides a kind of application and development device, including:
Calling module, for, after receiving the service request of application and development, calling EJB packet;
Acquisition module, for obtaining service context file according to described EJB packet and initializing the execution environment that described service request is corresponding;It is additionally operable under the execution environment after described initialization according to described service context file, obtains Spring packet;
Processing module, for determining service corresponding to described service request and execution method corresponding to described service according to described Spring packet;
Performing module, for completing described service according to described execution method, and back services completes result.
Preferably, described application and development device also includes:
Determining module, complete relevant information for determining with service, described information includes DAO and/or tool-class;
Build module, for according to determined information architecture Spring packet.
Preferably, described application and development device also includes:
Memory module, for storing and obtain described store path by described Spring packet;
Described processing module, is additionally operable to be added in service context file described store path.
Preferably, described calling module includes obtaining unit and call unit,
Described obtain unit, for obtaining class method manes and the parameter relevant to class method manes by Java reflection;
Described call unit, for according to described class method manes and the parameter call EJB packet relevant to class method manes.
Preferably, described execution module, it is additionally operable to, when described service execution failure, be carried out the rolling back action of business service by business application interface.
The present invention by being combined together the business service of application and development by both EJB and Spring.By both EJB and Spring being combined together the business service of application and development.Realize being prevented effectively from IoC container under EJB mode, AOP ability, based on more weak in POJO integrated third party framework etc.;In concurrent processing under Spring mode, issued transaction, distributed capability, life cycle management etc. more weak;Cannot be effectively ensured can completely, be accurately finished application and development so that the problem that the experience effect of application and development is relatively low.Problem.Effectively guarantee complete, be accurately finished application and development, improve the experience effect of application and development.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of the first embodiment of application and development method of the present invention;
Fig. 2 is the refinement schematic flow sheet of step S10 mono-embodiment in Fig. 1;
Fig. 3 is the refinement schematic flow sheet of step S20 mono-embodiment in Fig. 1;
Fig. 4 is the schematic flow sheet of the second embodiment of application and development method of the present invention;
Fig. 5 is the high-level schematic functional block diagram of the preferred embodiment of application and development device of the present invention;
Fig. 6 is the refinement high-level schematic functional block diagram of calling module one embodiment in Fig. 1.
The realization of the object of the invention, functional characteristics and advantage will in conjunction with the embodiments, are described further with reference to accompanying drawing.
Detailed description of the invention
Should be appreciated that specific embodiment described herein is only in order to explain the present invention, is not intended to limit the present invention.
The primary solutions of the embodiment of the present invention is: after receiving the service request of application and development, calls EJB packet, and obtains service context file according to described EJB packet and initialize the execution environment that described service request is corresponding;According to described service context file under execution environment after described initialization, obtain Spring packet, and determine service corresponding to described service request and execution method corresponding to described service according to described Spring packet;Complete described service according to described execution method, and back services completes result.By both EJB and Spring being combined together the business service of application and development.Realize being prevented effectively from IoC container under EJB mode, AOP ability, based on more weak in POJO integrated third party framework etc.;In concurrent processing under Spring mode, issued transaction, distributed capability, life cycle management etc. more weak;Cannot be effectively ensured can completely, be accurately finished application and development so that the problem that the experience effect of application and development is relatively low.Effectively guarantee complete, be accurately finished application and development, improve the experience effect of application and development.
Owing to existing application and development can only use the one in EJB or Spring, IoC container under EJB mode, AOP ability, based on more weak in POJO integrated third party framework etc.;In concurrent processing under Spring mode, issued transaction, distributed capability, life cycle management etc. more weak.Therefore, under based on one of them mode above-mentioned, complete application and development, it is impossible to be effectively ensured can completely, be accurately finished application and development so that the experience effect of application and development is relatively low.
Based on the problems referred to above, the present invention provides a kind of application and development method.
Schematic flow sheet with reference to the first embodiment that Fig. 1, Fig. 1 are application and development method of the present invention.
In one embodiment, described application and development method includes:
Step S10, after receiving the service request of application and development, calls EJB packet, and obtains service context file according to described EJB packet and initialize the execution environment that described service request is corresponding;
Described EJB packet can be EJB assembly (such as, EJB example), described EJB assembly includes ServiceSkeletonBean (service framework object), it is similar to the pond of ServiceContext (service context file), specifies its ServiceContext comprised by published-services.xml.As the pond of ServiceContext, SkeletonBen is the container of Service naturally.Therefore, it becomes the operation of Service and disposes unit, provides the due service support of container such as life cycle, concurrent, practice for Service.The issue of Service and call to be obviously also and completed by SkeletonBen.ServiceClient (service client) to access Service and must flow through calling of SkeletonBen (service object).
User, when needs exploitation application, is sent the service request of application and development, after receiving the service request of application and development, calls EJB packet by ServiceClient.Described EJB packet includes the EJB example created, and when falling with EJB packet, calls EJB example.
Concrete, with reference to Fig. 2, described in call the process of EJB packet and include:
Step S11, obtains class method manes and the parameter relevant to class method manes by Java reflex mechanism;
After receiving service request, a stub (counterfoil) of ServiceClient is obtained by ServiceClientFactory (service client cluster), utilize Java reflex mechanism, obtain an agent object of Service, and obtain the relevant parameter of described agent object.
Step S12, according to described class method manes and the parameter call EJB packet relevant to class method manes.
After described class method manes and the parameter relevant to class method manes, it is determined that described class method manes and EJB packet corresponding to the parameter relevant to class method manes, according to described class method manes and the parameter call EJB packet relevant to class method manes.
After calling EJB packet, obtain service context file and initialize the execution environment that described service request is corresponding according to described EJB packet, namely according to EJB case-based system text file and initialize the execution environment that described service request is corresponding.
Building service context file in advance, concrete, with reference to Fig. 3, the process of described structure service context file may include that
Step S21, it is determined that completing relevant information with service, described information includes DAO and/or tool-class;
Step S22, according to determined information architecture Spring packet;
The objects such as Spring finishing service service dependence and DAO (DAO), various tool-class, by SpringIoC by these complicated dependences and initialization logic write Spring packet, namely write configuration file, be configured to expandable mark language XML text.Described Spring packet is SpringServiceBean.
Step S23, stores and obtains described store path by described Spring packet;
Step S24, is added into described store path in service context file.
Service context file is a base unit of distributed service framework, is responsible for Spring configuration file, and namely management Spring packet, utilizes its constructor, indicated in the path of described Spring datagram.Concrete, described Spring packet is stored and obtains described store path;Described store path is added in service context file.When completing to service, it is possible to the path of the Spring packet included by service context file gets Spring packet.
Step S20, according to described service context file under the execution environment after described initialization, obtains Spring packet, and determines service corresponding to described service request and execution method corresponding to described service according to described Spring packet;
Getting service context file, and after initializing the execution environment that described service request is corresponding, described service context file is called under execution environment after described initialization, according to described service context file acquisition Spring packet, further, store path according to the Spring packet that described service context file includes, gets Spring packet to described store path.Determine service corresponding to described service request and execution method corresponding to described service according to described Spring packet, which or which kind of the execution method that namely requires over completes the service that described service request is corresponding.
Step S30, completes described service according to described execution method, and back services completes result.
After determining the execution method that described service request is corresponding, complete, according to described execution method, the service that described service request is corresponding, and fed back result, namely fed back result by predetermined manner to described ServiceClient.Described predetermined manner can be voice, word, video, picture etc..The described result that completes includes execution information and performs result etc..
The present embodiment by being combined together the business service of application and development by both EJB and Spring.By both EJB and Spring being combined together the business service of application and development.Realize being prevented effectively from IoC container under EJB mode, AOP ability, based on more weak in POJO integrated third party framework etc.;In concurrent processing under Spring mode, issued transaction, distributed capability, life cycle management etc. more weak;Cannot be effectively ensured can completely, be accurately finished application and development so that the problem that the experience effect of application and development is relatively low.Effectively guarantee complete, be accurately finished application and development, improve the experience effect of application and development.
Schematic flow sheet with reference to the second embodiment that Fig. 4, Fig. 4 are application and development method of the present invention.Based on the first embodiment of above-mentioned application and development method, after described step S30, also include:
Step S40, when described service execution failure, carries out the rolling back action of business service by business application interface.
After completing described service according to described execution method, it is judged that whether described service runs succeeded, when running succeeded, the result that feedback runs succeeded;When performing unsuccessfully, feedback performs failed result.When described service execution failure, carried out the rolling back action of business service by service application interface JTA.Rolling back action includes being exactly arrange a point in the middle of operation somewhere to have then proceeded to operating process, if feeling problematic, just carrying out rollback and returning to the point of setting, deletes equal to that some operation below, again completes operation after that point.If certainly commit is just useless.Realize the business service that finishing service more efficient, rational request is corresponding.It is understood that go back a series of extendible cropper of carry, it is achieved the programming of AOP style, namely realize the orderly or random break-in operation in programming process and carry out the amendment adapted to.The process making application and development is more reasonable, and reduces the probability made mistakes in application development process, further increases the accuracy of application and development.
The executive agent of the application and development method of the first and second embodiments of above-mentioned application and development method can be all terminal.Further, the method can be realized by the client (the operation program etc. such as application and development) being arranged in terminal, wherein, this terminal can include but not limited to the electronic equipments such as notebook computer, mobile phone, panel computer or PDA (PersonalDigitalAssistant, personal digital assistant).
The present invention further provides a kind of application and development device.
High-level schematic functional block diagram with reference to the preferred embodiment that Fig. 5, Fig. 5 are application and development device of the present invention.
In one embodiment, described application and development device includes: calling module 10, acquisition module 20, determine module 40, build module 50, processing module 60 and perform module 70.
Described calling module 10, for, after receiving the service request of application and development, calling EJB packet;
Described acquisition module 20, for obtaining service context file according to described EJB packet and initializing the execution environment that described service request is corresponding;
Described EJB packet can be EJB assembly (such as, EJB example), described EJB assembly is ServiceSkeletonBean, is similar to the pond of ServiceContext, specifies its ServiceContext comprised by published-services.xml.As the pond of ServiceContext, SkeletonBen is the container of Service naturally.Therefore, it becomes the operation of Service and disposes unit, provides the due service support of container such as life cycle, concurrent, practice for Service.The issue of Service and call to be obviously also and completed by SkeletonBen.ServiceClient to access Service and must flow through calling of SkeletonBen.
User, when needs exploitation application, is sent the service request of application and development, after receiving the service request of application and development, calls EJB packet by ServiceClient.
Concrete, with reference to Fig. 6, described calling module 10 includes: obtain unit 11 and call unit 12,
Described obtain unit 11, for being obtained class method manes and the parameter relevant to class method manes by Java reflex mechanism;
After receiving service request, by the ServiceClientFactory stub (counterfoil) obtaining ServiceClient, utilize Java reflex mechanism, obtain an agent object of Service, and obtain the relevant parameter of described agent object.
Described call unit 12, for according to described class method manes and the parameter call EJB packet relevant to class method manes.
After described class method manes and the parameter relevant to class method manes, it is determined that described class method manes and EJB packet corresponding to the parameter relevant to class method manes, according to described class method manes and the parameter call EJB packet relevant to class method manes.Described EJB packet includes the EJB example created, and when falling with EJB packet, calls EJB example.
After calling EJB packet, obtain service context file and initialize the execution environment that described service request is corresponding according to described EJB packet, namely according to EJB case-based system text file and initialize the execution environment that described service request is corresponding.
Described determining module 30, complete relevant information for determining with service, described information includes DAO and/or tool-class;
Described structure module 40, for according to determined information architecture Spring packet;
The objects such as Spring finishing service service dependence and DAO (DAO), various tool-class, by SpringIoC by these complicated dependences and initialization logic write Spring packet, namely write configuration file, are configured to XML text.
Described memory module 50, for storing and obtain described store path by described Spring packet;
Described processing module 60, for being added into described store path in service context file.
During service context file, one base unit of distributed service framework, is responsible for Spring configuration file, and namely management Spring packet, utilizes its constructor, indicated in the path of described Spring datagram.Concrete, described Spring packet is stored and obtains described store path;Described store path is added in service context file.When completing to service, it is possible to the path of the Spring packet included by service context file gets Spring packet.
Described acquisition module 20, it is additionally operable under the execution environment after described initialization according to described service context file, obtain Spring packet, and determine service corresponding to described service request and execution method corresponding to described service according to described Spring packet;
Getting service context file, and after initializing the execution environment that described service request is corresponding, described service context file is called under execution environment after described initialization, according to described service context file acquisition Spring packet, further, store path according to the Spring packet that described service context file includes, gets Spring packet to described store path.Determine service corresponding to described service request and execution method corresponding to described service according to described Spring packet, which or which kind of the execution method that namely requires over completes the service that described service request is corresponding.
Described execution module 70, for completing described service according to described execution method, and back services completes result.
After determining the execution method that described service request is corresponding, complete, according to described execution method, the service that described service request is corresponding, and fed back result, namely fed back result by predetermined manner to described ServiceClient.Described predetermined manner can be voice, word, video, picture etc..The described result that completes includes execution information and performs result etc..
The present embodiment by being combined together the business service of application and development by both EJB and Spring.By both EJB and Spring being combined together the business service of application and development.Realize being prevented effectively from IoC container under EJB mode, AOP ability, based on more weak in POJO integrated third party framework etc.;In concurrent processing under Spring mode, issued transaction, distributed capability, life cycle management etc. more weak;Cannot be effectively ensured can completely, be accurately finished application and development so that the problem that the experience effect of application and development is relatively low.Effectively guarantee complete, be accurately finished application and development, improve the experience effect of application and development.
Further, described execution module 70, it is additionally operable to, when described service execution failure, be carried out the rolling back action of business service by business application interface.
After completing described service according to described execution method, it is judged that whether described service runs succeeded, when running succeeded, the result that feedback runs succeeded;When performing unsuccessfully, feedback performs failed result.When described service execution failure, carried out the rolling back action of business service by service application interface JTA.Rolling back action includes being exactly arrange a point in the middle of operation somewhere to have then proceeded to operating process, if feeling problematic, just carrying out rollback and returning to the point of setting, deletes equal to that some operation below, again completes operation after that point.Realize the business service that finishing service more efficient, rational request is corresponding.It is understood that go back a series of extendible cropper of carry, it is achieved the programming of AOP style, namely realize the orderly or random break-in operation in programming process and carry out the amendment adapted to.The process making application and development is more reasonable, and reduces the probability made mistakes in application development process, further increases the accuracy of application and development.
These are only the preferred embodiments of the present invention; not thereby the scope of the claims of the present invention is limited; every equivalent structure utilizing description of the present invention and accompanying drawing content to make or equivalence flow process conversion; or directly or indirectly it is used in other relevant technical fields, all in like manner include in the scope of patent protection of the present invention.

Claims (10)

1. an application and development method, it is characterised in that comprise the following steps:
After receiving the service request of application and development, call EJB packet, and obtain service context file according to described EJB packet and initialize the execution environment that described service request is corresponding;
According to described service context file under execution environment after described initialization, obtain Spring packet, and determine service corresponding to described service request and execution method corresponding to described service according to described Spring packet;
Complete described service according to described execution method, and back services completes result.
2. application and development method as claimed in claim 1, it is characterised in that according to described service context file under described execution environment after described initialization, before obtaining the step of Spring packet, also include:
Determining and complete relevant information with service, described information includes DAO and/or tool-class;
According to determined information architecture Spring packet.
3. application and development method as claimed in claim 2, it is characterised in that after the described step according to determined information architecture Spring packet, also include:
Described Spring packet is stored and obtains described store path;
Described store path is added in service context file.
4. the application and development method as described in any one of claims 1 to 3, it is characterised in that described in call the step of EJB packet and include:
Class method manes and the parameter relevant to class method manes is obtained by Java reflection;
According to described class method manes and the parameter call EJB packet relevant to class method manes.
5. the application and development method as described in any one of claims 1 to 3, it is characterised in that described complete described service according to described execution method, and back services complete result step after, also include:
When described service execution failure, carried out the rolling back action of business service by business application interface.
6. an application and development device, it is characterised in that including:
Calling module, for, after receiving the service request of application and development, calling EJB packet;
Acquisition module, for obtaining service context file according to described EJB packet and initializing the execution environment that described service request is corresponding;It is additionally operable under the execution environment after described initialization according to described service context file, obtains Spring packet;
Processing module, for determining service corresponding to described service request and execution method corresponding to described service according to described Spring packet;
Performing module, for completing described service according to described execution method, and back services completes result.
7. application and development device as claimed in claim 6, it is characterised in that described application and development device also includes:
Determining module, complete relevant information for determining with service, described information includes DAO and/or tool-class;
Build module, for according to determined information architecture Spring packet.
8. application and development device as claimed in claim 7, it is characterised in that described application and development device also includes:
Memory module, for storing and obtain described store path by described Spring packet;
Described processing module, is additionally operable to be added in service context file described store path.
9. the application and development device as described in any one of claim 6 to 8, it is characterised in that described calling module includes obtaining unit and call unit,
Described obtain unit, for obtaining class method manes and the parameter relevant to class method manes by Java reflection;
Described call unit, for according to described class method manes and the parameter call EJB packet relevant to class method manes.
10. the application and development device as described in any one of claim 6 to 8, it is characterised in that described execution module, is additionally operable to, when described service execution failure, be carried out the rolling back action of business service by business application interface.
CN201410805226.9A 2014-12-19 2014-12-19 Application and development method and device Active CN105760151B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410805226.9A CN105760151B (en) 2014-12-19 2014-12-19 Application and development method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410805226.9A CN105760151B (en) 2014-12-19 2014-12-19 Application and development method and device

Publications (2)

Publication Number Publication Date
CN105760151A true CN105760151A (en) 2016-07-13
CN105760151B CN105760151B (en) 2019-05-21

Family

ID=56341242

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410805226.9A Active CN105760151B (en) 2014-12-19 2014-12-19 Application and development method and device

Country Status (1)

Country Link
CN (1) CN105760151B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775734A (en) * 2016-12-23 2017-05-31 北京数字天域科技有限责任公司 A kind of method and apparatus of Andriod system engineerings
CN107483559A (en) * 2017-07-27 2017-12-15 北京小米移动软件有限公司 The offer method and device of SDK services

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1972296A (en) * 2006-12-05 2007-05-30 北京邮电大学 Method for generating service combined with various communication means based on XPL and its system
CN101158901A (en) * 2007-11-27 2008-04-09 北大方正集团有限公司 Method for bridging corporation level and common level JAVABEAN
CN101645009A (en) * 2009-08-25 2010-02-10 中国科学院计算技术研究所 Web service integrated development system and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1972296A (en) * 2006-12-05 2007-05-30 北京邮电大学 Method for generating service combined with various communication means based on XPL and its system
CN101158901A (en) * 2007-11-27 2008-04-09 北大方正集团有限公司 Method for bridging corporation level and common level JAVABEAN
CN101645009A (en) * 2009-08-25 2010-02-10 中国科学院计算技术研究所 Web service integrated development system and method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
张玲: "基于EJB及SPRING技术的B2B电子商务平台的设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106775734A (en) * 2016-12-23 2017-05-31 北京数字天域科技有限责任公司 A kind of method and apparatus of Andriod system engineerings
CN107483559A (en) * 2017-07-27 2017-12-15 北京小米移动软件有限公司 The offer method and device of SDK services
CN107483559B (en) * 2017-07-27 2020-09-11 北京小米移动软件有限公司 SDK service providing method and device

Also Published As

Publication number Publication date
CN105760151B (en) 2019-05-21

Similar Documents

Publication Publication Date Title
US10482002B2 (en) Multi-layer test suite generation
US9244673B2 (en) System and method for updating application archive files
US9307342B2 (en) Dynamic rendering for software applications
Wasserman Software engineering issues for mobile application development
US9778924B2 (en) Platform for enabling creation and use of an API for a specific solution
US9286040B2 (en) Software builder
US11036568B1 (en) Enabling execution of program instructions in the background
De Andrade et al. Cross platform app: a comparative study
US10447814B2 (en) Joint servicing of software packages
JP4897837B2 (en) System and method for downloading user interface components to a wireless device
US9239713B1 (en) Platform independent rendering for native mobile applications
KR102193404B1 (en) Incrementally compiling software artifacts from an interactive development environment
US20160098253A1 (en) Delivering and deploying services in multi-server landscapes
KR101373550B1 (en) System for platform system based on network
CN109445770B (en) Error code processing method, device, medium and equipment
CN106598662B (en) Android-based application loading method and device
CN105760151A (en) Method and device for developing application
US9185513B1 (en) Method and system for compilation with profiling feedback from client
US20240078072A1 (en) Method and apparatus for displaying message box, terminal device and non-transitory computer-readable storage medium
US9509761B2 (en) Open user interface
US9218162B1 (en) Cross-platform mobile application specification and automatic synthesizer
CN202838492U (en) Classroom reservation system based on ARM
CN106775608B (en) Method and device for realizing independent system process
CN112181403B (en) Development operation and maintenance integrated implementation method, device, equipment and readable storage medium
CN105955791A (en) Method and device for starting designated target

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: South South technology twelve road 518000 in Guangdong province Shenzhen City Guangdong streets Nanshan District high tech Industrial Park, No. 2, Kingdee Software Park building A floor 2 South Block

Applicant after: Shenzhen Kingdee middleware Limited by Share Ltd.

Address before: 518000 Guangdong city of Shenzhen province science and technology science and Technology Park of Nanshan District twelve South Road No. 2, Kingdee Software Park A block, floor 2

Applicant before: Shenzhen Kingdee Middleware Co., Ltd.

COR Change of bibliographic data
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder

Address after: South South technology twelve road 518000 in Guangdong province Shenzhen City Guangdong streets Nanshan District high tech Industrial Park, No. 2, Kingdee Software Park building A floor 2 South Block

Patentee after: Shenzhen Kingdee tianyanyun computing Co., Ltd.

Address before: South South technology twelve road 518000 in Guangdong province Shenzhen City Guangdong streets Nanshan District high tech Industrial Park, No. 2, Kingdee Software Park building A floor 2 South Block

Patentee before: Shenzhen Kingdee middleware Limited by Share Ltd.

CP01 Change in the name or title of a patent holder