KR100888233B1 - System for Operating Applications On Mobile Terminal Using Meta Language and Method Thereof - Google Patents

System for Operating Applications On Mobile Terminal Using Meta Language and Method Thereof Download PDF

Info

Publication number
KR100888233B1
KR100888233B1 KR1020070045922A KR20070045922A KR100888233B1 KR 100888233 B1 KR100888233 B1 KR 100888233B1 KR 1020070045922 A KR1020070045922 A KR 1020070045922A KR 20070045922 A KR20070045922 A KR 20070045922A KR 100888233 B1 KR100888233 B1 KR 100888233B1
Authority
KR
South Korea
Prior art keywords
application
instance
profile
driving
information
Prior art date
Application number
KR1020070045922A
Other languages
Korean (ko)
Other versions
KR20080099969A (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 KR1020070045922A priority Critical patent/KR100888233B1/en
Publication of KR20080099969A publication Critical patent/KR20080099969A/en
Application granted granted Critical
Publication of KR100888233B1 publication Critical patent/KR100888233B1/en

Links

Images

Classifications

    • 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
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

본 발명은 메타언어를 이용하여 이동 단말기에서 복수의 애플리케이션을 구동하기 위한 시스템 및 방법에 관한 것으로, 본 발명에 따른 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템은, 메타언어를 이용하여 이동 단말기에서 애플리케이션을 복수 개 구동하기 위한 시스템에 있어서, 상기 애플리케이션을 식별하기 위한 애플리케이션 식별정보 및 상기 애플리케이션의 실행파일 위치를 지정하는 실행파일 위치정보를 포함하는 상기 애플리케이션의 기본 속성을 메타언어 형태의 텍스트 파일인 애플리케이션 프로파일(상기 애플리케이션별로 생성됨)로 저장하는 애플리케이션 프로파일 저장모듈; 현재 구동중인 상기 애플리케이션의 상기 애플리케이션 식별정보 및 현재 구동중인 상기 애플리케이션으로 생성된 인스턴스를 식별하는 인스턴스 식별정보를 포함하여 상기 인스턴스의 속성을 메타언어 형태의 텍스트 파일인 인스턴스 프로파일(상기 인스턴스 별로 생성됨)로서 생성하는 인스턴스 프로파일 생성모듈; 상기 인스턴스 프로파일 생성모듈에서 생성된 상기 인스턴스 프로파일을 저장하는 인스턴스 프로파일 저장모듈; 및 상기 애플리케이션 프로파일 및 상기 인스턴스 프로파일을 이용하여 상기 애플리케이션을 구동하는 애플리케이션 구동모듈;을 포함하여 구성되는 것을 특징으로 한다.The present invention relates to a system and method for driving a plurality of applications in a mobile terminal using a meta language. The application driving system of a mobile terminal using a meta language according to the present invention uses an application in a mobile terminal using a meta language. A system for driving a plurality of applications, the application comprising a meta-language text file as a basic property of the application including application identification information for identifying the application and execution file location information for designating an execution file location of the application. An application profile storage module for storing as a profile (generated for each application); The attribute of the instance is included as an instance profile (created for each instance), which is a text file in a meta language, including the application identification information of the currently running application and the instance identification information identifying an instance created by the currently running application. An instance profile generation module for generating; An instance profile storage module configured to store the instance profile generated by the instance profile generation module; And an application driving module for driving the application by using the application profile and the instance profile.

Description

메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템 및 구동방법{System for Operating Applications On Mobile Terminal Using Meta Language and Method Thereof}System for Operating Applications On Mobile Terminal Using Meta Language and Method Thereof}

도 1은 이동 단말기에서의 복수의 애플리케이션이 구동되는 화면을 도시하는 예시도.1 is an exemplary diagram illustrating a screen on which a plurality of applications are driven in a mobile terminal.

도 2는 본 발명의 실시예에 따른 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템을 도시하는 구성도.2 is a block diagram illustrating an application driving system of a mobile terminal using a meta language according to an embodiment of the present invention.

도 3은 본 발명의 실시예에 따른 애플리케이션 프로파일의 일부를 도시하는 예시도.3 is an exemplary diagram illustrating a portion of an application profile according to an embodiment of the present invention.

도 4는 본 발명의 실시예에 따른 애플리케이션 프로파일의 일부를 도시하는 예시도.4 is an exemplary diagram illustrating a portion of an application profile according to an embodiment of the present invention.

도 5는 본 발명의 실시예에 따른 애플리케이션 프로파일의 일부를 도시하는 예시도.5 is an exemplary diagram illustrating a portion of an application profile according to an embodiment of the present invention.

도 6은 본 발명의 실시예에 따른 인스턴스 프로파일을 도시하는 예시도.6 is an exemplary diagram illustrating an instance profile according to an embodiment of the present invention.

도 7은 본 발명의 실시예에 따른 메타언어를 이용한 이동 단말기의 애플리케이션 구동방법을 도시하는 처리 흐름도.7 is a flowchart illustrating a method of driving an application of a mobile terminal using a meta language according to an embodiment of the present invention.

<도면의 주요부분에 대한 부호의 설명><Description of the symbols for the main parts of the drawings>

100 : 이동 단말기 110,112,114 : 애플리케이션100: mobile terminal 110, 112, 114: application

120 : 애플리케이션 프로파일 저장 모듈120: application profile storage module

130 : 인스턴스 프로파일 생성 모듈130: instance profile creation module

140 : 인스턴스 프로파일 저장 모듈140: instance profile storage module

150 : 애플리케이션 구동 모듈150: application drive module

160 : 애플리케이션 프로파일 갱신 모듈160: application profile update module

170 : 인스턴스 프로파일 전송 모듈170: instance profile transfer module

본 발명은 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템 및 구동방법에 관한 것이다. 보다 상세하게는 복수의 애플리케이션의 구동에 있어서 메타언어 형식의 텍스트 파일로 생성되는 애플리케이션 프로파일 및 인스턴스 프로파일을 이용함으로써 기기간 호환성을 확보하고 애플리케이션 구동을 위한 OS를 간소화할 수 있는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템 및 구동방법에 관한 것이다.The present invention relates to an application driving system and a driving method of a mobile terminal using meta language. More specifically, by using an application profile and an instance profile generated as a meta-language-type text file in driving a plurality of applications, a mobile terminal using a meta language capable of securing device compatibility and simplifying an OS for driving an application may be used. It relates to an application driving system and a driving method.

이동 단말기의 발전에 따라 이동 단말기의 화면을 개인용 PC 환경과 유사하게 복수의 애플리케이션을 동시에 구동하는 시스템이 개발되고 있다. 이러한 애플 리케이션의 예로는 위젯(Widget) 애플리케이션을 들 수 있는데, 위젯 애플리케이션은 작은 데이터 크기를 가지는 소형의 프로그램을 지칭하는 것으로써, PC 등의 환경에서 데스크 탑 아이콘으로 제공되어 배경화면 상에서 작은 공간을 점유하는 각종 애플리케이션을 지칭한다. 위젯 애플리케이션은 시계, 액자 기능 등의 장식적인 효과를 제공하는 위젯 애플리케이션부터 이메일 통지, 특정 홈페이지정보의 RSS 수신, 실시간 날씨정보, 실시간 교통정보 등의 정보형 위젯 애플리케이션까지 다양한 기능을 수행하기 위한 위젯 애플리케이션이 계속 개발되고 있다.With the development of mobile terminals, a system for simultaneously driving a plurality of applications on a screen of a mobile terminal similar to a personal PC environment has been developed. An example of such an application is a widget application. A widget application refers to a small program having a small data size, and is provided as a desktop icon in an environment such as a PC to create a small space on a background screen. It refers to various applications that occupy. Widget application is a widget application to perform various functions from widget application that provides decorative effects such as clock and frame function to information type widget application such as email notification, RSS reception of specific homepage information, real time weather information, and real time traffic information. This is still being developed.

