KR20040067992A - 애플리케이션에 의해 제공되는 기능에 직접 액세스하기위한 시스템 및 방법 - Google Patents
애플리케이션에 의해 제공되는 기능에 직접 액세스하기위한 시스템 및 방법 Download PDFInfo
- Publication number
- KR20040067992A KR20040067992A KR1020040004085A KR20040004085A KR20040067992A KR 20040067992 A KR20040067992 A KR 20040067992A KR 1020040004085 A KR1020040004085 A KR 1020040004085A KR 20040004085 A KR20040004085 A KR 20040004085A KR 20040067992 A KR20040067992 A KR 20040067992A
- Authority
- KR
- South Korea
- Prior art keywords
- task
- application
- entry point
- computer
- readable medium
- Prior art date
Links
Classifications
-
- E—FIXED CONSTRUCTIONS
- E01—CONSTRUCTION OF ROADS, RAILWAYS, OR BRIDGES
- E01F—ADDITIONAL WORK, SUCH AS EQUIPPING ROADS OR THE CONSTRUCTION OF PLATFORMS, HELICOPTER LANDING STAGES, SIGNS, SNOW FENCES, OR THE LIKE
- E01F8/00—Arrangements for absorbing or reflecting air-transmitted noise from road or railway traffic
- E01F8/0005—Arrangements for absorbing or reflecting air-transmitted noise from road or railway traffic used in a wall type arrangement
- E01F8/0023—Details, e.g. foundations
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45504—Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
- G06F9/45508—Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
- G06F9/45512—Command shells
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Life Sciences & Earth Sciences (AREA)
- Structural Engineering (AREA)
- Civil Engineering (AREA)
- Architecture (AREA)
- Sustainable Development (AREA)
- Stored Programmes (AREA)
- User Interface Of Digital Computer (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims (27)
- 애플리케이션에 의해 제공된 기능(functionality)에의 직접 액세스를 허용하기 위한 컴퓨터 구현 방법(computer-implemented method)에 있어서,상기 애플리케이션에 의해 제공된 복수의 기능 단위 중 하나의 기능 단위를 상기 애플리케이션의 태스크로서 관련시키는 단계와;상기 태스크에 대한 상기 애플리케이션으로의 엔트리 포인트(entry point)를 선언(declare)하는 단계 -상기 엔트리 포인트는 그것과 관련된 상기 애플리케이션의 부분을 론치(launch)시키고 상기 태스크와 관련된 상기 애플리케이션 내의 명령의 위치를 알아냄(locate)으로써 상기 태스크를 시동(activate)하도록 구성됨-를 포함하는 컴퓨터 구현 방법.
- 제1항에 있어서, 상기 엔트리 포인트를 노출시키는 단계를 더 포함하는 컴퓨터 구현 방법.
- 제2항에 있어서, 상기 엔트리 포인트를 노출시키는 단계는 상기 태스크에 대한 메뉴 내의 엔트리를 작성하는 단계를 포함하고, 상기 메뉴는 오퍼레이팅 시스템 셸(operating system shell)에 의해 제공되는 컴퓨터 구현 방법.
- 제2항에 있어서, 상기 엔트리 포인트를 노출시키는 단계는 활동센터(activity center) 내의 컴퓨터 디스플레이 상에 나타나는 아이콘을 작성하는 단계를 포함하는 컴퓨터 구현 방법.
- 제2항에 있어서, 상기 엔트리 포인트를 노출시키는 단계는 어드레스 필드에 상기 엔트리 포인트와 관련된 친근한 명칭(friendly name)을 리스트(list)하는 단계를 포함하는 컴퓨터 구현 방법.
- 제2항에 있어서, 상기 엔트리 포인트를 노출시키는 단계는, 자연 언어 검색 엔진이, 입력되는 텍스트에 기초하여 상기 엔트리 포인트를 알아내게 하는 단계 -상기 텍스트는 수행할 동작을 기술함 - 를 포함하는 컴퓨터 구현 방법.
- 제1항에 있어서, 상기 복수의 기능 단위 중 하나의 기능 단위를 관련시키는 단계는 상기 태스크를 평서적으로(declaratively) 기술하는 단계를 포함하는 컴퓨터 구현 방법.
- 제7항에 있어서, 상기 태스크를 평서적으로 기술하는 단계는 XML 형식(format)에 기초하는 컴퓨터 구현 방법.
- 제1항에 있어서, 상기 애플리케이션을 설치할 때 태스크 저장부(task store)에 상기 태스크와 관련된 태스크 정보를 기록(register)하는 단계를 더 포함하는컴퓨터 구현 방법.
- 제9항에 있어서, 상기 시동된 엔트리 포인트와 관련되는 애플리케이션을 결정하기 위해 상기 태스크 저장부를 참조하는 단계를 더 포함하는 컴퓨터 구현 방법.
- 제1항에 있어서, 상기 엔트리 포인트는 프로그램적으로 시동되는 컴퓨터 구현 방법.
- 제1항에 있어서, 상기 엔트리 포인트는 오퍼레이팅 시스템 셸을 통하여 시동되는 컴퓨터 구현 방법.
- 제1항에 있어서, 상기 복수의 기능 단위 중 하나의 기능 단위를 관련시키는 단계는 복수의 페이지를 상기 태스크로서 정의함으로써 달성되고, 상기 엔트리 포인트를 선언하는 단계는 상기 복수의 페이지 중 하나의 페이지의 URL을 상기 엔트리 포인트로서 지정하는 단계를 포함하는 컴퓨터 구현 방법.
- 애플리케이션을 갖는 기능에 직접 액세스하기 위한 컴퓨터 실행 가능한 명령을 갖는 컴퓨터 판독 가능한 매체에 있어서,상기 명령은,노출된 엔트리 포인트의 선택에 응답하여, 태스크 저장부를 참조하여 상기 노출된 엔트리 포인트와 관련된 애플리케이션을 결정하는 단계 - 상기 노출된 엔트리 포인트는 상기 애플리케이션에 의해 제공된 복수의 태스크 중 하나의 태스크와 관련됨 - 와;상기 애플리케이션을 론치하는 단계와;상기 노출된 엔트리 포인트와 관련된 태스크 객체를 실증(instantiate)하는 단계 - 상기 태스크 객체는 사용자 제어 하에서 상기 하나의 태스크와 관련된 명령을 실행하기 위한 처리가 속행되는 상기 애플리케이션 내의 위치를 알아냄 -를 포함하는 컴퓨터 판독 가능한 매체.
- 제14항에 있어서, 상기 노출된 엔트리 포인트는 활동 센터 내의 컴퓨터 디스플레이 상의 아이콘을 포함하는 컴퓨터 판독 가능한 매체.
- 제14항에 있어서, 상기 노출된 엔트리 포인트는 메뉴 아이템을 포함하는 컴퓨터 판독 가능한 매체.
- 제14항에 있어서, 상기 노출된 엔트리 포인트는 어드레스 필드에 리스트된 친근한 명칭을 포함하고, 상기 친근한 명칭은 상기 엔트리 포인트와 관련되는 컴퓨터 판독 가능한 매체.
- 제14항에 있어서, 상기 노출된 엔트리 포인트는 입력되는 텍스트에 기초하여 자연 언어 검색 엔진에 의해 발생된 출력을 포함하고, 상기 텍스트는 수행할 동작을 기술하는 컴퓨터 판독 가능한 매체.
- 제14항에 있어서, 상기 노출된 엔트리 포인트는 상기 하나의 태스크에 대해 정의되는 상기 복수의 페이지 중 하나의 페이지의 URL을 포함하는 컴퓨터 판독 가능한 매체.
- 애플리케이션에 의해 제공된 복수의 태스크를 평서적으로 기술하기 위한 데이터 구조로 부호화(encode)된 컴퓨터 판독 가능한 매체에 있어서,상기 데이터 구조는,상기 복수의 태스크를 정의하기 위한 처음(beginning)과 끝(ending)을 식별하기 위한 제1 엘리먼트와;상기 복수의 태스크 중 하나의 태스크를 정의하기 위한 처음과 끝을 식별하기 위한 제2 엘리먼트와;상기 하나의 태스크와 관련된 로케이션(location)을 제공하기 위한 제1 속성과;상기 하나의 태스크와 관련된 식별자를 제공하기 위한 제2 속성과;상기 하나의 태스크와 관련된 클래스 명칭을 제공하기 위한 제3 속성을 포함하는 컴퓨터 판독 가능한 매체.
- 제20항에 있어서, 상기 로케이션은 URI(uniform resource identifier)를 포함하는 컴퓨터 판독 가능한 매체.
- 제20항에 있어서, 상기 로케이션은 원격(remote)인 컴퓨터 판독 가능한 매체.
- 제20항에 있어서, 상기 로케이션은 로컬인 컴퓨터 판독 가능한 매체.
- 제20항에 있어서, 상기 데이터 구조는 XML 기반인 컴퓨터 판독 가능한 매체.
- 제20항에 있어서, 상기 하나의 태스크와 관련된 아이콘을 제공하기 위한 제4 속성을 더 포함하고, 상기 아이콘은 상기 하나의 태스크와 관련된 상기 애플리케이션 내의 명령으로의 노출된 엔트리 포인트를 제공하는 컴퓨터 판독 가능한 매체.
- 애플리케이션으로의 다수의 엔트리 포인트를 제공하기 위한 데이터 구조로 부호화된 컴퓨터 판독 가능한 매체에 있어서, 상기 데이터 구조는,상기 애플리케이션에 의해 제공된 태스크와 관련된 처리를 개시하기 위한 제1 방법을 포함하고, 상기 제1 방법은 상기 애플리케이션과 관련된 복수의 엔트리 포인트 중 상기 태스크와 관련된 하나의 엔트리 포인트로 내비게이트(navigate)하고, 상기 태스크는 상기 애플리케이션에 의해 제공된 복수의 태스크 중 하나인 컴퓨터 판독 가능한 매체.
- 애플리케이션으로의 다수의 엔트리 포인트를 제공하는 시스템에 있어서,프로세서와;메모리 - 상기 메모리는 상기 프로세서에 의해 실행되도록 상기 메모리로 로드되는 복수의 컴퓨터 실행 가능한 명령에 대해 할당됨 -를 포함하고,상기 컴퓨터 실행 가능한 명령은,노출된 엔트리 포인트의 선택에 응답하여, 태스크 저장부를 참조하여 상기 노출된 엔트리 포인트와 관련된 애플리케이션을 결정하는 단계 - 상기 노출된 엔트리 포인트는 상기 애플리케이션에 의해 제공된 복수의 태스크 중 하나의 태스크와 관련됨 - 와;상기 애플리케이션을 론치하는 단계와;상기 노출된 엔트리 포인트와 관련된 태스크 객체를 실증하는 단계 - 상기 태스크 객체는 사용자 제어 하에서 상기 하나의 태스크와 관련된 컴퓨터 실행 가능한 명령을 실행하기 위한 처리가 속행되는 상기 애플리케이션 내의 위치를 알아냄 -를 포함하는 방법을 수행하는 시스템.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/348,677 | 2003-01-21 | ||
US10/348,677 US7543238B2 (en) | 2003-01-21 | 2003-01-21 | System and method for directly accessing functionality provided by an application |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20040067992A true KR20040067992A (ko) | 2004-07-30 |
KR100988997B1 KR100988997B1 (ko) | 2010-10-20 |
Family
ID=32655488
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020040004085A KR100988997B1 (ko) | 2003-01-21 | 2004-01-20 | 애플리케이션에 의해 제공되는 기능에 직접 액세스하기 위한 시스템, 컴퓨터 구현 방법 및 컴퓨터 판독 가능한 기록 매체 |
Country Status (5)
Country | Link |
---|---|
US (1) | US7543238B2 (ko) |
EP (1) | EP1445692A3 (ko) |
JP (1) | JP4942916B2 (ko) |
KR (1) | KR100988997B1 (ko) |
CN (2) | CN101587440B (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101013056B1 (ko) * | 2006-07-26 | 2011-02-14 | 한국산업기술평가관리원 | 내장된 이벤트 구동형 솔루션의 설계 및 연산을 용이하게하는 시스템 및 방법 |
Families Citing this family (51)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7203909B1 (en) * | 2002-04-04 | 2007-04-10 | Microsoft Corporation | System and methods for constructing personalized context-sensitive portal pages or views by analyzing patterns of users' information access activities |
US20050268112A1 (en) * | 2004-05-28 | 2005-12-01 | Microsoft Corporation | Managing spyware and unwanted software through auto-start extensibility points |
US20060224575A1 (en) * | 2005-03-30 | 2006-10-05 | Microsoft Corporation | System and method for dynamic creation and management of lists on a distance user interface |
US7667704B2 (en) * | 2005-03-30 | 2010-02-23 | Microsoft Corporation | System for efficient remote projection of rich interactive user interfaces |
US20060225037A1 (en) * | 2005-03-30 | 2006-10-05 | Microsoft Corporation | Enabling UI template customization and reuse through parameterization |
US8214754B2 (en) * | 2005-04-15 | 2012-07-03 | Microsoft Corporation | Registration of applications and complimentary features for interactive user interfaces |
US20070016870A1 (en) * | 2005-07-15 | 2007-01-18 | Microsoft Corporation | Control panel framework |
US20070083829A1 (en) * | 2005-10-11 | 2007-04-12 | International Business Machines Corporation | Application program initiation with initial display selection |
US7921375B2 (en) * | 2005-12-16 | 2011-04-05 | Microsoft Corporation | Integrating user interfaces from one application into another |
CN1960371B (zh) * | 2006-08-25 | 2010-09-08 | 华为技术有限公司 | 一种访问Web应用程序文件的方法及系统 |
US8296741B1 (en) * | 2007-03-05 | 2012-10-23 | Google Inc. | Identifying function-level code dependency by simulating runtime binding |
US7860946B1 (en) * | 2007-05-01 | 2010-12-28 | Disintegrated Communication Systems, Llc | Systems, methods, and computer-readable media for searching and concomitantly interacting with multiple information content providers, other individuals, relevant communities of individuals, and information provided over a network |
US20080301559A1 (en) * | 2007-05-31 | 2008-12-04 | Microsoft Corporation | User Interface That Uses a Task Respository |
CN101378400B (zh) * | 2007-08-30 | 2013-01-30 | 国际商业机器公司 | 实现桌面应用和Web应用聚合的方法、服务器和系统 |
US10176827B2 (en) | 2008-01-15 | 2019-01-08 | Verint Americas Inc. | Active lab |
US10489434B2 (en) | 2008-12-12 | 2019-11-26 | Verint Americas Inc. | Leveraging concepts with information retrieval techniques and knowledge bases |
US20100175076A1 (en) * | 2009-01-06 | 2010-07-08 | International Business Machines Corporation | Method for executing a software routine identified in a task object |
US8230450B2 (en) * | 2009-01-06 | 2012-07-24 | International Business Machines Corporation | Method for executing a software routine identified in a task object |
US20100306825A1 (en) | 2009-05-27 | 2010-12-02 | Lucid Ventures, Inc. | System and method for facilitating user interaction with a simulated object associated with a physical location |
US8943094B2 (en) | 2009-09-22 | 2015-01-27 | Next It Corporation | Apparatus, system, and method for natural language processing |
CN101827171A (zh) * | 2010-04-23 | 2010-09-08 | 惠州Tcl移动通信有限公司 | 移动通信终端菜单选项直接访问的方法 |
US8707198B2 (en) | 2010-06-04 | 2014-04-22 | Microsoft Corporation | Related tasks and tasklets for search |
US9641643B2 (en) | 2010-08-09 | 2017-05-02 | Servicenow, Inc. | System and method for storing a skeleton representation of an application in a computerized organization |
US9122744B2 (en) | 2010-10-11 | 2015-09-01 | Next It Corporation | System and method for providing distributed intelligent assistance |
US20120124126A1 (en) * | 2010-11-17 | 2012-05-17 | Microsoft Corporation | Contextual and task focused computing |
US20120159341A1 (en) | 2010-12-21 | 2012-06-21 | Microsoft Corporation | Interactions with contextual and task-based computing environments |
US20120166522A1 (en) * | 2010-12-27 | 2012-06-28 | Microsoft Corporation | Supporting intelligent user interface interactions |
US20120260202A1 (en) * | 2011-04-11 | 2012-10-11 | Microsoft Corporation | Customized launching of applications |
CN102243662A (zh) * | 2011-07-27 | 2011-11-16 | 北京风灵创景科技有限公司 | 一种在移动设备上显示浏览器界面的方法 |
CN102306101B (zh) * | 2011-08-25 | 2017-02-08 | 中兴通讯股份有限公司 | 一种应用程序作为桌面的方法和装置 |
US9836177B2 (en) | 2011-12-30 | 2017-12-05 | Next IT Innovation Labs, LLC | Providing variable responses in a virtual-assistant environment |
US9223537B2 (en) | 2012-04-18 | 2015-12-29 | Next It Corporation | Conversation user interface |
US20130293580A1 (en) | 2012-05-01 | 2013-11-07 | Zambala Lllp | System and method for selecting targets in an augmented reality environment |
US9536049B2 (en) | 2012-09-07 | 2017-01-03 | Next It Corporation | Conversational virtual healthcare assistant |
US9582133B2 (en) * | 2012-11-09 | 2017-02-28 | Sap Se | File position shortcut and window arrangement |
US10445115B2 (en) | 2013-04-18 | 2019-10-15 | Verint Americas Inc. | Virtual assistant focused user interfaces |
US9524287B2 (en) * | 2013-09-20 | 2016-12-20 | Oracle International Corporation | Model-driven tooltips in excel |
CN103559050A (zh) * | 2013-10-23 | 2014-02-05 | 天脉聚源(北京)传媒科技有限公司 | 一种计算机启动过程的定制方法和计算机 |
US9823811B2 (en) | 2013-12-31 | 2017-11-21 | Next It Corporation | Virtual assistant team identification |
US9948700B2 (en) | 2014-07-01 | 2018-04-17 | Oracle International Corporation | ADFDI support for custom attribute properties |
US10127206B2 (en) | 2014-07-16 | 2018-11-13 | Oracle International Corporation | Dynamic column groups in excel |
US20160071517A1 (en) | 2014-09-09 | 2016-03-10 | Next It Corporation | Evaluating Conversation Data based on Risk Factors |
US11029800B2 (en) | 2015-03-16 | 2021-06-08 | Microsoft Technology Licensing, Llc | Language and security aware search for user navigable entry points |
WO2016165284A1 (zh) * | 2015-04-13 | 2016-10-20 | 华为技术有限公司 | 启动任务管理界面的方法、装置及设备 |
US10048948B2 (en) | 2015-07-06 | 2018-08-14 | Oracle International Corporation | Optimized retrieval of custom string resources |
US10582001B2 (en) | 2015-08-11 | 2020-03-03 | Oracle International Corporation | Asynchronous pre-caching of synchronously loaded resources |
US10191766B2 (en) | 2015-10-13 | 2019-01-29 | Microsoft Technology Licensing, Llc | Authoring and running task-based flows within a computing system |
CN106815037B (zh) * | 2015-11-30 | 2020-08-04 | 腾讯科技(深圳)有限公司 | 应用功能的执行方法及装置 |
US11568175B2 (en) | 2018-09-07 | 2023-01-31 | Verint Americas Inc. | Dynamic intent classification based on environment variables |
US11232264B2 (en) | 2018-10-19 | 2022-01-25 | Verint Americas Inc. | Natural language processing with non-ontological hierarchy models |
US11196863B2 (en) | 2018-10-24 | 2021-12-07 | Verint Americas Inc. | Method and system for virtual assistant conversations |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5287548A (en) * | 1988-02-29 | 1994-02-15 | Allen-Bradley Company, Inc. | Programmable controller having a stored program with both machine language instructions and source code data |
JPH05204626A (ja) * | 1992-01-30 | 1993-08-13 | Fujitsu Ltd | ソフトウェア開発支援システムの開発支援ツール起動方法 |
JPH05324299A (ja) * | 1992-05-20 | 1993-12-07 | Pfu Ltd | メニュー作成方式 |
US5694562A (en) * | 1995-01-17 | 1997-12-02 | Fisher; Thomas A. | Closely integrated key icons in a graphical interface |
JPH11184867A (ja) * | 1997-12-19 | 1999-07-09 | Toshiba Corp | 映像情報検索再生方法ならびに装置及び同方法がプログラムされ記録される記録媒体 |
US6173316B1 (en) * | 1998-04-08 | 2001-01-09 | Geoworks Corporation | Wireless communication device with markup language based man-machine interface |
US6078323A (en) * | 1998-04-09 | 2000-06-20 | International Business Machines Corporation | Method and system for rapidly accessing graphically displayed toolbar icons via toolbar accelerators |
US7085994B2 (en) * | 2000-05-22 | 2006-08-01 | Sap Portals, Inc. | Snippet selection |
US6788313B1 (en) * | 2000-09-28 | 2004-09-07 | International Business Machines Corporation | Method and apparatus for providing on line help for custom application interfaces |
US7039871B2 (en) * | 2000-10-27 | 2006-05-02 | Swiftknowledge, Inc. | Secure data access in a multidimensional data environment |
US20040205575A1 (en) * | 2001-04-12 | 2004-10-14 | Martin Wattenberg | Method and system for incorporating a value in a document |
US20030061279A1 (en) * | 2001-05-15 | 2003-03-27 | Scot Llewellyn | Application serving apparatus and method |
US20030146937A1 (en) * | 2001-09-11 | 2003-08-07 | Lee Seung Woo | Multi-level data management system |
US20030132961A1 (en) * | 2001-12-21 | 2003-07-17 | Robert Aarts | Accessing functionalities in hypermedia |
US7191411B2 (en) * | 2002-06-06 | 2007-03-13 | Moehrle Armin E | Active path menu navigation system |
-
2003
- 2003-01-21 US US10/348,677 patent/US7543238B2/en not_active Expired - Fee Related
-
2004
- 2004-01-14 EP EP04000619A patent/EP1445692A3/en not_active Withdrawn
- 2004-01-20 KR KR1020040004085A patent/KR100988997B1/ko active IP Right Grant
- 2004-01-21 JP JP2004013585A patent/JP4942916B2/ja not_active Expired - Fee Related
- 2004-01-21 CN CN2009101394137A patent/CN101587440B/zh not_active Expired - Fee Related
- 2004-01-21 CN CNB2004100033355A patent/CN100524225C/zh not_active Expired - Fee Related
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101013056B1 (ko) * | 2006-07-26 | 2011-02-14 | 한국산업기술평가관리원 | 내장된 이벤트 구동형 솔루션의 설계 및 연산을 용이하게하는 시스템 및 방법 |
Also Published As
Publication number | Publication date |
---|---|
US7543238B2 (en) | 2009-06-02 |
JP2004227591A (ja) | 2004-08-12 |
JP4942916B2 (ja) | 2012-05-30 |
CN101587440B (zh) | 2013-01-02 |
EP1445692A2 (en) | 2004-08-11 |
CN1517870A (zh) | 2004-08-04 |
EP1445692A3 (en) | 2006-12-27 |
US20040141013A1 (en) | 2004-07-22 |
CN101587440A (zh) | 2009-11-25 |
CN100524225C (zh) | 2009-08-05 |
KR100988997B1 (ko) | 2010-10-20 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100988997B1 (ko) | 애플리케이션에 의해 제공되는 기능에 직접 액세스하기 위한 시스템, 컴퓨터 구현 방법 및 컴퓨터 판독 가능한 기록 매체 | |
RU2398263C2 (ru) | Способ, система и устройство, обеспечивающие предварительный просмотр документа | |
US8327290B2 (en) | User task interface in a web application | |
CN1821943B (zh) | 使用活动内容向导和帮助文件的任务的可发现性-“现在我能做什么? ”特征 | |
US8930944B2 (en) | Application model that integrates the web experience with the traditional client application experience | |
US7469302B2 (en) | System and method for ensuring consistent web display by multiple independent client programs with a server that is not persistently connected to client computer systems | |
US20090183072A1 (en) | Embedded user assistance for software applications | |
US8312113B2 (en) | Managing shell configurations to dynamically control user computing environments | |
US9727354B2 (en) | System and methods for loading an application and its modules in a client device | |
US8117529B2 (en) | Object based navigation | |
US20140047368A1 (en) | Application development tool | |
US20120221997A1 (en) | Navigation-independent access to elements of an integrated development environment (ide) using uniform resource locators (urls) | |
US20190197065A1 (en) | Automatic browser search provider detection and usage | |
JP2016532971A (ja) | 動的にカスタマイズされた文脈依存型ヘルプを生成する方法 | |
Liberty et al. | Programming ASP. NET: Building Web Applications and Services with ASP. NET 2.0 | |
JP2022173048A (ja) | 自動文書スクロールを備えるロボティックプロセスオートメーション(rpa) | |
Juneau et al. | The basics of JavaServer faces | |
US20060271854A1 (en) | Computer application with integrated information management | |
Verma | Developing Your First Extensions | |
Freeman | Essential C# Features | |
Bartlett | Interacting with Web Pages | |
Charatan et al. | Packages | |
Freeman et al. | Using the Development Tools | |
Beasley et al. | JavaScript Programming | |
Freeman et al. | Your First React Application |
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: 20130927 Year of fee payment: 4 |
|
FPAY | Annual fee payment |
Payment date: 20140929 Year of fee payment: 5 |
|
FPAY | Annual fee payment |
Payment date: 20150918 Year of fee payment: 6 |
|
FPAY | Annual fee payment |
Payment date: 20160921 Year of fee payment: 7 |
|
FPAY | Annual fee payment |
Payment date: 20170919 Year of fee payment: 8 |
|
FPAY | Annual fee payment |
Payment date: 20180918 Year of fee payment: 9 |