KR20060057542A - Method for obtaining communication settings using an application descriptor - Google Patents

Method for obtaining communication settings using an application descriptor Download PDF

Info

Publication number
KR20060057542A
KR20060057542A KR1020057024644A KR20057024644A KR20060057542A KR 20060057542 A KR20060057542 A KR 20060057542A KR 1020057024644 A KR1020057024644 A KR 1020057024644A KR 20057024644 A KR20057024644 A KR 20057024644A KR 20060057542 A KR20060057542 A KR 20060057542A
Authority
KR
South Korea
Prior art keywords
midlet
communication
application
configuration information
identifier
Prior art date
Application number
KR1020057024644A
Other languages
Korean (ko)
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 KR1020057024644A priority Critical patent/KR20060057542A/en
Publication of KR20060057542A publication Critical patent/KR20060057542A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

A method of communicating in connection with MIDIet comprising the steps of: obtaining t least one communication setting from a provisioning document associated with the MIDIet; and communicating, in connection with the MIDIet, using the at least one setting.

Description

애플리케이션 디스크립터를 사용하여 통신 설정 정보를 획득하기 위한 방법{Method for obtaining communication settings using an application descriptor}Method for obtaining communication settings using an application descriptor

본 발명의 실시예들은 소프트웨어 애플리케이션들과 관련된 통신에 관한 것이다. 그러한 실시예들은 이동 전화들의 소프트웨어 애플리케이션들과 관련된 통신에 관한 것이다.Embodiments of the present invention relate to communication associated with software applications. Such embodiments relate to communication associated with software applications of mobile phones.

현재, 이동 전화들이 사전 설치된 엠베디드 애플리케이션들과 아울러 다운로드된 외부 애플리케이션들을 실행하는 것이 가능하다. 외부 애플리케이션은 이동 전화 내의 상주 가상 기계(resident virtual machine)를 통해 실행하는 플랫폼 독립 애플리케이션일 수 있다. 자바TM 애플리케이션들은 바람직한 형태의 플랫폼 독립 애플리케이션들이다.At present, it is possible for mobile phones to run downloaded external applications as well as pre-installed embedded applications. The external application may be a platform independent application running through a resident virtual machine in the mobile phone. Java TM applications are a preferred form of platform independent applications.

J2ME(Java2 Micro Edition)는 처리 전력 및 메모리 크기와 같은 자신의 사용자 인터페이스들 및 시스템 구성요소들에 관한 제약들을 갖는 이동 전화들 및 유사한 핸드헬드 장치들을 위한 MIDP(Mobile Information Device Profile; 이동 정보 장치 프로파일)를 정의한다. MIDP와 일치하는 소프트웨어 애플리케이션들은 MIDlet들로 지칭되며 MIDlet 슈트(MIDlet suite)의 일부로서 다운로드된다.Java2 Micro Edition (J2ME) is a Mobile Information Device Profile (MIDP) for mobile phones and similar handheld devices with constraints on their user interfaces and system components such as processing power and memory size. ). Software applications that match the MIDP are referred to as MIDlets and are downloaded as part of the MIDlet suite.

MIDlet 슈트는 2개의 개별 부품을 지닌다. 첫번째 부품인 자바 애플리케이션 디스크립터(Java Application Descriptor; JAD)는 상기 슈트에 내재하는 애플리케이션들을 기술하며 ".jad" 확장자를 갖는 데이터 파일 이름에 의해 식별된다. 두번째 부품인 자바 애플리케이션 자원(Java Application Resource; JAR)은 실제 애플리케이션(들)(MIDlet(들))을 포함하며 ".jar" 확장자를 갖는 데이터 파일 이름에 의해 식별된다. JAD는 완전한 JAR 파일이 다운로드되기 전에 다운로딩 장치 또는 그러한 장치 자체의 사용자에 의해 상기 애플리케이션의 적합성(suitability)이 검토될 수 있게 해 준다.The MIDlet chute has two separate parts. The first part, the Java Application Descriptor (JAD), describes the applications inherent in the suite and is identified by a data file name with a ".jad" extension. The second part, Java Application Resource (JAR), contains the actual application (s) (MIDlet (s)) and is identified by a data file name with a ".jar" extension. JAD allows the suitability of the application to be reviewed by the downloading device or by the user of the device itself before the complete JAR file is downloaded.

JAD는 다운로드 장치가 MIDlet(들)을 식별, 회수, 및 설치할 수 있게 하는 소정 세트의 속성을 포함한다. 애플리케이션 디스크립터(JAD)의 포맷은 콜론, 속성의 값, 및 캐리지 리턴(carriage return)이 이어지는 속성 이름으로 이루어진 라인들의 시퀀스이다. 여백(white space)은 속성을 전후해서 무시되며 속성들의 순서는 임의적이다.JAD includes a set of attributes that enable the download device to identify, retrieve, and install the MIDlet (s). The format of the application descriptor (JAD) is a sequence of lines consisting of a colon, the value of the attribute, and an attribute name followed by a carriage return. White space is ignored before and after the attributes, and the order of the attributes is arbitrary.

MIDlet 슈트의 자바 애플리케이션 디스크립터(JAD)는,The Java Application Descriptor (JAD) for the MIDlet suite is:

MIDlet-Name:MIDlet-Name:

MlDlet-Version:MlDlet-Version:

MiDlet-Vendor:MiDlet-Vendor:

MlDlet-Jar-URL:MlDlet-Jar-URL:

