CN101494657B - Method and system for automatic arrangement program control - Google Patents

Method and system for automatic arrangement program control Download PDF

Info

Publication number
CN101494657B
CN101494657B CN2008100038200A CN200810003820A CN101494657B CN 101494657 B CN101494657 B CN 101494657B CN 2008100038200 A CN2008100038200 A CN 2008100038200A CN 200810003820 A CN200810003820 A CN 200810003820A CN 101494657 B CN101494657 B CN 101494657B
Authority
CN
China
Prior art keywords
scheduling
services package
carry out
property regulation
services
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.)
Expired - Fee Related
Application number
CN2008100038200A
Other languages
Chinese (zh)
Other versions
CN101494657A (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.)
Wistron Corp
Original Assignee
Wistron Corp
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 Wistron Corp filed Critical Wistron Corp
Priority to CN2008100038200A priority Critical patent/CN101494657B/en
Publication of CN101494657A publication Critical patent/CN101494657A/en
Application granted granted Critical
Publication of CN101494657B publication Critical patent/CN101494657B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

An automatic scheduling control method. When a booking scheduling procedure has been implemented, an Open Service Gateway Protocol framework of an electronic device executes an automatic scheduling control operation, and then detecting whether there is a scheduling required to be implemented. If there is a scheduling required to be implemented, determining whether the scheduling is an update operation. If the scheduling is not an update operation, the electron device is liked to a remote database at a setting time, to detecting whether there is a novel tool character specifying file corresponding to the service packet of the scheduling. If there is a novel tool character specifying file corresponding to the service packet of the scheduling, the novel tool character specifying file is acquired form the remote database and the service packet is updated based on the novel tool character specifying file.

Description