한편, IT 기술의 발전에 따라 CDMA 또는 GSM 등의 이동통신 단말기, 무선 데이터 접속기능을 제공하는 PDA 또는 노트북과 같은정보 IT 기기 등의 이동 단말기의 데이터 처리용량 및 저장용량의 확대와 디스플레이의 대형화 및 고급화가 진행중이며, 이러한 이동 단말기의 개발에 힘입어 대기화면 상에서 각종 위젯 애플리케이션을 실행할 수 있는 서비스 등이 제안되고 있다. 특히 본 출원인인 "인트로모바일"에 의해 서비스가 제공되는 "스마트패스"에서는 단말기의 대기화면 애플리케이션으로서 도 1에 도시된 바와 같이 복수의 정보형 위젯 애플리케이션(110,112,114,116)을 이동 단말기(100) 화면에서 동시에 구동할 수 있는 기능을 제공하고 있다.On the other hand, with the development of IT technology, the data processing capacity and storage capacity of mobile terminals such as mobile communication terminals such as CDMA or GSM and information IT devices such as PDAs or laptops that provide wireless data access functions, expansion of display capacity, and With the advancement of the mobile terminal, a service for executing various widget applications on the standby screen has been proposed. In particular, in the "smart pass" provided by the applicant "intromobile", as shown in Figure 1 as a standby screen application of the terminal, a plurality of information-type widget applications (110, 112, 114, 116) simultaneously on the screen of the mobile terminal 100 It provides the ability to drive.

예컨대 뉴스 위젯 애플리케이션(110)은, 인터넷 등의 통신망을 통해 제공하는 신문사, 뉴스포털 또는 방송사 사이트와 같은 뉴스 제공 서버로부터 업데이트되는 뉴스를 데이터 푸시 방식 또는 데이터 풀 방식으로 수신하여 사용자에게 제공한다. 보다 상세하게는 뉴스의 제목과 요약내용은 데이터 푸시 방식으로 이동 단말기 로 전송하고, 사용자가 해당 뉴스 제목을 선택하는 경우 상세내용은 데이터 풀 방식으로 전송하는 방식으로 뉴스 컨텐츠를 업데이트할 수 있다. 블로그 위젯 애플리케이션(112)은, 사용자의 블로그 사이트를 제공하는 블로그 서비스 서버로부터 자신의 블로그에 업데이트되는 컨텐츠를 데이터 푸시 방식 또는 데이터 풀 방식으로 수신하여 사용자에게 제공하고, 날씨 위젯 애플리케이션(114)은 업데이트 주기에 따라 날씨정보 서비스 서버로부터 날씨정보를 수신하여 사용자에게 제공하게 된다.For example, the news widget application 110 receives a news updated from a news providing server, such as a newspaper, news portal or broadcaster site, which is provided through a communication network such as the Internet, and provides the user with a data push method or a data pull method. More specifically, the title and summary of the news may be transmitted to the mobile terminal by a data push method, and when the user selects the news title, the details may be updated by the data pool method. The blog widget application 112 receives a content updated in its own blog from a blog service server that provides a user's blog site in a data push method or a data pull method, and provides the user with the weather widget application 114. According to the cycle, the weather information service server receives the weather information and provides it to the user.

위젯 애플리케이션과 같이 복수의 애플리케이션을 구동하기 위해서는 PC 환경의 윈도우즈, 리눅스 등과 같은 운영체제(O/S)가 요구된다. 그런데, 이동 단말기의 운영체제는 서로 통일이 되어 있지 않으며 이동 전화기, PDA, 노트북 등과 같이 단말기의 종류에 따라 다를 뿐 아니라 동일한 종류의 단말기라고 하더라도 단말기 회사 및 기종마다 서로 상이하기 때문에 이러한 애플리케이션 응용 서비스를 제공하기 위해서는 서비스가 제공될 각 단말기의 운영체제에 맞추어 애플리케이션 구동 시스템을 개발하여야 한다. 뿐만 아니라 이러한 애플리케이션 서비스는 단말기 제조시에 임베디드되지 않는 경우가 많은데 추후에 이러한 기능을 추가하기 위해서는 기존의 모든 단말기 운영체제에 통합적으로 적용될 수 있는 애플리케이션 구동 시스템 및 구동방법이 절실히 요구되고 있는 상황이다.In order to run a plurality of applications such as a widget application, an operating system (O / S) such as Windows or Linux in a PC environment is required. However, the operating system of the mobile terminal is not unified with each other and not only depends on the type of the terminal, such as mobile phones, PDAs, laptops, etc. Even if the same type of terminal is different for each terminal company and model to provide such application application services To do this, an application driving system must be developed according to the operating system of each terminal to which a service is to be provided. In addition, such application services are often not embedded at the time of terminal manufacturing. However, in order to add such functions later, an application driving system and a driving method that can be integrated into all existing terminal operating systems are urgently required.

특히 복수의 애플리케이션을 구동하기 위한 운영체제는 복잡한 커널(Kernel) 시스템을 통해 애플리케이션을 제어하는데, 이동 단말기의 운영체제의 경우 최초에 임베디드되는 애플리케이션을 위주로 운영체제가 설계되기 때문에 위젯 애플리케이션과 같은 복수의 응용 애플리케이션을 동시에 구동하는 구동 시스템을 기존의 운 영체제와 정합시키는 것은 매우 어려운 작업을 요하며 개발에 소요되는 시간 및 비용이 증가하게 되는 문제가 있다.In particular, the operating system for running a plurality of applications controls the application through a complex kernel system.In the case of an operating system of a mobile terminal, the operating system is designed around an application that is initially embedded, so that a plurality of application applications such as a widget application may be used. At the same time, matching a drive system with an existing operating system is very difficult and requires a lot of time and money to develop.

또한, 사용자가 다수의 단말기 예컨대 이동 전화기 및 PDA를 사용하는 경우 서로 상이한 애플리케이션 구동 시스템을 사용하기 때문에 동일 사용자의 복수의 단말기 간의 애플리케이션 구동환경의 동기화가 불가능하다는 문제가 있다.In addition, when a user uses a plurality of terminals such as mobile phones and PDAs, there is a problem in that application driving environments are not synchronized between a plurality of terminals of the same user because they use different application driving systems.

본 발명은 상기의 문제를 해결하기 위한 것으로, RDF(Resource Description Framework) 등의 관계형 메타언어를 이용하여 텍스트 형태로 애플리케이션 구동 환경의 핵심정보인 애플리케이션의 속성에 대한 애플리케이션 프로파일 및 애플리케이션 구동에 의해 생성되는 인스턴스의 속성에 대한 인스턴스 프로파일을 생성함으로써, 이동 단말기의 형태, 제조사, 모델 등을 불문하고 대부분의 이동 단말기에 통합적으로 사용할 수 있는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템 및 구동방법을 제공하는 것을 목적으로 한다.The present invention is to solve the above problems, and is generated by the application profile and the application drive for the attributes of the application that is the core information of the application driving environment in the form of text using a relational meta language such as RDF (Resource Description Framework) By providing an instance profile for the property of an instance, it is possible to provide an application driving system and a driving method of a mobile terminal using a meta language that can be integrated into most mobile terminals regardless of the type, make, and model of the mobile terminal. The purpose.