MIDlet-Jar-Size:와 같은 세트의 속성을 수반하여야 한다.It must be accompanied by a set of attributes such as MIDlet-Jar-Size :.

이동 정보 장치 프로파일(MIDP)은 이동 장치가 OTA(Over The Air) 통신을 수 행하는 방식 이상으로는 제어할 수 없다. OTA 액세스가 이용가능하다고 가정한다. 그러나, 몇몇 경우에는 액세스가 이용가능하지 않을 수 있거나 또는 MIDlet가 네트워크의 특정 포인트에 대한 액세스나 특정의 서버를 통한 액세스를 필요로 할 수 있다. 더군다나, 액세스는 특정의 프로토콜에 따라야 할 필요가 있을 수 있다.The mobile information device profile (MIDP) cannot be controlled beyond the manner in which the mobile device performs over the air (OTA) communication. Assume that OTA access is available. However, in some cases access may not be available or the MIDlet may require access to a particular point in the network or through a particular server. Furthermore, access may need to be in accordance with certain protocols.

이동 장치가 MIDlet와 관련된 OTA 통신을 수행하는 방식 이상으로 제어할 수 있는 것이 바람직하다.It is desirable to be able to control more than the manner in which the mobile device performs OTA communication with respect to the MIDlet.

본 발명자들은 이를 달성하기 위한 MIDP의 변경이 곤란하다는 것을 알아내었다. 본 발명자들은 그 문제가 무선 애플리케이션 프로토콜(Wireless Application Protocol; WAP)용으로 고안된 메커니즘을 사용함으로써 해결 및 극복될 수 있다는 것을 알아내었다.The inventors have found it difficult to change the MIDP to achieve this. The inventors have found that the problem can be solved and overcome by using a mechanism devised for the Wireless Application Protocol (WAP).

