KR100585732B1 - Method and system for transmitting report - Google Patents

Method and system for transmitting report Download PDF

Info

Publication number
KR100585732B1
KR100585732B1 KR20030071832A KR20030071832A KR100585732B1 KR 100585732 B1 KR100585732 B1 KR 100585732B1 KR 20030071832 A KR20030071832 A KR 20030071832A KR 20030071832 A KR20030071832 A KR 20030071832A KR 100585732 B1 KR100585732 B1 KR 100585732B1
Authority
KR
South Korea
Prior art keywords
jad
file
specific
server
mobile terminal
Prior art date
Application number
KR20030071832A
Other languages
Korean (ko)
Other versions
KR20050036213A (en
Inventor
정진혁
Original Assignee
엘지전자 주식회사
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 엘지전자 주식회사 filed Critical 엘지전자 주식회사
Priority to KR20030071832A priority Critical patent/KR100585732B1/en
Priority to CN 200410058274 priority patent/CN100485659C/en
Publication of KR20050036213A publication Critical patent/KR20050036213A/en
Application granted granted Critical
Publication of KR100585732B1 publication Critical patent/KR100585732B1/en

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)
  • Information Transfer Between Computers (AREA)
  • Telephonic Communication Services (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

본 발명은 리포트 전송 방법 및 시스템에 관한 것으로 특히, 휴대 단말기 상에 탑재되는 자바 기능을 이용하여 사용자가 특정 장소에서 처리된 특정 업무 처리 내역을 리포트 형식으로 확인할 수 있도록 함에 목적이 있다. 이러한 목적의 본 발명은 피씨(PC)(210)에서 작업한 특정 업무 내역에 대한 JAD 파일을 생성하여 서버(220)로 업로드하는 단계와, 상기 피씨(210)가 JAD 파일 업로드에 대한 메시지를 특정 사용자의 휴대 단말기(230)로 전송하는 단계와, 상기 휴대 단말기(230)가 상기 서버(220)에 접속되면 JAD 파일 목록을 제공하는 단계와, 상기 JAD 파일 목록 중 임의의 JAD 파일이 선택되면 상기 서버(220)가 해당 JAD 파일을 상기 휴대 단말기(230)로 다운로드하는 단계와, 휴대 단말기(230)가 MIDlet를 구동하여 다운로드된 JAD 파일을 특정 리포트 형식으로 생성하여 화면에 표시하는 단계를 수행하도록 구성함을 특징으로 한다. The present invention relates to a report transmission method and system, and more particularly, to use a Java function mounted on a mobile terminal to allow a user to check a specific work processing history processed at a specific place in a report format. The present invention for this purpose is to generate a JAD file for the specific work history worked on the PC (PC) 210 and to upload to the server 220, the PC 210 specifies a message for uploading the JAD file Transmitting to the mobile terminal 230 of the user; providing a JAD file list when the mobile terminal 230 is connected to the server 220; and when any JAD file is selected from the JAD file list. The server 220 downloads the JAD file to the mobile terminal 230, and the mobile terminal 230 drives the MIDlet to generate the downloaded JAD file in a specific report format and display it on the screen. It is characterized by the configuration.

Description

리포트 전송 방법 및 시스템{METHOD AND SYSTEM FOR TRANSMITTING REPORT} METHOD AND SYSTEM FOR TRANSMITTING REPORT}

도1은 종래의 Java 탑재 휴대 단말기에서의 MIDlet 실행 과정을 보인 신호 흐름도. 1 is a signal flow diagram illustrating a process of executing a MIDlet in a conventional Java-equipped portable terminal.

도2는 본 발명의 실시예에서 MIDlet를 이용한 리포트 전송 과정을 보인 신호 흐름도. 2 is a signal flow diagram illustrating a report transmission process using a MIDlet in an embodiment of the present invention.

* 도면의 주요부분에 대한 부호 설명 * Explanation of symbols on the main parts of the drawings

210 : 피씨(PC) 220 : 서버 210: PC 220: Server

230 : 휴대 단말기 230: mobile terminal

본 발명은 JAVA 어플리케이션에 관한 것으로 특히, 리포트 전송 방법 및 시스템에 관한 것이다. The present invention relates to JAVA applications, and more particularly, to a report transmission method and system.

현재 게임 등의 지원을 위하여 JAVA 어플리케이션이 탑재된 휴대 단말기가 출시되고 있다. Currently, portable terminals equipped with JAVA applications have been released to support games.

