CN101770366B - Storing and managing method for eclipse inserter based on Web service - Google Patents

Storing and managing method for eclipse inserter based on Web service Download PDF

Info

Publication number
CN101770366B
CN101770366B CN200910230962.5A CN200910230962A CN101770366B CN 101770366 B CN101770366 B CN 101770366B CN 200910230962 A CN200910230962 A CN 200910230962A CN 101770366 B CN101770366 B CN 101770366B
Authority
CN
China
Prior art keywords
plug
unit
download
information
eclipse
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
CN200910230962.5A
Other languages
Chinese (zh)
Other versions
CN101770366A (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.)
CVIC Software Engineering Co Ltd
Original Assignee
CVIC Software Engineering 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 CVIC Software Engineering Co Ltd filed Critical CVIC Software Engineering Co Ltd
Priority to CN200910230962.5A priority Critical patent/CN101770366B/en
Publication of CN101770366A publication Critical patent/CN101770366A/en
Application granted granted Critical
Publication of CN101770366B publication Critical patent/CN101770366B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The invention discloses a storing and managing method for an eclipse inserter based on Web service. The method comprises the following steps: 1) uploading the inserter; 2) storing the inserter; 3) downloading the inserter; 4) managing the inserter of the Web service; and 5) managing the inserter of a client. The invention has the following advantages: 1, searching efficiency of the inserter is high; 2, the download of the inserter is convenient; 3, the installation of the inserter is convenient and flexible; and 4, the management of the local inserter is convenient.

Description