현재 OMA(Open Mobile Alliance)가 무선 애플리케이션 프로토콜(WAP)을 제어하고 있다. WAP이 작동해야 하는 방식을 정의하는 다수의 사양 문서(specification document)가 공개되어 왔다. 이러한 사양들에는 프로비저닝 콘텐츠 사양 V1.1 (2002년 9월 20일 초안 버전)(Provisioning Content Specification V1.1 (Draft Version 20-Sept-2002) 및 WAÅ-(WAP)189-PushOTA가 있다.The Open Mobile Alliance (OMA) is currently controlling the Wireless Application Protocol (WAP). A number of specification documents have been published that define how WAP should work. These specifications include the Provisioning Content Specification V1.1 (Draft Version 20-Sept-2002) and WAÅ- (WAP) 189-PushOTA.

무선 애플리케이션 프로토콜(WAP) 네트워크는 다수의 클라이언트, 서버 및 클라이언트 및 서버 간을 매개시키는 프록시 게이트웨이를 포함한다.Wireless Application Protocol (WAP) networks include multiple clients, servers, and proxy gateways that mediate between clients and servers.

WAP은 "풀(pul)" 및 "푸시(push)" 기법을 지원한다. "풀" 기법에서는, 클라이언트가 서버로부터 서비스 또는 정보를 요구하며, 서버는 정보를 클라이언트에 전송함으로써 응답한다. WWW(World Wide Web) 브라우징은 풀 기법의 전형적인 예이 다. "푸시" 기법에서는, 서버가 명시적 요구 없이 클라이언트에게 정보를 전송한다. 즉 이러한 서버는 개시된 서버이다.WAP supports "pul" and "push" techniques. In the "pull" technique, a client requests a service or information from a server, and the server responds by sending the information to the client. World Wide Web browsing is a classic example of a pull technique. In the "push" technique, a server sends information to a client without an explicit request. That is, such a server is a started server.

프로비저닝은 WAP 클라이언트가 프로비저닝 문서의 수신시 최소한의 사용자 대화를 가지고 서비스를 수행하도록 구성되는 프로세스이다.Provisioning is a process in which a WAP client is configured to perform a service with minimal user conversation upon receipt of a provisioning document.

본 발명의 한 실시태양에 의하면, MIDlet과 관련된 통신을 수행하는 방법이 제공되며, 상기 MIDlet과 관련된 통신을 수행하는 방법은, 상기 MIDlet과 결합된 프로비저닝 문서로부터 적어도 하나의 통신 설정 정보를 획득하는 단계; 및 상기 적어도 하나의 설정 정보를 사용하여 상기 MIDlet과 관련된 통신을 수행하는 단계를 포함하는 것을 특징으로 한다.According to one embodiment of the present invention, there is provided a method of performing communication related to a MIDlet, and the method of performing communication related to the MIDlet includes: obtaining at least one communication setting information from a provisioning document associated with the MIDlet; ; And performing communication related to the MIDlet by using the at least one configuration information.

본 발명의 다른 한 실시태양에 의하면, 애플리케이션과 관련된 OTA(Over The Air) 통신을 수행하는 방법이 제공되며, 상기 애플리케이션과 관련된 OTA 통신을 수행하는 방법은, 애플리케이션 디스크립터로부터 식별자를 획득하는 단계; 상기 식별자를 포함하는 프로비저닝 문서로부터 적어도 하나의 통신 설정 정보를 획득하는 단계; 및 상기 적어도 하나의 통신 설정 정보를 사용하는 단계로서, 상기 적어도 하나의 통신 설정 정보를 사용함으로써 상기 애플리케이션 디스크립터에 의해 참조된 애플리케이션과 관련된 통신을 수행하는 단계를 포함하는 것을 특징으로 한다.According to another aspect of the present invention, there is provided a method of performing Over The Air (OTA) communication associated with an application, the method of performing OTA communication associated with the application comprising: obtaining an identifier from an application descriptor; Obtaining at least one communication setting information from a provisioning document including the identifier; And using the at least one communication setting information, performing communication related to an application referenced by the application descriptor by using the at least one communication setting information.

본 발명의 또 다른 한 실시태양에 의하면, MIDlet과 관련된 통신을 제어하는 방법이 제공되며, 상기 MIDlet과 관련된 통신을 제어하는 방법은, 상기 MIDlet의 JAD로부터의 식별자를 포함하는 프로비저닝 문서 및 상기 MIDlet과 관련된 통신을 제어하기 위한 적어도 하나의 설정 정보를 제공하는 단계를 포함하는 것을 특징으로 한다.According to yet another aspect of the present invention, there is provided a method of controlling communication associated with a MIDlet, and the method of controlling communication related to the MIDlet includes: a provisioning document including an identifier from a JAD of the MIDlet; And providing at least one setting information for controlling the associated communication.

본 발명의 또 다른 한 실시태양에 의하면, 이동 전화 장치가 제공되며, 상기 이동 전화 장치는, 애플리케이션 디스크립터로부터 식별자를 획득하기 위한 수단; OTA(Over The Air) 통신을 수행하기 위해 상기 식별자를 포함하는 프로비저닝 문서로부터 적어도 하나의 설정 정보를 획득하기 위한 수단; 및 상기 적어도 하나의 설정 정보를 사용하여 상기 애플리케이션 디스크립터에 의해 참조된 애플리케이션과 관련된 OTA 통신을 수행하기 위한 송수신기 수단을 포함하는 것을 특징으로 한다.According to yet another aspect of the present invention, there is provided a mobile telephone device, comprising: means for obtaining an identifier from an application descriptor; Means for obtaining at least one configuration information from a provisioning document that includes the identifier to perform over the air (OTA) communication; And transceiver means for performing OTA communication associated with an application referenced by the application descriptor using the at least one configuration information.

본 발명의 실시예들은 MIDlet 슈트의 JAD와 프로비저닝 문서를 결합시킨다. 프로비저닝 문서의 컨텐츠는 MIDlet과 관련된 OTA 통신이 수행되는 방식을 제어한다. 예를 들면, 프로비저닝 문서의 콘텐츠는 애플리케이션 프로토콜, 프록시 및 네트워크 액세스 포인트 중 하나 또는 그 이상을 명시할 수 있다.Embodiments of the present invention combine the JAD and provisioning document of a MIDlet suite. The content of the provisioning document controls how OTA communication with the MIDlet is performed. For example, the content of a provisioning document can specify one or more of an application protocol, proxy, and network access point.

본 발명의 보다 나은 이해를 위해 그리고 본 발명이 어떠한 방식으로 실시될 수 있는 지를 이해시키기 위해 단지 예를 들어 본 발명의 실시예들의 첨부도면들을 참조하면 다음과 같다.For a better understanding of the invention and to understand how the invention may be practiced, refer to the accompanying drawings of embodiments of the invention, for example only as follows.

도 1은 본 발명에 따라 작동가능한 핸드-포터블 장치를 예시하는 도면이다.1 is a diagram illustrating a hand-portable device operable in accordance with the present invention.

도 2는 본 발명의 한 실시예에 따른 프로세스를 예시하는 도면이다.2 is a diagram illustrating a process according to one embodiment of the invention.

본 발명의 실시예들은 JAD를 합체하고 있는 MIDlet 슈트(MIDlet suite)에 내재하는 애플리케이션(MIDlet)이 OTA(over the air) 통신을 수행하는 방식에 관한 제어를 허용하도록 하는 프로비저닝 문서(provisioning document)와의 JAD 결합에 관한 것이다. 프로비저닝 문서의 콘텐츠를 통해 상기 통신이 이루어지는 방식이 제어된다. 프로비저닝 문서의 콘텐츠는 예를 들면 애플리케이션 프로토콜, 프록시 및 네트워크 액세스 포인트 중 하나 또는 그 이상을 명시할 수 있다.Embodiments of the present invention are provided with a provisioning document that allows control over how an MIDlet inherent in a MIDlet suite incorporating JAD performs over the air (OTA) communication. It's about JAD joining. The manner in which the communication is made is controlled through the content of the provisioning document. The content of the provisioning document may specify one or more of, for example, an application protocol, proxy and network access point.

도 1에는 MIDlet 슈트(MIDlet suite)를 통해 애플리케이션을 다운로드 및 실행하기 위한 한 형태의 적합한 핸드-포터블 장치(10)가 개략적으로 예시되어 있다. 상기 핸드-포터브 장치는 클록(14)으로부터의 입력 및 입력 장치(16)로부터의 입력을 수신하는 마이크로프로세서(12)를 포함한다. 마이크로프로세서(12)는 디스플레이(18)를 통해 출력을 제공하며 비-휘발성 메모리(20)로의 기록 및 비-휘발성 메모리(20)로부터의 판독을 위해 접속되어 있다. 상기 마이크로프로세서는 또한 무선 송수신기(22)를 통해 서버와의 통신 및 MIDlet 슈트의 저장이 가능하다.1 schematically illustrates one form of a suitable hand-portable device 10 for downloading and executing an application via a MIDlet suite. The hand-portable device includes a microprocessor 12 that receives an input from clock 14 and an input from input device 16. Microprocessor 12 provides an output via display 18 and is connected for writing to and reading from non-volatile memory 20. The microprocessor is also capable of communicating with the server and storing of the MIDlet suite via the wireless transceiver 22.

입력 장치(16)는 ITU-T 전화 키보드와 같은 한손을 쓰는 입력 키보드, 쿼티(QWERTY) 키보드와 같은 양손을 쓰는 입력 키보드, 또는 터치 입력 장치일 수 있다. 무선 송수신기(22)는 임의의 적합한 원격 통신 수단일 수 있다. 상기 무선 송수신기는 셀룰러 무선 전화 네트워크에서 작동하기 위한 셀룰러 무선 전화 송수신기일 수도 있고, 블루투스TM 송수신기일 수도 있으며, IR 송수신기일 수도 있다. 핸드-포터블 장치(10)는 WAP 프로토콜을 사용하여 MIDlet 슈트들을 다운로드하도록 이루어진 WAP 기반 셀룰러 이동 전화일 수 있다.The input device 16 may be a one-handed input keyboard such as an ITU-T telephone keyboard, a two-handed input keyboard such as a QWERTY keyboard, or a touch input device. The wireless transceiver 22 may be any suitable telecommunication means. The radio transceiver may be a cellular radio telephone transceiver for operation in a cellular radio telephone network, a Bluetooth TM transceiver, or an IR transceiver. The hand-portable device 10 may be a WAP based cellular mobile phone configured to download MIDlet suites using the WAP protocol.

비-휘발성 메모리(20)는 자바 가상 기계(Java Virtual Machine)를 지원하는 소프트웨어를 저장한다. 상기 자바 가상 기계는 상기 송수신기(22)를 통해 MIDlet 슈트를 다운로드하고, 상기 메모리(20) 내에 MIDlet 슈트를 저장하며 MIDlet 슈트에 내재하는 애플리케이션들(MIDlet들)을 실행하는 것이 가능하다.Non-volatile memory 20 stores software that supports the Java Virtual Machine. The Java virtual machine is capable of downloading a MIDlet suite via the transceiver 22, storing the MIDlet suite in the memory 20 and executing applications (MIDlets) inherent in the MIDlet suite.

MIDlet 슈트는 2개의 개별 부품을 지닌다. 첫번째 부품인 자바 애플리케이션 디스크립터(Java Application Descriptor; JAD)는 상기 슈트에 내재하는 애플리케이션들을 기술하며 ".jad" 확장자를 갖는 데이터 파일 이름에 의해 식별된다. 두번째 부품인 자바 애플리케이션 자원(Java Application Resource; JAR)은 실제 애플리케이션(들)(MIDlet(들))을 포함하며 ".jar" 확장자를 갖는 데이터 파일 이름에 의해 식별된다. JAD는 완전한 JAR가 다운로드되기 전에 다운로딩 장치 또는 그러한 장치 자체의 사용자에 의해 상기 애플리케이션의 적합성(suitability)이 검토될 수 있게 해 준다.The MIDlet chute has two separate parts. The first part, the Java Application Descriptor (JAD), describes the applications inherent in the suite and is identified by a data file name with a ".jad" extension. The second part, Java Application Resource (JAR), contains the actual application (s) (MIDlet (s)) and is identified by a data file name with a ".jar" extension. JAD allows the suitability of the application to be reviewed by the downloading device or by the user of the device itself before the complete JAR is downloaded.

JAD는 다운로드 장치가 MIDlet(들)을 식별, 회수, 및 설치할 수 있게 하는 소정 세트의 속성을 포함한다. MIDlet 슈트의 자바 애플리케이션 디스크립터(JAD)는,JAD includes a set of attributes that enable the download device to identify, retrieve, and install the MIDlet (s). The Java Application Descriptor (JAD) for the MIDlet suite is:

MIDlet-Name:MIDlet-Name:

MlDlet-Version:MlDlet-Version:

MIDlet-Vendor:MIDlet-Vendor:

MlDlet-Jar-URL:MlDlet-Jar-URL:

MIDlet-Jar-Size:와 같은 세트의 속성을 수반한다.It carries the same set of attributes as MIDlet-Jar-Size :.

MIDlet-Name은 다운로드 이전에 MIDlet 슈트가 사용자에게 식별되는 이름을 제공한다. MIDlet-Jar-URL은 JAR이 다운로드될 수 있는 URI를 제공한다.MIDlet-Name provides the name by which the MIDlet suite is identified to the user prior to download. The MIDlet-Jar-URL provides the URI from which the JAR can be downloaded.

JAR는 이동 전화 내에 사전 설치될 수도 있고 로드될 수도 있다. JAR가 이동 전화 내에 로드될 경우에, 이는 예컨대 SMS(Short Message Service; 문자 전송 서비스)를 사용하여 예를 들면 상기 송수신기(22)를 통해 OTA(Over-The-Air) 또는 스마트 카드와 같은 물리 장치를 통해 이루어질 수 있다.The JAR may be preinstalled or loaded in the mobile phone. When a JAR is loaded into a mobile phone, it is a physical device such as an over-the-air or smart card, for example via the transceiver 22, for example using a Short Message Service (SMS). It can be done through.

상기 장치(10)에는 적합한 프로비저닝 문서가 프로비저닝되어 있다. 프로비저닝(provisioning)은 상기 장치(10)가 최소한의 사용자 대화로 구성되는 프로세스이다. 상기 용어는 OTA 프로비저닝 및 예컨대 스마트 카드를 통한 프로비저닝 양자 모두를 포함한다. 상기 장치(10)에는 예를 들면 프로비저닝 문서에 내재되어 있는 환경설정 매개변수들을 서버로부터 상기 장치(10)로 OTA를 통해 푸싱(pushing)함으로써 접속 정보(connectivity information) 및 애플리케이션 정보가 프로비저닝될 수 있다.Appropriate provisioning documents are provisioned in the device 10. Provisioning is a process in which the device 10 consists of minimal user conversations. The term includes both OTA provisioning and provisioning via smart cards, for example. The device 10 may be provisioned with connectivity information and application information, for example, by pushing configuration parameters inherent in a provisioning document from the server to the device 10 via OTA. .

적합한 프로비저닝 문서는 상기 장치(10)의 애플리케이션 계층에서 해석되는 특수 MIME 형태를 갖는 이진 부호화된 XML 문서이다. 프로비저닝 문서에 대한 XML 문서 형태 정의(Document Type Definition; DTD)는 개별 매개변수들에 값들을 제공하는데 사용되는 팜 요소(parm element); 및 논리적 실체들로 매개변수들을 그룹화하는데 사용되는 특징 요소(characteristic element)와 같은 2가지 요소를 정의한다.A suitable provisioning document is a binary coded XML document with a special MIME type that is interpreted at the application layer of the device 10. The XML Document Type Definition (DTD) for a provisioning document may include a palm element used to provide values for individual parameters; And characteristic elements used to group parameters into logical entities.

예를 들면, 적합한 프로비저닝 문서는,For example, a suitable provisioning document is

<wap-provisioningdoc version="1.1"><wap-provisioningdoc version = "1.1">

<characteristic type = "APPLICATION"><characteristic type = "APPLICATION">

<parm name= "APPID" value= "[MIDlet-Name]"/>   <parm name = "APPID" value = "[MIDlet-Name]" />

<parm name= "TO-NAPID" value= "NAP1"/>   <parm name = "TO-NAPID" value = "NAP1" />

<parm name= "TO-PROXY" value= "www.operator.com"/>   <parm name = "TO-PROXY" value = "www.operator.com" />

</characteristic>   </ characteristic>

<characteristic type = "NAPDEF"><characteristic type = "NAPDEF">

<parm name= "NAPID" value= "NAP1"/>      <parm name = "NAPID" value = "NAP1" />

.....       .....

</characteristic></ characteristic>

</wap-provisioningdoc> 일 수 있다.</ wap-provisioningdoc>.

이 같은 적합한 프로비저닝 문서는 특정의 MIDlet 슈트와 결합되며 이는 그러한 MIDlet 슈트에 대한 MIDlet들이 OTA 통신을 수행하는 방식을 명시한다. 이러한 예에서의 결합은 JAD의 MIDlet-Name에 APPID의 값을 설정함으로써 이루어진다.Such a suitable provisioning document is associated with a particular MIDlet suite, which specifies how the MIDlets for that MIDlet suite perform OTA communication. The association in this example is done by setting the value of APPID in JAD's MIDlet-Name.

상기 프로비저닝 문서에서는, APPLICATION 특징이 애플리케이션 프로토콜 매개변수들을 정의하는데 사용되며 또한 상기 장치(10)가 특정의 애플리케이션 서비스 액세스 포인트, 예컨대 JAR를 저장하는 서버에 액세스하는데 필요한 애플리케이션 전용 매개변수들을 제공하는데 사용된다.In the provisioning document, an APPLICATION feature is used to define application protocol parameters and the device 10 is used to provide application specific parameters necessary for accessing a particular application service access point, e. .

'일반적인' 프로비저닝 문서에서는, APPID 요소가 기술된 애플리케이션 서비스 액세스 포인트에서 이용가능한 애플리케이션 서비스의 형태를 식별하지만, 이러한 적합한 예에서는 APPID 요소는 JAD와의 결합에 사용된다. 이러한 예에서의 결합은 JAD의 MIDlet-Name에 APPID의 값을 설정함으로써 이루어지지만 상기 결합은 변형적으로 MIDlet-Jar-URL에 설정될 수 있다.In the 'general' provisioning document, the APPID element identifies the type of application service available at the described application service access point, but in this suitable example, the APPID element is used in conjunction with JAD. The association in this example is accomplished by setting the value of APPID in the MIDlet-Name of JAD, but the association can alternatively be set in the MIDlet-Jar-URL.

TO-PROXY 매개변수는 MIDlet-Jar-URL에 액세스하는데 사용되어야 하는 일치하는 PROXY-ID를 갖는 논리적 프록시를 말한다. 이러한 예에서는, TO-PROXY 매개변수는 네트워크 운영자의 프록시이다. 이는 예를 들면 다운로드 서비스에 대한 비용을 부담시킬 수 있다.The TO-PROXY parameter refers to a logical proxy with a matching PROXY-ID that should be used to access the MIDlet-Jar-URL. In this example, the TO-PROXY parameter is a proxy of the network operator. This may, for example, cost the download service.

TO-NAPID 매개변수는 일치하는 NAPID 매개변수에 대한 네트워크 액세스 포인트 정의를 말한다. NAPDEF 특징은 NAPID 매개변수를 포함하며, 이러한 NAPID 매개변수의 값은 APPLICATION 특징의 TO-NAPID의 값에 링크된다. NAPDEF 특징은 데이터 네트워크, 예컨대 베어러(bearer)에 액세스하는데 필요한 모든 매개변수, 예컨대 전화번호 등등과 같은 NAP 주소를 포함한다. NAP(Network Access Point; 네트워크 액세스 포인트)는 유선 네트워크 및 무선 네트워크 간의 특정의 인터페이스를 명시한다.The TO-NAPID parameter refers to the network access point definition for the matching NAPID parameter. The NAPDEF feature contains a NAPID parameter, whose value is linked to the value of the TO-NAPID of the APPLICATION feature. The NAPDEF feature includes all parameters required to access a data network, such as a bearer, such as a NAP address, such as a telephone number and the like. NAP (Network Access Point) specifies a particular interface between a wired network and a wireless network.

상기 프로비저닝 문서는 MGMT 서버(Terminal management server)를 통해 다운로드될 수 있거나 부트스트랩 프로세스가 수행될 수 있다.The provisioning document may be downloaded via a MGMT server or a bootstrap process may be performed.

상기 장치(10)는 도 2에 예시된 프로세스에 따라 작동한다.The device 10 operates according to the process illustrated in FIG.

단계(30)에서는, 상기 장치(10)가 JAR를 파싱(parsing)하여 MIDlet-Name의 값을 결정한다. 이는 MIDlet의 식별자이다.In step 30, the device 10 parses the JAR to determine the value of the MIDlet-Name. This is the identifier of the MIDlet.

단계(32)에서는, 상기 장치가 MIDlet의 식별자와 동일한 APPID의 값, 이 경우에는 MIDlet-Name의 값을 통해 결합된 적합한 프로비저닝 문서를 찾아낸다.In step 32, the device finds a suitable provisioning document combined via a value of the same APPID as the identifier of the MIDlet, in this case the value of MIDlet-Name.

상기 장치가 결합된 프로비저닝 문서를 찾아낼 수 없는 경우에, 상기 장치는 단계(33)에서 (존재한다면) MIDlet 슈트를 다운로드하는데 사용된 것과 동일한 메커니즘 및 설정 정보를 사용하여 OTA 통신을 수행하려고 시도한다.If the device cannot find a combined provisioning document, the device attempts to perform OTA communication using the same mechanism and configuration information as used to download the MIDlet suite (if present) in step 33. .

단계(34)에서는, 상기 장치가 상기 프로비저닝 문서를 파싱하여 JAD에 의해 언급된 JAR를 다운로드하기 위한 프록시 설정 정보 및/또는 애플리케이션 프로토콜 및/또는 네트워크 액세스 포인트를 결정한다.In step 34, the device parses the provisioning document to determine proxy configuration information and / or application protocols and / or network access points for downloading the JARs mentioned by JAD.

단계(36)에서는, 상기 장치가 네트워크 액세스 포인트 및/또는 애플리케이션 프로토콜 및/또는 프록시 설정 정보를 적합한 프로비저닝 문서에서 명시된 값(들)으로 설정한다.In step 36, the device sets the network access point and / or application protocol and / or proxy configuration information to the value (s) specified in the appropriate provisioning document.

단계(38)에서는, 상기 장치가 적합할 때 단계(36) 또는 단계(33)로부터의 설정 정보를 사용하여 OTA 통신을 수행한다.In step 38, the OTA communication is performed using the setting information from step 36 or step 33 when the device is suitable.

상기 방법은 실행가능한 명령어들을 포함하는 컴퓨터 프로그램에 의해 수행될 수 있다. 컴퓨터 프로그램은 데이터 저장 매체 상에 저장될 수도 있고 OTA를 통해 다운로드될 수도 있다. 컴퓨터 프로그램은 위에 언급된 방법을 수행하도록 기존의 이동 전화를 업그레이드시키는데 사용될 수 있다.The method may be performed by a computer program comprising executable instructions. The computer program may be stored on a data storage medium or downloaded via an OTA. The computer program can be used to upgrade an existing mobile phone to carry out the above mentioned method.

위에서 여러 형태의 예들을 참조하여 본 발명의 실시예들이 설명되었지만, 여기서 알아야 할 점은 청구된 바와 같은 발명의 범위로부터 벗어나지 않고서도 주 어진 예들에 대한 변형들이 이루어질 수 있다는 것이다. 예를 들면, 지금까지 핸드-포터블 장치에 애플리케이션을 다운로드하는 것과 관련하여 본 발명이 설명되었지만, 본 발명은 또한 데스크톱 컴퓨터와 같은 다른 장치들에 애플리케이션들을 다운로드하는데 사용될 수 있다.While embodiments of the invention have been described above with reference to various forms of examples, it is to be understood that modifications can be made to the given examples without departing from the scope of the invention as claimed. For example, while the present invention has been described so far in connection with downloading an application to a hand-portable device, the invention can also be used to download applications to other devices, such as a desktop computer.

위의 명세서에서 특히 중요하다고 생각되는 본 발명의 그러한 특징들을 지적하려고 노력하였지만, 여기서 이해하여야 할 점은 본 출원인이 위의 명세서에서 특별히 강조가 되었든 그러하지 않든 간에 위의 명세서에서 언급되었으며 그리고/또는 첨부도면들에 도시되었던 임의의 특허가능한 특징 또는 특징들의 조합에 대해 보호를 받고자 한다는 것이다.While an effort has been made to point out such features of the invention that are of particular importance in the above specification, it should be understood that the present application has been mentioned in the above specification and / or attached, whether or not the applicant has specifically emphasized the above specification. It is intended to be protected against any patentable feature or combination of features shown in the figures.

Claims (17)

MIDlet과 관련된 통신을 수행하는 방법에 있어서,In the method for performing communication related to the MIDlet, 상기 MIDlet과 결합된 프로비저닝 문서로부터 적어도 하나의 통신 설정 정보를 획득하는 단계; 및Obtaining at least one communication configuration information from a provisioning document associated with the MIDlet; And 상기 적어도 하나의 설정 정보를 사용하여 상기 MIDlet과 관련된 통신을 수행하는 단계를 포함하는 것을 특징으로 하는 MIDlet과 관련된 통신을 수행하는 방법.And performing communication related to the MIDlet by using the at least one configuration information. 제1항에 있어서, 상기 프로비저닝 문서는 상기 프로비저닝 문서 내에 상기 MIDlet의 식별자를 포함시킴으로써 상기 MIDlet과 결합되는 것을 특징으로 하는 MIDlet과 관련된 통신을 수행하는 방법.The method of claim 1, wherein the provisioning document is associated with the MIDlet by including an identifier of the MIDlet in the provisioning document. 제2항에 있어서, 프로비저닝 문서는 상기 식별자를 APPID의 값으로서 포함하는 것을 특징으로 하는 MIDlet과 관련된 통신을 수행하는 방법.3. The method of claim 2, wherein the provisioning document includes the identifier as a value of APPID. 제2항 또는 제3항에 있어서, 상기 식별자는 상기 MIDlet의 JAD의 MIDlet-Jar-URL의 값 및/또는 MIDlet-Name의 값을 포함하는 것을 특징으로 하는 MIDlet과 관련된 통신을 수행하는 방법.The method of claim 2 or 3, wherein the identifier comprises a value of MIDlet-Jar-URL and / or a value of MIDlet-Name of a JAD of the MIDlet. 제2항 내지 제4항 중 어느 한 항에 있어서, 상기 MIDlet과 관련된 통신을 수행하는 방법은 상기 JAD로부터 상기 MIDlet의 식별자를 획득하는 단계를 더 포함하는 것을 특징으로 하는 MIDlet과 관련된 통신을 수행하는 방법.The method according to any one of claims 2 to 4, wherein the method for performing communication related to the MIDlet further comprises obtaining an identifier of the MIDlet from the JAD. Way. 제1항 내지 제5항 중 어느 한 항에 있어서, 상기 MIDlet과 관련된 통신을 수행하는 방법은 OTA(Over The Air) 통신을 수행하기 위해 상기 적어도 하나의 설정 정보를 사용하여 상기 MIDlet과 관련된 통신을 수행하는 단계를 더 포함하는 것을 특징으로 하는 방법.The method according to any one of claims 1 to 5, wherein the method for performing communication related to the MIDlet is configured to perform communication related to the MIDlet using the at least one configuration information to perform over the air (OTA) communication. Further comprising performing. 제6항에 있어서, 상기 OTA 통신을 수행하는 단계는 상기 MIDlet의 JAR가 수신된 다음에 이루어지는 것을 특징으로 하는 MIDlet과 관련된 통신을 수행하는 방법.7. The method of claim 6, wherein performing the OTA communication occurs after the JAR of the MIDlet is received. 제6항에 있어서, OTA 통신을 수행하는 단계는 상기 MIDlet에 의해 제공된 애플리케이션과 관련하여 이루어지는 것을 특징으로 하는 MIDlet과 관련된 통신을 수행하는 방법.7. The method of claim 6, wherein performing OTA communication occurs in association with an application provided by the MIDlet. 제1항 내지 제8항 중 어느 한 항에 있어서, 상기 적어도 하나의 설정 정보는 적어도 하나의 애플리케이션 프로토콜을 식별하는 것을 특징으로 하는 MIDlet과 관련된 통신을 수행하는 방법.The method of any one of claims 1 to 8, wherein the at least one configuration information identifies at least one application protocol. 제1항 내지 제9항 중 어느 한 항에 있어서, 상기 적어도 하나의 설정 정보는 적어도 하나의 네트워크 액세스 포인트를 식별하는 것을 특징으로 하는 MIDlet과 관련된 통신을 수행하는 방법.10. The method of any one of claims 1 to 9, wherein the at least one configuration information identifies at least one network access point. 애플리케이션과 관련된 OTA(Over The Air) 통신을 수행하는 방법에 있어서,In the method of performing Over The Air (OTA) communication associated with the application, 애플리케이션 디스크립터로부터 식별자를 획득하는 단계;Obtaining an identifier from an application descriptor; 상기 식별자를 포함하는 프로비저닝 문서로부터 적어도 하나의 통신 설정 정보를 획득하는 단계; 및Obtaining at least one communication setting information from a provisioning document including the identifier; And 상기 적어도 하나의 통신 설정 정보를 사용하는 단계로서, 상기 적어도 하나의 통신 설정 정보를 사용함으로써 상기 애플리케이션 디스크립터에 의해 참조된 애플리케이션과 관련된 통신을 수행하는 단계를 포함하는 것을 특징으로 하는 애플리케이션과 관련된 OTA 통신을 수행하는 방법.Using the at least one communication setting information, comprising performing communication related to an application referenced by the application descriptor by using the at least one communication setting information. How to do the. 제11항에 있어서, 상기 적어도 하나의 설정 정보가 적어도 하나의 애플리케이션 프로토콜을 식별하는 것을 특징으로 하는 애플리케이션과 관련된 OTA 통신을 수행하는 방법.12. The method of claim 11, wherein said at least one configuration information identifies at least one application protocol. 제11항 또는 제12항에 있어서, 상기 적어도 하나의 설정 정보는 적어도 하나의 네트워크 액세스 포인트를 식별하는 것을 특징으로 하는 애플리케이션과 관련된 OTA 통신을 수행하는 방법.13. The method of claim 11 or 12, wherein said at least one configuration information identifies at least one network access point. 제11항 내지 제13항 중 어느 한 항의 방법을 수행하는 컴퓨터 프로그램.A computer program for performing the method of claim 11. MIDlet과 관련된 통신을 제어하는 방법에 있어서,In the method for controlling communication associated with a MIDlet, 상기 MIDlet의 JAD로부터의 식별자를 포함하는 프로비저닝 문서 및 상기 MIDlet과 관련된 통신을 제어하기 위한 적어도 하나의 설정 정보를 제공하는 단계를 포함하는 것을 특징으로 하는 MIDlet과 관련된 통신을 제어하는 방법.Providing a provisioning document comprising an identifier from a JAD of the MIDlet and at least one configuration information for controlling communication associated with the MIDlet. 이동 전화 장치에 있어서,In the mobile telephone device, 애플리케이션 디스크립터로부터 식별자를 획득하기 위한 수단;Means for obtaining an identifier from an application descriptor; OTA(Over Ther Air) 통신을 수행하기 위해 상기 식별자를 포함하는 프로비저닝 문서로부터 적어도 하나의 설정 정보를 획득하기 위한 수단; 및Means for obtaining at least one configuration information from a provisioning document that includes the identifier for performing Over Ther Air (OTA) communication; And 상기 적어도 하나의 설정 정보를 사용하여 상기 애플리케이션 디스크립터에 의해 참조된 애플리케이션과 관련된 OTA 통신을 수행하기 위한 송수신기 수단을 포함하는 것을 특징으로 하는 이동 전화 장치.And transceiver means for performing OTA communication associated with an application referenced by the application descriptor using the at least one configuration information. 실질적으로 본 명세서에 기재되며 그리고/또는 첨부도면들에 도시된 바와 같은 방법 또는 이동 전화.A method or mobile phone substantially as described herein and / or as shown in the accompanying drawings.
KR1020057024644A 2005-12-22 2003-06-25 Method for obtaining communication settings using an application descriptor KR20060057542A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020057024644A KR20060057542A (en) 2005-12-22 2003-06-25 Method for obtaining communication settings using an application descriptor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020057024644A KR20060057542A (en) 2005-12-22 2003-06-25 Method for obtaining communication settings using an application descriptor

Publications (1)

Publication Number Publication Date
KR20060057542A true KR20060057542A (en) 2006-05-26

Family

ID=37152922

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020057024644A KR20060057542A (en) 2005-12-22 2003-06-25 Method for obtaining communication settings using an application descriptor

Country Status (1)

Country Link
KR (1) KR20060057542A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9430210B2 (en) 2010-01-22 2016-08-30 Huawei Device Co., Ltd. Method and apparatus for integrating java software into mobile terminal, and mobile terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9430210B2 (en) 2010-01-22 2016-08-30 Huawei Device Co., Ltd. Method and apparatus for integrating java software into mobile terminal, and mobile terminal

Similar Documents

Publication Publication Date Title
JP5549679B2 (en) Mobile device, UICC, method executed in mobile device, method implemented in UICC, program, recording medium
KR101169071B1 (en) System and method for an oma dm extension to manage mobile device configuration settings
RU2376729C2 (en) Method and device for unified management of mobile devices and services
US9497620B2 (en) Method and system for implementing smart card remote operation based on smart card web server
US20060190608A1 (en) Method for the obtaining of deployment components to electronic devices
US20060242248A1 (en) Shortcut generator for services accessible via a messaging service system
WO2011118670A1 (en) Communications Device
US20090221269A1 (en) Method of Configuring a Mobile Telephone to Interact with External Services
KR20050074335A (en) Client provisioning with flag parameters
EP3716667B1 (en) Method for managing profiles in embedded universal integrated circuit cards, corresponding system and computer program product
US20060161839A1 (en) Method for obtaining communication settings using an application descriptor
WO2004019208A2 (en) Method and apparatus for just-in-time provisioning application-related information at a communication device
CN100531226C (en) Wireless application protocol pre-configuration guiding method
US20040158619A1 (en) Method and apparatus for provisioning content
JP4592694B2 (en) Database synchronization
KR20060057542A (en) Method for obtaining communication settings using an application descriptor
EP1714508B1 (en) A method for configuring an electronic device
KR20090011150A (en) System and method for installing application, and mobile communication terminal used therein
KR20040103019A (en) Menu skin data file organization and menu skin generation method
CN115080186A (en) Applet loading method and related device
KR20100067332A (en) Dependency notification
EP2383960A1 (en) Method of managing the installation of an application in a telecom device
KR20060108031A (en) Method for java application downloading of mobile communication terminal
KR20070104116A (en) Method for management of wap client provisioning document

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application