JAM(Java Application Management)의 구현은 주로 C와 같은 네이티브 언어로 작성된 소프트웨어 모듈로 이루어지는데, CDLC 1.0 베타와 MIDP Access 1에서는 JAM을 통한 어플리케이션 관리를 기본으로 하고 있다. The implementation of Java Application Management (JAM) consists mainly of software modules written in native languages such as C. CDLC 1.0 beta and MIDP Access 1 are based on application management through JAM.

JAM 실행과 업그레이드 및 삭제 과정은 일반적인 어플리케이션과 동일한 과정으로 이루어진다. 즉, 사용자가 인터페이스를 통해 어플리케이션을 찾아 수행하고 업그레이드하고 삭제하는 작업 과정으로 수행되는 것이다. Running JAM, upgrading, and deleting is the same process as a normal application. In other words, the process is performed by the user finding, executing, upgrading, and deleting an application through the interface.

네트워크를 통해 JAM에게 MIDP(Mobile Information Device Profile) 어플리케이션과 JAR(Java ARchive) 파일의 정보 즉, MIDlet Attiribute를 전송할 수 있는 효율적인 방법을 위해 현재 JAD(Java Application Descriptor)라는 어플리케이션 디스크립터가 제시되어 있다. An application descriptor called JAD (Java Application Descriptor) is currently proposed for an efficient way to send information of Mobile Information Device Profile (MIDP) application and Java ARchive (JAR) file, MIDlet Attiribute, to JAM over the network.

MIDP 명세에는 모든 JAR 파일이 그에 상응하는 JAD 파일을 가질 것을 명시하고 있다. JAD 파일에는 MIDlet-Name(예로, SunSamples), MIDlet-Version(예로, 1.0), MIDlet-Vendor(예로, Sun Microsystems,Ins.), MIDlet-Description(예로, Sample suite from MIDP early access workspace), MicroEdition-Profile(예로, MIDP 1.0) 등과 같은 MIME 타입 정보를 포함한다. The MIDP specification states that every JAR file will have a corresponding JAD file. JAD files include MIDlet-Name (eg SunSamples), MIDlet-Version (eg 1.0), MIDlet-Vendor (eg Sun Microsystems, Ins.), MIDlet-Description (eg Sample suite from MIDP early access workspace), MicroEdition Include MIME type information, such as Profile (eg MIDP 1.0).

도1은 JAVA를 탑재한 휴대 단말기의 JAM 어플리케이션의 실행 과정을 보인 신호 흐름도로서, 이를 설명하면 다음과 같다. 1 is a signal flow diagram illustrating a process of executing a JAM application of a portable terminal equipped with JAVA.

휴대 단말기에서 WAP 브라우저를 실행하여 서버에 접속하고 Description file로 링크되어 있는 WML 문자열을 선택한다. Run the WAP browser on the mobile terminal to connect to the server and select the WML string linked to the description file.

이후, WAP 브라우저로부터 JAM을 호출하고 Description 파일(JAD 파일)을 다운로드한다. Then call JAM from the WAP browser and download the Description file (JAD file).

이때, 휴대 단말기에서는 JAM 실행으로 JAD 파일을 해독한다. At this time, the portable terminal decrypts the JAD file by executing JAM.

이후, 휴대 단말기에서는 JAD 파일 해독에 의거하여 JAR file과 icon file을 다운로드하여 상기 JAR file을 플래시 메모리에 저장한다. Thereafter, the mobile terminal downloads the JAR file and the icon file based on the JAD file decryption and stores the JAR file in the flash memory.

이에 따라, 'main class name' 이름으로 KVM(Kilo Virtual Machine)을 실행시키고 JAR file로부터 class를 로딩한다. Therefore, we run the KVM (Kilo Virtual Machine) with the name 'main class name' and load the class from the JAR file.

이후, 다운 완료된 메시지 또는 과금 작업을 서버로 호출한다. Thereafter, the down completed message or billing operation is called to the server.

즉, 일반적으로 자바가 탑재된 휴대 단말기에서의 MIDlet의 수행 과정은 서버에 접속, JAD 파일의 다운로드, JAR 파일의 다운로드, 다운로드된 MIDlet의 실행으로 이루어진다. That is, generally, the process of executing a MIDlet in a portable terminal equipped with Java consists of connecting to a server, downloading a JAD file, downloading a JAR file, and executing the downloaded MIDlet.