본 발명의 다른 실시예에 따르면, 애플리케이션 프로파일 및 인스턴스 프로파일이 복잡한 메모리 어드레스 등으로 구현되는 단말기 커널의 데이터로서만 존재하는 것이 아니라, 직관적이고 관계적인 해석이 가능한 메타언어 형태로서 복사 및 전송이 용이한 형태인 텍스트 파일로 생성되고, 애플리케이션 구동 시스템은 인스턴스 프로파일을 타 단말기에 전송하기 위한 인스턴스 프로파일 전송모듈을 더 포함함으로써 기기간의 구동환경을 동기화시킬 수 있는 메타언어를 이용한 이동 단말 기의 애플리케이션 구동 시스템 및 구동방법을 제공하는 것을 다른 목적으로 한다.According to another embodiment of the present invention, the application profile and the instance profile are not only present as data of the terminal kernel implemented with a complicated memory address, but are easily copied and transmitted in a meta-language form that can be intuitively related to interpretation. The application driving system is generated in the form of a text file, the application driving system further comprises an instance profile transmission module for transmitting the instance profile to the other terminal by using a meta language that can synchronize the driving environment between devices and It is another object to provide a driving method.

마지막으로 본 발명의 다른 실시예에 따르면, 애플리케이션 프로파일은 다양한 속성정보 뿐 아니라 부모 애플리케이션, 형제 애플리케이션, 선행 애플리케이션, 자식 애플리케이션의 정보를 포함함으로써 최소한의 리소스 사용으로 이동 단말기에서도 일반적인 PC 환경과 유사한 운영체제를 모델링할 수 있는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템 및 구동방법을 제공하는 것을 다른 목적으로 한다.Finally, according to another embodiment of the present invention, the application profile includes not only various attribute information but also information of parent application, sibling application, predecessor application, and child application. Another object of the present invention is to provide an application driving system and a driving method of a mobile terminal using a meta language that can be modeled.

상기의 목적을 달성하기 위해 본 발명에 따른 메타언어를 이용하여 이동 단말기에서 복수의 애플리케이션을 구동하기 위한 시스템은, 메타언어를 이용하여 이동 단말기에서 애플리케이션을 복수 개 구동하기 위한 시스템에 있어서, 상기 애플리케이션을 식별하기 위한 애플리케이션 식별정보 및 상기 애플리케이션의 실행파일 위치를 지정하는 실행파일 위치정보를 포함하는 상기 애플리케이션의 기본 속성을 메타언어 형태의 텍스트 파일인 애플리케이션 프로파일(상기 애플리케이션별로 생성됨)로 저장하는 애플리케이션 프로파일 저장모듈; 현재 구동중인 상기 애플리케이션의 상기 애플리케이션 식별정보 및 현재 구동중인 상기 애플리케이션으로 생성된 인스턴스를 식별하는 인스턴스 식별정보를 포함하여 상기 인스턴스의 속성을 메타언어 형태의 텍스트 파일인 인스턴스 프로파일(상기 인스턴스 별로 생성됨)로서 생성하는 인스턴스 프로파일 생성모듈; 상기 인스턴스 프로파일 생성모듈에서 생성된 상기 인스턴스 프로파일을 저장하는 인스턴스 프로파일 저장모듈; 및 상기 애플리케이션 프로파일 및 상기 인스턴스 프로파일을 이용하여 상기 애플리케이션을 구동하는 애플리케이션 구동모듈;을 포함하여 구성되는 것을 특징으로 한다.In order to achieve the above object, a system for driving a plurality of applications in a mobile terminal using a meta language according to the present invention is a system for driving a plurality of applications in a mobile terminal using meta language. An application profile for storing a basic property of the application including an application identification information for identifying an application and execution location information designating an execution file location of the application as an application profile (generated for each application), which is a text file in a meta-language form; Storage module; The attribute of the instance is included as an instance profile (created for each instance), which is a text file in a meta language, including the application identification information of the currently running application and the instance identification information identifying an instance created by the currently running application. An instance profile generation module for generating; An instance profile storage module configured to store the instance profile generated by the instance profile generation module; And an application driving module for driving the application by using the application profile and the instance profile.

본 발명의 실시예에 따른 메타언어를 이용하여 이동 단말기에서 복수의 애플리케이션을 구동하는 방법은, 메타언어를 이용하여 이동 단말기에서 애플리케이션을 복수 개 구동하는 방법에 있어서, 상기 이동 단말기에 설치된 복수의 상기 애플리케이션에 대해 상기 애플리케이션을 식별하기 위한 애플리케이션 식별정보 및 상기 애플리케이션의 실행파일 위치를 지정하는 실행파일 위치정보를 포함하는 상기 애플리케이션의 기본 속성을 메타언어 형태의 텍스트 파일인 애플리케이션 프로파일로 이동 단말기가 각각 생성하여 저장하는 제 1 단계; 사용자에 의한 상기 애플리케이션 구동명령에 따라 상기 이동 단말기가 상기 애플리케이션 프로파일을 참조하여 상기 애플리케이션을 구동하는 제 2 단계; 상기 애플리케이션의 구동에 따라 생성된 인스턴스를 식별하는 인스턴스 식별정보, 상기 인스턴스를 발생시킨 상기 애플리케이션의 상기 애플리케이션 식별정보를 포함하는 상기 인스턴스의 속성을 메타언어 형태인 텍스트 파일인 인스턴스 프로파일(상기 인스턴스 별로 생성됨)로 생성하여 저장하는 제 3 단계; 및 상기 애플리케이션 프로파일 및 상기 인스턴스 프로파일을 이용하여 상기 애플리케이션의 구동상태를 유지하는 제 4 단계;를 포함하여 구성되는 것을 특징으로 한다.A method of driving a plurality of applications in a mobile terminal using a meta language according to an embodiment of the present invention, in the method of driving a plurality of applications in a mobile terminal using meta language, includes: The mobile terminal generates basic attributes of the application including application identification information for identifying the application for the application and executable file location information for designating the location of the executable file of the application as an application profile which is a text file in a meta language. Storing the first step; A second step of driving, by the mobile terminal, the application with reference to the application profile according to the application driving command by a user; Instance profile (generated for each instance) which is an instance identification information identifying an instance created according to the driving of the application and an attribute of the instance including the application identification information of the application that generated the instance in a meta-language text file. A third step of generating and storing the same; And a fourth step of maintaining a driving state of the application by using the application profile and the instance profile.

첨부한 도면을 참조하여 본 발명의 실시예를 상세히 설명하면 다음과 같다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 2는 본 발명의 실시예에 따른 메타언어를 이용한 이동 단말기(100)의 애플리케이션 구동 시스템을 도시한다. 본 발명에 따른 애플리케이션 구동 시스템은, 애플리케이션 프로파일 저장모듈(120), 인스턴스 프로파일 생성모듈(130), 인스턴 스 프로파일 저장모듈(140), 및 애플리케이션 구동모듈(150)을 포함하여 구성된다.2 illustrates an application driving system of a mobile terminal 100 using a meta language according to an embodiment of the present invention. The application driving system according to the present invention includes an application profile storage module 120, an instance profile generation module 130, an instance profile storage module 140, and an application driving module 150.

애플리케이션 프로파일 저장모듈(120)은 애플리케이션(110)을 식별하기 위한 애플리케이션 식별정보 및 애플리케이션(110)의 실행파일 위치를 지정하는 실행파일 위치정보를 포함하여 구성되는 해당 애플리케이션(110)의 기본 속성을 메타언어 형태의 텍스트 파일인 애플리케이션 프로파일(200)(애플리케이션(110,112,114) 별로 생성됨)로 저장하는 기능을 수행한다.The application profile storage module 120 may meta-base basic attributes of the corresponding application 110 including application identification information for identifying the application 110 and executable file location information for designating an executable file location of the application 110. A function of storing the application profile 200 (generated for each of the applications 110, 112, and 114), which is a text file in a language format.