A kind of method that eclipse plug-in unit based on Web service is stored and managed
Technical field
The present invention relates to a kind of method that eclipse plug-in unit based on Web service is stored and managed.
Background technology
Eclipse provides the platform of a plug-in component operation, plugin card installation and update mechanism easily, make it to become gradually a platform of each major company's fusion self developing instrument, but Eclipse plug-in unit itself is not but had to unified store and management, with facilitate we to plug-in unit search for, download, setup and manage.Application for Eclipse plug-in unit at present has following weak point:
1. search plug-in unit is not convenient, lacks the ground of unified storage
Except the plug-in unit that Eclipse itself provides, we use a plug-in unit first will search for from internet, the ground of the storage of neither one plug-in unit is to facilitate us to search for, and this search procedure has not only been wasted our time, nor can guarantee that the plug-in unit searching must be available.
2. plug-in unit is not necessarily available
The plug-in unit that we search from internet is not necessarily available, i.e. the validity of plug-in unit.The plug-in unit searching may rely on another (a bit) plug-in unit, this just needs user to search for, download and install other plug-in unit, and this process is suitable loaded down with trivial details, almost can be described as painfully, as occurred, the most of users of this situation can abandon using this plug-in unit.
3. lack the method that plug-in unit is managed
The management here comprises the management of plug-in unit two aspects in plug-in unit that user has been downloaded or installed and plug-in unit warehouse.
The plug-in unit that the plug-in management that Eclipse provides can only be installed Eclipse itself manages, and can not manage the plug-in unit of all Eclipse of user.
4. lack the download of plug set and management method
So-called plug set refers to the set of the needed all plug-in units of a certain class exploitation.A plug set to be installed at present and need to download the plug-in unit that then plug-in unit of all needs installs all needs, so lose time and manpower, and inconvenient plug-in unit be upgraded, lack the unified method of downloading and plug set being installed.
5. plugin card installation is opaque
The installation method that Eclipse provides needs us according to the plug-in unit of downloading or manual the installing in address of plug-in unit, is inconvenient to manage plug-in unit, and can pollutes Eclipse.As adopted link file mounting means, need hand-written link file, easily make mistakes.
Summary of the invention
Object of the present invention is exactly for above-mentioned problem, for Eclipse plug-in unit provides a search, downloads, and the platform of setup and manage, has adopted following technology:
1. adopt Eclipse RCP technology to realize the client of platform
The client of development platform, employing be Eclipse RCP technology, RCP (Rich ClientPlatform) rich client platform is a kind of application based on Eclipse developing plug, it is a function newly-increased after Eclipse 3.0 versions.Can rapid build application program by RCP, and adopt the Eclipse RCP technology can be using client as an independently desktop programs issue, operation also can be issued as an Eclipse plug-in unit client, for providing convenience with Eclipse is integrated.
2.Web service realizes the WebService technology that adopts
It is the request passing in a kind of other system that can receive from Internet or Intranet that WebService is also XML WebService, the independently mechanics of communication of lightweight, it is the software service providing on Web by SOAP, use wsdl document describes, and registers by UDDI.
Adopt WebService technology to issue web services, make client separated with service, by the interface of issuing, carry out calling of method, the complexity of the program alleviating, also makes the structure of system more clear.
3. adopt Eclipse Job technology to load client data
The data of client load the UI thread that easily blocks interface, if the long operation that will affect interface of load time.Eclipse Job technology is to the encapsulation of Thread and has added management function, uses convenient.The loading code of the data of client is put into Job thread, refresh interface data code and put into UIJob thread, reduced the complexity of code, can not affect again the operation at interface.
4. adopt Apache HttpClient technology to realize plug-in unit upload and download
HttpClient is the sub-project under Apache Jakarta Common, can be used to provide the client programming kit of support http protocol efficient, up-to-date, feature richness, and it supports up-to-date version and the suggestion of http protocol.Adopt HttpClient technology can realize a plurality of plug-in units and upload, realize simple efficient.
Specifically, a kind of method of eclipse plug-in unit based on Web service storage and management, comprises the steps: 1) plug-in unit uploads, 2) plug-in unit storage, 3) plug-in download, the 4) plug-in management of Web service, 5) plug-in management of client, described plug-in unit is stored as:
1) read configuration information, obtain the catalogue that service end is preserved plug-in unit, read the plugin name and the version number that upload zip form plug-in unit;
2) under the path of configuration information, create the catalogue of " plugin name/version number ";
3) plug-in unit of zip form is written under catalogue.
Described plug-in unit method for uploading is:
1) selection will be uploaded plug-in unit or plug-in unit catalogue;
2) select plug-in unit to upload mode, comprise zip packet form, single jar packet form, catalogue form, wherein catalogue form contains plugins catalogue and does not comprise two kinds of modes of plugins catalogue;
3) to every kind, upload mode and judge whether the file of uploading is a plug-in unit, is not to point out user not upload;
4) if a plug-in unit reads the mf fileinfo in jar fileinfo and mf file or each jar file;
5) resolve mf information, extract export-package, require-bundle, import-package information;
6) upload plug-in unit, preserve the export-package extracting, require-bundle, import-package information and jar information are also preserved plug-in unit.
Described plug-in download method is:
1) plug-in unit that selection will be downloaded, selects whether to want the dependence of download plug-in;
2) if want the dependence of download plug-in, the dependence of plug-in unit in Query Database;
3) if plug-in unit dependence all exists in database, inquire about local plug-in unit, if the plug-in unit that will download all exists in this locality, point out user not need to download, otherwise local non-existent plug-in unit is automatically packed together and downloaded;
4) if plug-in unit relies on and not to exist or part exists in database, download plug-in point out user not;
5) if download plug-in does not rely on, inquire about local plug-in unit, if the plug-in unit that will download exists in this locality, point out user not need to download, otherwise download plug-in.
The plug-in management method of described Web service is:
1) user's login, system user can be managed all plug-in units in plugin library, and domestic consumer and enterprise customer can only manage the plug-in unit of self uploading;
2) add plug-in unit, the plug-in unit that selection need be uploaded is filled in necessary information, and the plug-in unit of being uploaded is saved in plugin library, and the essential information of plug-in unit is saved in database plugin information table;
3) editor's plug-in unit, selection needs editor's plug-in unit, revises the information that needs modification, and the information of modification is saved in database plugin information table;
4) delete plug-in unit, select to need the plug-in unit of deletion, delete this add-on file in plugin library, the relevant information of deleting this plug-in unit in database;
5) distribute plug set, select one or more plug-in unit that need distribute plug set, in the plug set allocation list of database, preserve the record distributing.
The plug-in management method of described client is:
1) select to need the plug-in unit of renewal, add-on file downloads to this locality, generates plug-in card configuration information simultaneously; If this plug-in unit belongs to certain plug set, lowest version is replaced to so to the redaction of renewal in plug set configuration information; If EPR (Eclipse plugin library: not than choosing the more plug-in unit of highest version of plug-in unit, upgrade unavailable Eclipse PluginsRepository);
2) select to need the plug-in unit of installation, the eclipse path of simultaneously selecting to install this plug-in unit;
3) select to need the plug-in unit of unloading, select the eclipse path of this plug-in unit of unloading simultaneously;
4) select to need the plug-in unit of deletion, delete deleted add-on file, delete deleted plug-in card configuration file, if this plug-in unit belongs to certain plug set, in changing plug set configuration file, delete this plugin information simultaneously.
Eclipse plug-in unit based on Web service provided by the invention is stored and the method tool of management has the following advantages:
1. plug-in unit search efficiency is high
Due to plugin library being provided, the information of plug-in unit is all kept in database, and the search of plug-in unit is all carried out in database, has improved efficiency.
2. plug-in download is convenient
The download of plug-in unit is that packing is downloaded automatically, and can select whether to want the dependence of download plug-in, after selecting, downloads, and has so just guaranteed the validity of plug-in unit.
3. plugin card installation is convenient, flexible
The installation of plug-in unit is divided into Auto-mounting and manual installation, and Auto-mounting is to install at once after download plug-in, and manual installation is not install after download plug-in, and user installs when needing again; But also can plug-in unit be installed for the Eclipse of appointment, flexible
4. local plug-in management is convenient
Local plug-in management can useful client downloads of administrative institute Eclipse plug-in unit, can pacify loading, unloading, renewal and deletion, simple and fast to plug-in unit.
Accompanying drawing explanation
Fig. 1 is that in the embodiment of the present invention, plug-in unit is uploaded process of analysis figure;
Fig. 2 is that in the embodiment of the present invention, plug-in download relies on querying flow figure;
Fig. 3 is the dependence querying flow figure of single plug-in unit in the embodiment of the present invention;
Fig. 4 is plug-in unit Stored Procedure figure in the embodiment of the present invention;
Fig. 5 is client plug-in management flow chart in the embodiment of the present invention;
Fig. 6 is service end plug-in management process flow diagram in the embodiment of the present invention.
Embodiment
Embodiment with indefiniteness is further explained, illustrates the present invention below.
A method for the storage of eclipse plug-in unit based on Web service and management, comprises the steps: 1) plug-in unit uploads, and 2) plug-in unit storage, 3) plug-in download, 4) plug-in management of Web service, 5) plug-in management of client.
Wherein, as shown in Figure 4, plug-in unit is stored as:
1) read configuration information, obtain the catalogue that service end is preserved plug-in unit, read the plugin name and the version number that upload zip form plug-in unit;
2) under the path of configuration information, create the catalogue of " plugin name/version number ";
3) plug-in unit of zip form is written under catalogue.
As shown in Figure 1, plug-in unit method for uploading is:
1) selection will be uploaded plug-in unit or plug-in unit catalogue;
2) select plug-in unit to upload mode, comprise zip packet form, single jar form, catalogue form, wherein catalogue form contains plugins catalogue and does not comprise two modes of plugins catalogue;
3) to every kind, upload mode and judge whether the file of uploading is a plug-in unit, is not to point out user not upload;
4) if a plug-in unit reads the mf fileinfo in jar information and mf file or each jar;
5) resolve mf information, extract export-package, require-bundle, import-package information;
6) upload plug-in unit, preserve the export-package extracting, require-bundle, import-package information and jar information are also preserved plug-in unit.
As shown in Figure 2 and Figure 3, plug-in download method is:
1) plug-in unit that selection will be downloaded, selects whether to want the dependence of download plug-in;
2) if want the dependence of download plug-in, the dependence of plug-in unit in Query Database;
3) if plug-in unit dependence all exists in database, inquire about local plug-in unit, if the plug-in unit that will download all exists in this locality, point out user not need to download, otherwise local non-existent plug-in unit is automatically packed together and downloaded;
4) if plug-in unit relies on and not to exist or part exists in database, download plug-in point out user not;
5) if download plug-in does not rely on, inquire about local plug-in unit, if the plug-in unit that will download exists in this locality, point out user not need to download, otherwise download plug-in.
As shown in Figure 6, the plug-in management method of Web service is:
1) user's login, system user can be managed all plug-in units in plugin library, and domestic consumer and enterprise customer can only manage the plug-in unit of self uploading;
2) add plug-in unit, the plug-in unit that selection need be uploaded is filled in necessary information, and the plug-in unit of being uploaded is saved in plugin library, and the essential information of plug-in unit is saved in database plugin information table;
3) editor's plug-in unit, selection needs editor's plug-in unit, revises the information that needs modification, and the information of modification is saved in database plugin information table;
4) delete plug-in unit, select to need the plug-in unit of deletion, delete this add-on file in plugin library, the relevant information of deleting this plug-in unit in database;
5) distribute plug set, select one or more plug-in unit that need distribute plug set, in the plug set allocation list of database, preserve the record distributing.
As shown in Figure 5, the plug-in management method of client is:
1) select to need the plug-in unit of renewal, add-on file downloads to this locality, generates plug-in card configuration information simultaneously; If this plug-in unit belongs to certain plug set, lowest version is replaced to so to the redaction of renewal in plug set configuration information; If EPR (Eclipse plugin library: not than choosing the more plug-in unit of highest version of plug-in unit, upgrade unavailable Eclipse PluginsRepository);
2) select to need the plug-in unit of installation, the eclipse path of simultaneously selecting to install this plug-in unit; 3.3.0 and following version newly-built link file under links catalogue, 3.4.0 and above version be newly-built link file under dropins catalogue;
3) select to need the plug-in unit of unloading, select the eclipse path of this plug-in unit of unloading simultaneously; Except deleting link file and update file, 3.4 and the eclipse of the above version bundle information that also needs to delete unloaded plug-in unit in bundle.Info file;
4) select to need the plug-in unit of deletion, delete deleted add-on file, delete deleted plug-in card configuration file, if this plug-in unit belongs to certain plug set, in changing plug set configuration file, delete this plugin information simultaneously.
Like this, the present invention has following functions:
1. be Eclipse plug-in unit unified storage is provided (being plug-in unit warehouse) and storage mode
Mainly to provide a concentrated plug-in unit warehouse unified storage mode for Eclipse plug-in unit, by supvr or user, collect Eclipse plug-in unit and preserve plug-in unit according to certain storage mode, for user provides search and the ground of download plug-in, the time of minimizing user search plug-in unit.
2. provide plug-in unit automatically to download and searching method
Provide the mode of three kinds of search plug-in units: plug-in unit name, plug-in unit classification and label.When download plug-in, packing is downloaded automatically.
3. resolve plug-in unit manifest.mf file, guarantee the validity of plug-in unit
During download plug-in, can automatically detect the manifest.mf file of plug-in unit, the relevant dependence of inquiry also searched for needed plug-in unit automatically in plug-in unit warehouse, and packing is downloaded to guarantee the validity of plug-in unit automatically.
4. the transparency of plugin card installation and nonstaining property
When downloading, need user to select the path of plug-in unit, mounting means is that automatic link installs, and so just makes plug-in unit separated with Eclipse, can facilitate the management of plug-in unit, can not pollute Eclipse again, and installation process is transparent to user.
5. the management of local plug-in unit and warehouse plug-in unit is provided
The plug-in unit that can download and install subscriber's local on the one hand manages, and also can manage the plug-in unit in plug-in unit warehouse.
Local plug-in management is all plug-in units of user management this locality, and content comprises: peace loading, unloading, renewal and the deletion of plug-in unit.
Plug-in unit storehouse management manages the plug-in unit in plug-in unit warehouse for keeper, and for plugin library adds new plug-in unit or adds the plug-in unit of redaction, editor and deletion plug-in unit, for user provides abundant plug-in unit.
6. the management of local plug set and warehouse plug set is provided
The plug set that can download and install subscriber's local on the one hand manages, and also can manage the plug set in plug-in unit warehouse.
Local plug set management is all plug sets of user management this locality, and content comprises: peace loading, unloading, renewal and the deletion of plug set.
Plug-in unit warehouse Guan Jili manages the plug set in plug-in unit warehouse for keeper, add, editor and delete plug set, to the plug-in unit in plug set replace, upgrade, deletion etc., for user provides abundant plug set.
In addition, the present invention can also provide some extra functions:
Uploading of ■ plug-in unit: upload plug-in unit to plugin library according to certain mode, to enrich the plug-in unit in plugin library.
■ plug-in unit is recommended: user recommends the plug-in unit of some approvals.
■ plug-in unit is recommended management: the plugin information that leading subscriber is recommended.
■ plug-in unit category management: the classification of management plug-in unit.
■ user management: the user to registration manages.
■ plug-in unit ballot: plug-in unit is voted, so that system is given a mark to plug-in unit.
■ makes comments: plug-in unit is made comments

Claims (4)

1. a method for the eclipse plug-in unit based on Web service storage and management, comprises the steps: 1) plug-in unit uploads, and 2) plug-in unit storage, 3) plug-in download, 4) plug-in management of Web service, 5) plug-in management of client, described plug-in unit is stored as:
1) read configuration information, obtain the catalogue that service end is preserved plug-in unit, read the plugin name and the version number that upload zip form plug-in unit;
2) under the path of configuration information, create the catalogue of " plugin name/version number ";
3) plug-in unit of zip form is written under catalogue;
It is characterized in that: described plug-in unit upload into:
1) selection will be uploaded plug-in unit or plug-in unit catalogue;
2) select plug-in unit to upload mode, comprise zip packet form, single jar form, catalogue form, wherein catalogue form contains plugins catalogue and does not comprise two kinds of modes of plugins catalogue;
3) to every kind, upload mode and judge whether the file of uploading is a plug-in unit, is not to point out user not upload;
4) if a plug-in unit reads the mf fileinfo in jar information and mf file or each jar;
5) resolve mf information, extract export-package, require-bundle, import-package information;
6) upload plug-in unit, preserve the export-package extracting, require-bundle, import-package information and jar information are also preserved plug-in unit.
2. the method that the eclipse plug-in unit based on Web service according to claim 1 is stored and managed, is characterized in that: described plug-in download is:
1) plug-in unit that selection will be downloaded, selects whether to want the dependence of download plug-in;
2) if want the dependence of download plug-in, the dependence of plug-in unit in Query Database;
3) if plug-in unit dependence all exists in database, inquire about local plug-in unit, if the plug-in unit that will download all exists in this locality, point out user not need to download, otherwise local non-existent plug-in unit is automatically packed together and downloaded;
4) if plug-in unit relies on and not to exist or part exists in database, download plug-in point out user not;
5) if download plug-in does not rely on, inquire about local plug-in unit, if the plug-in unit that will download exists in this locality, point out user not need to download, otherwise download plug-in.
3. the method that the eclipse plug-in unit based on Web service according to claim 1 is stored and managed, is characterized in that: the plug-in management of described Web service is:
1) user's login, system user can be managed all plug-in units in plugin library, and domestic consumer and enterprise customer can only manage the plug-in unit of self uploading;
2) add plug-in unit, the plug-in unit that selection need be uploaded is filled in necessary information, and the plug-in unit of being uploaded is saved in plugin library, and the essential information of plug-in unit is saved in database plugin information table;
3) editor's plug-in unit, selection needs editor's plug-in unit, revises the information that needs modification, and the information of modification is saved in database plugin information table;
4) delete plug-in unit, select to need the plug-in unit of deletion, delete this add-on file in plugin library, the relevant information of deleting this plug-in unit in database;
5) distribute plug set, select one or more plug-in unit that need distribute plug set, in the plug set allocation list of database, preserve the record distributing.
4. the method that the eclipse plug-in unit based on Web service according to claim 1 is stored and managed, is characterized in that: the plug-in management of described client is:
1) select to need the plug-in unit of renewal, add-on file downloads to this locality, generates plug-in card configuration information simultaneously; If this plug-in unit belongs to certain plug set, lowest version is replaced to so to the redaction of renewal in plug set configuration information; If not than choosing the more plug-in unit of highest version of plug-in unit, upgrade unavailable in Eclipse plugin library;
2) select to need the plug-in unit of installation, the eclipse path of simultaneously selecting to install this plug-in unit;
3) select to need the plug-in unit of unloading, select the eclipse path of this plug-in unit of unloading simultaneously;
4) select to need the plug-in unit of deletion, delete deleted add-on file, delete deleted plug-in card configuration file, if this plug-in unit belongs to certain plug set, in this plug set configuration file, delete this plugin information simultaneously.
CN200910230962.5A 2009-11-27 2009-11-27 Storing and managing method for eclipse inserter based on Web service Active CN101770366B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN200910230962.5A CN101770366B (en) 2009-11-27 2009-11-27 Storing and managing method for eclipse inserter based on Web service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN200910230962.5A CN101770366B (en) 2009-11-27 2009-11-27 Storing and managing method for eclipse inserter based on Web service