그러나, 종래의 자바 탑재 휴대 단말기에서 실행되는 MIDlet는 단순 자바 게임(모바일 게임)에 크게 국한되어 있다. 따라서, 현재 자바 게임 이외의 다른 목적의 자바 어플리케이션(MIDlet)이 크게 활성화되어 있지 않다. However, MIDlets executed in conventional Java-enabled mobile terminals are largely limited to simple Java games (mobile games). Therefore, Java applications (MIDlets) for purposes other than Java games are not largely active at present.

또한, 종래에는 일반 텍스트 파일과 비교해 사이즈 면에서 큰 MIDlet(JAR 파일)을 무선 네트워크를 통해 다운로드할 때 속도면에서 오버헤드가 있고 이러한 다운로드 절차에서 과금되는 비용을 사용자가 대부분 부담하여야 하는 단점이 있다. In addition, there is a disadvantage in that, when downloading a large MIDlet (JAR file) in size compared to a plain text file in a wireless network, there is a speed overhead and the user has to bear most of the costs charged in the download procedure. .

따라서, 본 발명은 휴대 단말기 상에 탑재되는 자바 기능을 이용하여 사용자가 특정 장소에서 처리된 특정 업무 처리 내역을 리포트 형식으로 확인할 수 있도록 함으로써 종래의 단점을 개선할 수 있도록 창안한 리포트 전송 방법 및 시스템을 제공함에 목적이 있다. Accordingly, the present invention provides a method and system for generating a report to improve a conventional disadvantage by allowing a user to check a specific work processing history processed at a specific place by using a Java function mounted on a mobile terminal. The purpose is to provide.

본 발명은 상기의 목적을 달성하기 위하여 정보 단말기에서 특정 업무 내역에 대한 JAD 파일을 생성하여 서버로 업로드하는 단계와, 상기 정보 단말기가 JAD 파일 업로드에 대한 메시지를 특정 사용자의 휴대 단말기로 전송하는 단계와, 상기 특정 사용자의 휴대 단말기가 서버에 접속되면 JAD 파일 목록을 제공하는 단계와, 상기 JAD 파일 목록 중 임의의 JAD 파일이 선택되면 그 JAD 파일을 해당 휴대 단말기로 다운로드하는 단계와, 휴대 단말기가 다운로드된 JAD 파일을 특정 리포트 형식으로 생성하여 화면에 표시하는 단계를 수행함을 특징으로 한다. According to an aspect of the present invention, there is provided a method of generating a JAD file for a specific work history in an information terminal and uploading the same to a server, and transmitting the message for uploading a JAD file to a mobile terminal of a specific user. And providing a JAD file list when the mobile terminal of the specific user is connected to the server, and downloading a JAD file to the mobile terminal when any JAD file is selected from the JAD file list. Characterized by the step of generating the downloaded JAD file in a specific report format on the screen.

또한, 본 발명은 상기의 목적을 달성하기 위하여 임의의 가입자에 의한 작업 관련한 JAD 파일을 저장하고 특정 가입자 요청에 의해 다운로드시키는 서버와, 가입자가 작업한 데이터를 JAD 파일로 변환, 생성하고 그 가입자의 요청에 의해 서버에 업로드시키며 상기 가입자의 요청에 의해 특정 가입자에게 상기 JAD 파일 업로드에 대한 SMS(Short Message Service) 메시지를 전송하는 정보 단말기와, 상기 SMS 메시지를 수신하고 이를 확인한 가입자의 설정에 의해 서버에 접속하여 그 서버로부터 해당 JAD 파일을 다운로드하며 그 다운로드된 JAD 파일을 해석하여 특정 포맷의 리포트로 표시하는 휴대 단말기를 포함하여 구성함을 특징으로 한다. In order to achieve the above object, the present invention provides a server that stores JAD files related to work by any subscriber and downloads them by a specific subscriber request, and converts and generates data of the subscriber's work into a JAD file, An information terminal that uploads to a server by request and sends a Short Message Service (SMS) message for uploading the JAD file to a specific subscriber at the request of the subscriber, and the server by the subscriber's setting that receives the SMS message and confirms it. And a portable terminal for downloading the corresponding JAD file from the server, interpreting the downloaded JAD file, and displaying the report in a specific format.

이하, 본 발명을 도면에 의거 상세히 설명하면 다음과 같다. Hereinafter, the present invention will be described in detail with reference to the drawings.

도2는 본 발명의 실시예에서 MIDlet 실행에 의한 리포트 생성 과정을 보인 신호 흐름도로서 이에 도시한 바와 같이, 피씨(PC)(210)에서 작업한 특정 업무 내역에 대한 JAD 파일을 생성하여 서버(220)로 업로드하는 단계와, 상기 피씨(210)가 JAD 파일 업로드에 대한 메시지를 특정 사용자의 휴대 단말기(230)로 전송하는 단계와, 서버(220)에 상기 휴대 단말기(230)가 접속되면 JAD 파일 목록을 제공하는 단계와, 상기 JAD 파일 목록 중 임의의 JAD 파일이 선택되면 상기 서버(220)가 해당 JAD 파일을 상기 휴대 단말기(230)로 다운로드하는 단계와, 휴대 단말기(230)가 MIDlet를 구동하여 다운로드된 JAD 파일을 특정 리포트 형식으로 생성하여 화면에 표시하는 단계를 수행하도록 구성한다. FIG. 2 is a signal flow diagram illustrating a report generation process by executing a MIDlet according to an embodiment of the present invention. As shown in FIG. 2, the server 220 generates a JAD file for a specific work history of the PC 210. Uploading a message to the mobile terminal 230 of a specific user, and uploading a JAD file to the server 220 when the portable terminal 230 is connected to a server 220. Providing a list; if any JAD file is selected from the list of JAD files, the server 220 downloading the JAD file to the mobile terminal 230; and the mobile terminal 230 drives the MIDlet; To generate the downloaded JAD file in a specific report format and display it on the screen.

상기 컴퓨터(210)는 특정 업무 내역을 JAD 파일로 생성하기 위한 JAD 생성기를 탑재하여 구성한다. The computer 210 is configured by mounting a JAD generator for generating a specific work history as a JAD file.

이와같이 구성한 본 발명의 실시예에 대한 동작 및 작용 효과를 설명하면 다음과 같다. Referring to the operation and effect of the embodiment of the present invention configured as described above are as follows.

가입자 또는 임의의 관리자는 피씨(210)를 이용하여 특정 지역에서 특정 업무(예로, 물품 입출고 관리 현황, 회원 관리 내역 등)를 처리하며, 상기 처리된 특정 업무에 관련한 데이터는 JAD 생성기에 의해 JAD 파일로 변환된 후 서버(220)로 업로드(upload)된다. 이때, JAD 파일은 일종의 텍스트(text) 파일로서, JAD 생성 과정은 사용자가 JAD 생성기를 실행하여 해당 내역 데이터를 JAD 파일로 변환시키거나 해당 내역 데이터의 업로드 설정에 의해 자동으로 JAD 파일로 변환하도록 한다. The subscriber or any manager uses the PC 210 to process a specific task (eg, goods receipt and exit management status, member management history, etc.) in a specific region, and the data related to the specific task processed is JAD file by the JAD generator. After the conversion to the server 220 is uploaded (uploaded). In this case, the JAD file is a kind of text file, and the JAD generation process allows the user to execute the JAD generator to convert the corresponding historical data into a JAD file or to automatically convert the corresponding historical data into a JAD file by setting the upload of the corresponding historical data. .

그리고, 피씨(210)는 서버(220)로 해당 JAD 파일을 업로드한 후 상기 JAD 파일이 서버에 업로드되었음을 SMS(Short Message Service) 메시지를 이용하여 해당 가입자의 휴대 단말기(230)로 전송하게 된다. 즉, 특정 업무 처리 내역을 알기를 원하는 특정 가입자에게 해당 JAD 파일의 업로드 여부를 SMS 메시지를 이용하여 알린다. Then, the PC 210 uploads the JAD file to the server 220 and transmits the JAD file to the mobile terminal 230 of the subscriber using an SMS message (Short Message Service). That is, the SMS notifies whether a specific JAD file is uploaded to a specific subscriber who wants to know a specific work processing history.

상기에서 JAD 파일 생성 과정, JAD 파일 업로드 과정 및 특정 사용자의 휴대 단말기로 SMS 메시지 전송 과정은 일괄적으로 이루어질 수 있다. The JAD file generation process, the JAD file upload process, and the SMS message transmission process to the mobile terminal of a specific user may be performed collectively.

이에 따라, JAD 파일이 업로드되었다는 SMS 메시지가 휴대 단말기(230)에 수신되면 그 메시지를 확인한 휴대 단말기 사용자는 WAP 브라우저를 실행하여 서버(220)에 접속하고 Description file로 링크되어 있는 WML 문자열을 선택한다. Accordingly, when the SMS message indicating that the JAD file has been uploaded is received by the mobile terminal 230, the mobile terminal user who checks the message executes a WAP browser to access the server 220 and selects the WML string linked to the description file. .

