KR100671471B1 - Java program executing method using a mobile phone and system for performing the same - Google Patents
Java program executing method using a mobile phone and system for performing the same Download PDFInfo
- Publication number
- KR100671471B1 KR100671471B1 KR1020000039108A KR20000039108A KR100671471B1 KR 100671471 B1 KR100671471 B1 KR 100671471B1 KR 1020000039108 A KR1020000039108 A KR 1020000039108A KR 20000039108 A KR20000039108 A KR 20000039108A KR 100671471 B1 KR100671471 B1 KR 100671471B1
- Authority
- KR
- South Korea
- Prior art keywords
- java
- file
- program
- server
- mobile communication
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M1/00—Substation equipment, e.g. for use by subscribers
- H04M1/72—Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
- H04M1/724—User interfaces specially adapted for cordless or mobile telephones
- H04M1/72403—User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
- H04M1/72406—User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality by software upgrading or downloading
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q20/00—Payment architectures, schemes or protocols
- G06Q20/30—Payment architectures, schemes or protocols characterised by the use of specific devices or networks
- G06Q20/32—Payment architectures, schemes or protocols characterised by the use of specific devices or networks using wireless devices
- G06Q20/322—Aspects of commerce using mobile devices [M-devices]
- G06Q20/3223—Realising banking transactions through M-devices
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M1/00—Substation equipment, e.g. for use by subscribers
- H04M1/72—Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
- H04M1/724—User interfaces specially adapted for cordless or mobile telephones
- H04M1/72403—User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
- H04M1/72445—User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality for supporting Internet browser applications
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Business, Economics & Management (AREA)
- Human Computer Interaction (AREA)
- Accounting & Taxation (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Strategic Management (AREA)
- Mobile Radio Communication Systems (AREA)
- Information Transfer Between Computers (AREA)
Abstract
본 발명은 자바 가상 머신이 탑재된 이동통신단말기에서 자바 어플리케이션을 다운 로드하고, 효율적으로 관리 및 실행할 수 있는 이동통신단말기를 이용한 자바 프로그램 실행 방법 및 이를 수행하기 위한 시스템이다. The present invention is a method for executing a Java program using a mobile communication terminal that can download, efficiently manage and execute a Java application in a mobile communication terminal equipped with a Java virtual machine, and a system for performing the same.
본 발명에 따르면, 자바 서버는 자바 프로그램 파일 및 자바 데이터 파일을 저장하고, 네트워크 서버는 자바 서버의 위치를 기록한 디스크립터 파일을 저장한다. 또한 이동통신단말기는 자바 프로그램 파일 및 자바 데이터 파일을 억세스하는 자바 가상 머신과, 디스크립터 파일을 분석하여 자바 가상 머신을 실행하는 자바 어플리케이션 관리자 프로그램과, 자바 어플리케이션 관리자 프로그램을 구동하여 자바 프로그램 파일 및 자바 데이터 파일이 억세스된 결과를 이동단말기의 사용자에게 제공하는 무선인터넷 브라우저를 포함한다.According to the present invention, a Java server stores a Java program file and a Java data file, and a network server stores a descriptor file that records the location of the Java server. The mobile communication terminal also includes a Java virtual machine that accesses Java program files and Java data files, a Java application manager program that executes the Java virtual machine by analyzing descriptor files, and a Java program file and Java data by running the Java application manager program. It includes a wireless Internet browser that provides the user of the mobile terminal with the results of the file access.
그 결과, 이동 통신 환경하에서 자바 가상 머신이 탑재된 이동통신단말기에 기존의 자바 프로그램을 통해 개발된 각종 자바 어플리케이션을 다운로드할 수 있고, 또한 효율적으로 실행할 수 있다.As a result, in a mobile communication environment, various Java applications developed through existing Java programs can be downloaded to a mobile communication terminal equipped with a Java virtual machine and executed efficiently.
이동통신단말기, 자바 어플리케이션, 다운 로드, 디스크립터 파일, 탑재Mobile Terminal, Java Application, Download, Descriptor File, Mount
Description
도 1은 본 발명의 실시예에 따른 이동통신단말기를 이용한 자바 프로그램 실행 시스템을 설명하기 위한 도면이다.1 is a view for explaining a Java program execution system using a mobile communication terminal according to an embodiment of the present invention.
도 2는 본 발명의 실시예에 따라 이동통신단말기에 저장된 소프트웨어 구조를 설명하기 위한 도면이다.2 is a diagram for explaining a software structure stored in a mobile communication terminal according to an embodiment of the present invention.
도 3은 본 발명의 실시예에 따른 이동통신단말기를 이용한 자바 프로그램 실행 방법을 설명하기 위한 흐름도이다.3 is a flowchart illustrating a Java program execution method using a mobile communication terminal according to an embodiment of the present invention.
<도면의 주요부분에 대한 부호의 설명><Description of the symbols for the main parts of the drawings>
100 : HTTP 서버 110 : WML 페이지 서버100: HTTP server 110: WML page server
120 : 디스크립터 파일 서버 130 : 자바 실행 파일 서버120: descriptor file server 130: Java executable file server
140 : 데이터 파일 서버 150 : 과금 서버140: data file server 150: billing server
160 : 도움말 페이지 서버 200 : 인터넷 백본망160: Help Page Server 200: Internet Backbone Network
300 : 이동통신망 400 : 이동통신단말기300: mobile communication network 400: mobile communication terminal
410 : WAP 브라우저 420 : 자바 어플리케이션 관리자 프로그램410: WAP browser 420: Java application manager program
430 : 메모리 440 : 자바 가상 머신430: Memory 440: Java Virtual Machine
본 발명은 자바 프로그램 실행 방법 및 시스템에 관한 것으로, 보다 상세하게는 자바 가상 머신이 탑재된 이동통신단말기에서 자바 어플리케이션을 다운 로드하고, 효율적으로 관리 및 실행할 수 있는 이동통신단말기를 이용한 자바 프로그램 실행 방법 및 이를 수행하기 위한 시스템에 관한 것이다.The present invention relates to a method and system for executing a Java program, and more particularly, to a method for executing a Java program using a mobile communication terminal that can download, efficiently manage and execute a Java application in a mobile communication terminal equipped with a Java virtual machine. And a system for performing this.
일반적으로 자바(JAVA)는 BASIC, C, Fortran, Pascal 등과 같은 객체 지향 프로그래밍 언어이며, 기본적으로 C++을 기반으로 만들어졌다. 처음 자바가 등장하면서 강조한 점은 웹에서의 인터렉티브 컨텐츠이다. 즉 정적인 웹 페이지를 동적으로, 사용자와 상호 대화할 수 있도록 다이내믹하게 만들어 줄 수 있다.In general, JAVA is an object-oriented programming language such as BASIC, C, Fortran, Pascal, etc. It is basically based on C ++. The first highlight of Java's emergence is interactive content on the Web. In other words, static Web pages can be made dynamic and dynamic to interact with users.
한편, 전세계적으로 휴대폰 이용자가 급증하고 있는 가운데 그 동안 음성 위주의 서비스만을 제공하던 휴대폰 사업자들이 다양한 인터넷 서비스에 많은 투자를 하고 있다. PC 없이도 어느 장소에서나 인터넷을 할 수 있다는 점과 편리한 휴대성에 장점을 가지고 있는 이동통신단말기를 이용한 인터넷 서비스에서는 이동통신단말기의 입/출력에 제한적인 환경을 고려해 개발된 HDML언어는 중요한 위치에 있으며, 이미 미국의 AT&T사를 비롯한 여러 기업에서 HDML 서비스 중에 있고 다양한 HDML 사이트가 생겨나고 있다.Meanwhile, as the number of mobile phone users is increasing all over the world, mobile phone providers that have only provided voice-oriented services have invested a lot in various Internet services. In the Internet service using mobile communication terminal, which has the advantage of being able to access the internet anywhere without a PC and convenient portability, the HDML language developed in consideration of the environment that restricts the input / output of the mobile communication terminal is in an important position. Already, several companies, including AT & T in the United States, are working on HDML, and a variety of HDML sites are emerging.
일반적으로 HDML(Handheld Device Markup Language)은 메모리, 스크린 크기, 입력 방법이 상대적으로 데스크탑보다 작은 이동 휴대 단말기에서 인터넷에 접속하 기 위하여 만들어진 언어이다. In general, HDML (Handheld Device Markup Language) is a language designed to access the Internet from a mobile handheld device having a smaller memory, screen size, and input method than a desktop.
또한 WML(Wireless Markup Language)은 세계 100여개 업체가 참가한 WAP(Wireless Application Protocol) 포럼에서 무선전화기, 페이저(Pager) 그리고 PDA(Personal Digital Assistant)와 같은 이동통신단말기상에서의 입력과 표시를 목적으로 XML(eXtensible Markup Language)에 기반을 두고 개발된 언어로서, 작은 화면과 제한된 메모리, CPU, 낮은 대역폭, 긴 접속 대기시간을 가지고 있는 이동통신단말기에 적합한 언어이다.In addition, WML (Wireless Markup Language) is an XML format for input and display on mobile communication terminals such as cordless phones, pagers, and PDAs (Personal Digital Assistants) in the WAP forum. Developed based on eXtensible Markup Language, it is a suitable language for mobile communication terminals with small screen, limited memory, CPU, low bandwidth and long connection latency.
이에 본 발명의 기술과 과제는 이러한 점에 착안한 것으로, 본 발명의 목적은 WML 혹은 HDML 프로토콜, WAP, HTTP, TCP/IP 프로토콜을 이용한 무선 인터넷 기술을 이용하여 기존의 자바 프로그램을 이용하여 개발된 각종 컨텐츠를 이동통신단말기를 통해 확보하기 위한 이동통신단말기를 이용한 자바 프로그램 실행 방법을 제공하는 것이다.Therefore, the technical and problem of the present invention have been made in view of this point, the object of the present invention was developed using the existing Java program using the wireless Internet technology using the WML or HDML protocol, WAP, HTTP, TCP / IP protocol It is to provide a Java program execution method using a mobile communication terminal to secure various contents through a mobile communication terminal.
또한 본 발명의 다른 목적은 상기한 이동통신단말기를 이용한 자바 프로그램 실행 방법을 수행하기 위한 시스템을 제공하는 것이다.Another object of the present invention is to provide a system for executing a Java program execution method using the mobile communication terminal.
상기한 본 발명의 목적을 실현하기 위한 하나의 특징에 따른 이동통신단말기를 이용한 자바 프로그램 실행 방법은,Java program execution method using a mobile communication terminal according to one feature for realizing the above object of the present invention,
(a) 이동단말기의 브라우저를 통해 네트워크 상의 서버로부터 자바 어플리케이션 링크를 선택하는 단계; (a) selecting a Java application link from a server on a network through a browser of a mobile terminal;
(b) 자바 어플리케이션 관리자 프로그램을 구동하여 상기 서버로부터 자바 어플리케이션 관리자 파일을 다운로드하는 단계;(b) running a Java application manager program to download a Java application manager file from the server;
(c) 상기 자바 어플리케이션 관리자 파일의 내용을 분석하여 네트워크상에 존재하는 자바 프로그램 파일 및 자바 데이터 파일의 위치를 파악하는 단계;(c) analyzing the contents of the Java application manager file to determine the locations of Java program files and Java data files existing on the network;
(d) 상기 자바 프로그램 파일 및 자바 데이터 파일을 이동단말기로 다운로드하여 상기 이동단말기의 저장매체에 저장하는 단계; 및 (d) downloading the Java program file and the Java data file to a mobile terminal and storing them in a storage medium of the mobile terminal; And
(e) 상기 자바 어플리케이션 관리자 프로그램을 이용하여 상기 자바 프로그램 파일 및 자바 데이터 파일을 실행하기 위한 자바 가상 머신을 구동하는 단계를 포함한다.(e) driving a Java virtual machine to execute the Java program file and the Java data file using the Java application manager program.
또한 상기한 본 발명의 다른 목적을 실현하기 위한 하나의 특징에 따른 이동통신단말기를 이용한 자바 프로그램 실행 시스템은, In addition, a Java program execution system using a mobile communication terminal according to one feature for realizing another object of the present invention,
자바 프로그램 파일 및 자바 데이터 파일을 저장하는 자바 서버;A Java server for storing Java program files and Java data files;
상기 자바 서버의 위치를 기록한 디스크립터 파일을 저장하는 네트워크 서버; 및 A network server for storing a descriptor file that records the location of the Java server; And
상기 자바 프로그램 파일 및 자바 데이터 파일을 억세스하는 자바 가상 머신과, 상기 디스크립터 파일을 분석하여 상기 자바 가상 머신을 실행하는 자바 어플리케이션 관리자 프로그램과, 상기 자바 어플리케이션 관리자 프로그램을 구동하여 상기 자바 프로그램 파일 및 상기 자바 데이터 파일이 억세스된 결과를 이동단말기의 사용자에게 제공하는 무선인터넷 브라우저를 저장하는 이동통신단말기를 포함한다. A Java virtual machine that accesses the Java program file and a Java data file, a Java application manager program that analyzes the descriptor file to execute the Java virtual machine, and runs the Java application manager program to run the Java program file and the Java And a mobile communication terminal that stores a wireless Internet browser that provides the user of the mobile terminal with the results of accessing the data file.
이러한 이동통신단말기를 이용한 자바 프로그램 실행 방법 및 이를 수행하기 위한 시스템에 의하면, 이동 통신 환경하에서 자바 가상 머신이 탑재된 이동통신단말기에 기존의 자바 프로그램을 통해 개발된 각종 자바 어플리케이션을 다운로드할 수 있고, 또한 효율적으로 실행할 수 있다.According to the method for executing a Java program using the mobile communication terminal and a system for performing the same, various Java applications developed through existing Java programs can be downloaded to a mobile communication terminal equipped with a Java virtual machine in a mobile communication environment. It can also run efficiently.
그러면, 통상의 지식을 지닌 자가 본 발명을 용이하게 실시할 수 있도록 실시예에 관해 설명하기로 한다.Then, embodiments will be described so that those skilled in the art can easily implement the present invention.
도 1은 본 발명의 실시예에 따른 이동통신단말기를 이용한 자바 프로그램 실행 시스템을 설명하기 위한 도면이다.1 is a view for explaining a Java program execution system using a mobile communication terminal according to an embodiment of the present invention.
도 1을 참조하면, 본 발명의 실시예에 따른 이동통신단말기를 이용한 자바 어플리케이션 다운 로드 시스템은 HTTP 서버(100), 인터넷 백본망(200), 이동통신망(300) 및 이동통신단말기(400)를 포함한다.Referring to FIG. 1, a Java application download system using a mobile communication terminal according to an embodiment of the present invention includes an
HTTP 서버(100)는 WML 페이지 서버(110), 디스크립터 파일 서버(120), 자바 실행 파일 서버(130), 데이터 파일 서버(140), 과금 서버(150) 및 도움말 페이지 서버(160)를 포함하여, WML이나 HDML에 대한 하나 이상의 디스크립터(Descriptor) 파일과 하나 이상의 자바 실행 파일 및 하나 이상의 데이터 파일을 저장한다.The HTTP
보다 상세히는, WML 페이지 서버(110)는 이동통신단말기(400)의 WAP 브라우저의 구동에 따라 각종 디스크립터 파일 리스트를 디스플레이하는 WML 페이지를 WAP 브라우저상에 디스플레이한다.In more detail, the WML
디스크립터 파일 서버(120)는 WML이나 HDML에 대한 복수의 디스크립터 파일을 저장하고, 이동통신단말기(400)로부터 디스크립터 파일 요청에 따라 해당 디스 크립터 파일을 이동통신단말기(400)에 제공한다.The descriptor file server 120 stores a plurality of descriptor files for WML or HDML, and provides the corresponding descriptor file to the
자바 실행 파일 서버(130)는 하나 이상의 자바 실행 파일을 저장하고, 이동통신단말기(400)로부터 자바 실행 파일 요청에 따라 해당 자바 실행 파일을 이동통신단말기(400)에 제공한다.The Java executable file server 130 stores one or more Java executable files and provides the corresponding Java executable files to the
데이터 파일 서버(140)는 하나 이상의 데이터 파일을 저장하고, 이동통신단말기(400)로부터 데이터 파일 요청에 따라 해당 데이터 파일을 이동통신단말기(400)에 제공한다.The
과금 서버(150)는 이동통신단말기(400)로부터 전송되는 과금을 위한 정보를 제공받는다. 예를 들어, 본 발명에서 언급하고 있는 과금 서버(150)는 기존의 웹 서버 내에서 실행되는 프로그램인 CGI 프로그램과 같이 웹 서버 프로그램의 기능을 확장하기 위한 자바 프로그램으로서, 자바 서블릿(Servlet)을 통해 구현할 수 있으며, 웹내에 자바 런 타임 환경과 함께 제공되는 자바 가상 머신(Java Virtual Machine)에 의해 실행되도록 작성된 자바 프로그램이다. 여기서 과금 서버(150)로서 동작을 수행하는 자바 서블릿은 웹 서버 내에서 자바 런 타임 환경과 함께 제공되는 자바 가상 머신에 의해 구동되고, 자바 가상 머신으로부터 전송되는 과금을 위한 정보를 제공받아 과금을 위한 동작을 수행할 수 있다.The
이동통신단말기(400)는 WAP 브라우저(410), 자바 어플리케이션 관리자(Java Application Manager; JAM) 프로그램(420), 메모리(430), 자바 가상 머신(440)을 포함하며, 자바 어플리케이션 관리자 프로그램(420)을 구동하여 WML이나 HDML에 대한 디스크립터 파일중 어느 하나를 선택하여 다운로드하며, 다운로드한 파일의 내 용을 분석하여 자바 어플리케이션의 네트워크상의 위치, 바람직하게는 URL을 확인한다. The
또한 이동통신단말기(400)는 확인된 네트워크상의 위치에서 자바 어플리케이션을 다운로드 저장하고, 저장된 자바 어플리케이션을 이용하여 자바 가상 머신(440)을 실행한다. 여기서 자바 어플리케이션(Java Application)은 자바 개발 키트(JDK)와 함께 제공되는 자바 가상 머신에 의해 독립적으로 실행될 수 있도록 작성된 자바 프로그램이다. In addition, the
즉, 자바 어플리케이션 소스 코드는 자바 컴파일러에 의해 자바 바이트 코드로 변환되고, 변환된 자바 바이트 코드는 자바 가상 머신에 의해 기계어 코드로 변환되어 해당 어플리케이션 파일이 실행된다.That is, the Java application source code is converted into Java byte code by the Java compiler, and the converted Java byte code is converted into machine code by the Java virtual machine to execute the corresponding application file.
보다 상세히는, WAP 브라우저(410)는 이동통신단말기(400) 사용자의 구동 요청에 따라 구동되어 HTTP 서버(100)의 WML 페이지를 읽어와 이동통신단말기(400)의 디스플레이 패널상에 디스플레이하고, 사용자가 WML 페이지상에 디스플레이되는 어느 하나의 WML을 선택함에 따라 자바 어플리케이션 관리자 프로그램(420)을 구동시켜 디스크립터 파일 서버(120)로부터 디스크립터 파일을 다운로드하도록 제어한다.In more detail, the
자바 어플리케이션 관리자 프로그램(420)은 WAP 브라우저(410)의 구동 명령에 따라 디스크립터 파일 서버(120)로부터 디스크립터 파일을 다운로드하여 분석하고, 분석된 정보를 근거로 자바 어플리케이션의 네트워크상의 위치, 예를 들어 URL 정보를 확인한다. 자바 어플리케이션 파일의 위치가 확인됨에 따라 자바 실행 파일 서버(130)로부터 자바 실행 파일을 다운로드하거나 데이터 파일 서버(150)로부터 데이터 파일을 다운로드하여 메모리(430)에 다운로드 저장하고, 탑재된 자바 가상 머신(440)을 구동한다.The Java
메모리(430)는 자바 어플리케이션 관리자 프로그램(420)에 의해 다운로드한 자바 실행 파일이나 데이터 파일을 저장하고, 자바 가상 머신(440)의 파일 요청에 따라 해당 파일을 제공한다.The
자바 가상 머신(440)은 자바 어플리케이션 관리자 프로그램(420)으로부터 제공되는 실행 명령에 따라 메모리(430)에 저장된 자바 실행 파일이나 데이터 파일을 추출하여 실행하고, 그 실행에 따라 과금을 위한 정보를 이동통신망(300)과 인터넷 백본망(200)을 경유하여 HTTP 서버(100)의 과금 서버(150)에 전송한다.The Java
본 발명의 실시예에서는 무선 인터넷 브라우저로서 WAP 브라우저를 이용하여 구동하는 것을 그 일례로 설명하였으나, 이동통신단말기에 WML 브라우저나 HDML 브라우저를 탑재하는 경우에는 해당 WML 브라우저나 HDML 브라우저를 구동하더라도 본 발명의 요지를 벗어나지는 않을 것이다.In the exemplary embodiment of the present invention, the WAP browser is used as the wireless Internet browser. However, when the WML browser or the HDML browser is mounted in the mobile communication terminal, the WML browser or the HDML browser is driven even if the WML browser or the HDML browser is driven. It will not go beyond the gist.
또한 본 발명의 실시예에서는 설명하고 있는 각종 서버는 본 발명의 설명의 편의를 위해 구분하여 정의하였을 뿐 물리적으로 구분하기 위한 정의는 아니며, 하나의 컴퓨터 내에 구성할 수도 있고 또한 하나의 프로그램으로 정의할 수도 있다.In addition, the various servers described in the embodiments of the present invention are defined for convenience of description of the present invention, but are not defined to be physically divided, but may be configured in one computer or defined as one program. It may be.
도 2는 본 발명의 실시예에 따라 이동통신단말기에 저장된 소프트웨어 구조를 설명하기 위한 도면이다.2 is a diagram for explaining a software structure stored in a mobile communication terminal according to an embodiment of the present invention.
도 2를 참조하면, 본 발명의 실시예에 따라 이동통신단말기에 저장된 소프트웨어는 일반적으로 퀄컴사로부터 제공되어 리얼 타임 오퍼레이팅 시스템(Real Time Operating System; RTOS)을 바탕으로 하여 무선 통신 환경을 위한 네이티브 어플리케이션 또는 소프트웨어 환경 블록(510), 원시 그래픽이나 소켓 환경 등을 포함하는 가상 머신을 지원하는 네이티브 함수 블록(520), 네이티브 C 랭귀지에 의해 기록되어 자바 어플리케이션 구동을 위한 소프트웨어 블록(530), 자바 어플리케이션 인터페이스 클래스 블록(540), 일종의 어플리케이션 프로그램 인터페이스로서 선 마이크로시스템에 의해 기록되어 화면상의 디스플레이 역할을 담당하는 블록(550), 네트워크 게임이나 뱅킹 어플리케이션 등을 포함하는 자바 어플리케이션 블록(560)을 포함한다.Referring to FIG. 2, software stored in a mobile communication terminal according to an embodiment of the present invention is generally provided by Qualcomm, and is a native application for a wireless communication environment based on a real time operating system (RTOS). Or a
도 3은 본 발명의 실시예에 따른 이동통신단말기를 이용한 자바 프로그램 실행 방법을 설명하기 위한 흐름도이다.3 is a flowchart illustrating a Java program execution method using a mobile communication terminal according to an embodiment of the present invention.
도 1과 도 3을 참조하면, 먼저 이동 통신 단말기(400)에 탑재된 무선 인터넷 브라우저인 WAP 브라우저(410)의 구동 여부를 체크하여(단계 S110), WAP 브라우저(410)가 구동된 경우에는 WML 페이지 서버(110)에 저장된 WML 페이지를 WAP 브라우저(410)에 제공하여 자바 어플리케이션을 가진 WML 이나 HDML 페이지로 이동한다(단계 S120).1 and 3, first, it is checked whether the
이어 이동된 페이지에서 이동통신단말기의 사용자에 의해 어느 하나의 디스크립터 파일을 가리키는 WML 이나 HDML의 선택 여부를 체크한다(단계 S130).Then, it is checked by the user of the mobile communication terminal whether the WML or HDML indicating one descriptor file is selected in the moved page (step S130).
단계 S130에서 WML이나 HDML 중 어느 하나가 선택된 경우에는 이동통신단말기(400)에 탑재된 자바 어플리케이션 관리자 프로그램(420)을 구동하여(단계 S140), 사용자에 의해 선택된 디스크립터 파일을 다운로드하고 이를 분석하여(단계 S150), 자바 어플리케이션의 네트워크상의 위치를 확인한다(단계 S160).If either WML or HDML is selected in step S130, the Java
단계 S160에서 자바 어플리케이션의 네트워크상의 위치가 미확인되는 경우에는 단계 S150으로 피드백하고, 자바 어플리케이션의 네트워크상의 위치가 확인되는 경우에는 확인된 위치를 근거로 자바 어플리케이션을 다운로드하고 이를 메모리(430)에 저장한다(단계 S170).If the location on the network of the Java application is unidentified in step S160, and feeds back to step S150, if the location on the network of the Java application is confirmed, the Java application is downloaded and stored in the
이어 자바 프로그램 파일 및 자바 데이터 파일을 억세스하는 자바 가상 머신을 실행하고(단계 S180), 과금 정보를 HTTP 서버(100)의 과금 서버(150)에 전송한다(단계 S190).Subsequently, the Java virtual machine accessing the Java program file and the Java data file is executed (step S180), and the charging information is transmitted to the charging
이상 설명한 바와 같이 본 발명은 이동 통신 환경하에서도 무선 인터넷 접속 프로토콜인 WML 혹은 HDML 프로토콜이나 WAP, HTTP, TCP/IP 프로토콜을 이용한 무선 인터넷 접속 기술과 접목하여 종래의 자바 프로그램을 이용하여 작성된 각종 컨텐츠를 확보할 수 있다. As described above, the present invention combines various contents created by using a conventional Java program in combination with a wireless Internet access technology using a WML or HDML protocol, which is a wireless Internet access protocol, or a WAP, HTTP, TCP / IP protocol, even in a mobile communication environment. It can be secured.
상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야의 숙련된 당업자는 하기의 특허청구범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.Although the above has been described with reference to a preferred embodiment of the present invention, those skilled in the art will be able to variously modify and change the present invention without departing from the spirit and scope of the invention as set forth in the claims below. It will be appreciated.
이상 설명한 바와 같이, 본 발명에 따르면, 무선 인터넷 브라우저 즉, WAP 이나 HDML 브라우저를 이용하여 자바 어플리케이션 관리자 프로그램을 구동하고, 구동된 자바 어플리케이션 관리자 프로그램은 기본 탑재된 HTTP 프로토콜을 이용하 여 자바 어플리케이션 관리자 파일을 다운로드하며, 다운로드한 자바 어플리케이션 관리자 파일의 내용을 분석하여 자바 어플리케이션의 네트워크상의 위치를 확인하고, 이 네트워크상의 위치에서 자바 어플리케이션을 이동통신단말기로 다운로드한다. 자바 어플리케이션을 이동통신단말기의 저장매체에 저장하고 이를 자바 가상머신이 실행할 수 있도록 한다.As described above, according to the present invention, a Java application manager program is driven by using a wireless Internet browser, that is, a WAP or HDML browser, and the driven Java application manager program uses a built-in HTTP protocol to generate a Java application manager file. It downloads, analyzes the contents of the downloaded Java application manager file, identifies the location of the Java application on the network, and downloads the Java application to the mobile terminal from the location on the network. The Java application is stored in the storage medium of the mobile communication terminal so that the Java virtual machine can execute it.
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020000039108A KR100671471B1 (en) | 2000-07-08 | 2000-07-08 | Java program executing method using a mobile phone and system for performing the same |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020000039108A KR100671471B1 (en) | 2000-07-08 | 2000-07-08 | Java program executing method using a mobile phone and system for performing the same |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20020005126A KR20020005126A (en) | 2002-01-17 |
KR100671471B1 true KR100671471B1 (en) | 2007-01-18 |
Family
ID=19676976
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020000039108A KR100671471B1 (en) | 2000-07-08 | 2000-07-08 | Java program executing method using a mobile phone and system for performing the same |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR100671471B1 (en) |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100783073B1 (en) * | 2001-05-09 | 2007-12-07 | (주) 엘지텔레콤 | Down Load Method For Java Application Using WAP Push Form |
KR100753194B1 (en) * | 2001-05-25 | 2007-08-30 | (주) 엘지텔레콤 | download method for java contents using I-SMS |
KR100438698B1 (en) * | 2001-07-07 | 2004-07-05 | 삼성전자주식회사 | Method for executing Java Application Midlet using Communication among Java Applications |
KR100442524B1 (en) * | 2001-07-10 | 2004-07-30 | (주) 엘지텔레콤 | A mobile telecommunication system of transmitting java file |
KR20010107851A (en) * | 2001-10-31 | 2001-12-07 | 임성기 | Information management system and method for the portable wireless terminal using corresponding Virtual Machine application program implemented in the portable wireless terminal with Virtual Machine housed therein |
WO2003083646A1 (en) * | 2002-04-03 | 2003-10-09 | Ntt Docomo, Inc. | Distribution method, distribution system, and terminal device |
KR20040013450A (en) * | 2002-08-06 | 2004-02-14 | 엘지전자 주식회사 | Data share apparatus and method for mobile terminal and personal computer |
KR20040026920A (en) * | 2002-09-26 | 2004-04-01 | 엘지전자 주식회사 | Language assistance method and apparatus for mobile communication terminal |
KR100711717B1 (en) * | 2005-08-24 | 2007-04-25 | 엘지전자 주식회사 | JAVA program parameter setting method and a mobile communication terminal having said function |
KR101246344B1 (en) * | 2005-11-21 | 2013-03-21 | 엘지전자 주식회사 | A method of execution contents using java MIDlet for mobile terminal |
KR101020060B1 (en) * | 2008-03-20 | 2011-03-09 | 주식회사 마크애니 | Method for Providing Electronic Banking Service Using Virtual Machine and Virtual Machine |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR19990027167A (en) * | 1997-09-29 | 1999-04-15 | 구자홍 | Java machine built-in phone |
KR19990047218A (en) * | 1997-12-03 | 1999-07-05 | 윤종용 | Mobile communication terminal device and its software platform |
KR19990054332A (en) * | 1997-12-26 | 1999-07-15 | 윤종용 | Smartphone device |
-
2000
- 2000-07-08 KR KR1020000039108A patent/KR100671471B1/en not_active IP Right Cessation
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR19990027167A (en) * | 1997-09-29 | 1999-04-15 | 구자홍 | Java machine built-in phone |
KR19990047218A (en) * | 1997-12-03 | 1999-07-05 | 윤종용 | Mobile communication terminal device and its software platform |
KR19990054332A (en) * | 1997-12-26 | 1999-07-15 | 윤종용 | Smartphone device |
Also Published As
Publication number | Publication date |
---|---|
KR20020005126A (en) | 2002-01-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6085199A (en) | Method for distributing a file in a plurality of different file formats | |
US6216141B1 (en) | System and method for integrating a document into a desktop window on a client computer | |
KR100885524B1 (en) | Improved mobile communications terminal and method | |
US20140149995A1 (en) | Browser Kernel Switching Method | |
KR100671471B1 (en) | Java program executing method using a mobile phone and system for performing the same | |
KR101474561B1 (en) | Method for executing application in mobile communication teminal and apparatus therefor | |
Read et al. | Developing mobile wireless applications | |
US20100017406A1 (en) | Document processing device and program | |
JP2014064330A (en) | Interpretation of markup data for mobile devices | |
CN102063316A (en) | Information-processing device, communication system, program, and information-processing method | |
US7398055B2 (en) | Electronic device and program | |
KR100378565B1 (en) | Mobile phone loading java platform program module providing dynamic surroundings | |
KR100438698B1 (en) | Method for executing Java Application Midlet using Communication among Java Applications | |
CN110674444A (en) | Method and terminal for downloading dynamic webpage | |
US20020140727A1 (en) | Mobile terminal and method for scaling an option list of an application | |
JP4855970B2 (en) | Terminal device and program | |
JP2003216434A (en) | Method and system for optimizing downloaded program by activating user profile data in small it device | |
US8584148B2 (en) | Terminal device and program | |
KR20100010736A (en) | Method for managing heterogeneity application in mobile communication terminal and mobile communication terminal using the same | |
KR20010095607A (en) | Method for downloading and executing programs in mobile terminal | |
JP2005165872A (en) | Content display system and method of portable terminal, program and program recording medium | |
TWI305324B (en) | ||
KR100783073B1 (en) | Down Load Method For Java Application Using WAP Push Form | |
US20070168952A1 (en) | Methods for producing, transferring, and renewing virtual machine applications using flash, and system thereof | |
Krikelis | Mobile multimedia: shaping the Infoverse |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A201 | Request for examination | ||
E902 | Notification of reason for refusal | ||
E701 | Decision to grant or registration of patent right | ||
GRNT | Written decision to grant | ||
FPAY | Annual fee payment |
Payment date: 20091214 Year of fee payment: 6 |
|
FPAY | Annual fee payment |
Payment date: 20121218 Year of fee payment: 9 |
|
FPAY | Annual fee payment |
Payment date: 20151223 Year of fee payment: 12 |
|
LAPS | Lapse due to unpaid annual fee |