The method and system of automatic arrangement program control
Technical field
The present invention relates to the application platform of a kind of open service gateway agreement (Open Services GatewayInitiative is designated hereinafter simply as OSGi), and be particularly related to the method and system of the reservation scheduling control of a kind of OSGi.
Background technology
OSGi is the platform that is used to define an opening, and application program and value added service that the service provider of remote software is provided can be looked user's demand, dynamically is downloaded to through world-wide web on user's the residential gateway device, and execution can be installed automatically.Under this open structure, the use of just linking up each other or arrange in pairs or groups of the service software that different vendor developed, equipment.
The OSGi structure mainly is made up of three kinds of elements, comprises framework (being designated hereinafter simply as Framework), services package (being designated hereinafter simply as Bundle) and service (being designated hereinafter simply as Service).The Framework structure is on Java Virtual Machine device (Java Virtual Machine (VM)), and Bundle then is the application program that is executed on the Framework, provides or required interface service and Service is Bundle.Can on OSGi Framework, install automatically, carry out from the Bundle of remote download, and follow OSGi platform registration Bundle to provide and share or needed Service.
OSGi Framework is the information service platform of a conformability, and main function provides the execution environment of Bundle and the life cycle (Bundle Life Cycle) of dynamically adjusting the Bundle carry.OSGi Framework also provides administrative mechanism to let the Bundles that carries out on it can provide or use required Service.Can be between the Bundle through the sharing of Service, to save the procedure development time or to increase the function of program.
Fig. 1 is the sketch map that shows the life cycle of Bundle.
The life cycle of the Bundle of OSGi Framework management can be divided into six states, comprises that oneself installs (INSTALLED), wait starts (RESOLVED), starts (STARTING), carries out (ACTIVE), stops (STOPPING) and cancellation installation (UNINSTALLED).When Bundle was stopped, Framework can dynamically remove the Service that Bundle registered, and at one time, also can notify other Bundle that uses this Service, let other Bundle learn this incident.
Bundle is responsible for starting and is carried out by OSGi Framework.With regard to the real angle of doing; Bundle is a Java Archive (JAR) file case, and this jar file comprises java class not (Class), startup classification (Activator Class), inventory file (Manifest Header) and some resource files (like html web page or JPG map file).The information that inventory file is mainly described Bundle and added; And stipulate some rules, comprise encapsulation (Import-Package), remittance abroad encapsulation (Export-Package), services package starter (Bundle-Activator), remittance service (Import-Service), the remittance abroad service (Export-Service) of importing ... or the like.
In addition, Bundle can with its function that will provide represent with the mode of Service.Service is one and defines clearly interface service that other needs the Bundle of this function to come access through this interface.When Bundle provides Service; Framework can keep a corresponding service with reference to (Service Reference); Need the Bundle of this Service can be through inquiry mechanism that Framework provided (based on light-type catalogue access communication agreement (Lightweight DirectoryAccess Protocol; Abbreviate LDAP as) grammer), ask and obtain desired Service.In Framework, effective application be by a series of Service complement each other institute mutually collocation form.
In existing OSGi structure,, must control by user's executed in real time to the control of the life cycle of a Service (or Bundle).Though OSGi also provides another initial rank service (Start_level Service); Let Framework when starting, specific Bundle carried out initialized startup; But this mechanism also only just for fear of Bundle when starting; If need other the Service that Bundle provided, but provide the Bundle of Service not to be activated and when producing mistake, institute is to the setting (as shown in Figure 2) of Bundles execution boot sequence.In other words, the user must carry out operation initial, that stop or upgrading to Bundles immediately through OSGi Framework.Framework can't carry out initial (start) automatically, stop the action of (stop) or renewal (update), and it only can be through the boot sequence of initial rank service (Start_level Service) control all Bundle when Framework starts.
OSGi Framework has one and starts rank service (Activate_level Service), and each Bundle also has an one's own initial rank service (Start_level Service).When Framework was activated, initial rank service can be compared the initial rank (Start_level) of each Bundle from starting rank (Activate_level)=0 beginning, and whether the initial rank of inspection Bundle equals present startup class value.If then start the Bundle that initial rank equals to start at present class value.After the initial rank of all Bundle is all compared completion, will start class value and add 1, compare the initial rank of each Bundle again.Initial rank service can repeat above-mentioned comparison operation, until start the startup class value that class value equals Framework.
When Framework was closed, initial rank clothes also can be carried out same operation stopping Bundle, were that startup rank from Framework begins but the startup rank of comparison this moment opens initial value, went to carry out with the mode of progressively successively decreasing.
Yet initial rank service only can be carried out the arrangement that initialization starts or stops order to Bundle, and can't carry out the operation that starts or stops to Bundle at specific time point.Initial rank service can't be carried out the operation of upgrading to Bundle.In addition, the user is if want Bundles to be carried out the operation that starts, stops or upgrading at certain particular point in time, and just executive real-time is operated on computers, and can't be automatically performed by Framework.For instance, if the user is away from home, but remembers and must USB PC Video Camera (Web Camera) be started to carry out the monitoring of home safety; Then must utilize computer to connect to network; Be connected to OSGi Framework then, could the service of USB PC Video Camera be started suitable inconvenience.
Therefore, the invention provides a kind of method and system of preengaging scheduling.
Summary of the invention
Based on above-mentioned purpose, the embodiment of the invention has disclosed a kind of method of automatic arrangement program control, and it is applicable to that one is designed with an electronic installation of an open service gateway protocol frame.After executing a reservation scheduling program, this open service gateway protocol frame is promptly carried out an automatic arrangement program control operation, and whether it has a scheduling to carry out according to detecting at present.If there is a scheduling to carry out, then this open service gateway protocol frame judges whether this scheduling is a renewal operation.If this scheduling is non-is one to upgrade operation, and then this open service gateway protocol frame is carried out the initial or shut-down operation to a services package that should scheduling.Whether if this scheduling is non-is one to upgrade operation, and then this open service gateway protocol frame makes this electronic installation connect to a remote data base at setting-up time point, have one of this services package that should scheduling new instrument property regulation file to detect.If a new instrument property regulation file is arranged, then this open service gateway protocol frame is obtained this new instrument property regulation file from this remote data base, and upgrades this services package according to this new instrument property regulation file.
The embodiment of the invention has more disclosed a kind of system of automatic arrangement program control, comprises a remote data base, an electronic installation and a user.
This electronic installation also comprises a scheduled services module, an open service gateway protocol frame and a services package.This user is connected to this electronic installation with wired or wireless mode, utilizes this scheduled services module that this electronic installation is carried out a reservation scheduling program.After completion should be preengage the scheduling program, this open service gateway protocol frame was carried out an automatic arrangement program control operation, and whether it has a scheduling to carry out according to detecting at present; If there is scheduling to carry out; Judge that then whether this scheduling is one to upgrade operation, if this scheduling non-is one to upgrade operation, then carry out an initial or shut-down operation to a services package that should scheduling; If this scheduling is a renewal operation; Then make this electronic installation connect to this remote data base, whether have one of this services package that should scheduling new instrument property regulation file, if a new instrument property regulation file is arranged to detect at setting-up time point; Then obtain this new instrument property regulation file, and upgrade this services package according to this new instrument property regulation file from this remote data base.
Description of drawings
Fig. 1 shows the sketch map of the life cycle of Bundle.
Fig. 2 shows the flow chart of steps that starts Bundle.
Fig. 3 shows the method step flow chart of the reservation scheduling of the embodiment of the invention.
Fig. 4 shows the method step flow chart of the automatic arrangement program control of the embodiment of the invention.
Fig. 5 shows the system configuration sketch map of the automatic arrangement program control of the embodiment of the invention.
The reference numeral explanation
510~user
520~electronic installation
530~service provider
521~scheduled services module
522~open service gateway protocol frame
523~services package.
Embodiment
For let the object of the invention, characteristic, and advantage can be more obviously understandable, hereinafter is special lifts preferred embodiment, and conjunction with figs. 3 to accompanying drawing 5, does detailed explanation.Specification of the present invention provides various embodiment that the technical characterictic of the different execution modes of the present invention is described.Wherein, the configuration of each element among the embodiment is the usefulness for explanation, is not in order to restriction the present invention.And the part of reference numerals repeats among the embodiment, is for the purpose of simplifying the description, is not the relevance that means between the different embodiment.
The embodiment of the invention has disclosed the method and system of the reservation scheduling of a kind of OSGi.
The scheduled services (ScheduleService) that the reservation scheduling method construction one of the embodiment of the invention is new is with scheduling control that the life cycle that the user carries out Bundle is provided and the automatic update mechanism of Framework.
This scheduled services provides the user each Bundle to be carried out the scheduling that starts, stops or upgrading; Under the situation of Framework for unlatching; Let Bundle automatically perform startup, stop or upgrading operation, so that the user to be provided more elastic operation at certain specific time point.But this scheduled services also provides Framework automatic inspection Bundle whether the renewal version is arranged, and when having detected the renewal version, even not scheduling in advance of user also can automatically perform the action of renewal.
Fig. 3 shows the method step flow chart of the reservation scheduling of the embodiment of the invention.
At first, carry out reservation scheduled services (step S31), the operation (step S32) of selecting desire to carry out then.If will increase scheduling newly, then select the Bundle (step S331) of the newly-increased scheduling of desire earlier, set the time (step S332) that this Bundle desire starts then.If will edit scheduling, then obtain the scheduling of desire editor's Bundle earlier and set (step S341), revise the scheduling of this Bundle then and set (step S342).After executing newly-increased or edit operation, judge whether to continue to preengage scheduling (step S35).If will continue to preengage scheduling, then get back to step S31, otherwise carry out the scheduling that configures and wait for the time (step S36) of carrying out scheduling.If will remove scheduling, then to obtain the scheduling of desire editor's Bundle earlier and set (step S371), and judge whether to remove this scheduling setting (step S372).If, then remove this scheduling and set (step S373), get back to step S31 then.
Fig. 4 shows the method step flow chart of the automatic arrangement program control of the embodiment of the invention.
The method of the automatic arrangement program control of the embodiment of the invention is applicable to that one is designed with the electronic installation of OSGi Framework.After accomplishing the reservation scheduling, this OSGi Framework of this electronic installation promptly begins to carry out automatic arrangement program control operation (step S41), and whether it has scheduling need carry out (step S42) according to the scheduling time detecting at present.If there is scheduling to carry out, then judge why type operation of this scheduling, promptly start, stop or upgrading (step S43).If start-up operation then starts Bundle (step S44) that should scheduling at a setting-up time point.If shut-down operation then stops Bundle (step S45) that should scheduling at setting-up time point.If upgrade operation; Then this OSGi Framework makes this electronic installation (for example connect to a service provider at setting-up time point; Remote data base) (step S46) is to detect the new instrument property regulation file (Manifest) (step S47) whether have Bundle that should scheduling.If new instrument property regulation file is arranged, then this OSGi Framework obtains this new instrument property regulation file (step S48) from this service provider, and upgrades this Bundle (step S49).
At Framework automatically aspect the renewal; Each Bundle has the instrument property regulation file of controlling oneself; Memory location according to the instrument property regulation file of a certain Bundle; Obtain the present installation site of this Bundle, remove to read the up-to-date instrument property regulation file of this Bundle in this memory location again, carry out comparison with the up-to-date instrument property regulation file that is installed in this Bundle on the OSGi Framework.If it is newer to be positioned at the instrument property regulation file of this memory location, then Framework utilizes the instrument property regulation file of this memory location that this Bundle is carried out the renewal operation.The action of this comparison can be stipulated the comparison time point voluntarily by the user, or uses a default value.
Aspect automatic arrangement program control, the user carries out time scheduling and the selected operation that will carry out sometime of Bundle.Time is up when scheduling, and Framework just goes to carry out the user in the selected operation of this time point automatically.
Fig. 5 shows the system configuration sketch map of the automatic arrangement program control of the embodiment of the invention.
The system of the automatic arrangement program of embodiment of the invention control comprises a user 510, an electronic installation 520 and a service provider (for example, remote data base) 530.Electronic installation 520 comprises a scheduled services module 521, an OSGi Framework 522 and a Bundle 523 again.User 510 is connected to electronic installation 520 with wired or wireless mode, utilizes 521 pairs of electronic installations of scheduled services module 520 to carry out a reservation scheduled services, promptly Bundle 523 is carried out newly-increased scheduling, editor's scheduling and removes operation such as scheduling.After accomplishing the reservation scheduling,
The OSGi Framework 522 of electronic installation 520 promptly begins to carry out the automatic arrangement program control operation, and whether it detects Bundle 523 has scheduling to carry out at present.If there is scheduling to carry out, then judge why type operation of this scheduling, promptly start, stop or upgrading operation.If start-up operation then starts Bundle 523 at a setting-up time point.If shut-down operation then stops Bundle 523 at setting-up time point.If upgrade operation, then OSGi Framework 522 connects to service provider 530 at setting-up time point, to detect the new instrument property regulation file whether corresponding Bundle 523 is arranged.If new instrument property regulation file is arranged, then OSGi Framework 522 obtains this new instrument property regulation file from service provider 530, and upgrades Bundle 523.
The method and system of the automatic arrangement program of embodiment of the invention control lets the user need not to carry out immediate operation on the computer next door, also can let Framework automatically Bundle carried out to start, stop or operation such as renewal.Whether Framework can detect Bundle automatically needs to upgrade, and the action that execution is upgraded automatically to Bundle further need not user's interventional procedure.In addition, scheduled services can solve initial rank service and can't carry out the problem of upgrading operation to Bundle.
The present invention more provides a kind of recording medium (for example discs, disk sheet and removable hard drive or the like), and it is the authority sign-off program of record one embodied on computer readable, so that carry out the method for above-mentioned automatic arrangement program control.At this; Be stored in the authority sign-off program on the recording medium; Basically (for example the setting up organization chart code segment, sign-off list code segment, setting program code snippet and deployment program code snippet) formed by a plurality of code segment, and the function of these code segment is to correspond to the step of said method and the functional block diagram of said system.
Though the present invention discloses as above with preferred embodiment; Right its is not in order to limit the present invention; Anyly have the knack of this art; Do not breaking away from the spirit and scope of the present invention, when can doing various changes and retouching, so protection scope of the present invention is as the criterion when looking the claim person of defining of the present invention.