이후, WAP 브라우저로부터 JAM을 호출하고 Description 파일(JAD 파일)을 다운로드하여 플래시 메모리에 저장한다. Then, JAM is called from the WAP browser, and the description file (JAD file) is downloaded and stored in the flash memory.

이때, 휴대 단말기(230)에서는 JAM 실행으로 리포트 생성을 위한 MIDlet의 메인 class로 KVM(Kilo Virtual Machine)을 구동함과 아울러 리포트 생성을 위한 MIDlet의 class를 로딩하게 된다. At this time, the portable terminal 230 runs a Kilo Virtual Machine (KVM) as the main class of the MIDlet for generating the report by executing JAM, and loads the class of the MIDlet for generating the report.

따라서, MIDlet는 서버(220)로부터 다운로드한 JAD 파일을 해석하여 업무 처리 내역을 일정 리포트 형식으로 화면에 표시하게 된다. Therefore, the MIDlet interprets the JAD file downloaded from the server 220 and displays the work processing history on the screen in a schedule report format.

이후, 다운 완료된 메시지 또는 과금 작업을 서버로 호출한다. Thereafter, the down completed message or billing operation is called to the server.

상기에서 상세히 설명한 바와 같이 본 발명은 현재 특정 지역에서 이루어지고 있는 특정 업무의 주요 내용을 특정 사용자가 원격에서 휴대 단말기를 이용하여 실시간으로 확인할 수 있도록 함으로써 업무 처리의 효율성을 향상시킬 수 있는 효과가 있다. As described in detail above, the present invention has the effect of improving the efficiency of work processing by allowing a specific user to remotely check the main contents of a specific work currently being performed in a specific region in real time using a mobile terminal. .

또한, 본 발명은 서버로부터 JAR 파일이 아닌 텍스트(text) 파일의 일종인 JAD 파일을 다운로드함으로써 OTA(Over The Air) 다운로드 부하를 감소시키고 다운로드 과정에서 부과되는 과금도 줄일 수 있는 효과가 있다. In addition, the present invention has the effect of reducing the over-the-air (OTA) download load and the charges charged in the download process by downloading a JAD file, which is a kind of text file, not a JAR file from the server.

Claims (3)

정보 단말기에서 특정업무 내역에 대한 JAD(Java Application Descriptor) 파일을 생성하여 서버로 업로드하는 단계와, Generating and uploading a JAD (Java Application Descriptor) file for a specific task history in the information terminal to the server; 특정 사용자의 휴대 단말기가 상기 서버에 접속되면 JAD 파일 목록을 제공받는 단계와, Receiving a list of JAD files when a mobile terminal of a specific user is connected to the server; 상기 JAD 파일 목록 중 임의의 JAD 파일을 선택하여 그 JAD 파일을 상기 휴대 단말기 또는 임의의 휴대 단말기로 다운로드하는 단계와, Selecting any JAD file from the list of JAD files and downloading the JAD file to the mobile terminal or any mobile terminal, 상기 JAD 파일이 다운로드된 휴대 단말기가 미들릿(MIDlet)을 실행하여 상기 JAD 파일을 특정 리포트 형식으로 생성하고 그 생성된 리포트를 화면에 표시하는 단계를 수행함을 특징으로 하는 리포트 전송 방법. And executing the MIDlet by the mobile terminal having downloaded the JAD file to generate the JAD file in a specific report format and displaying the generated report on the screen. 제1항에 있어서, 정보 단말기에서 JAD 파일 업로드에 대한 메시지를 특정 사용자의 휴대 단말기로 전송하는 단계를 더 포함하여 수행함을 특징으로 하는 리포트 전송 방법. The method of claim 1, further comprising: transmitting, by the information terminal, a message for uploading a JAD file to a mobile terminal of a specific user. 임의의 가입자가 업로드한 특정 작업 관련한 JAD 파일을 저장하고 특정 가입자 요청에 의해 JAD 파일 목록 및 임의의 JAD 파일을 다운로드시키는 서버와, A server that stores JAD files related to specific tasks uploaded by any subscriber and downloads a list of JAD files and any JAD files by specific subscriber request; 특정 작업 데이터를 JAD 파일로 생성하여 상기 서버에 업로드시키며 특정 가입자에게 상기 JAD 파일 업로드에 대한 SMS(Short Message Service) 메시지를 전송하는 정보 단말기와, An information terminal which generates a specific job data as a JAD file and uploads it to the server, and sends a short message service (SMS) message for uploading the JAD file to a specific subscriber; 상기 SMS 메시지를 수신하고 사용자의 설정에 의해 상기 서버에 접속하여 그 서버로부터 해당 JAD 파일을 다운로드하며 그 다운로드된 JAD 파일을 해석하여 특정 포맷의 리포트로 표시하는 JAVA 탑재 휴대 단말기를 포함하여 구성함을 특징으로 하는 리포트 전송 시스템. And a JAVA-equipped portable terminal that receives the SMS message, accesses the server by the user's setting, downloads the corresponding JAD file from the server, interprets the downloaded JAD file, and displays the report in a specific format. Report transmission system characterized by.
KR20030071832A 2003-10-15 2003-10-15 Method and system for transmitting report KR100585732B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR20030071832A KR100585732B1 (en) 2003-10-15 2003-10-15 Method and system for transmitting report
CN 200410058274 CN100485659C (en) 2003-10-15 2004-08-20 Report transmission method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR20030071832A KR100585732B1 (en) 2003-10-15 2003-10-15 Method and system for transmitting report

Publications (2)

Publication Number Publication Date
KR20050036213A KR20050036213A (en) 2005-04-20
KR100585732B1 true KR100585732B1 (en) 2006-06-07

Family

ID=34793049

Family Applications (1)

Application Number Title Priority Date Filing Date
KR20030071832A KR100585732B1 (en) 2003-10-15 2003-10-15 Method and system for transmitting report

Country Status (2)

Country Link
KR (1) KR100585732B1 (en)
CN (1) CN100485659C (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100433872C (en) * 2005-09-07 2008-11-12 乐金电子(中国)研究开发中心有限公司 Method for supporting large JAVA application download in mobile terminal
KR100737589B1 (en) * 2006-01-13 2007-07-10 주식회사 팬택 Method for transmitting java multimedia messages based in the java flatform
CN101478599B (en) * 2009-01-20 2011-07-06 华为终端有限公司 JAVA program installation method and device in mobile communication terminal thereof

Also Published As

Publication number Publication date
CN100485659C (en) 2009-05-06
CN1607520A (en) 2005-04-20
KR20050036213A (en) 2005-04-20

Similar Documents

Publication Publication Date Title
CN102752369B (en) The supplying method of TV applications service and virtual content service platform
CN109857403B (en) Page updating method and device, page processing method and device
RU2005108987A (en) SYSTEM AND METHOD OF APPLICATION AND FILTRATION OF APPLIED METADATA BASED ON FUNCTIONAL CAPABILITIES OF WIRELESS DEVICES
RU2554570C2 (en) Method and system for executing services on server and client of client-server architecture
JP2014503926A (en) Apparatus and method for providing automatic application installation function in digital device
CA2934482C (en) Providing application programs to devices
US9307010B2 (en) Data upload method using shortcut
CN106230977B (en) A kind of client functionality loading method, system, client and server-side
CN104063225A (en) Locked screen theme development method and locked screen theme development system
CN111142884A (en) Applet version deployment method and device, electronic equipment and storage medium
CN107092507B (en) Application program skin changing method, device and system
JP4541028B2 (en) Remote operation control program using Web server
CN110109684B (en) Block chain link point management proxy service installation method, electronic device and storage medium
KR100585732B1 (en) Method and system for transmitting report
CN104426960A (en) Paid application trying method and device thereof
CN110333874B (en) iOS system installation packet data acquisition method, device, equipment and medium
CN106533757A (en) Method and device for upgrading cloud terminal equipment in batches
JP5359835B2 (en) Information processing apparatus, distribution system, and reception method
CN112083945B (en) Update prompting method and device of NPM installation package, electronic equipment and storage medium
KR20120017619A (en) Apparatus and method for providing device management package and method to be provided the device management package
CN108989428B (en) Bluetooth terminal upgrading method, server, computer readable storage medium and system
CN106648805A (en) Intelligent device, intelligent system, and method for intelligently installing application
CN109144544A (en) Application program update method, system and device used in a kind of bank
CN110795111B (en) Remote automatic upgrading method for communication equipment and management terminal
CN112491792B (en) Data secure transmission method, device, equipment and readable storage medium

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20120424

Year of fee payment: 7

LAPS Lapse due to unpaid annual fee