메타언어는 '데이터를 위한 데이터를 정의하는 컴퓨터 언어'로서 관계형 데이터베이스를 위한 언어인 RDF 또는 웹상에서 사용되는 마크-업 언어 등이 사용될 수 있다. 통상의 윈도우즈 등의 운영체제에서는 애플리케이션 프로파일(200)은 다수의 메모리 어드레스 상의 포인터 등이 나열된 복잡한 형태의 데이터로 표시되기 때문에 다른 운영체제를 사용하는 기기와의 인터페이스가 불가능한 반면, 본 발명과 같이 애플리케이션 프로파일(200)을 RDF 등의 메타언어 형태의 텍스트 파일 형태로 기술하게 되면 서로 상이한 운영체제 하에서도 동일하게 사용될 수 있는 효과를 제공하며, 애플리케이션 프로파일(200)을 구성하는 각 데이터들을 텍스트 파일로부터 관계형 데이터베이스를 이용하여 용이하게 추출 및 이용할 수 있기 때문에 이동 단말기의 기본 운영체제 상에서 와는 별도로 복잡한 운영체제의 설계를 요하지 않으면서 타 이동 단말기와 공유가 용이한 효과가 있다.The meta-language may be a 'computer language defining data for data' and RDF, a language for relational databases, or a mark-up language used on the web. In a typical operating system such as Windows, the application profile 200 is represented as a complex form of data in which pointers on a plurality of memory addresses are listed, so that an interface with a device using another operating system is not possible. The description of 200) in the form of a meta-language text file such as RDF provides an effect that can be used equally under different operating systems, and uses the relational database for each data constituting the application profile 200 from the text file. Since it can be easily extracted and used, it can be easily shared with other mobile terminals without requiring a complicated operating system design separately from the basic operating system of the mobile terminal.

도 3 내지 도 5는 본 발명의 실시예에 따라 RDF 포맷의 텍스트 파일로써 날씨 위젯 애플리케이션(114)의 애플리케이션 프로파일(200)을 작성한 예를 도시한다. 설명의 편의를 위해 애플리케이션 프로파일(200)을 임의의 길이로 구분하였지만 도 3 내지 도 5의 애플리케이션 프로파일(200)은 단일의 텍스트 파일로서 구현되는 것이 바람직하다. 도 3의 6 행(201)에는 "Weather"라는 애플리케이션 명칭정보(Widget:Name)가, 7 행(202)에는 정보형 애플리케이션을 의미하는 "Information"이라는 애플리케이션 종류정보(widget:Type)가, 8 행(203)에는 16 진수 5 자리수로 정의된 "A987E"라는 애플리케이션 식별자(widget:ID)가, 9 행(204)에는 해당 애플리케이션(114) 구동시 이동 단말기의 화면상에 표시되는 복수의 애플리케이션 간의 (110,112) 우선순위에 관한 정보인 "3"이라는 우선 순위정보(widget:Priority)가, 10 행(205)에는 애플리케이션(114)을 설명하는 "Local weather Notice"라는 애플리케이션 기술정보(widget:Description)가 각각 정의된다.3 to 5 show an example of creating an application profile 200 of the weather widget application 114 as a text file in RDF format according to an embodiment of the present invention. Although the application profile 200 is divided into arbitrary lengths for convenience of description, the application profile 200 of FIGS. 3 to 5 is preferably implemented as a single text file. In line 6 (201) of FIG. 3, application name information (Widget: Name) of "Weather", and in line 7 (202), application type information (widget: Type) of "Information", which means an information type application, is 8 In line 203, an application identifier (widget: ID) defined as five hexadecimal digits is defined. In line 9, line 204, a plurality of applications displayed on the screen of the mobile terminal when the application 114 is driven. (110,112) Priority information (widget: Priority) of "3" which is information on priority, and application description information (widget: Description) of "Local weather Notice" describing the application 114 is shown in 10 rows 205. Are each defined.

도 4를 참조하여 애플리케이션 프로파일(200)을 연속하여 설명하면, 메타언어 형태로서, 3 행 및 4 행(211)에는 애플리케이션(114)이 수반되는 부모 애플리케이션(widget:PatentWidget)이 있는 경우 부모 애플리케이션(widget:PatentWidget)의 식별정보인 부모 애플리케이션 식별정보가 정의되고, 9 행 내지 12 행(222)에는 애플리케이션(114)이 수반하는 자식 애플리케이션(widget:ChildWidget)이 있는 경우 자식 애플리케이션(widget:ChildWidget)의 식별정보인 자식 애플리케이션 식별정보가 정의되고, 17 행 및 18 행(232)에는 애플리케이션(114)이 동위의 형제 애플리케이션(widget:SiblingWidget)이 있는 경우 형제 애플리케이션(widget:SiblingWidget)의 식별정보인 형제 애플리케이션 식별정보가 정의되고, 23 행 및 24 행(242)에는 애플리케이션(114)이 먼저 구동되어야 하는 선행 애플리케이션(widget:PrecedenceWidget)이 있는 경우 선행 애플리케이 션(widget:PrecedenceWidget)의 식별정보인 선행 애플리케이션 식별정보가 정의된다.Referring to FIG. 4, the application profile 200 will be described in succession. In the meta-language form, if the parent application (widget: PatentWidget) accompanying the application 114 is present in the third and fourth rows 211, the parent application ( If the parent application identification information, which is the identification information of widget: PatentWidget, is defined, and the 9th to 12th lines 222 include the child application (widget: ChildWidget) accompanied by the application 114, the child application (widget: ChildWidget) A sibling application that is identification information of a sibling application (widget: SiblingWidget) when the child application identification information, which is identification information, is defined, and lines 17 and 18 have an sibling application (widget: SiblingWidget) in the application 114. In the 23 and 24 lines 242, the identification information is defined, and in the preceding application (widget: Pre If there is a cedenceWidget), the preceding application identification information, which is identification information of the preceding application (widget: PrecedenceWidget), is defined.

이러한 관계형 기술에 의해 이동 단말기(100)는 별도의 복잡한 운영 시스템이 없이도 일반적인 PC 환경의 윈도우와 유사하게 부모, 자식, 형제, 선행 애플리케이션을 정의하고 그에 따른 다양한 구동이 가능한 효과를 제공한다. By such a relational technology, the mobile terminal 100 defines a parent, a child, a sibling, and a preceding application similarly to a window of a general PC environment without a separate complicated operating system, and provides various driving effects.

이하에서는 도 5를 참조하여 애플리케이션 프로파일(200)을 계속 설명한다. 3 행 내지 5 행(252)에는 해당 애플리케이션(114)에 의해 생성된 인스턴스(widget:Instance)를 구분하는 인스턴스 식별정보가 정의된다. 인스턴스(widget:Instance) 및 인스턴스 식별정보의 상세한 설명은 후술한다.Hereinafter, the application profile 200 will be described with reference to FIG. 5. In lines 3 to 5 252, instance identification information for identifying an instance (widget: Instance) generated by the application 114 is defined. Detailed description of the instance (widget: Instance) and the instance identification information will be described later.

다음으로, 8 행(262)에는 현재 애플리케이션(114)의 구동 상태정보(widget:Status)를 정의한다. 애플리케이션 구동 상태정보(widget:Status)는 애플리케이션(114)이 별도의 동작 또는 연산이 없는 상태인 뷰잉(Viewing) 상태, 애플리케이션(114)이 스트리밍 데이터를 수신하는 상태인 스트리밍 상태, 애플리케이션(114)이 네트워크에 접속한 상태인 네트워크 상태, 애플리케이션(114)이 데이터를 연산하는 상태인 연산 상태를 포함하는 복수의 구동상태 중 어느 하나를 지정하도록 구현할 수 있다. 한편 애플리케이션 구동 상태정보(widget:Instance)는 후술하는 인스턴스 프로파일(300)에 의해 갱신된다.Next, in line 8 262, driving status information (widget: Status) of the current application 114 is defined. The application driving status information (widget: Status) is a viewing state in which the application 114 has no operation or operation, a streaming state in which the application 114 receives streaming data, and the application 114 It can be implemented to designate any one of a plurality of driving states including a network state which is a state connected to a network, and an operation state which is a state where the application 114 operates data. On the other hand, the application driving status information (widget: Instance) is updated by the instance profile 300 described later.

다음으로, 9 행(263)에는 최초 애플리케이션(110)의 설치 날짜정보(widget:FirstRegisterTime)가, 10 행(264)에는 최근 애플리케이션(110)의 구동 시간정보(widget:LastOperationTime)가, 11 행(265)에는 애플리케이션(110)의 실행 파일의 파일 디렉토리 상의 위치정보(widget:Binary)가, 12 행(266)에는 애플리케이션(110)이 데이터를 가공하기 위한 파일 디렉토리 상의 작업공간이 있는 경우 작업공간 위치정보(widget:WorkSpace)가 각각 정의된다.Next, in the ninth row 263, the installation date information (widget: FirstRegisterTime) of the first application 110 is displayed, and in the tenth row 264, the driving time information (widget: LastOperationTime) of the most recent application 110 is displayed. 265, the location information (widget: Binary) on the file directory of the executable file of the application 110, and line 12, 266, the workspace location when there is a workspace on the file directory for the application 110 to process data. Information (widget: WorkSpace) is defined respectively.

인스턴스 프로파일(300) 생성모듈(130)은 현재 구동중인 애플리케이션(110)의 애플리케이션 식별정보 및 현재 구동중인 애플리케이션(110)으로 생성된 인스턴스를 식별하는 인스턴스 식별정보를 포함하여 해당 인스턴스의 속성을 메타언어 형태의 텍스트 파일인 인스턴스 프로파일(300)(인스턴스 별로 생성됨)로서 생성하는 기능을 수행한다.The instance profile 300 generation module 130 includes the application identification information of the currently running application 110 and the instance identification information identifying the instance generated by the currently running application 110 in a meta-language. It performs the function of generating as an instance profile 300 (created for each instance) which is a text file of the form.

인스턴스는 애플리케이션(110)의 구동에 의해 발생하는 현재 애플리케이션(110)의 구동상태를 기술하는 데이터이다. 도 6은 본 발명의 실시예에 따른 인스턴스 프로파일(300)의 예로서 예컨대 현재 시간을 알려주는 시계 애플리케이션(116)이 실행되었을 때의 인스턴스를 도시한다. 6 행(301)에는 예컨대 16 진수 9 자리수로 구성되는 해당 인스턴스의 인스턴스 식별정보(widget:InstanceID)가, 7 행(302)에는 해당 인스턴스를 발생시킨 애플리케이션(116)의 애플리케이션 식별정보(widget:ProfileID)(도 3의 widget:ID와 동일한 정보)가, 8 행(303)에는 해당 인스턴스가 발생한 시간정보(widget:FirstOperationTime)가, 9 행(304)에는 복수의 애플리케이션(110,112,114,116)이 화면상에서 서로 중첩되는 경우 인스턴스를 발생시킨 애플리케이션(116)의 화면상의 깊이(depth)를 지정하는 깊이정보(widget:DisplayDepth)가, 10 행(305)에는 인스턴스를 발생시킨 애플리케이션(116)의 화면상의 좌표를 지정하는 좌표정보(widget:Distance)가, 11 행(306)에 는 인스턴스를 발생시킨 애플리케이션(116)의 화면상의 크기를 지정하는 크기정보(widget:Size)가 각각 정의된다.The instance is data describing the driving state of the current application 110 generated by the driving of the application 110. 6 shows an instance of an instance profile 300 according to an embodiment of the present invention, for example, when the clock application 116 running the current time is executed. In line 6 301, instance identification information (widget: InstanceID) of the corresponding instance consisting of 9 hexadecimal digits is shown, and in line 7 302, application identification information (widget: ProfileID) of the application 116 which generated the instance. (Information identical to widget: ID in FIG. 3), the time information (widget: FirstOperationTime) at which the instance occurred in 8 rows 303, and the plurality of applications 110, 112, 114, and 116 overlap each other on the screen in 9 rows 304. Depth information (widget: DisplayDepth) that specifies the on-screen depth of the application 116 that created the instance, and 10 lines 305 specify the on-screen coordinates of the application 116 that created the instance. In coordinate line (widget: Distance), in line 11 (306), size information (widget: Size) specifying the size on the screen of the application 116 that generated the instance is defined, respectively.

보다 바람직하게는 인스턴스 프로파일(300)에도 애플리케이션 프로파일(200)과 동일하게 도시된 바와 같이 12 행(307)에는 애플리케이션(116)의 실행파일의 파일 디렉토리 상의 위치정보(widget:Binary)가, 13 행(308)에는 애플리케이션(116)이 데이터를 가공하기 위한 파일 디렉토리 상의 작업공간이 있는 경우 작업공간의 위치정보(widget:WorkSpace)를 정의할 수 있다. 이러한 실시예에 따르면 애플리케이션(110)의 추가 실행 등의 작업에 있어서 애플리케이션 프로파일(200)을 참조하지 않고도 인스턴스 프로파일(300)만의 참조로 해당 작업을 효율적으로 실시할 수 있는 효과가 있다.More preferably, as shown in the instance profile 300 in the same manner as the application profile 200, in line 12 307, the location information (widget: Binary) on the file directory of the executable file of the application 116 is displayed. In 308, if there is a workspace on the file directory for the application 116 to process the data, the location information (widget: WorkSpace) of the workspace may be defined. According to this embodiment, there is an effect that the task can be efficiently performed with reference only to the instance profile 300 in a task such as additional execution of the application 110 without referring to the application profile 200.

인스턴스 프로파일 저장모듈(140)은 인스턴스 프로파일 생성모듈(130)에서 생성된 인스턴스 프로파일(300)을 저장하는 기능을 수행하며, 전술한 애플리케이션 프로파일 저장모듈(120)과 별도의 구성요소로 구현할 수도 있고 서로 통합된 형태로 구현될 수도 있다.The instance profile storage module 140 performs a function of storing the instance profile 300 generated by the instance profile generation module 130 and may be implemented as a separate component from the above-described application profile storage module 120 or mutually. It may be implemented in an integrated form.

애플리케이션 구동모듈(150)은 애플리케이션 프로파일(200) 및 인스턴스 프로파일(300)의 메타정보를 활용하여 애플리케이션(110,112,114,116)을 구동하는 기능을 수행한다.The application driving module 150 uses the meta information of the application profile 200 and the instance profile 300 to drive the applications 110, 112, 114, and 116.

한편, 애플리케이션(110)의 구동에 의해 인스턴스 프로파일(300)이 생성된 경우 애플리케이션 프로파일(200)에 도 5에 도시된 바와 같이 인스턴스 식별정보(252) 및 애플리케이션(110)의 현재 구동상태에 대한 정보인 구동 상태정보(262) 를 메타언어 형태로서 추가하는 애플리케이션 프로파일 갱신모듈(160)을 더 포함하는 것이 바람직하다. 이러한 실시예에 따르면 애플리케이션 프로파일(200) 및 인스턴스 프로파일(300) 간의 상호 검색이 용이하며 애플리케이션 구동 모듈(150)이 별도의 애플리케이션 프로파일(200) 및 인스턴스 프로파일(300)간의 매칭 테이블 정보 등을 생성할 필요가 없는 효과를 제공한다.On the other hand, when the instance profile 300 is generated by the driving of the application 110, as shown in Figure 5 in the application profile 200, information about the instance identification information 252 and the current driving state of the application 110 It is preferable to further include an application profile update module 160 for adding the in-drive state information 262 as a meta-language form. According to this embodiment, the mutual search between the application profile 200 and the instance profile 300 is easy, and the application driving module 150 may generate matching table information between the separate application profile 200 and the instance profile 300, and the like. Provides effects that do not need

한편, 다수의 이동 단말기(100)를 사용하는 사용자가 자신의 특정 단말기에서의 현재 애플리케이션 구동상태를 타 단말기에서 동일하게 구현할 수 있도록 사용자의 요청에 의해 통신망을 통해 인스턴스 프로파일 저장모듈에 저장된 인스턴스 프로파일(300)을 전송하는 인스턴스 프로파일 전송모듈(170)을 더 포함하는 것이 바람직하다.Meanwhile, an instance profile stored in an instance profile storage module through a communication network by a user's request so that a user who uses a plurality of mobile terminals 100 can implement the current application driving state in his or her specific terminal in the same manner in other terminals. It is preferable to further include an instance profile transmission module 170 for transmitting 300.

도 7은 본 발명에 따른 메타언어를 이용하여 이동 단말기(100)에서 복수의 애플리케이션(110)을 구동하는 방법을 도시한다. 본 발명에 따른 애플리케이션(110) 구동방법은, 먼저 이동 단말기(100)에 설치된 복수의 애플리케이션(110,112,114,116))에 대해 적어도 애플리케이션(110)을 식별하기 위한 애플리케이션 식별정보, 애플리케이션(110)의 실행파일 위치를 지정하는 실행파일 위치정보를 포함하는 해당 애플리케이션(110)의 기본 속성을 메타언어 형태의 텍스트 파일인 애플리케이션 프로파일(200)로 각각 생성하여 저장하는 제 1 단계(S10)를 수행한다.7 illustrates a method of driving a plurality of applications 110 in a mobile terminal 100 using a meta language according to the present invention. The method of driving an application 110 according to the present invention includes, first, application identification information for identifying at least an application 110 for a plurality of applications 110, 112, 114, and 116 installed in the mobile terminal 100, and an execution file location of the application 110. A first step (S10) of generating and storing the basic attributes of the corresponding application 110 including the execution file location information for specifying the application profile 200, which is a text file in a meta-language form, is stored.

다음으로, 사용자에 의한 애플리케이션(110) 구동명령에 따라 이동 단말기(100)가 애플리케이션 프로파일(200)을 참조하여 애플리케이션(110)을 구동하는 제 2 단계(S20)를 수행하고, 애플리케이션(110)의 구동에 따라 생성된 인스턴스를 식별하는 인스턴스 식별정보, 인스턴스를 발생시킨 애플리케이션(110)의 애플리케이션(110) 식별정보를 포함하는 해당 인스턴스의 속성을 메타언어 형태인 텍스트 파일인 인스턴스 프로파일(300)(인스턴스 별로 생성됨)로 이동 단말기가 생성하여 저장하는 제 3 단계(S30)를 수행한다.Next, the mobile terminal 100 performs a second step (S20) of driving the application 110 with reference to the application profile 200 according to a command of driving the application 110 by the user, and the application of the application 110. The instance profile 300 (instance), which is a text file in a meta-language form, includes attributes of the instance, including instance identification information for identifying an instance created by driving and application 110 identification information of the application 110 that generated the instance. Generated by the mobile terminal), and performs the third step S30 of generating and storing the mobile terminal.

마지막으로, 애플리케이션 프로파일(200) 및 인스턴스 프로파일(300)을 이용하여 애플리케이션(110)의 구동상태를 유지하는 제 4 단계(S40)를 수행한다.Finally, a fourth step S40 of maintaining the driving state of the application 110 is performed using the application profile 200 and the instance profile 300.

이때 애플리케이션 프로파일(200) 및 인스턴스 프로파일(300)은, RDF 포맷 의 텍스트 파일 형태로 저장되는 것이 바람직하다.In this case, the application profile 200 and the instance profile 300 is preferably stored in the form of a text file in the RDF format.

보다 바람직하게는, 제 3 단계(S30) 이후에, 인스턴스를 발생시킨 애플리케이션 프로파일(200)에 인스턴스 식별정보 및 애플리케이션(110)의 현재 구동상태에 대한 정보인 구동 상태정보를 메타언어 형태로서 추가하여 애플리케이션 프로파일(200)을 갱신하는 제 5 단계(S50)를 더 포함함으로써, 애플리케이션 프로파일(200)과 인스턴스 프로파일(300)과의 관계성을 보다 증대시킬 수 있다.More preferably, after the third step S30, the instance identification information and the driving state information, which is information on the current driving state of the application 110, are added to the application profile 200 that generated the instance as a meta-language form. By further including a fifth step S50 of updating the application profile 200, the relationship between the application profile 200 and the instance profile 300 may be further increased.

또한 복수의 단말기간의 구동환경을 동기화시키기 위해 제 4 단계(S40) 이후에, 사용자의 요청에 의해 통신망을 통해 인스턴스 프로파일(300)을 전송하는 제 6 단계(S60)를 더 포함하는 것이 바람직하다.In addition, after the fourth step (S40) to synchronize the driving environment between the plurality of terminals, it is preferable to further include a sixth step (S60) for transmitting the instance profile 300 through the communication network at the request of the user.

본 발명에 따른 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템 및 구동방법은, RDF(Resource Description Framework) 등의 관계형 메타언어를 이용하여 텍스트 형태로 애플리케이션 구동 환경의 핵심정보인 애플리케이션의 속성에 대한 애플리케이션 프로파일 및 애플리케이션 구동에 의해 생성되는 인스턴스의 속성에 대한 인스턴스 프로파일을 생성함으로써, 이동 단말기의 형태, 제조사, 모델 등을 불문하고 대부분의 이동 단말기에 통합적으로 사용할 수 있는 효과를 제공한다.An application driving system and a driving method of a mobile terminal using a meta language according to the present invention, using a relational meta language such as RDF (Resource Description Framework), the application profile of the attribute of the application that is the core information of the application driving environment in the form of text And by generating an instance profile for the attribute of the instance generated by the application running, it provides an effect that can be integrated to most mobile terminals regardless of the type, manufacturer, model, etc. of the mobile terminal.

본 발명의 실시예에 따른 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템 및 구동방법은, 애플리케이션 프로파일 및 인스턴스 프로파일이 복잡한 메모리 어드레스 등으로 구현되는 단말기 커널의 데이터로서만 존재하는 것이 아니라, 직관적이고 관계적인 해석이 가능한 메타언어 형태로서 복사 및 전송이 용이한 형태인 텍스트 파일로 생성되고, 애플리케이션 구동 시스템은 인스턴스 프로파일을 타 단말기에 전송하기 위한 인스턴스 프로파일 전송모듈을 더 포함함으로써 기기간의 구동환경을 동기화시킬 수 있는 효과를 제공한다.The application driving system and method for driving a mobile terminal using meta language according to an embodiment of the present invention are not merely present as data of a terminal kernel in which an application profile and an instance profile are implemented with a complex memory address, but are intuitive and related. Meta-interpretable meta-language is created as a text file that is easy to copy and transfer, and the application driving system may further include an instance profile transmission module for transmitting the instance profile to other terminals to synchronize the driving environment between devices. Provide the effect.

마지막으로 본 발명의 다른 실시예에 따른 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템 및 구동방법은, 애플리케이션 프로파일은 다양한 속성정보 뿐 아니라 부모 애플리케이션, 형제 애플리케이션, 선행 애플리케이션, 자식 애플리케이션의 정보를 포함함으로써 최소한의 리소스 사용으로 이동 단말기에서도 일반적인 PC 환경과 유사한 운영체제를 모델링할 수 있는 효과를 제공한다.Finally, the application driving system and driving method of the mobile terminal using the meta language according to another embodiment of the present invention, the application profile includes at least a variety of attribute information, as well as the information of the parent application, sibling application, preceding application, child application at least The use of resources provides the effect of modeling an operating system similar to a typical PC environment in mobile terminals.

아울러 본 발명의 바람직한 실시예들은 예시의 목적을 위해 개시된 것이며, 당업자라면 본 발명의 사상과 범위 안에서 다양한 수정, 변경, 부가 등이 가능할 것이며, 이러한 수정 변경 등은 이하의 특허청구의 범위에 속하는 것으로 보아야 할 것이다.In addition, preferred embodiments of the present invention are disclosed for the purpose of illustration, those skilled in the art will be able to make various modifications, changes, additions, etc. within the spirit and scope of the present invention, such modifications and modifications belong to the scope of the claims You will have to look.

Claims (14)

메타언어를 이용하여 이동 단말기에서 애플리케이션을 복수 개 구동하기 위한 시스템에 있어서,A system for driving a plurality of applications in a mobile terminal using meta language, 상기 애플리케이션을 식별하기 위한 애플리케이션 식별정보 및 상기 애플리케이션의 실행파일 위치를 지정하는 실행파일 위치정보를 포함하는 상기 애플리케이션의 기본 속성을 메타언어 형태의 텍스트 파일인 애플리케이션 프로파일(상기 애플리케이션별로 생성됨)로 저장하는 애플리케이션 프로파일 저장모듈;Storing a basic property of the application including application identification information for identifying the application and execution file location information designating an execution file location of the application as an application profile (generated for each application) which is a text file in a meta-language form; An application profile storage module; 현재 구동중인 상기 애플리케이션의 상기 애플리케이션 식별정보 및 현재 구동중인 상기 애플리케이션으로 생성된 인스턴스를 식별하는 인스턴스 식별정보를 포함하여 상기 인스턴스의 속성을 메타언어 형태의 텍스트 파일인 인스턴스 프로파일(상기 인스턴스 별로 생성됨)로서 생성하는 인스턴스 프로파일 생성모듈;The attribute of the instance is included as an instance profile (created for each instance), which is a text file in a meta language, including the application identification information of the currently running application and the instance identification information identifying an instance created by the currently running application. An instance profile generation module for generating; 상기 인스턴스 프로파일 생성모듈에서 생성된 상기 인스턴스 프로파일을 저장하는 인스턴스 프로파일 저장모듈; 및An instance profile storage module configured to store the instance profile generated by the instance profile generation module; And 상기 애플리케이션 프로파일 및 상기 인스턴스 프로파일을 이용하여 상기 애플리케이션을 구동하는 애플리케이션 구동모듈;을 포함하여 구성되는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템.Application driving system for a mobile terminal using a meta-language, characterized in that it comprises a ;; an application driving module for driving the application using the application profile and the instance profile. 제 1 항에 있어서, 상기 애플리케이션 프로파일 및 상기 인스턴스 프로파일 은,The method of claim 1, wherein the application profile and the instance profile, RDF 포맷의 텍스트 파일 형태로 저장되는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템.An application driving system of a mobile terminal using a meta language, characterized in that stored in the form of a text file of the RDF format. 제 1 항 또는 제 2 항에 있어서, 상기 애플리케이션 구동 시스템은,The system of claim 1, wherein the application driving system comprises: 상기 애플리케이션의 구동에 의해 상기 인스턴스 프로파일이 생성된 경우 상기 애플리케이션 프로파일에 상기 인스턴스 식별정보 및 상기 애플리케이션의 현재 구동상태에 대한 정보인 구동 상태정보를 메타언어 형태로서 추가하는 애플리케이션 프로파일 갱신모듈;을 더 포함하는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템.An application profile updating module configured to add, as a meta language, driving state information, which is information about the instance identification information and the current driving state of the application, to the application profile when the instance profile is generated by the driving of the application; Application driving system of a mobile terminal using a meta language, characterized in that the. 제 3 항에 있어서, 상기 구동 상태정보는,The method of claim 3, wherein the driving state information, 상기 애플리케이션이 별도의 동작 또는 연산이 없는 상태인 뷰잉(Viewing) 상태, 상기 애플리케이션이 스트리밍 데이터를 수신하는 상태인 스트리밍 상태, 상기 애플리케이션이 네트워크에 접속한 상태인 네트워크 상태, 상기 애플리케이션이 데이터를 연산하는 상태인 연산 상태를 포함하는 복수의 구동상태 중 어느 하나를 지정하는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템.A viewing state in which the application does not have a separate operation or operation, a streaming state in which the application receives streaming data, a network state in which the application connects to a network, and the application calculates data. An application driving system of a mobile terminal using a meta language, characterized in that any one of a plurality of driving states including an operation state which is a state is specified. 제 1 항 또는 제 2 항에 있어서, 상기 애플리케이션 구동 시스템은,The system of claim 1, wherein the application driving system comprises: 사용자의 요청에 의해 통신망을 통해 상기 인스턴스 프로파일 저장모듈에 저장된 상기 인스턴스 프로파일을 전송하는 인스턴스 프로파일 전송모듈;을 더 포함하는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템.And an instance profile transmission module for transmitting the instance profile stored in the instance profile storage module through a communication network at the request of a user. 제 1 항 또는 제 2 항에 있어서, 상기 애플리케이션 프로파일은,The method of claim 1 or 2, wherein the application profile, 상기 애플리케이션의 명칭에 대한 정보인 애플리케이션 명칭정보;Application name information that is information about a name of the application; 상기 애플리케이션 종류에 대한 정보인 애플리케이션 종류정보; 및Application type information which is information on the application type; And 상기 애플리케이션의 구동시 상기 이동 단말기의 화면상에 표시되는 복수의 상기 애플리케이션 간의 우선순위에 관한 정보인 우선 순위정보;를 메타언어 형태로서 더 포함하는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템.Driving the application of the mobile terminal using a meta-language, further comprising, as a meta-language, priority information which is information on the priority between the plurality of applications displayed on the screen of the mobile terminal when the application is driven. system. 삭제delete 제 1 항 또는 제 2 항에 있어서, 상기 인스턴스 프로파일은,The method according to claim 1 or 2, wherein the instance profile, 상기 인스턴스를 발생시킨 상기 애플리케이션의 화면상의 좌표를 지정하는 좌표정보;Coordinate information specifying coordinates on a screen of the application that generated the instance; 상기 인스턴스를 발생시킨 상기 애플리케이션의 화면상의 크기를 지정하는 크기정보;Size information for designating a size on the screen of the application that generated the instance; 복수의 상기 애플리케이션이 화면상에서 서로 중첩되는 경우 상기 인스턴스를 발생시킨 상기 애플리케이션의 화면상의 깊이(depth)를 지정하는 깊이정보; 및Depth information designating a depth on a screen of the application that generated the instance when a plurality of the applications overlap each other on a screen; And 상기 인스턴스를 발생시킨 상기 애플리케이션의 실행파일의 위치를 지정하는 실행파일 위치정보;를 메타언어 형태로서 더 포함하는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 시스템.Execution file location information designating the location of the executable file of the application that generated the instance; Meta-language application driving system of the mobile terminal further comprising a. 메타언어를 이용하여 이동 단말기에서 애플리케이션을 복수 개 구동하는 방법에 있어서,In the method of driving a plurality of applications in a mobile terminal using a meta language, 상기 이동 단말기에 설치된 복수의 상기 애플리케이션에 대해 상기 애플리케이션을 식별하기 위한 애플리케이션 식별정보 및 상기 애플리케이션의 실행파일 위치를 지정하는 실행파일 위치정보를 포함하는 상기 애플리케이션의 기본 속성을 메타언어 형태의 텍스트 파일인 애플리케이션 프로파일로 이동 단말기가 각각 생성하여 저장하는 제 1 단계;The basic property of the application includes application identification information for identifying the application and executable file location information for designating an executable file location of the application, for a plurality of the applications installed in the mobile terminal. A first step of generating and storing the respective mobile terminal in the application profile; 사용자에 의한 상기 애플리케이션 구동명령에 따라 상기 이동 단말기가 상기 애플리케이션 프로파일을 참조하여 상기 애플리케이션을 구동하는 제 2 단계;A second step of driving, by the mobile terminal, the application with reference to the application profile according to the application driving command by a user; 상기 애플리케이션의 구동에 따라 생성된 인스턴스를 식별하는 인스턴스 식별정보, 상기 인스턴스를 발생시킨 상기 애플리케이션의 상기 애플리케이션 식별정보를 포함하는 상기 인스턴스의 속성을 메타언어 형태인 텍스트 파일인 인스턴스 프로파일(상기 인스턴스 별로 생성됨)로 생성하여 저장하는 제 3 단계; 및Instance profile (generated for each instance) which is an instance identification information identifying an instance created according to the driving of the application and an attribute of the instance including the application identification information of the application that generated the instance in a meta-language text file. A third step of generating and storing the same; And 상기 애플리케이션 프로파일 및 상기 인스턴스 프로파일을 이용하여 상기 애플리케이션의 구동상태를 유지하는 제 4 단계;를 포함하여 구성되는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 방법.And a fourth step of maintaining the driving state of the application by using the application profile and the instance profile. 제 9 항에 있어서, 상기 애플리케이션 프로파일 및 상기 인스턴스 프로파일은,The method of claim 9, wherein the application profile and the instance profile, RDF 포맷의 텍스트 파일 형태로 저장되는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 방법.A method for driving an application of a mobile terminal using a meta language, characterized in that stored in the form of a text file in the RDF format. 제 9 항 또는 제 10 항에 있어서, 상기 제 3 단계 이후에,The method of claim 9 or 10, wherein after the third step, 상기 인스턴스를 발생시킨 상기 애플리케이션 프로파일에 상기 인스턴스 식별정보 및 상기 애플리케이션의 현재 구동상태에 대한 정보인 구동 상태정보를 메타언어 형태로서 추가하여 상기 애플리케이션 프로파일을 갱신하는 제 5 단계;를 더 포함하는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 방법.And a fifth step of updating the application profile by adding the instance identification information and the driving state information, which is information on the current driving state of the application, in meta-language form to the application profile that generated the instance. An application driving method of a mobile terminal using a meta language. 제 9 항 또는 제 10 항에 있어서, 제 4 단계 이후에,The method of claim 9 or 10, after the fourth step, 사용자의 요청에 의해 통신망을 통해 상기 인스턴스 프로파일을 전송하는 제 6 단계;를 더 포함하는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 방법.And a sixth step of transmitting the instance profile through a communication network at the request of a user. 삭제delete 제 9 항 또는 제 10 항에 있어서, 상기 인스턴스 프로파일은,The method of claim 9 or 10, wherein the instance profile, 상기 인스턴스를 발생시킨 상기 애플리케이션의 화면상의 좌표를 지정하는 좌표정보;Coordinate information specifying coordinates on a screen of the application that generated the instance; 상기 인스턴스를 발생시킨 상기 애플리케이션의 화면상의 크기를 지정하는 크기정보;Size information for designating a size on the screen of the application that generated the instance; 복수의 상기 애플리케이션이 화면상에서 서로 중첩되는 경우 상기 인스턴스를 발생시킨 상기 애플리케이션의 화면상의 깊이(depth)를 지정하는 깊이정보; 및Depth information designating a depth on a screen of the application that generated the instance when a plurality of the applications overlap each other on a screen; And 상기 인스턴스를 발생시킨 상기 애플리케이션의 실행파일의 위치를 지정하는 실행파일 위치정보;를 메타언어 형태로서 더 포함하는 것을 특징으로 하는 메타언어를 이용한 이동 단말기의 애플리케이션 구동 방법.Execution file location information designating the location of the executable file of the application that generated the instance; Meta-language form further comprising the method of driving an application of a mobile terminal using a meta-language.
KR1020070045922A 2007-05-11 2007-05-11 System for Operating Applications On Mobile Terminal Using Meta Language and Method Thereof KR100888233B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020070045922A KR100888233B1 (en) 2007-05-11 2007-05-11 System for Operating Applications On Mobile Terminal Using Meta Language and Method Thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020070045922A KR100888233B1 (en) 2007-05-11 2007-05-11 System for Operating Applications On Mobile Terminal Using Meta Language and Method Thereof

Publications (2)

Publication Number Publication Date
KR20080099969A KR20080099969A (en) 2008-11-14
KR100888233B1 true KR100888233B1 (en) 2009-03-12

Family

ID=40286788

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070045922A KR100888233B1 (en) 2007-05-11 2007-05-11 System for Operating Applications On Mobile Terminal Using Meta Language and Method Thereof

Country Status (1)

Country Link
KR (1) KR100888233B1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050120221A (en) * 2004-06-18 2005-12-22 에스케이 텔레콤주식회사 System and method for furnishing the user agent profile using cache memory
KR20060081159A (en) * 2005-01-07 2006-07-12 에스케이 텔레콤주식회사 Method and system for managing terminal data of mobile terminal

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20050120221A (en) * 2004-06-18 2005-12-22 에스케이 텔레콤주식회사 System and method for furnishing the user agent profile using cache memory
KR20060081159A (en) * 2005-01-07 2006-07-12 에스케이 텔레콤주식회사 Method and system for managing terminal data of mobile terminal

Also Published As

Publication number Publication date
KR20080099969A (en) 2008-11-14

Similar Documents

Publication Publication Date Title
US11003630B2 (en) Remote access of metadata for collaborative documents
US11687324B2 (en) Property management method and property management system and machine using the same
JP6279475B2 (en) Custom optimization of web pages
CN100380318C (en) Method and computer system for handling incremental data in client-server communication
EP3822828A2 (en) Method, apparatus, device and storage medium for determining page theme and computer program product
CN108369600B (en) Web browser extensions
US20080168368A1 (en) Dashboards, Widgets and Devices
JP5031819B2 (en) Declarations for transformations in service sequences
US9485306B2 (en) Methods, apparatuses, and computer program products for facilitating a data interchange protocol
CN102087594B (en) Management method and device for extension point and plugins
CN103034517A (en) Method and device for loading browser control tool
KR20140138712A (en) Synchronizing local and remote data
TW201814554A (en) Searching index information for application data
US8209324B2 (en) Method and system for providing information in virtual space
CN101572736B (en) Guidance display device
CN108780541B (en) Contact creation and utilization
CN114995816A (en) Business process configuration method and device, electronic equipment and readable storage medium
RU2679971C2 (en) Implementation of access to semantic content in development system
CN111158777B (en) Component calling method, device and computer readable storage medium
CN103150355A (en) Web page content preview method and device, and equipment
CN103309677A (en) Built-in resource management method, device and terminal
US20230385363A1 (en) Web site preview generation based on web site type
KR100888233B1 (en) System for Operating Applications On Mobile Terminal Using Meta Language and Method Thereof
Woerndl et al. SeMoDesk: towards a mobile semantic desktop
Bletsas The mit media lab's glass infrastructure: An interactive information system

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
N231 Notification of change of applicant
AMND Amendment
E601 Decision to refuse application
AMND Amendment
J201 Request for trial against refusal decision
B701 Decision to grant
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20120305

Year of fee payment: 4

LAPS Lapse due to unpaid annual fee