Claims (14)

1. the method for automatic arrangement program control, it is applicable to that one is designed with an electronic installation of an open service gateway protocol frame, comprises the following steps:
After executing a reservation scheduling program, this open service gateway protocol frame is promptly carried out this automatic arrangement program control operation, and whether its detection has this scheduling to carry out at present;
If there is this scheduling to carry out, then this open service gateway protocol frame judges whether this scheduling is a renewal operation;
If this scheduling is non-is one should renewals to operate, and then this open service gateway protocol frame execution is to an initial or shut-down operation of a services package that should scheduling;
Whether if this scheduling is one should renewals to operate, then this open service gateway protocol frame makes this electronic installation connect to a remote data base at setting-up time point, have one of this services package that should scheduling new instrument property regulation file with detection; And
If this new instrument property regulation file is arranged, then this open service gateway protocol frame is obtained this new instrument property regulation file from this remote data base, and upgrades this services package according to this new instrument property regulation file.
2. the method for automatic arrangement program control as claimed in claim 1, wherein, this renewal operation also comprises the following steps:
Obtain a present installation site of this services package according to a memory location of this instrument property regulation file of this services package;
Read a up-to-date instrument property regulation file of this services package of this memory location;
This up-to-date instrument property regulation file of this memory location is compared with this up-to-date instrument property regulation file that is installed in this services package of this open service gateway protocol frame each other;
If this instrument property regulation file of this memory location is newer, then this open service gateway protocol frame utilizes this instrument property regulation file in this memory location that this services package is carried out renewal.
3. the method for automatic arrangement program as claimed in claim 1 control wherein, is carried out this startup to this services package that should scheduling and is in setting-up time point startup this services package that should scheduling.
4. the method for automatic arrangement program as claimed in claim 1 control wherein, is carried out this shut-down operation to this services package that should scheduling and is at setting-up time point and stop this services package that should scheduling.
5. the method for automatic arrangement program control as claimed in claim 1, wherein, this reservation scheduling program also comprises the following steps:
The operation of selecting a desire to carry out;
If will carry out a newly-increased scheduling operation, then select the newly-increased services package of desire earlier, and set the time that this services package desire starts;
After executing this newly-increased scheduling operation, judge whether to continue to carry out this reservation scheduling program; And
Be somebody's turn to do reservation scheduling program if continue to carry out, then wait for carrying out to increase scheduling newly.
6. the method for automatic arrangement program control as claimed in claim 5, wherein, this reservation scheduling program also comprises the following steps:
If will carry out editor's scheduling operation, then obtain the scheduling of desire editor's a services package earlier and set, revise the scheduling of this services package then and set;
After executing this edit operation, judge whether to continue to carry out this reservation scheduling program; And
Should preengage the scheduling program if continue to carry out, and then wait for and carry out this scheduling that edits.
7. the method for automatic arrangement program control as claimed in claim 6, wherein, this reservation scheduling program also comprises the following steps:
Remove the scheduling operation if will carry out one, then obtain the scheduling of a services package of desiring to remove earlier and set, and judge whether to remove this scheduling setting; And
Set if will remove this scheduling, then this scheduling setting with this services package removes.
8. the system of automatic arrangement program control comprises:
One electronic installation, it comprises a scheduled services module, an open service gateway protocol frame and a services package;
One user end, its this user's end is connected to this electronic installation with wired or wireless mode, utilizes this scheduled services module that this electronic installation is connected to a remote data base end and carries out a reservation scheduling;
Wherein, after completion should be preengage the scheduling program, this open service gateway protocol frame was carried out this automatic arrangement program control operation; Whether its detection has this reservation scheduling to carry out at present, if there is this reservation scheduling to carry out, judges then whether this reservation scheduling is a renewal operation; If this preengages scheduling non-is this renewal operation; Then carry out an initial or shut-down operation,, then make this electronic installation online at setting-up time point if this reservation scheduling is this renewal operation to the services package that should preengage scheduling; To detect this new instrument property regulation file whether have this services package that should scheduling; If this new instrument property regulation file is arranged, then obtain this new instrument property regulation file, and upgrade this services package according to this new instrument property regulation file from this remote data base.
9. the system of automatic arrangement program control as claimed in claim 8; Wherein, This open service gateway protocol frame is obtained a present installation site of this services package according to a memory location of this instrument property regulation file of this services package; Read a up-to-date instrument property regulation file of this services package of this memory location; This up-to-date instrument property regulation file of this memory location is compared with this up-to-date instrument property regulation file that is installed in this services package of this open service gateway protocol frame each other,, then utilized this instrument property regulation file in this memory location that this services package is carried out renewal if this instrument property regulation file of this memory location is newer.
10. the system of automatic arrangement program as claimed in claim 9 control wherein, carries out this startup to this services package that should scheduling and is in setting-up time point startup this services package that should scheduling.
11. the system of automatic arrangement program as claimed in claim 9 control wherein, carries out this shut-down operation to this services package that should scheduling and is at setting-up time point and stop this services package that should scheduling.
12. the system of automatic arrangement program control as claimed in claim 9, wherein, the operation that this scheduled services module selects a desire to carry out; Increase the scheduling operation newly if will carry out one, then select desire should increase a services package of scheduling newly earlier, and set the time that this services package desire starts; After executing this newly-increased operation; Judge whether to continue to carry out this reservation scheduling program, be somebody's turn to do reservation scheduling program, then wait for and carry out this newly-increased scheduling if continue to carry out.
13. the system of automatic arrangement program control as claimed in claim 12, wherein, if will carry out editor's scheduling operation; Then this scheduled services module obtains the scheduling setting of desire editor's a services package earlier; Revise the scheduling of this services package then and set, after executing this edit operation, judge whether to continue to carry out this reservation scheduling program; Should preengage the scheduling program if continue to carry out, and then wait for and carry out this scheduling that edits.
14. the system of automatic arrangement program control as claimed in claim 13; Wherein, Remove the scheduling operation if will carry out one, this scheduled services module obtains the scheduling of a services package of desiring to remove earlier and sets, and judges whether to remove this scheduling setting; Set if will remove this scheduling, then this scheduling setting with this services package removes.
CN2008100038200A 2008-01-24 2008-01-24 Method and system for automatic arrangement program control Expired - Fee Related CN101494657B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008100038200A CN101494657B (en) 2008-01-24 2008-01-24 Method and system for automatic arrangement program control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008100038200A CN101494657B (en) 2008-01-24 2008-01-24 Method and system for automatic arrangement program control

Publications (2)

Publication Number Publication Date
CN101494657A CN101494657A (en) 2009-07-29
CN101494657B true CN101494657B (en) 2012-05-23

Family

ID=40925057

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008100038200A Expired - Fee Related CN101494657B (en) 2008-01-24 2008-01-24 Method and system for automatic arrangement program control

Country Status (1)

Country Link
CN (1) CN101494657B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103984567B (en) * 2014-04-22 2017-12-26 世纪禾光科技发展(北京)有限公司 The modular method and apparatus of open platform
CN105631309B (en) * 2015-12-29 2019-04-09 深圳市科漫达智能管理科技有限公司 A kind of event tests power method and tests power system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1421779A (en) * 2001-11-30 2003-06-04 英业达股份有限公司 Data transmission programming system and method
CN1855057A (en) * 2005-04-25 2006-11-01 诺基亚公司 System and method for providing bundle group termination in an OSGi service platform

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1421779A (en) * 2001-11-30 2003-06-04 英业达股份有限公司 Data transmission programming system and method
CN1855057A (en) * 2005-04-25 2006-11-01 诺基亚公司 System and method for providing bundle group termination in an OSGi service platform

Also Published As

Publication number Publication date
CN101494657A (en) 2009-07-29

Similar Documents

Publication Publication Date Title
CN104317610B (en) Method and device for automatic installation and deployment of hadoop platform
US8549514B2 (en) Distributing customized software products
US9811368B2 (en) Model-based virtual system provisioning
JP5055410B2 (en) Device management system and device management instruction scheduling method in the system
CN104335170A (en) Cloud application deployment
US20050091348A1 (en) Software distribution application supporting operating system installations
US20080134164A1 (en) System and Method For Automatically Upgrading Functionalities in a Distributed Network
JP4684118B2 (en) Program operation state control method and program operation state control system
US20070282801A1 (en) Dynamically creating and executing an application lifecycle management operation
CN100583038C (en) Method, system and apparatus for launching an interface with an electronic device
JP2011516987A (en) Method and apparatus for managing mobile device software
US20080071715A1 (en) System and method for the scalable processing of knowledge collected for a knowledge base
WO2013175560A1 (en) Information communicating system and information converting method
CN101494657B (en) Method and system for automatic arrangement program control
CN102768628A (en) Method and device for preinstallation of third party application
CN101887375B (en) Method and system for implementing man-machine command system
GB2454583A (en) Remote management of mobile devices
JP4734030B2 (en) Management system
EP2107460A1 (en) Method for improving native library and native application compatibily
Lalanda et al. A domain-configurable development environment for service-oriented applications
JP6705979B2 (en) Device setting device, device setting method, and program
KR100700882B1 (en) Method and apparatus for providing application program to pda and system including the apparatus
JP6681516B2 (en) ID space conversion system and method
CN1469619A (en) Automatic upgrading method for business management access point in intelligent network
Kirchhof et al. Towards automatic deployment in eHome systems: Description language and tool support

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20120523

Termination date: 20170124