Publications (2)

Publication Number Publication Date
CN101770366A CN101770366A (en) 2010-07-07
CN101770366B true CN101770366B (en) 2014-03-19

Family

ID=42503245

Family Applications (1)

Application Number Title Priority Date Filing Date
CN200910230962.5A Active CN101770366B (en) 2009-11-27 2009-11-27 Storing and managing method for eclipse inserter based on Web service

Country Status (1)

Country Link
CN (1) CN101770366B (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571860A (en) * 2010-12-29 2012-07-11 北京新媒传信科技有限公司 Method, device and system for managing plug-in module
CN102830997B (en) * 2012-08-17 2016-03-09 北京金山办公软件有限公司 Control method, device and equipment that a kind of plug-in unit is installed
CN103678240B (en) * 2012-09-18 2018-08-24 阿里巴巴集团控股有限公司 Method and system for carrying out modularization management to Distributed Calculation
CN103777944A (en) * 2013-12-25 2014-05-07 中软信息系统工程有限公司 MIPS platform integrated development environment based on Eclipse and implementation method thereof
CN104506628B (en) * 2014-12-25 2018-02-13 深圳市科漫达智能管理科技有限公司 A kind of plug-in unit warehouse management method and system
CN104951339B (en) * 2015-06-05 2018-03-20 烽火通信科技股份有限公司 A kind of automatic search mounting system and method based on Bundle dependences
CN105138352B (en) * 2015-07-31 2020-03-20 百度在线网络技术(北京)有限公司 Method and device for installing application plug-in
CN105718259A (en) * 2016-01-14 2016-06-29 广东亿迅科技有限公司 Eclipse based rapid component plugging development method
CN105786562A (en) * 2016-02-04 2016-07-20 百度在线网络技术(北京)有限公司 Method and device for integrating plug-in
CN105657191B (en) * 2016-03-29 2020-03-31 Tcl集团股份有限公司 Application increment upgrading method and system based on Android system
CN106528145A (en) * 2016-10-28 2017-03-22 北京海誉动想科技股份有限公司 Instance system and version management method for agent in instance system
CN106933570B (en) * 2017-02-16 2020-10-20 北京临近空间飞行器系统工程研究所 Aerospace test, launch and control software platform based on plug-in technology
CN107707625A (en) * 2017-09-05 2018-02-16 江苏电力信息技术有限公司 Foreground resource based on Maven is packed and carries out version management and the method used
CN111831320A (en) * 2020-07-20 2020-10-27 北京百度网讯科技有限公司 Plug-in management method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101042645A (en) * 2007-01-17 2007-09-26 北京立通无限科技有限公司 Method, equipment and system for unionize software development environment
CN101079767A (en) * 2006-09-26 2007-11-28 腾讯科技(深圳)有限公司 An upgrade method and system of Web service system
CN101119517A (en) * 2007-07-12 2008-02-06 深圳市融合视讯科技有限公司 Method of automatic downloading software from network server

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101561915A (en) * 2009-06-05 2009-10-21 阿里巴巴集团控股有限公司 Plug-in unit acquiring method, system and device thereof

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101079767A (en) * 2006-09-26 2007-11-28 腾讯科技(深圳)有限公司 An upgrade method and system of Web service system
CN101042645A (en) * 2007-01-17 2007-09-26 北京立通无限科技有限公司 Method, equipment and system for unionize software development environment
CN101119517A (en) * 2007-07-12 2008-02-06 深圳市融合视讯科技有限公司 Method of automatic downloading software from network server

Also Published As

Publication number Publication date
CN101770366A (en) 2010-07-07

Similar Documents

Publication Publication Date Title
CN101770366B (en) Storing and managing method for eclipse inserter based on Web service
CN101615159B (en) Off-line test system, local data management method thereof and corresponding device
CN104158886B (en) Flow-type performing method for applications
CN103186391B (en) Browser upgrade method and system and a kind of upgrade server
CN100478956C (en) Method and corresponding system for creating and obtaining report forms
US7577911B2 (en) Integrated deployment of software projects
CN103092608B (en) The generation of the client of collecting device information and operation method, server and equipment
CN101895872A (en) Method for conveniently downloading application program for mobile terminal
CN109391664A (en) System and method for the deployment of more cluster containers
US8069433B2 (en) Multi-format centralized distribution of localized resources for multiple products
CN112364223B (en) Digital archive system
CN102129368A (en) Interface skin replacement system and method
CN103067484A (en) Method and system upgrading application program automatically
CN105389186A (en) Hot deployment method and system for Java application
CA2893912A1 (en) Systems and methods for optimizing data analysis
CN101833580A (en) Report inquiring system and data acquisition method and device thereof
CN102821133B (en) The method of XBRL Data Analysis and server
CN103019795A (en) Method and system for upgrading software basic data
CN102682013A (en) Method for operating compressed file in network storage appliance
CN104468189A (en) Method for automatically upgrading BIOS according to different client versions
CN102810115A (en) Method for implementing multi-layer distributed document management system
CN109508319A (en) A kind of cross-platform resource management system of 3D and method
CN103257971A (en) Terminal and file management method
CN104679500A (en) Automatic generation realizing method and device for entity classes
CN106502757A (en) A kind of plug-in management method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant