US20080141270A1 - Middleware application environment - Google Patents
Middleware application environment Download PDFInfo
- Publication number
- US20080141270A1 US20080141270A1 US12/019,324 US1932408A US2008141270A1 US 20080141270 A1 US20080141270 A1 US 20080141270A1 US 1932408 A US1932408 A US 1932408A US 2008141270 A1 US2008141270 A1 US 2008141270A1
- Authority
- US
- United States
- Prior art keywords
- entity
- application
- domain
- plug
- utility
- Prior art date
- Legal status (The legal status 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 status listed.)
- Abandoned
Links
Images
Classifications
-
- 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
-
- 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
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/541—Client-server
Definitions
- the present invention relates to frameworks for execution of client software applications, and more particularly, to frameworks for providing high-level application support for the execution of client software applications.
- An optimal application framework enables a mobile equipment real-time software developer to focus and spend development time adding application-related value to a product while still having the flexibility to achieve real-time performance.
- developers of real-time application software are often required to spend an inordinate amount of time writing code that only serves the purpose of supporting actual application-related functionality (i.e., so-called plumbing code) for new software applications.
- writing this lower-level plumbing code is usually considered to be more error-prone than writing higher level application software.
- frameworks are too restricted in terms of flexibility in that they: 1) offer limited possibilities to dynamically add new functionality to the framework or scale away code or functionality not needed; 2) do not offer multithreading capabilities; or 3) support only one event notification model (e.g., message (event pull) or callback (event push), but not both).
- event notification model e.g., message (event pull) or callback (event push)
- most frameworks do not address legacy problems that are created when a developer ports previous investments in code to a new framework. Many of the legacy problems listed above arise from a structural mismatch (e.g., different OS paradigms) between an old system and the framework to which the code is to be ported.
- frameworks that export similar services to applications (e.g., PalmOS, Brew).
- Existing frameworks differ not only in terms of underlying support mechanisms (e.g., single/multi-threading), paradigms (e.g., function-based/object-oriented), but also with respect to a level of support and flexibility offered to applications.
- many frameworks do not provide a high-level application-domain environment, but instead merely allow a system to be divided into low-level processes, etc . . . , in a similar fashion to a standard operating system.
- the application developer is thus left to either include standard functionality in the application code or develop in-house high-level application support.
- a method of using a software application framework includes interfacing a platform domain with application domain software of an application domain via a framework interface domain.
- the method also includes a first application entity of a software application domain interacting with at least one of a second application entity, the framework interface domain, at least one utility entity, and at least one plug-in entity.
- a software application framework in another embodiment, includes a framework interface domain for interfacing a platform domain with application domain software of an application domain and a software application domain.
- the software application domain includes a first application entity.
- the first application entity is adapted to interact with at least one of a second application entity, the framework interface domain, at least one utility entity, and at least one plug-in entity.
- FIG. 1 is an illustration of a framework in accordance with principles of the present invention.
- Mobile-equipment embedded software typically executes in a native environment of a central processing unit (CPU) of the mobile equipment.
- the term mobile equipment includes any mobile computing or communication device such as, for example, mobile telephones, personal digital assistants, laptop computers, and the like.
- the term native implies that the software has full access to functionalities of the mobile equipment (since the software is typically running machine code) and also implies that it is very difficult to ensure that the software does not interfere with other functionalities in an undesired way with respect to the mobile equipment.
- the source code is encapsulated in a software package that acts as a so-called virtual machine. The virtual machine is in total control of what the code running within the encapsulation is and is not permitted to do.
- the encapsulation is almost always tied to the specification of the programming language being used. For native languages, such as, for example, C and C++, such encapsulation is not possible. However, the idea of encapsulation is still useful for achieving isolation between service implementations and client implementations.
- isolation means controlling dependencies in such a way that both client code and server code can evolve independently over time with minimal mutual disturbances.
- Embodiments of the present invention provide a pattern for a native execution environment that encapsulates and abstracts such dependencies but does not offer the full protection capacity available in a virtual environment such as, for example, Java.
- FIG. 1 is a block diagram that illustrates a framework in accordance with principles of the present invention.
- a framework 100 includes an application domain 102 and a middleware domain 103 . Also shown in interaction with the framework 100 is a platform domain 104 .
- the framework 100 includes a rulebook for the application domain 102 , including all application domain software operating within the application domain 102 .
- Shown within the middleware domain 103 is an open-platform application-programming interface (open platform API) 106 .
- Shown within the application domain 102 is a utility entity 108 , an application entity 110 , and a plug-in entity 112 .
- the open platform API 106 is a framework interface layer in a middleware domain 103 of a mobile platform (not shown in FIG. 1 ).
- the open platform API (OPA) 106 separates the utility entity 108 , the application entity 110 , and the plug-in entity 112 (collectively, application domain software) in the application domain 102 from the platform domain 104 and provides an extensive API from the platform domain 104 to the application domain software.
- the application entity 110 , the utility entity 108 , and the plug-in entity 112 interface with the platform domain 104 via the OPA 106 .
- the OPA 106 structures services into categories and subcategories. Inside a given subcategory, the services are provided by components based on a component model.
- the OPA 106 provides both synchronous (blocking) and asynchronous (non-blocking) services.
- Each of the entities 108 , 110 , and 112 is built up by one or more of the components according to a component-model standard.
- a principal component of each of the entities 108 , 110 , and 112 is mandatory, while further components (e.g., internal components) are optional.
- the component-model standard dictates how the entities 108 , 110 , and 112 and services of the OPA 106 are implemented.
- the components which are developed independently from one another, are defined.
- the components interact with each other via defined interfaces.
- the component-model standard also introduces a standard for dynamic linkage between component instances where references to interfaces are retrieved in runtime.
- the OPA 106 is an easy and efficient interface towards functionality of the platform domain 104 and is based on a modern, object-based paradigm.
- the OPA 106 eliminates the need for the application developer to have to deal with details in the implementation of the mobile platform.
- the OPA 106 also reduces specific hardware and OS dependencies for the application domain software.
- a software development kit for the development of the application domain software allows a developer to create the entities 108 , 110 , and 112 .
- the application domain software thus developed may be uploaded/downloaded and installed in a target environment, which can be, for example, the mobile platform or a simulation environment.
- An application model for the application domain software sets basic rules and defines an environment for the application domain software.
- the application model provides the application domain software with a real-time multitasking environment and a natural way of controlling the application domain software and using the services of the platform domain 104 .
- the application domain software is encapsulated into a native virtual execution environment that eliminates any explicit application dependencies on an actual operating system used in the mobile platform.
- the framework 100 does not favor any particular operating-system-specific paradigms, but rather focuses on supplying a minimal but complete set of services that cover otherwise neglected needs of a real-time application environment in terms of offering high-level functionality that minimizes so-called plumbing code.
- Embodiments of the present invention provide the framework 100 , starting with the components in the application domain 102 that evolve into the higher-level entities 108 , 110 , and 112 .
- the utility entity 108 , the plug-in utility 112 , and the application entity 110 along with the OPA 106 , form a uniform and seamless environment for handling different problem areas.
- the framework 100 may be combined with a flexible dual-mode solution for exchanging services between different types of entities.
- the dual-mode solution supports at least two functional software mechanisms for basic event notification handling: 1) procedure-based (i.e., callback) handling; and 2) message-based handling.
- Each of the utility entity 108 , the plug-in entity 112 , and the application entity 110 is modeled with a specific problem area in mind and resolves a number of issues associated with the particular specific problem area.
- the application entity 110 is tailored toward active application clients that hold one to several threads and toward simplification of writing application-oriented functionalities.
- the term active means in control of one to several threads.
- the application entity 110 is the only active entity of the application domain 102 .
- the application entity 110 is a separate executable entity that owns at least one thread.
- the application entity 110 is separately executable and is the most fundamental entity in the application domain software. Typical examples of the application entity 110 are a web browser, phone book, and game applications. At least one of the application entity 110 , a root application, must exist in the framework 100 . As shown in FIG. 1 , the application entity 110 may use the services of the utility entity 108 , the plug-in entity 112 , the OPA 106 , and other applications (not shown).
- the application entity 110 owns at least one thread, the main thread.
- the main thread is created automatically at application start-up and control of the thread is transferred to the application via an application interface that is mandatory for all applications to export and implement.
- the application interface is used to control the lifecycle and execution of the application entity 110 .
- the application entity 110 may create additional threads, termed sub-threads, which execute in parallel. If the application entity 110 starts to use an additional thread, the control of the sub-thread is transferred to the application via a thread interface that is mandatory, which is used to control the lifecycle and execution of the sub-thread.
- the application entity 110 is built up of one or more components.
- the main component of the application entity 110 is mandatory.
- the main component which may also be referred to as the application core component, is instantiated when the application entity 110 is started.
- the application entity 110 must implement the mandatory application interface, that is, where the main thread starts to execute. Additional, internal, components of the application entity 110 are optional.
- the plug-in entity 112 is a passive entity that statically or dynamically extends the OPA 106 so that client applications see no difference between the behavior of a basic (i,e., platform) service and an extension (i.e., plug-in based) service.
- the utility entity 108 facilitates various adaptations in the framework 100 , including, for example, redefining existing interfaces, acting as proxy/stubs in inter-application communications, performing a glue adaptation functionality between standard functionalities and legacy software, etc . . .
- the plug-in utility 112 is used to extend the services of the OPA 106 while behaving like a service of the OPA 106 from a client perspective.
- the utility entity 108 is a passive entity that imposes a minimal set of rules on application developers.
- the utility entity 108 is a flexible entity that may be used to provide simpler services and to provide adaptation for legacy customer code. Services that do not need parallel execution are typically provided by the utility entity 108 . If more advanced services that need parallel execution are needed in the application domain 102 , these services are typically developed as applications.
- the utility entity 108 is a flexible entity normally used to provide simpler services to other entities.
- the utility entity 108 is invoked on a thread owned by the caller (e.g., the application entity 110 ); that is, the utility entity 108 normally does not create or own any threads. However, if necessary, the utility entity may create temporary threads that are associated with a service request and will exist for the duration of such a request until the service has run to completion. Due to its flexibility, the utility entity 108 be used for different purposes.
- the utility entity 108 may provide library services that need to be shared between applications, be used to extend the OPA 106 functionality like the plug-in entity 112 , be used to support legacy application code not written for the OPA 106 , or be used in application-to-application communications to facilitate a context switch between applications.
- the utility entity 108 can use application entities, plug-in entities, services of the OPA 106 , as well as other utility entities in order to carry out its functionality.
- the utility entity 108 is built up of one or more components.
- a main component of the utility entity 108 is mandatory.
- the main component is instantiated when the utility entity 108 is instantiated. Additional, internal, components are optional.
- the utility entity 108 is considered passive, as it will not create or maintain any threads outside the context and duration of an inbound external service request. Instead, the utility entity 108 normally executes on the callers thread (e.g., an application thread).
- the entities 108 , and 110 , and 112 access the platform functionality only through OPA 106 . Although only the utility entity 108 , the application entity 110 , and the plug-in entity 112 are shown in FIG. 1 , it should be understood that more than one of each of the entities 108 , 110 , and 112 may be developed and used simultaneously in the framework 100 as needed.
- Each of the entities 108 , 110 , and 112 is a specific entity with well-defined characteristics aimed at supporting a specific development scenario or set of development scenarios. Thus, each of the entities 108 , 110 , and 112 acts as a complement to each other in order to provide complete overall support of the application domain 102 .
- FIG. 1 illustrates how the entities 108 , 110 , and 112 are inter-related and may use each other.
- FIG. 1 assumes a basic and thin abstraction layer that exports services according to well-defined mechanisms of the OPA 106 .
- the entities 108 , 110 , and 112 each of which runs on top of the OPA 106 , each play a different role and are subject to different constraints based on each role, as explained further below.
- the application entity 110 offers extensive support in order to minimize any handling not relevant to execution of application-specific functionality of client code.
- the application entity 110 differs from the entities 108 and 112 in the sense that the application entity 110 drives execution of application-domain functionality.
- the application entity 110 is assigned a main thread when initially invoked (i.e., launched).
- the application entity 110 is granted the main thread control via the OPA 106 .
- the application entity 110 is able to drive the code execution from that point forward via the main thread.
- Client code written in accordance with a paradigm of the application entity 110 is encapsulated with respect to any hard dependencies on an actual operating system environment by using virtual replacements for all such mechanisms.
- the application entity 110 is characterized by the following properties:
- the plug-in entity 112 extend the functionality of the OPA 106 with application-oriented functionality (e.g., phonebook or high-level graphics). From an application perspective, the OPA 106 is interpreted so that the plug-in entity 112 is perceived as being a part of the OPA 106 , which implies that the plug-in entity 112 behaves like the OPA 106 in every logical and formal aspect, although the plug-in entity 112 resides on top of the OPA 106 and depends on the OPA 106 functionality.
- the aspects referred include, but is not limited to, paradigms (e.g., function/object based) used, message handling, underlying component model and exception handling.
- the plug-in entity 112 is typically created and delivered by a platform provider for the purpose of extending functionality of services of the OPA 106 .
- the plug-in entity 112 may, for example, provide simple library-like functionality, but may also provide services that are more advanced, with execution in threads owned by the plug-in entity 112 .
- An example of a typical plug-in service is a high-level graphical user interface.
- the plug-in entity 110 is characterized by the following properties:
- the utility entity 108 imposes a minimum of restrictions on the application code.
- the utility entity 108 facilitates buffering and shielding of application legacy code with respect to the OPA 106 and existing plugins, thus minimizing the number of requirements imposed on the legacy code in terms of new paradigms or restrictions.
- a result of this lack of restrictions is that the utility entity 108 offers a minimum of application support, since the utility entity 108 in terms of exported interfaces only enforces the code to the extent necessary to adhere to component model of the OPA 106 .
- a utility must still honor the rules associated with the use of OPA and existing plugins, in case it has dependencies on such entities.
- the resulting freedom from restrictions may be used to develop library functionalities specific to the client applications as well as to allow customer with a substantial legacy base to gradually converge to the OPA application model.
- the utility entity 108 are characterized by the following properties:
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
A software application framework includes a framework interface domain for interfacing a platform domain with application domain software of an application domain. The framework also includes a software application domain that includes a first application entity. The first application entity is adapted to interact with at least one of a second application entity, the framework interface domain, at least one utility entity, and at least one plug-in entity.
Description
- This application claims priority from and incorporates herein by reference the entire disclosure of U.S. Provisional Application Ser. No. 60/412,769, filed Sep. 23, 2002 and bearing Attorney Docket No. 53807-00055USPL. This application claims priority from and incorporates herein by reference the entire disclosure of U.S. Provisional Application Ser. No. 60/412,901, filed Sep. 23, 2002 and bearing Attorney Docket No. 53807-00050USPL. This application claims priority from and incorporates herein by reference the entire disclosure of U.S. Provisional Application Ser. No. 60/412,902, filed Sep. 23, 2002 and bearing Attorney Docket No. 53807-00057USPL. This application incorporates herein by reference the entire disclosure of each of the following U.S. patent applications: 1) U.S. patent application Ser. No. 10/359,911, filed Feb. 7, 2003 and bearing Attorney Docket No. 53807-00023USPT; 2) U.S. patent application Ser. No. 10,359,772, filed Feb. 7, 2003 and bearing Attorney Docket No. 53807-00024USPT- and 3) U.S. patent application Ser. No. 10/359,835, filed Feb. 7, 2003 and bearing Attorney Docket No. 53807-00045USPT.
- The present invention relates to frameworks for execution of client software applications, and more particularly, to frameworks for providing high-level application support for the execution of client software applications.
- An optimal application framework enables a mobile equipment real-time software developer to focus and spend development time adding application-related value to a product while still having the flexibility to achieve real-time performance. However, developers of real-time application software are often required to spend an inordinate amount of time writing code that only serves the purpose of supporting actual application-related functionality (i.e., so-called plumbing code) for new software applications. In addition, writing this lower-level plumbing code is usually considered to be more error-prone than writing higher level application software.
- Most existing frameworks offer an environment that is either too generic or too restricted. Most frameworks are too generic in the sense that they offer only low-level services that are similar to primitives supported by most operating systems (OS) and that offer considerable flexibility but also require generation of considerable plumbing code.
- Other frameworks are too restricted in terms of flexibility in that they: 1) offer limited possibilities to dynamically add new functionality to the framework or scale away code or functionality not needed; 2) do not offer multithreading capabilities; or 3) support only one event notification model (e.g., message (event pull) or callback (event push), but not both). In addition, most frameworks do not address legacy problems that are created when a developer ports previous investments in code to a new framework. Many of the legacy problems listed above arise from a structural mismatch (e.g., different OS paradigms) between an old system and the framework to which the code is to be ported.
- By eliminating any unnecessary (e.g., OS specific) paradigm-related functionality and offering clean abstract support for existing basic paradigms, the porting work is facilitated. From an application programmers' perspective, it would thus be desirable to maximize a ratio between application code and necessary, but from an application developer's point of view, unproductive support code.
- At present, several frameworks exist that export similar services to applications (e.g., PalmOS, Brew). Existing frameworks differ not only in terms of underlying support mechanisms (e.g., single/multi-threading), paradigms (e.g., function-based/object-oriented), but also with respect to a level of support and flexibility offered to applications. However, many frameworks do not provide a high-level application-domain environment, but instead merely allow a system to be divided into low-level processes, etc . . . , in a similar fashion to a standard operating system. The application developer is thus left to either include standard functionality in the application code or develop in-house high-level application support.
- In an embodiment of the invention, a method of using a software application framework includes interfacing a platform domain with application domain software of an application domain via a framework interface domain. The method also includes a first application entity of a software application domain interacting with at least one of a second application entity, the framework interface domain, at least one utility entity, and at least one plug-in entity.
- In another embodiment of the invention, a software application framework includes a framework interface domain for interfacing a platform domain with application domain software of an application domain and a software application domain. The software application domain includes a first application entity. The first application entity is adapted to interact with at least one of a second application entity, the framework interface domain, at least one utility entity, and at least one plug-in entity.
- A more complete understanding of the method and apparatus of the present invention may be obtained by reference to the following Detailed Description when taken in conjunction with the accompanying Drawing, wherein:
-
FIG. 1 is an illustration of a framework in accordance with principles of the present invention. - Mobile-equipment embedded software typically executes in a native environment of a central processing unit (CPU) of the mobile equipment. For purpose of this application, the term mobile equipment includes any mobile computing or communication device such as, for example, mobile telephones, personal digital assistants, laptop computers, and the like. The term native implies that the software has full access to functionalities of the mobile equipment (since the software is typically running machine code) and also implies that it is very difficult to ensure that the software does not interfere with other functionalities in an undesired way with respect to the mobile equipment. In contrast, in other solutions such as Java, the source code is encapsulated in a software package that acts as a so-called virtual machine. The virtual machine is in total control of what the code running within the encapsulation is and is not permitted to do.
- To be efficient, the encapsulation is almost always tied to the specification of the programming language being used. For native languages, such as, for example, C and C++, such encapsulation is not possible. However, the idea of encapsulation is still useful for achieving isolation between service implementations and client implementations. The term isolation means controlling dependencies in such a way that both client code and server code can evolve independently over time with minimal mutual disturbances. Embodiments of the present invention provide a pattern for a native execution environment that encapsulates and abstracts such dependencies but does not offer the full protection capacity available in a virtual environment such as, for example, Java.
-
FIG. 1 is a block diagram that illustrates a framework in accordance with principles of the present invention. Aframework 100 includes anapplication domain 102 and amiddleware domain 103. Also shown in interaction with theframework 100 is aplatform domain 104. Theframework 100 includes a rulebook for theapplication domain 102, including all application domain software operating within theapplication domain 102. Shown within themiddleware domain 103 is an open-platform application-programming interface (open platform API) 106. Shown within theapplication domain 102 is autility entity 108, anapplication entity 110, and a plug-inentity 112. The open platform API 106 is a framework interface layer in amiddleware domain 103 of a mobile platform (not shown inFIG. 1 ). The open platform API (OPA) 106 separates theutility entity 108, theapplication entity 110, and the plug-in entity 112 (collectively, application domain software) in theapplication domain 102 from theplatform domain 104 and provides an extensive API from theplatform domain 104 to the application domain software. Theapplication entity 110, theutility entity 108, and the plug-inentity 112 interface with theplatform domain 104 via the OPA 106. - All services in the
platform domain 104 are accessed via the OPA 106. The OPA 106 structures services into categories and subcategories. Inside a given subcategory, the services are provided by components based on a component model. The OPA 106 provides both synchronous (blocking) and asynchronous (non-blocking) services. - Each of the
entities entities - The component-model standard dictates how the
entities - The
OPA 106 is an easy and efficient interface towards functionality of theplatform domain 104 and is based on a modern, object-based paradigm. TheOPA 106 eliminates the need for the application developer to have to deal with details in the implementation of the mobile platform. TheOPA 106 also reduces specific hardware and OS dependencies for the application domain software. - A software development kit for the development of the application domain software allows a developer to create the
entities - An application model for the application domain software sets basic rules and defines an environment for the application domain software. The application model provides the application domain software with a real-time multitasking environment and a natural way of controlling the application domain software and using the services of the
platform domain 104. - In accordance with principles of the present invention, the application domain software is encapsulated into a native virtual execution environment that eliminates any explicit application dependencies on an actual operating system used in the mobile platform. The
framework 100 does not favor any particular operating-system-specific paradigms, but rather focuses on supplying a minimal but complete set of services that cover otherwise neglected needs of a real-time application environment in terms of offering high-level functionality that minimizes so-called plumbing code. - For example, most operating systems and application environments offer only a single unit of software decomposition support (e.g., tasks, processes, etc.) Embodiments of the present invention provide the
framework 100, starting with the components in theapplication domain 102 that evolve into the higher-level entities utility entity 108, the plug-inutility 112, and theapplication entity 110, along with theOPA 106, form a uniform and seamless environment for handling different problem areas. Theframework 100 may be combined with a flexible dual-mode solution for exchanging services between different types of entities. The dual-mode solution supports at least two functional software mechanisms for basic event notification handling: 1) procedure-based (i.e., callback) handling; and 2) message-based handling. - Each of the
utility entity 108, the plug-inentity 112, and theapplication entity 110 is modeled with a specific problem area in mind and resolves a number of issues associated with the particular specific problem area. Theapplication entity 110 is tailored toward active application clients that hold one to several threads and toward simplification of writing application-oriented functionalities. The term active means in control of one to several threads. Theapplication entity 110 is the only active entity of theapplication domain 102. Theapplication entity 110 is a separate executable entity that owns at least one thread. - The
application entity 110 is separately executable and is the most fundamental entity in the application domain software. Typical examples of theapplication entity 110 are a web browser, phone book, and game applications. At least one of theapplication entity 110, a root application, must exist in theframework 100. As shown inFIG. 1 , theapplication entity 110 may use the services of theutility entity 108, the plug-inentity 112, theOPA 106, and other applications (not shown). - The
application entity 110 owns at least one thread, the main thread. The main thread is created automatically at application start-up and control of the thread is transferred to the application via an application interface that is mandatory for all applications to export and implement. The application interface is used to control the lifecycle and execution of theapplication entity 110. Theapplication entity 110 may create additional threads, termed sub-threads, which execute in parallel. If theapplication entity 110 starts to use an additional thread, the control of the sub-thread is transferred to the application via a thread interface that is mandatory, which is used to control the lifecycle and execution of the sub-thread. - The
application entity 110 is built up of one or more components. The main component of theapplication entity 110 is mandatory. The main component, which may also be referred to as the application core component, is instantiated when theapplication entity 110 is started. Theapplication entity 110 must implement the mandatory application interface, that is, where the main thread starts to execute. Additional, internal, components of theapplication entity 110 are optional. - The plug-in
entity 112 is a passive entity that statically or dynamically extends theOPA 106 so that client applications see no difference between the behavior of a basic (i,e., platform) service and an extension (i.e., plug-in based) service. Theutility entity 108 facilitates various adaptations in theframework 100, including, for example, redefining existing interfaces, acting as proxy/stubs in inter-application communications, performing a glue adaptation functionality between standard functionalities and legacy software, etc . . . The plug-inutility 112 is used to extend the services of theOPA 106 while behaving like a service of theOPA 106 from a client perspective. - The
utility entity 108 is a passive entity that imposes a minimal set of rules on application developers. Theutility entity 108 is a flexible entity that may be used to provide simpler services and to provide adaptation for legacy customer code. Services that do not need parallel execution are typically provided by theutility entity 108. If more advanced services that need parallel execution are needed in theapplication domain 102, these services are typically developed as applications. - The
utility entity 108 is a flexible entity normally used to provide simpler services to other entities. Theutility entity 108 is invoked on a thread owned by the caller (e.g., the application entity 110); that is, theutility entity 108 normally does not create or own any threads. However, if necessary, the utility entity may create temporary threads that are associated with a service request and will exist for the duration of such a request until the service has run to completion. Due to its flexibility, theutility entity 108 be used for different purposes. For example, theutility entity 108 may provide library services that need to be shared between applications, be used to extend theOPA 106 functionality like the plug-inentity 112, be used to support legacy application code not written for theOPA 106, or be used in application-to-application communications to facilitate a context switch between applications. - As shown in
FIG. 1 , theutility entity 108 can use application entities, plug-in entities, services of theOPA 106, as well as other utility entities in order to carry out its functionality. Theutility entity 108 is built up of one or more components. A main component of theutility entity 108 is mandatory. The main component is instantiated when theutility entity 108 is instantiated. Additional, internal, components are optional. Theutility entity 108 is considered passive, as it will not create or maintain any threads outside the context and duration of an inbound external service request. Instead, theutility entity 108 normally executes on the callers thread (e.g., an application thread). - The
entities OPA 106. Although only theutility entity 108, theapplication entity 110, and the plug-inentity 112 are shown inFIG. 1 , it should be understood that more than one of each of theentities framework 100 as needed. - Each of the
entities entities application domain 102.FIG. 1 illustrates how theentities FIG. 1 assumes a basic and thin abstraction layer that exports services according to well-defined mechanisms of theOPA 106. Theentities OPA 106, each play a different role and are subject to different constraints based on each role, as explained further below. - The
application entity 110 offers extensive support in order to minimize any handling not relevant to execution of application-specific functionality of client code. Theapplication entity 110 differs from theentities application entity 110 drives execution of application-domain functionality. Theapplication entity 110 is assigned a main thread when initially invoked (i.e., launched). Theapplication entity 110 is granted the main thread control via theOPA 106. However, once theapplication entity 110 has been invoked, theapplication entity 110 is able to drive the code execution from that point forward via the main thread. Client code written in accordance with a paradigm of theapplication entity 110 is encapsulated with respect to any hard dependencies on an actual operating system environment by using virtual replacements for all such mechanisms. - All entities may depend on the
OPA 106. In particular, theapplication entity 110 is characterized by the following properties: -
- The
application entity 110 may depend on theOPA 106. - The
application entity 110 may depend on other application entities, as well as on theutility entity 108 and the plug-inentity 112. - The
application entity 110 must support and adhere to the component model. - The
application entity 110 owns at least one thread, which is automatically created at start-up. - The
application entity 110 must implement a mandatory inbound interface to be invoked at, for example, launch, system broadcast messages, etc . . . - A “main/init” core application of the
application entity 110 is invoked/launched automatically at system startup. Subsequent invocations of additional applications of theapplication entity 110 are under the control of theapplication domain 102.
- The
- The plug-in
entity 112 extend the functionality of theOPA 106 with application-oriented functionality (e.g., phonebook or high-level graphics). From an application perspective, theOPA 106 is interpreted so that the plug-inentity 112 is perceived as being a part of theOPA 106, which implies that the plug-inentity 112 behaves like theOPA 106 in every logical and formal aspect, although the plug-inentity 112 resides on top of theOPA 106 and depends on theOPA 106 functionality. The aspects referred include, but is not limited to, paradigms (e.g., function/object based) used, message handling, underlying component model and exception handling. - The plug-in
entity 112 is typically created and delivered by a platform provider for the purpose of extending functionality of services of theOPA 106. The plug-inentity 112 may, for example, provide simple library-like functionality, but may also provide services that are more advanced, with execution in threads owned by the plug-inentity 112. An example of a typical plug-in service is a high-level graphical user interface. - In particular, the plug-in
entity 110 is characterized by the following properties: -
- The plug-in
entity 112 may depend on theOPA 106. - The plug-in
entity 112 is not permitted to depend on the existence of application entities nor on the existence of utility entities. However, the plug-inentity 112 is permitted to depend on the existence of other plug-in entities. - The plug-in
entity 112 must support and adhere to the component model. - The plug-in
entity 112 must export one or more services via the component model. - The plug-in
entity 112 is invoked only when a service exported by the plug-inentity 112 is called. - The plug-in
entity 112 may act as server holding one or several local active thread, even when no plug-in service has been invoked. - The plug-in
entity 112 implements all message event and notification models of the OPA 106 (e.g., callback and full message model). - The plug-in
entity 112 implements full undesired event (error) handling support as specified by theOPA 106.
- The plug-in
- The
utility entity 108 imposes a minimum of restrictions on the application code. Theutility entity 108 facilitates buffering and shielding of application legacy code with respect to theOPA 106 and existing plugins, thus minimizing the number of requirements imposed on the legacy code in terms of new paradigms or restrictions. A result of this lack of restrictions is that theutility entity 108 offers a minimum of application support, since theutility entity 108 in terms of exported interfaces only enforces the code to the extent necessary to adhere to component model of theOPA 106. However, a utility must still honor the rules associated with the use of OPA and existing plugins, in case it has dependencies on such entities. The resulting freedom from restrictions may be used to develop library functionalities specific to the client applications as well as to allow customer with a substantial legacy base to gradually converge to the OPA application model. In particular, theutility entity 108 are characterized by the following properties: -
- The
utility entity 108 may depend on theOPA 106. - The
utility entity 108 may depend on other utility entities as well as on application entities and plug-in-entities. - The
utility entity 108 must support and adhere to the component model. - The
utility entity 108 must export one or more services via the middleware component-based (ECM) interface. - The
utility entity 108 is invoked on and executes on a caller's thread. - The
utility entity 108 may spawn threads, but the life cycle of those threads is limited to the context of, or session associated with, a service invocation. - Must comply with any rules associated with using OPA and/or plugins if dependencies on such entities exist.
- The
- The previous description is of a preferred embodiment for implementing the invention, and the scope of the invention should not necessarily be limited by this description. The scope of the present invention is instead defined by the following claims.
Claims (4)
1. A software application framework embodied as computer software contained in a memory that is executable on computer hardware located within a mobile equipment adapted to provide a high-level application-domain environment in the mobile equipment, comprising:
a framework interface domain further comprising an open platform application programming interface (OPA), for interfacing a platform domain with application domain software of an application domain,
a software application domain comprising at least one application entity wherein the software application domain further comprises at least one utility entity and at least one plug-in entity;
wherein the at least one utility entity is adapted to use at least one of:
the framework interface domain;
the at least one application entity;
the at least one plug-in entity; and
the at least one utility entity,
wherein the at least one application entity, the at least one plug-in entity and the at least one utility entity comprises encapsulated code: and
wherein the at least one plug-in entity is adapted to use the framework interface domain and wherein the application entity is adapted to own at least one thread that is automatically created upon start-up of the application entity;
wherein the at least one application entity is adapted to interact with at least one of;
the framework interface domain;
the at least one utility entity; and
the at least one plug-in entity; and
wherein the software application framework includes a rulebook for the application domain and is embodied as computer software contained in a memory that is executable on computer hardware located within a mobile equipment.
2.-11. (canceled)
12. A method of using a software application framework embodied as computer software contained in a memory that is executable on computer hardware located within a mobile equipment adapted to provide a high-level application-domain environment in a mobile equipment the method comprising:
interfacing a platform domain with application domain software of an application domain via a framework interface domain further comprising an open platform application programming interface (OPA) wherein the application domain comprises at least one application entity; at least one utility entity and at least one plug-in entity using, by the at least one utility entity, at least one of:
the framework interface domain;
the at least one application entity;
the at least one plug-in entity; and
the at least one utility entity,
wherein the at least one application entity, at least one plug-in entity, and at least one utility entity comprises encapsulated code;
using, by the at least one plug-in entity, the framework interface domain and wherein the at least one application entity of the application domain owns at least one thread that is automatically created upon start-up of the application entity;
interacting, by the at least one application entity, with at least one of:
the framework interface domain;
the at least one utility entity; and
the at least one plug-in entity; and
wherein the software application framework includes a rulebook for the application domain and is embodied as computer software contained in a memory that is executable on computer hardware located within a mobile equipment.
13.-22. (canceled)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/019,324 US20080141270A1 (en) | 2002-09-23 | 2008-01-24 | Middleware application environment |
Applications Claiming Priority (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US41290102P | 2002-09-23 | 2002-09-23 | |
US41290202P | 2002-09-23 | 2002-09-23 | |
US41276902P | 2002-09-23 | 2002-09-23 | |
US10/664,618 US7350211B2 (en) | 2002-09-23 | 2003-09-19 | Middleware application environment |
US12/019,324 US20080141270A1 (en) | 2002-09-23 | 2008-01-24 | Middleware application environment |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/664,618 Continuation US7350211B2 (en) | 2002-09-23 | 2003-09-19 | Middleware application environment |
Publications (1)
Publication Number | Publication Date |
---|---|
US20080141270A1 true US20080141270A1 (en) | 2008-06-12 |
Family
ID=32303716
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/664,618 Expired - Fee Related US7350211B2 (en) | 2002-09-23 | 2003-09-19 | Middleware application environment |
US12/019,324 Abandoned US20080141270A1 (en) | 2002-09-23 | 2008-01-24 | Middleware application environment |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/664,618 Expired - Fee Related US7350211B2 (en) | 2002-09-23 | 2003-09-19 | Middleware application environment |
Country Status (3)
Country | Link |
---|---|
US (2) | US7350211B2 (en) |
EP (1) | EP1573534A2 (en) |
AU (1) | AU2003273912B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104899013A (en) * | 2014-03-05 | 2015-09-09 | 深圳中兴网信科技有限公司 | Calling method and calling device of customized service assembly |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7509644B2 (en) * | 2003-03-04 | 2009-03-24 | Secure 64 Software Corp. | Operating system capable of supporting a customized execution environment |
US7958496B2 (en) * | 2003-12-22 | 2011-06-07 | Telefonaktiebolaget L M Ericsson (Publ) | Method of and system for application service exchange across different execution environments |
US20080059559A1 (en) * | 2006-08-31 | 2008-03-06 | Sbc Knowledge Ventures, L.P. | System and method for consolidating middleware management |
US8868656B2 (en) * | 2008-12-05 | 2014-10-21 | Social Communications Company | Pervasive realtime framework |
US9910688B2 (en) * | 2008-11-28 | 2018-03-06 | Red Hat, Inc. | Implementing aspects with callbacks in virtual machines |
CN101895441B (en) * | 2010-07-21 | 2014-03-12 | 中兴通讯股份有限公司 | Service debugging device and method for JAVA application of terminal of Internet of things |
US20130157639A1 (en) * | 2011-12-16 | 2013-06-20 | SRC Computers, LLC | Mobile electronic devices utilizing reconfigurable processing techniques to enable higher speed applications with lowered power consumption |
US8893080B2 (en) * | 2012-08-15 | 2014-11-18 | Telefonaktiebolaget L M Ericsson (Publ) | Parallelization of dataflow actors with local state |
US10248452B2 (en) | 2016-05-20 | 2019-04-02 | Microsoft Technology Licensing, Llc | Interaction framework for executing user instructions with online services |
US11144631B2 (en) | 2018-09-11 | 2021-10-12 | Apple Inc. | Dynamic switching between pointer authentication regimes |
CN114968439A (en) * | 2021-02-24 | 2022-08-30 | Oppo广东移动通信有限公司 | Desktop plug-in control method and device, storage medium and electronic equipment |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040015940A1 (en) * | 2001-05-29 | 2004-01-22 | 3Com Corporation | Intelligent device upgrade engine |
US20040205772A1 (en) * | 2001-03-21 | 2004-10-14 | Andrzej Uszok | Intelligent software agent system architecture |
US6931429B2 (en) * | 2001-04-27 | 2005-08-16 | Left Gate Holdings, Inc. | Adaptable wireless proximity networking |
Family Cites Families (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3831148A (en) | 1973-01-02 | 1974-08-20 | Honeywell Inf Systems | Nonexecute test apparatus |
US5689565A (en) | 1995-06-29 | 1997-11-18 | Microsoft Corporation | Cryptography system and method for providing cryptographic services for a computer application |
US5627478A (en) | 1995-07-06 | 1997-05-06 | Micron Technology, Inc. | Apparatus for disabling and re-enabling access to IC test functions |
US6467085B2 (en) | 1995-10-17 | 2002-10-15 | Telefonaktiebolaget L M Ericsson (Publ) | System and method for reducing coupling in an object-oriented programming environment |
FI955188L (en) | 1995-10-30 | 1997-06-24 | Nokia Telecommunications Oy | Mobile device software maintenance |
US6044408A (en) | 1996-04-25 | 2000-03-28 | Microsoft Corporation | Multimedia device interface for retrieving and exploiting software and hardware capabilities |
US6279124B1 (en) | 1996-06-17 | 2001-08-21 | Qwest Communications International Inc. | Method and system for testing hardware and/or software applications |
WO1998019239A1 (en) | 1996-10-25 | 1998-05-07 | Raytheon Systems Canada Ltd. | Distributed virtual software interface or machine |
US5771240A (en) | 1996-11-14 | 1998-06-23 | Hewlett-Packard Company | Test systems for obtaining a sample-on-the-fly event trace for an integrated circuit with an integrated debug trigger apparatus and an external pulse pin |
US5954827A (en) | 1996-12-23 | 1999-09-21 | Micron Electronics, Inc. | Method and system for indicating computer status |
US6002869A (en) | 1997-02-26 | 1999-12-14 | Novell, Inc. | System and method for automatically testing software programs |
US6137802A (en) | 1997-03-25 | 2000-10-24 | Motorola, Inc. | Automatic media switching apparatus and method |
US5937366A (en) | 1997-04-07 | 1999-08-10 | Northrop Grumman Corporation | Smart B-I-T (Built-In-Test) |
DE19739791A1 (en) | 1997-09-10 | 1999-03-11 | Siemens Ag | Device for processing digital signals for a terminal of a telecommunications network, in particular a mobile radio network |
US6269369B1 (en) * | 1997-11-02 | 2001-07-31 | Amazon.Com Holdings, Inc. | Networked personal contact manager |
AU1820599A (en) | 1997-12-12 | 1999-06-28 | Alcatel Usa Sourcing, L.P. | Telecom platform system and method |
US6112312A (en) | 1998-03-10 | 2000-08-29 | Advanced Micro Devices, Inc. | Method for generating functional tests for a microprocessor having several operating modes and features |
US6671745B1 (en) | 1998-03-23 | 2003-12-30 | Microsoft Corporation | Application program interfaces and structures in a resource limited operating system |
US6052524A (en) | 1998-05-14 | 2000-04-18 | Software Development Systems, Inc. | System and method for simulation of integrated hardware and software components |
US6105154A (en) | 1998-05-29 | 2000-08-15 | Lucent Technologies, Inc. | Multi-bus multi-data transfer protocols controlled by a bus arbiter coupled to a CRC signature compactor |
US6061709A (en) | 1998-07-31 | 2000-05-09 | Integrated Systems Design Center, Inc. | Integrated hardware and software task control executive |
US6808111B2 (en) | 1998-08-06 | 2004-10-26 | Visa International Service Association | Terminal software architecture for use with smart cards |
US6353897B1 (en) | 1999-01-06 | 2002-03-05 | International Business Machines Corporation | Object oriented apparatus and method for testing object oriented software |
US6389491B1 (en) | 1999-03-23 | 2002-05-14 | Agilent Technologies, Inc. | Test instrumentation I/O communication interface and method |
JP4518675B2 (en) | 1999-05-07 | 2010-08-04 | インフィネオン テヒノロジース アクチェンゲゼルシャフト | Reprogrammable digital wireless communication device and method of operating the same |
WO2000072586A2 (en) | 1999-05-21 | 2000-11-30 | General Instrument Corporation | Programming interface for television settop core system software |
US6467086B1 (en) | 1999-07-20 | 2002-10-15 | Xerox Corporation | Aspect-oriented programming |
JP2003513346A (en) | 1999-08-23 | 2003-04-08 | コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ | Common interface for software modules |
US20020049852A1 (en) | 1999-12-06 | 2002-04-25 | Yen-Jen Lee | Global messaging with distributed adaptive streaming control |
US6317659B1 (en) | 1999-12-09 | 2001-11-13 | Honeywell International Inc. | Layered subsystem architecture for a flight management system |
US6553223B1 (en) | 1999-12-30 | 2003-04-22 | Qualcomm Incorporated | Virtual device architecture for mobile telephones |
AU2001227892A1 (en) | 2000-01-14 | 2001-07-24 | Parthus Technologies Plc | An algorithmic test pattern generator, with built-in-self-test (bist) capabilities, for functional testing of a circuit |
US6691249B1 (en) | 2000-03-22 | 2004-02-10 | Agilent Technologies, Inc. | Probabilistic diagnosis, in particular for embedded and remote applications |
GB0011954D0 (en) | 2000-05-17 | 2000-07-05 | Univ Surrey | Protocol stacks |
US7139709B2 (en) | 2000-07-20 | 2006-11-21 | Microsoft Corporation | Middleware layer between speech related applications and engines |
US7069204B1 (en) | 2000-09-28 | 2006-06-27 | Cadence Design System, Inc. | Method and system for performance level modeling and simulation of electronic systems having both hardware and software elements |
TW580578B (en) | 2000-10-03 | 2004-03-21 | Concord Idea Corp | System and method for testing integrated circuit devices |
TW548535B (en) | 2000-10-17 | 2003-08-21 | Ericsson Telefon Ab L M | Security system |
WO2002035351A1 (en) | 2000-10-26 | 2002-05-02 | Navision A/S | A system and method supporting configurable object definitions |
US20020121913A1 (en) | 2000-12-28 | 2002-09-05 | Advanced Micro Devices, Inc. | Tester with independent control of devices under test |
US7181237B2 (en) | 2001-03-15 | 2007-02-20 | Siemens Communications, Inc. | Control of a multi-mode, multi-band mobile telephone via a single hardware and software man machine interface |
-
2003
- 2003-09-19 US US10/664,618 patent/US7350211B2/en not_active Expired - Fee Related
- 2003-09-22 AU AU2003273912A patent/AU2003273912B2/en not_active Ceased
- 2003-09-22 EP EP03757878A patent/EP1573534A2/en not_active Ceased
-
2008
- 2008-01-24 US US12/019,324 patent/US20080141270A1/en not_active Abandoned
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040205772A1 (en) * | 2001-03-21 | 2004-10-14 | Andrzej Uszok | Intelligent software agent system architecture |
US6931429B2 (en) * | 2001-04-27 | 2005-08-16 | Left Gate Holdings, Inc. | Adaptable wireless proximity networking |
US20040015940A1 (en) * | 2001-05-29 | 2004-01-22 | 3Com Corporation | Intelligent device upgrade engine |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104899013A (en) * | 2014-03-05 | 2015-09-09 | 深圳中兴网信科技有限公司 | Calling method and calling device of customized service assembly |
Also Published As
Publication number | Publication date |
---|---|
US7350211B2 (en) | 2008-03-25 |
EP1573534A2 (en) | 2005-09-14 |
AU2003273912B2 (en) | 2009-07-16 |
US20040098727A1 (en) | 2004-05-20 |
AU2003273912A1 (en) | 2004-04-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20080141270A1 (en) | Middleware application environment | |
ES2548418T3 (en) | Middleware services layer for mobile terminal platform system | |
US8490070B2 (en) | Unified mobile platform | |
US7895594B2 (en) | Virtual machine extended capabilities using application contexts in a resource-constrained device | |
US9141415B2 (en) | Method for dynamically transforming the bytecode of Java virtual machine bootstrap classes | |
US6064382A (en) | Object oriented apparatus and method for providing a graphical user interface for host-based software applications | |
US7930687B2 (en) | Execution context infrastructure | |
US8694682B2 (en) | Virtual execution system for resource-constrained devices | |
US7810105B2 (en) | Method and apparatus for running different types of applications on a wireless mobile device | |
US7584471B2 (en) | Plug-in model | |
US7574714B2 (en) | System and method for providing interoperability between different programming protocols | |
US7082600B1 (en) | Method and apparatus for integrating a computer application programming language runtime environment with an operating system kernel | |
EP4002121A1 (en) | Middleware interface and middleware interface generator | |
JP2006511100A (en) | Method and system for extending the functionality of a mobile platform using plug-in software | |
Corsaro et al. | Virtual component: a design pattern for memory-constrained embedded applications | |
US7350193B2 (en) | Procedure invocation in an integrated computing environment having both compiled and interpreted code segments | |
Mikkonen | Programming mobile devices: an introduction for practitioners | |
Neumann et al. | Filters as a Language Support for Design Patterns in Object-Oriented Scripting Languages. | |
WO2004027611A2 (en) | Middleware application environment | |
Fukuda et al. | Layer Activation Mechanism for Asynchronous Executions in JavaScript | |
US20080256560A1 (en) | Method, system and computer program for interacting with services through a native user interface in a soa environment | |
Parlavantzas et al. | Applying component frameworks to develop flexible middleware | |
CN115016844A (en) | A method to use chroot and gRPC to achieve program compatibility based on different runtime libraries | |
Jakobsen et al. | Towards a Reflective Transactional Middleware Platform for Advanced Applications | |
Ao | SOFTWARE HOTSWAPPING TECHNIQUES FOR |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |