WO2005083562A1 - System and method for building mixed mode execution environment for component applications - Google Patents

System and method for building mixed mode execution environment for component applications Download PDF

Info

Publication number
WO2005083562A1
WO2005083562A1 PCT/CA2005/000280 CA2005000280W WO2005083562A1 WO 2005083562 A1 WO2005083562 A1 WO 2005083562A1 CA 2005000280 W CA2005000280 W CA 2005000280W WO 2005083562 A1 WO2005083562 A1 WO 2005083562A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
data
screen
components
component
Prior art date
Application number
PCT/CA2005/000280
Other languages
French (fr)
Inventor
Michael Shenfield
Brindusa Fritsch
Kamen Vitanov
Original Assignee
Research In Motion Limited
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 Research In Motion Limited filed Critical Research In Motion Limited
Priority to CA2557111A priority Critical patent/CA2557111C/en
Priority to EP05714522A priority patent/EP1723516A4/en
Publication of WO2005083562A1 publication Critical patent/WO2005083562A1/en

Links

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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse

Definitions

  • the present invention relates generally to runtime environments and specifically to runtime environments capable of operating in both executable mode and interpreted mode. This application claims priority from U.S. Provisional Application Number 60/548,098, filed February 27, 2004.
  • wireless devices include mobile telephones, personal digital assistance (PDAs) with wireless communication capabilities, two-way pagers and the like.
  • PDAs personal digital assistance
  • software applications running on such devices have increased their utility.
  • the wireless device may include an application that retrieves a weather report for a list of desired cities or allows a user to shop for groceries.
  • These software applications take advantage of the ability to transmit data to a wireless network in order to provide timely and useful services to users, often in addition to voice communication.
  • the limited available resources of some devices, and the complexity of delivering large amounts of data to the devices developing software applications remains a difficult and time-consuming task.
  • devices are configured to communicate with Web Services through Internet based browsers and/or native applications.
  • Browsers have the advantage of being adaptable to operate on a cross-platform basis for a variety of different devices, but have a disadvantage of requesting pages (screen definitions in HTML) from the Web Service, which hinders the persistence of data contained in the screens.
  • a further disadvantage of browsers is the fact that the screens are rendered at runtime, which can be resource intensive.
  • applications for browsers are efficient tools for designing platform independent applications. Accordingly, different runtime environments, regardless of the platform, execute the same application. Unfortunately, since different wireless devices have different capabilities and form factors, the application may not be executed or displayed as desired.
  • browser based application often require significant transfer bandwidth to operate efficiently, which may be costly or even unavailable for some wireless devices.
  • native applications are developed for a specific wireless device platform, thereby providing a relatively optimized application program for a runtime environment running on that platform.
  • a platform dependent application introduces several drawbacks, including having to develop multiple versions of the same application and being relatively large in size, thereby taxing memory resources of the wireless device.
  • application developers need experience with programming languages such as Java and C++ to construct such native applications.
  • a device runtime environment for execution on a computing device, the device runtime environment for providing an intelligent container for an application at runtime, the device runtime environment comprising a plurality of services in communication with each other, the plurality of services including: a data manager for managing data components of the application including manipulation and persistence in a database of the data components; a screen manager for managing screen components of the application and rendering an output for display on a screen of the computing device; a communication service for sending messages to external resources and receiving and managing messages sent from external resources in accordance with co ⁇ esponding message components; and a script interpreter for dynamically interpreting script embedded in at least one of the data components, screen components, and message components and relaying the interpreted output to the co ⁇ esponding component manager for implementation.
  • a data manager for managing data components of the application including manipulation and persistence in a database of the data components
  • a screen manager for managing screen components of the application and rendering an output for display on a screen of the computing device
  • a communication service for sending messages to external resources and receiving and
  • a method for executing an application on a computing device comprising at least a screen component, a data component, a message component and a workflow component, the method comprising creating an executable form of the application from the screen, data, message, and workflow components for execution by a screen manager, data manager, and message manager respectively; for information from a workflow component that could not be put into executable form before executing the application, dynamically interpreting the information during execution i of the application using a script inte ⁇ reter; and distributing output from the script interpreter to a co ⁇ esponding screen manager, data manager and message manager.
  • FIG. 1 is a block diagram of a communication infrastructure
  • Figure 2 is a block diagram of a wireless device
  • Figure 3 is a block diagram illustrating a component framework
  • Figure 4 is a block diagram illustrating a component application
  • Figure 5 is a block diagram of a sample runtime environment
  • Figures 6 to 16 are sample XML definition of various components of an application
  • Figures 17 to 23 are block diagrams illustrating runtime flow for several application scenarios.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS [0010]
  • a communication infrastructure is illustrated generally by numeral 100.
  • the communication infrastructure 100 comprises a plurality of communication devices 102, a communication network 104, a gateway 106, and a plurality of backend services 108.
  • the communication devices 102 include any wired or wireless device such as a desktop computer, a laptop or mobile computer, a smart phone, a personal digital assistant, such as a Blackbe ⁇ yTM by Research in Motion for example, and the like.
  • the communication devices 102 are in communication with the gateway 106 via the communication network 104.
  • the communication network 104 may include several components such as a wireless network 110, a relay 112, a co ⁇ orate server 114 and/or a mobile data server (MDS) 116 for relaying messages between the devices 102 and the gateway 106.
  • the gateway 106 is further in communication with a plurality of the backend servers 108.
  • the types of backend servers 108 and their co ⁇ esponding links will be apparent to a person of ordinary skill in the art.
  • Wireless application technologies need to provide means for user interaction
  • a desirable approach for reducing application development complexity is to define those ) components that individualize an application in a declarative way.
  • Examples of such components include user interface, data and communication models.
  • the components are presented to an intelligent container, such as the device runtime environment, as contracts and the complex but otherwise common tasks are delegated to the intelligent container to solve.
  • the communication devices 102 include a network interface 200, a user interface 202, a core infrastructure 204, and a component framework 206.
  • the network interface 200 comprises a wireless transceiver or a wired network interface card or modem, for coupling the device 102 to the network 104.
  • the network interface 200 communicates with the wireless network 104 using either known or proprietary protocols. This feature enables the devices 102 to communicate wirelessly with each other as well as external systems, such as the network server 106.
  • the network 104 supports the transmission of data in the form request and response messages between devices and the backend servers 108. Further, the network 104 may support voice communication for telephone calls between the devices 102 as well as devices external to the network 104.
  • the user interface 202 comprises one or more means for communicating with the user (not shown).
  • the user interface 202 includes one or more input devices such as a keypad, trackwheel, stylus, mouse, and microphone for receiving input from the user and one or more output devices such as a display and speaker for presenting output to the user. If the display is touch sensitive, then the display can also be used as an input device.
  • the user interface 202 is employed by the user of the device 102 to coordinate request and response messages of client application programs 201.
  • the core infrastructure 204 includes a computer processor 208 and an associated memory module 210.
  • the computer processor 208 manipulates the operation of the network interface 200, the user interface 202 and the component framework 206 of the communication device 116 by executing related instructions, which are provided by an operating system and client application programs (not shown) stored in the memory module 210.
  • the device infrastructure 204 may further include a computer readable storage medium 212 for providing instructions to the processor or loading or updating client application programs to the memory module 210.
  • the computer readable medium 212 may include floppy disks, magnetic tape, optically readable media such as compact discs and digital video discs, memory cards and the like.
  • the component framework 206 comprises a runtime environment 216 that is capable of generating, hosting and executing client application programs from metadata definitions. Therefore, the component framework 206 provides the native client runtime environment 216 for the client application programs and acts as an interface to the processor 208 and associated operating system of the core infrastructure 204.
  • the component framework 206 provides the runtime environment 216 by supplying at least the minimum requirements for a controlled, secure and stable environment on the device 100, in which the component application programs can be executed. The requirements for the runtime environment will be described throughout the description.
  • the runtime environment 216 can be configured so that the devices 102 operate as web clients of the web services provided by the network server 106.
  • the runtime environment 216 can also make the devices 102 clients of any other generic schema-defined services supplied by the server 108.
  • the runtime environment 216 is capable of generating, hosting and executing the application programs. Further, specific functions of the client runtime environment include support for different languages, coordination of memory allocation, networking, management of data during input/output (I/O) operations, coordination of graphics to an output device, and providing access to core object oriented classes and supporting files/libraries. Examples of environments on which the runtime environments 216 can be based include Common Language Runtime (CLR) by Microsoft and Java Runtime Environment (JRE) by Sun Microsystems.
  • CLR Common Language Runtime
  • JRE Java Runtime Environment
  • the runtime environment 216 preferably supports the following functions for executable versions of the client application programs: provide communications capability for sending messages to the web services of the network server 108 or to any other generic schema defined services via the network 104; allow data input from the user via the input device; provide data presentation or output capabilities for displaying data to the user via the output device; provide data storage services to maintain and manipulate data in the memory module 210; and provide a script inte ⁇ reter for executing scripts when required.
  • the component application program 302 comprises components that are executed by the runtime environment 216.
  • the runtime environment 216 creates an application container 301 for each component of the component application program 302.
  • the application container 301 loads the components of the application program 302 and creates executable metadata, which is executed by the processor 208.
  • the component framework 206 therefore provides the host application containers 300 for provisioning the definitions of the components to create the actual web client specific for each respective device infrastructure 204 of the communication devices 102.
  • the application container can provision the component application 302 as per the template-based native execution and metadata-based execution models as described above.
  • the component framework 206 can also provide framework services 304 to the runtime environment 216 for facilitating implementation of the components of the component application program 302.
  • the application program 302 is in communications with the application container 300, which coordinates communications 216 with the framework services 304, as needed.
  • the framework services 304 of the component framework 206 coordinate communications via the connection 220 with the device infrastructure 204. Accordingly, access to the device infrastructure 204, user interface 202 and network interface 200 is provided to the client application programs 302 by the component framework 206.
  • the client application programs 302 can be suitably virus-resistant, since the application containers 300 can control and validate all access of the communications of the component framework 206 to and from the client application programs 302. It is recognized that a portion of the operating system of the device infrastructure 204 can represent the application container 300.
  • a block diagram of the component application program 302 comprises data components 400, presentation components 402 and message components 404, which are coordinated by workflow components 406 through communications with the application container 300.
  • the structured definition language can be used to construct the components 400, 402, 404 as a series of metadata records, which consist of a number of predefined elements representing specific attributes of a resource such that each element can have one or more values.
  • Each metadata schema typically has defined characteristics such as but not limited to; a limited number of elements, a name of each element, and a meaning for each element.
  • Example metadata schemas include such as but not limited to Dublin Core (DC), Anglo-American Cataloging Rules (AACR2), Government Information Locator Service (GILS), Encoded Archives Description (EAD), IMS Global Learning Consortium (IMS), and Australian Government Locator Service (AGLS).
  • Encoding syntax allows the metadata of the components 400, 402, 404 to be processed by the device infrastructure 204 (see Figure 2), and encoding schemes include such as but not limited to XML, HTML, XHTML, XSML, RDF, Machine Readable Cataloging (MARC), and Multipu ⁇ ose Internet Mail Extensions (MHVIE).
  • the data components 400 define data entities which are used by the component application program 302. Examples of data entities include are orders, users, and financial transactions. Data components 400 define what information is required to describe the data entities, and in what format the information is expressed. For example, the data component 400 may define an order comprising a unique identifier for the order which is formatted as a number, a list of items which are formatted as strings, the time the order was created which has a date- time format, the status of the order which is formatted as a string, and a user who placed the order which is formatted according to the definition of another one of the data components 400. Since data elements are usually transfe ⁇ ed by message, there is often persistence of data components 400 in a database. Data components 400 may be dynamically generated or defined by the application designer.
  • the message components 404 define the format of messages used by the component application program 302 to communicate with external systems such as the web service.
  • one of the message components 404 may describe such as but not limited to a message for placing an order which includes the unique identifier for the order, the status of the order, and notes associated with the order.
  • Message component 404 definitions written in the structured definition language can uniquely represent and map to WSDL messages, and can be generated dynamically at runtime. Accordingly, the dynamic generation can be done for the component definitions for client application messages, and associated data content, from standard Web
  • Web Services messages are defined within the context of operation and there is defined co ⁇ elations between the message components 404 in the component application program 302 definition. This co ⁇ elation could be done using predefined message parameters and/or through separate workflow components 406, as further defined below.
  • the presentation components 402 define the appearance and behaviour of the component application program 302 as it displayed by the user interface 202.
  • the presentation components 402 can specify GUI screens and controls, and actions to be executed when the user interacts with the component application 302 using the user interface 202.
  • the presentation components 402 may define screens, labels, edit boxes, buttons and menus, and actions to be taken when the user types in an edit box or pushes a button.
  • the majority of Web Service consumers use a visual presentation of Web Service operation results, and therefore provide the runtime environment on their devices 100 capable of displaying user interface screens.
  • the presentation components 402 may vary depending on the client platform and environment of the device 100.
  • Web Service consumers do not require a visual presentation.
  • the application definition of the components 400, 402, 404, 406 of the component application program 302 can be hosted in a Web Service registry in a metadata repository 700 as a bundle of platform-neutral data 400, message 404, workflow 406 component descriptors with a set of platform-specific presentation component 402 descriptors for various predefined client runtimes (i.e. specific component frameworks 206 - see Figure 2).
  • client runtimes i.e. specific component frameworks 206 - see Figure 2
  • application definitions can be hosted on the application server 108, for example, as a bundle of platform-neutral component definitions linked with different sets of presentation components 403a, 403b, 403c, representing the different supported user interfaces 202 of the devices 102. It is also recognized that a standard presentation component 402 can be used in the event the specific device 102 is not explicitly supported, thereby providing at least a reduced set of presentation features.
  • the client runtime type of the devices 102 is validated and the proper bundle is constructed for delivery by the web server 106 to the device 102 over the network 104.
  • the client application programs 302 could contain selected presentation components 403a,b,c linked with the data 400 and message 404 components through the workflow components 406, thereby providing a customized component application 302.
  • the workflow components 406 of the component application program 302 define processing that occurs when an action is to be performed, such as an action specified by a presentation component 402 as described above, or an action to be performed when messages arrive.
  • Presentation workflow and message processing are defined by the workflow components 406.
  • the workflow components 406 are written as a series of instructions in either metadata or a programming language or a scripting language, such as European Computer Manufacturers Association (ECMA) Script, and can be compiled into native code and executed by the application container 300, as described above.
  • An example of the workflow components 406 may be to assign values to data, manipulate screens, or send the message.
  • the workflow component 406 supports a co ⁇ elation between the messages and defines application flow as a set of rules for operations on the other components 400, 402, 404.
  • script languages include Perl, Rexx, VBScript, JavaScript, and Tcl/Tk.
  • the scripting languages in general, are instructional languages that are used to manipulate, customize, and automate the facilities of an existing system, such as the devices 102. In such systems, useful functionality is already available through the user interface 202 (see Figure 2), and the scripting language is a mechanism for exposing that functionality to program control. In this way, the device 1002 is said to provide the host runtime environment of objects and facilities which completes the capabilities of the scripting language.
  • the framework services 304 include a communication service 306, a presentation service 308, a persistence service 310, an access service 312, a provisioning service 314 and a utility service 316.
  • the communication service 306 manages communication between the component application programs 302 and external resources.
  • the presentation service 308 manages the representation of the component application programs 302 as they are output on the output device of the user interface 202 (see Figure 2).
  • the persistence service 310 allows the component application programs 302 to store data in the memory module 210 (see Figure 2) of the device infrastructure 204.
  • the access service 312 provides the component application programs 302 access to other software applications which are present on the communication device 102.
  • the provisioning service 314 manages the provisioning of software applications on the communication device 102.
  • Application provisioning can include requesting and receiving new and updated component application programs 302, configuring component application programs 302 for access to services which are accessible via the network 104, modifying the configuration of component application programs 302 and services, and removing component application programs 302 and services.
  • the utility service 316 is used to accomplish a variety of common tasks, such as performing data manipulation in the conversion of strings to different formats.
  • the framework services 304 of the communication device 102 can provide functionality to the component application programs 302, which can include the services described above.
  • the component application programs 302 can have access to the functionality of the communication device 102 without having to implement it.
  • the component definitions 400, 402, 404 and workflow 406 describe service requests using the structured definition language such as XML and the set of instructions such as ECMAScript.
  • the XML provides a non-procedural definition of the application's user interface 202, persistent storage and communications with the Web Service, while the ECMAScript provides the procedural component linkage.
  • the Client runtime environment inte ⁇ rets these definitions 400, 402, 404 into the native calls to supported services.
  • the application container 300 can be refe ⁇ ed to as a smart host container for the client application program 302, and can be responsible for analyzing message metadata and for updating the representation of the meta-data in the memory module 210.
  • the device runtime provides an intelligent software framework, or container, for providing a set of basic services to manage and execute typical application behaviour, including data storage, messaging, screen navigation and display, as described above.
  • the intelligent container runs metadata-defined applications and maintains its own internal representation of these applications. As such, from the intelligent container's perspective the application is perceived in two formats: Application Definition and Application Internal Representation. These two formats are described below, including details of the device runtime responsibilities for providing efficient metadata based execution models.
  • the Application Definition is the format used to publish applications externally using a well-defined, standard format that is highly structured and provides clear instructions to the intelligent container as to how the application needs to be executed.
  • the Application Definition includes a set of definitions of the components that collectively comprise an application. These definitions are declarative and are expressed in a well-defined, structured language such as XML, for example. Moreover, in order to define custom, complex application logic it is sometimes required to use scripting language (or code) sequences either embedded in the metadata definition or separately attached thereto.
  • the Application Definition comprises a data definition, a screen definition, a message definition and workflow definition. Examples of these definitions are provided further in the description with reference to Figures 6-16, for illustrative pu ⁇ oses only.
  • the Application Internal Representation is the format of the application inside the intelligent container at runtime. It comprises executable metadata that is built ad-hoc using the Application Definition.
  • Executable metadata comprises the internal representation of all the application components, including their inter-relationships, running inside the intelligent container. Executable metadata is dependent on the intelligent container implementation.
  • the device mntime is responsible for building efficient models from the application component's metadata that comprise the Application Internal Representation. Accordingly, the device runtime constructs a data model, a screen model, and a communication model for each application from the application's metadata.
  • the device runtime environment 500 includes a data manager 502, a screen manager 504, a communication service 506, a user interface (UI) service 508, and a script inte ⁇ reter 510.
  • the device runtime environment 500 is also in communication with an application store 512 and an external application 514.
  • the application store 512 is a device repository for storing application definitions and application data.
  • the external application 514 is an application operating external to the device via a wired or wireless connection.
  • the data manager 502 manages a data model 503 of the application as well as application data on behalf of the application.
  • the data model 503 includes in-memory templates for each data component definition, intelligence about data component relationships and hierarchy as well as persistence, and references to external APIs that need to be notified of data changes. For example, data may be related such that when one variable changes, others need to be updated automatically. Further, different data may require different levels of persistence.
  • the data manager 502 uses the data model 503 for application data manipulation, including creation, updates, deletion, as well as data persistence and external data access.
  • the screen manager 504 is a service for managing a screen model 505.
  • the screen model 505 includes in-memory templates for each screen component definition and an intelligence model for handling UI events as well as navigating and rendering screens built exclusively from declarative actions defined in the screen component.
  • the screen model 505 further includes references to incoming messages that trigger an automatic screen refresh and references to script sequences used in UI Event handling and conditional controls.
  • the screen model 505 manages a screen representation 509, which is displayed to the user.
  • the screen manager 504 handles modeling of conditional controls and layouts, and continuously updates the screen model 505 based on events received from the UI service 508.
  • the screen manager 504 uses the screen model 505 to render the appearance of the application screen, establish screen navigation paths and process UI events.
  • the UI service 508 provides the visualization of the screen representation in the native UI framework of the device.
  • the UI service 508 also communicates user events to the screen manager 504.
  • the communication service 506 manages a communication model 507 of the application and handles all application communication and message processing. Due to the nature of wireless applications, the communication model 507 used in present embodiment is asynchronous.
  • the communication model 507 includes in-memory templates for each message definition including message hierarchy.
  • the communication model 507 further includes intelligence regarding message mapping to data components or data fields, message security and reliability, and references to script sequences that handle incoming messages. Accordingly, the communication model 507 describes a set of messages that the application initiates or is capable of receiving and processing.
  • the communication service 506 uses the communication model 507 to enable an application's communication needs with other wireless or wired applications, whether they are located on the device or externally.
  • the script inte ⁇ reter 510 executes script portions of the application, for example ECMAScript and the like.
  • the script inte ⁇ reter 510 and has the ability to manipulate the screen model 505 through interaction with the screen manager 504, the data model 503 through interaction with the data manager 502, and the communication model 507 through interaction with the communication manager 506.
  • the operation of the device mntime is described generally as follows.
  • the device mntime is presented with the Application Definition when the application is uploaded onto the device.
  • the device mntime could either constmct the Application Internal Representation at that time or delay this operation until receiving a request to execute the application.
  • the device mntime can host an application in "raw" format, that is Application Definition, or in "executable” format, that is Application Internal Representation.
  • the device mntime executes template based generic code built from the metadata definition of the components rather than executable code of a precompiled wireless application.
  • the device mntime can execute in a mixed execution mode.
  • the device mntime provides the ability to switch between an execution mode and an inte ⁇ reted mode.
  • the device mntime provides an execution environment to n both the Application Internal Representation and specific script instructions in the native code.
  • the Application Internal Representation in the form of executable metadata, is built ad-hoc from the Application Definition.
  • associated script instructions are redirected from the script inte ⁇ reter using global symbols libraries. That is, proxy execution is performed of predefined global symbols in the script to the native environment.
  • the device mntime can switch to the inte ⁇ reted mode in order to execute more complex functionality. That is, the mntime switches to inte ⁇ reted mode to mn scripts when executing application metadata is not enough to achieve desired complexity.
  • Figures 6-23, described below, provide several examples of component definitions and logic flow described either exclusively though metadata or by script.
  • FIG. 600 a sample XML portion of a data definition of the Application Definition is illustrated generally by numeral 600.
  • the data definition describes the data components that the application uses, including their persistence mechanism. Data components may contain primitive fields or may refer to other data components, which are also defined therein. In the example illustrated in Figure 6, the data component shown is named “Race” and requires persistence.
  • the data component includes several fields of varying types and complexity. For example, the field name "description" is a string, whereas the field name “horses” acts as a reference to another component named “Horse”.
  • FIG. 7 a sample XML portion of a screen definition of the Application Definition is illustrated generally by numeral 700.
  • the screen definitions describe all application screens, their associated layouts, menu items, controls and screen rendering metadata.
  • the name of the screen component is "scrLogin” and the title is "Login”.
  • the screen component has a data component "Player” as a parameter and does not represent a dialog box.
  • the screen component includes two labels and two edit boxes.
  • the first label is named "ebPlayerNamelbl” and has a text value "Player Name: ".
  • the first label is associated with the first edit box, which is named “ebPlayerName” and has a value associated with the "name” attribute of the parameter "Player”. This edit box allows the user to input a player name.
  • the second label is named “ebPlayerCodeNamelbl” and has a text value "Player Code:”
  • the second label is associated with the second edit box, which is named “ebPlayerCode” and has a value associated with the "code” attribute of the parameter "Player”.
  • This edit box allows the user to input a code, or password, associated with the player name. Both of the edit boxes have a readOnly value set to false, which allows the user to input data.
  • the screen component further includes three menu items.
  • the first menu item is named “regPlayer” and has a co ⁇ esponding label "Register New Player”. This menu item allows the user to navigate to a screen component named “scrRegisterNewPlayer" for registering a new player.
  • the second menu item is named "loginPlayer” and has a co ⁇ esponding label "Login”.
  • This menu item allows the user to login to the application by accessing a pblock "2".
  • a pblock is a reusable piece of "workflow” code tat is described either declaratively by metadata, or by script.
  • Pblock "2" describes the workflow associated with a user login.
  • the second menu item is named “logout” and has a co ⁇ esponding label "Logout”.
  • This menu item allows the user to logout of the application by accessing a pblock "3".
  • pblock "3" describes the workflow associated with a user logout.
  • a sample XML portion of a message definition of the Application Definition is illustrated generally by numeral 800.
  • Messages are either inbound or outbound and comprise a list of primitive or complex fields.
  • the present example illustrates the definition of an incoming message named "inViewingReq".
  • Each message field describes the type of data expected as part of the message and maps the data to local application components, where applicable. For example, the message will have a field name "requestor". The data associated with that field name is mapped to the field "name" in the component "Agent".
  • Application Logic may be expressed declaratively through metadata exclusively.
  • Application Logic includes data manipulation, screen rendering for dynamic screens, UI event processing and declarative message processing.
  • Figures 9a-c illustrate some examples of declarative data manipulation, including mapping data to intelligent UI controls, passing data as parameters to screens or script sequences and mapping messages to data.
  • mapping data to intelligent UI controls is shown generally by numeral 900.
  • UI controls are bound through declarative statements to the data components that they are displaying or are associated with.
  • a UI control's value changes the underlying data may change or vice versa.
  • the user is presented with radio button that is named "chClients". This particular radio button is mapped to a component named Client. Therefore, when the user changes the input, the data mapped to the input changes.
  • FIG. 9b an example of passing data as parameters to screens or script sequences is shown generally by numeral 930.
  • the data component "Player” is passed to the screen as a parameter.
  • passing data as parameters to screens, to script sequences or to data components that are automatically mapped to messages are all contenders for declarative action.
  • mapping messages to data is shown generally by numeral 960.
  • an incoming message has the name "inPropertylnfo”
  • it is mapped to a data component named "Propertylnfo”.
  • the device mntime has a predefined instruction that upon receipt of such a message it updates or creates data automatically, without requiring additional processing.
  • FIG. 10 an example of declarative screen rendering for a dynamic screen is shown generally by numeral 1000.
  • Conditional controls those are controls whose value and appearance can change dynamically, are specified declaratively. In the present example, "Canada” and "USA” are possible choices for a user. Depending on the user's selection, the screen is dynamically rendered to display either Canada's provinces or the United States of America's states as a subsequent choice for the user.
  • conditional controls defined by metadata the appearance and behavior of the screen is defe ⁇ ed to mntime criteria managed by the device runtime.
  • FIG. 11 an example of declarative UI event processing is shown generally by numeral 1100.
  • screen navigation as a result of a user event is specified declaratively.
  • the screen manager of the device mntime is instmcted to render the next screen, "scrClientlnfo".
  • the screen manager of the device mntime is instmcted to render the next screen, "scrClientWrbk”
  • menu item "New Client” is selected, the screen manager of the device mntime is instmcted to render the next screen, "scrNewClient”.
  • Figures 12a and 12b illustrate examples of declarative message processing. In these examples, inbound message processing that results in data updating and screen refreshing are shown.
  • FIG. 12a an example of a declarative data update is illustrated generally by numeral 1200. Fields in an incoming message are mapped directly to co ⁇ esponding data. When the device receives such a message, the device mntime automatically updates the data without requiring additional instruction. In the present example, if a message titled “inMyListing" is received, a message field titled “forClient” is automatically mapped to attribute "name" of data component "Client".
  • a declarative screen refresh is illustrated generally by numeral 1250.
  • the screen is refreshed upon receipt of a message. Therefore, data changes affected by the messages can be indicated to the user.
  • the screen is refreshed upon receipt of messages "inPropertylnfo" and "inPropertyStatusChange".
  • the application definition uses script sequences either embedded in the component metadata or defined separately from the component metadata for reuse.
  • the following are several examples of implementing application logic by script.
  • the script in the present example amends data in accordance with passed parameter "propertyinfo”.
  • the attributes "propID”, “status”, and “price” of component “outPropertyStatusChange”" are updated with the co ⁇ esponding attributes of the passed parameter "propertyinfo".
  • FIG. 1400 an example of script for screen rendering is illustrated generally by numeral 1400.
  • the script in the present example renders different elements on the screen in accordance with passed parameters "race", "horse", and "bet”. If the "bet" parameter is not null then appropriate properties on the screen are rendered using the co ⁇ esponding properties of the "bet” parameter. If the "bet" parameter is null, then appropriate properties on the screen are rendered using co ⁇ esponding attributes of the "race” and "horse" parameters.
  • FIG 15 an example of screen navigation effected by script is illustrated generally by numeral 1500.
  • the screen rendering includes a button named "btnDone”. If the user clicks on this button the script named "ahStatusChange” illustrated in Figure 13 is implemented.
  • the script in Figure 13 renders screen component "scrPropDetails" using the data of parameter "propertyinfo”.
  • Figures 15 and 13 illustrate an example of message sending effected by script. Prior to rendering the screen component "scrPropDetails" as described above, a message related to component "outPropertyStatusChange" is sent.
  • FIG. 1600 an example of message processing by script is illustrated generally by numeral 1600.
  • data in an incoming message is manipulated by the script and stored in an associated data component. If no data is present in the received message, the script causes a message box to be displayed to the user.
  • a method for performing an initial screen loading is shown generally by numeral 1700.
  • application screens are extracted from the application store 512 as either pre-digested application metadata or XML.
  • a screen internal representation, or screen model 505 is produced.
  • the screen model 505 produces a cu ⁇ ent screen representation 509, including all field values and settings that reflect the cu ⁇ ent state of screen conditions and passes it to the UI service 508 for visualization.
  • a method for performing a UI initiated data change that is declaratively defined is illustrated generally by numeral 1800.
  • a UI change triggered by a user changing an edit control, is communicated to the screen model 505.
  • an underlying data component mapped to the edit control has its value changed in the data model 503.
  • the data change is updated in the screen representation 509.
  • the data change is persisted in the application store 512.
  • a method for performing a UI initiated data change that is defined by script is illustrated generally by numeral 1900.
  • the UI initiated change in addition to modifying the data, the UI initiated change generates an outgoing message.
  • a UI change triggered by a user changing an edit control is communicated to the screen model 505.
  • the screen model 505 validates the nature of the event over the internal screen metadata representation and detects any driving or dependent controls affected as a result of the UI event by virtue of any conditional control relationships specified entirely through application XML.
  • the screen model detects that the UI change requires script processing and invokes the script inte ⁇ reter 510.
  • the script inte ⁇ reter 510 modifies the data model 503 in accordance with the inte ⁇ reted script.
  • the data change is persisted the application store 512.
  • step 1910 the script inte ⁇ reter 510 generates an outbound message and communicates that message to the communication model 509.
  • the communication model 509 transmits the message to an external application 514 as required.
  • step 1912 the script inte ⁇ reter 510 modifies the screen model 505 as specified in the script.
  • step 1914 the screen model produces an updated screen representation 509, which is passed to the UI Service 508 in step 1916 for visualization.
  • a method for performing screen navigation that is declaratively defined is illustrated generally by numeral 2000.
  • user interaction results in a change in the UI.
  • a UI event is communicated to the screen model 505.
  • the screen model 505 detects by means of executable metadata that this is a screen navigation event and generates the screen representation of the new screen to be displayed.
  • the screen representation is passed to the UI service 508 for visualization.
  • a method for performing screen navigation that is defined by script is illustrated generally by numeral 2100.
  • step 2102 user interaction results in a change in the UI. Accordingly, a UI event is communicated to the screen model 505.
  • step 2104 the screen model determines that UI event relates to a script call and passes control to the script inte ⁇ reter 510.
  • step 2106 the script inte ⁇ reter 510 executes the script, which instmcts the screen model 505 to produce a new screen representation.
  • the screen model 505 produces the new screen representation 509 as required by script inte ⁇ reter 510.
  • step 2110 the screen representation 509 is passed to the UI Service 510 for visualization.
  • a method for modifying data and updating the UI in accordance with a received message that is declaratively defined is illustrated generally by numeral 2200.
  • the communication service 506 receives an inbound message from an external application 514.
  • the communication service 506 determines that the message is mapped to data so it passes control to the data manager 502.
  • the data manager 502 updates the data model 503 and persists the new data in the application store 512.
  • step 2206 the communication service 506 triggers an update, or screen refresh, for the screen model 505.
  • step 2208 the screen model 505 produces a new screen representation 509.
  • step 2210 the screen representation 509 is passed to the UI service 508 for visualization.
  • a method for modifying data and updating the UI in accordance with a received message that is defined by script is illustrated generally by numeral 2100.
  • the communication service 506 receives an inbound message from an external application 514.
  • the communication service 506 determines that the message is to be handled by script so it passes control to the script inte ⁇ reter 510, which executes the script to process message.
  • step 2306 the script inte ⁇ reter updates the data model 503 as required by the inte ⁇ reted script and persists the new data in the application store 512.
  • step 2308 the script inte ⁇ reter modifies the screen model 505 as specified by the script.
  • step 2310 the screen model 505 produces a new screen representation 509.
  • step 2312 the screen representation 509 is passed to the UI service 508 for visualization.

Abstract

A device runtime environment is provided for execution on a computing device. The device runtime environment provides an intelligent container for an application at runtime and comprises a plurality of services in communication with each other. The plurality of services a data manager, a screen manager, a communication service and a script interpreter. The data manager manages data components of the application including manipulation and persistence in a database of the data components. The screen manager managing screen components of the application and renders an output for display on a screen of the computing device. The communication service sends messages to external resources and receives and manages messages sent from external resources in accordance with corresponding message components. The script interpreter dynamically interprets script embedded in at least one of the data components, screen components, and message components and relays the interpreted output to the corresponding component manager for implementation. A method for implementing an application on the device in accordance with the above and a computer readable memory for storing instruction to implement the method are also provided.

Description

SYSTEM AND METHOD FOR BUILDING MIXED MODE EXECUTION ENVIRONMENT FOR COMPONENT APPLICATIONS
[0001] The present invention relates generally to runtime environments and specifically to runtime environments capable of operating in both executable mode and interpreted mode. This application claims priority from U.S. Provisional Application Number 60/548,098, filed February 27, 2004.
BACKGROUND OF THE INVENTION
[0002] Due to the proliferation of wireless networks, there are a continually increasing number of wireless devices in use today. These devices include mobile telephones, personal digital assistance (PDAs) with wireless communication capabilities, two-way pagers and the like. Concuπently with the increased availability of wireless devices, software applications running on such devices have increased their utility. For example, the wireless device may include an application that retrieves a weather report for a list of desired cities or allows a user to shop for groceries. These software applications take advantage of the ability to transmit data to a wireless network in order to provide timely and useful services to users, often in addition to voice communication. However, due to the number of different types of devices, the limited available resources of some devices, and the complexity of delivering large amounts of data to the devices, developing software applications remains a difficult and time-consuming task.
[0003] Cuπently, devices are configured to communicate with Web Services through Internet based browsers and/or native applications. Browsers have the advantage of being adaptable to operate on a cross-platform basis for a variety of different devices, but have a disadvantage of requesting pages (screen definitions in HTML) from the Web Service, which hinders the persistence of data contained in the screens. A further disadvantage of browsers is the fact that the screens are rendered at runtime, which can be resource intensive. However, applications for browsers are efficient tools for designing platform independent applications. Accordingly, different runtime environments, regardless of the platform, execute the same application. Unfortunately, since different wireless devices have different capabilities and form factors, the application may not be executed or displayed as desired. Further, browser based application often require significant transfer bandwidth to operate efficiently, which may be costly or even unavailable for some wireless devices. [0004] On the other hand, native applications are developed for a specific wireless device platform, thereby providing a relatively optimized application program for a runtime environment running on that platform. However, a platform dependent application introduces several drawbacks, including having to develop multiple versions of the same application and being relatively large in size, thereby taxing memory resources of the wireless device. Further, application developers need experience with programming languages such as Java and C++ to construct such native applications.
[0005] Thus it can be seen that there is a need for application programs that can be run on client devices having a wide variety of operating systems, as well as having a reduced consumption of device resources. Furthermore, it is desirable to achieve the aforementioned result while limiting the complexity for application program developers as much as possible.
[0006] Accordingly, it is an object of the present invention to obviate or mitigate at least some of the above-mentioned disadvantages.
SUMMARY OF THE INVENTION
[0007] In accordance with an aspect of the present invention there is provided a device runtime environment for execution on a computing device, the device runtime environment for providing an intelligent container for an application at runtime, the device runtime environment comprising a plurality of services in communication with each other, the plurality of services including: a data manager for managing data components of the application including manipulation and persistence in a database of the data components; a screen manager for managing screen components of the application and rendering an output for display on a screen of the computing device; a communication service for sending messages to external resources and receiving and managing messages sent from external resources in accordance with coπesponding message components; and a script interpreter for dynamically interpreting script embedded in at least one of the data components, screen components, and message components and relaying the interpreted output to the coπesponding component manager for implementation.
[0008] In accordance with another aspect of the invention there is provided a method for executing an application on a computing device, the application comprising at least a screen component, a data component, a message component and a workflow component, the method comprising creating an executable form of the application from the screen, data, message, and workflow components for execution by a screen manager, data manager, and message manager respectively; for information from a workflow component that could not be put into executable form before executing the application, dynamically interpreting the information during execution i of the application using a script inteφreter; and distributing output from the script interpreter to a coπesponding screen manager, data manager and message manager.
BRIEF DESCRIPTION OF THE DRAWINGS [0009] An embodiment of the invention will now be described by way of example only with reference to the following drawings in which:
I Figure 1 is a block diagram of a communication infrastructure; Figure 2 is a block diagram of a wireless device; Figure 3 is a block diagram illustrating a component framework; Figure 4 is a block diagram illustrating a component application; Figure 5 is a block diagram of a sample runtime environment; Figures 6 to 16 are sample XML definition of various components of an application; and Figures 17 to 23 are block diagrams illustrating runtime flow for several application scenarios. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS [0010] For convenience, like numerals in the description refer to like structures in the drawings. Referring to Figure 1, a communication infrastructure is illustrated generally by numeral 100. ι The communication infrastructure 100 comprises a plurality of communication devices 102, a communication network 104, a gateway 106, and a plurality of backend services 108.
[0011] The communication devices 102 include any wired or wireless device such as a desktop computer, a laptop or mobile computer, a smart phone, a personal digital assistant, such as a Blackbeπy™ by Research in Motion for example, and the like. The communication devices 102 are in communication with the gateway 106 via the communication network 104. Accordingly, the communication network 104 may include several components such as a wireless network 110, a relay 112, a coφorate server 114 and/or a mobile data server (MDS) 116 for relaying messages between the devices 102 and the gateway 106. The gateway 106 is further in communication with a plurality of the backend servers 108. The types of backend servers 108 and their coπesponding links will be apparent to a person of ordinary skill in the art.
[0012] Wireless application technologies need to provide means for user interaction,
> communication with other wired or wireless applications and data storage in the context of usually limited computing resources such as speed, power, memory, storage as well as intermittent connectivity. These limitations provide great challenges for the development of real-world, useful applications.
[0013] A desirable approach for reducing application development complexity is to define those ) components that individualize an application in a declarative way. Examples of such components include user interface, data and communication models. The components are presented to an intelligent container, such as the device runtime environment, as contracts and the complex but otherwise common tasks are delegated to the intelligent container to solve.
[0014] The following describes a system by which the intelligent container offers a native
> execution environment for applications defined by means of metadata and scripting languages. Accordingly, the burden that constitutes the wireless environment complexity is shifted from the application to the intelligent container. Thus, the only complexity that the application writer is left to solve is to clearly define a contract between the application and the intelligent container in order to ensure the desired functionality.
i [0015] Referring to Figure 2, the communication devices 102 (also refeπed to simply as devices 102) are illustrated in greater detail. The devices 102 include a network interface 200, a user interface 202, a core infrastructure 204, and a component framework 206. The network interface 200 comprises a wireless transceiver or a wired network interface card or modem, for coupling the device 102 to the network 104. For example, the network interface 200 communicates with the wireless network 104 using either known or proprietary protocols. This feature enables the devices 102 to communicate wirelessly with each other as well as external systems, such as the network server 106. The network 104 supports the transmission of data in the form request and response messages between devices and the backend servers 108. Further, the network 104 may support voice communication for telephone calls between the devices 102 as well as devices external to the network 104.
[0016] The user interface 202 comprises one or more means for communicating with the user (not shown). For example, the user interface 202 includes one or more input devices such as a keypad, trackwheel, stylus, mouse, and microphone for receiving input from the user and one or more output devices such as a display and speaker for presenting output to the user. If the display is touch sensitive, then the display can also be used as an input device. The user interface 202 is employed by the user of the device 102 to coordinate request and response messages of client application programs 201.
[0017] The core infrastructure 204 includes a computer processor 208 and an associated memory module 210. The computer processor 208 manipulates the operation of the network interface 200, the user interface 202 and the component framework 206 of the communication device 116 by executing related instructions, which are provided by an operating system and client application programs (not shown) stored in the memory module 210. Further, it is recognized that the device infrastructure 204 may further include a computer readable storage medium 212 for providing instructions to the processor or loading or updating client application programs to the memory module 210. The computer readable medium 212 may include floppy disks, magnetic tape, optically readable media such as compact discs and digital video discs, memory cards and the like.
[0018] The component framework 206 comprises a runtime environment 216 that is capable of generating, hosting and executing client application programs from metadata definitions. Therefore, the component framework 206 provides the native client runtime environment 216 for the client application programs and acts as an interface to the processor 208 and associated operating system of the core infrastructure 204. The component framework 206 provides the runtime environment 216 by supplying at least the minimum requirements for a controlled, secure and stable environment on the device 100, in which the component application programs can be executed. The requirements for the runtime environment will be described throughout the description. [0019] The runtime environment 216 can be configured so that the devices 102 operate as web clients of the web services provided by the network server 106. It is recognized that the runtime environment 216 can also make the devices 102 clients of any other generic schema-defined services supplied by the server 108. The runtime environment 216 is capable of generating, hosting and executing the application programs. Further, specific functions of the client runtime environment include support for different languages, coordination of memory allocation, networking, management of data during input/output (I/O) operations, coordination of graphics to an output device, and providing access to core object oriented classes and supporting files/libraries. Examples of environments on which the runtime environments 216 can be based include Common Language Runtime (CLR) by Microsoft and Java Runtime Environment (JRE) by Sun Microsystems.
[0020] The runtime environment 216 preferably supports the following functions for executable versions of the client application programs: provide communications capability for sending messages to the web services of the network server 108 or to any other generic schema defined services via the network 104; allow data input from the user via the input device; provide data presentation or output capabilities for displaying data to the user via the output device; provide data storage services to maintain and manipulate data in the memory module 210; and provide a script inteφreter for executing scripts when required.
[0021] Referring to Figure 3 the component framework 206 is illustrated in greater detail. The component application program 302 comprises components that are executed by the runtime environment 216. The runtime environment 216 creates an application container 301 for each component of the component application program 302. The application container 301 loads the components of the application program 302 and creates executable metadata, which is executed by the processor 208. The component framework 206 therefore provides the host application containers 300 for provisioning the definitions of the components to create the actual web client specific for each respective device infrastructure 204 of the communication devices 102. The application container can provision the component application 302 as per the template-based native execution and metadata-based execution models as described above. [0022] Further, the component framework 206 can also provide framework services 304 to the runtime environment 216 for facilitating implementation of the components of the component application program 302. The application program 302 is in communications with the application container 300, which coordinates communications 216 with the framework services 304, as needed. The framework services 304 of the component framework 206 coordinate communications via the connection 220 with the device infrastructure 204. Accordingly, access to the device infrastructure 204, user interface 202 and network interface 200 is provided to the client application programs 302 by the component framework 206. In addition, the client application programs 302 can be suitably virus-resistant, since the application containers 300 can control and validate all access of the communications of the component framework 206 to and from the client application programs 302. It is recognized that a portion of the operating system of the device infrastructure 204 can represent the application container 300.
[0023] Refeπing to Figure 4, a block diagram of the component application program 302 comprises data components 400, presentation components 402 and message components 404, which are coordinated by workflow components 406 through communications with the application container 300. The structured definition language can be used to construct the components 400, 402, 404 as a series of metadata records, which consist of a number of predefined elements representing specific attributes of a resource such that each element can have one or more values. Each metadata schema typically has defined characteristics such as but not limited to; a limited number of elements, a name of each element, and a meaning for each element. Example metadata schemas include such as but not limited to Dublin Core (DC), Anglo-American Cataloging Rules (AACR2), Government Information Locator Service (GILS), Encoded Archives Description (EAD), IMS Global Learning Consortium (IMS), and Australian Government Locator Service (AGLS). Encoding syntax allows the metadata of the components 400, 402, 404 to be processed by the device infrastructure 204 (see Figure 2), and encoding schemes include such as but not limited to XML, HTML, XHTML, XSML, RDF, Machine Readable Cataloging (MARC), and Multipuφose Internet Mail Extensions (MHVIE).
[0024] The data components 400 define data entities which are used by the component application program 302. Examples of data entities include are orders, users, and financial transactions. Data components 400 define what information is required to describe the data entities, and in what format the information is expressed. For example, the data component 400 may define an order comprising a unique identifier for the order which is formatted as a number, a list of items which are formatted as strings, the time the order was created which has a date- time format, the status of the order which is formatted as a string, and a user who placed the order which is formatted according to the definition of another one of the data components 400. Since data elements are usually transfeπed by message, there is often persistence of data components 400 in a database. Data components 400 may be dynamically generated or defined by the application designer.
[0025] The message components 404 define the format of messages used by the component application program 302 to communicate with external systems such as the web service. For example, one of the message components 404 may describe such as but not limited to a message for placing an order which includes the unique identifier for the order, the status of the order, and notes associated with the order. Message component 404 definitions written in the structured definition language can uniquely represent and map to WSDL messages, and can be generated dynamically at runtime. Accordingly, the dynamic generation can be done for the component definitions for client application messages, and associated data content, from standard Web
Service metadata in the definition language used to express the web service interface, such as for example WSDL and BPEL. Web Services messages are defined within the context of operation and there is defined coπelations between the message components 404 in the component application program 302 definition. This coπelation could be done using predefined message parameters and/or through separate workflow components 406, as further defined below.
[0026] The presentation components 402 define the appearance and behaviour of the component application program 302 as it displayed by the user interface 202. The presentation components 402 can specify GUI screens and controls, and actions to be executed when the user interacts with the component application 302 using the user interface 202. For example, the presentation components 402 may define screens, labels, edit boxes, buttons and menus, and actions to be taken when the user types in an edit box or pushes a button. The majority of Web Service consumers use a visual presentation of Web Service operation results, and therefore provide the runtime environment on their devices 100 capable of displaying user interface screens. [0027] It is recognized that in the above described client component application program 302 definitions hosting model, the presentation components 402 may vary depending on the client platform and environment of the device 100. For example, in some cases Web Service consumers do not require a visual presentation. The application definition of the components 400, 402, 404, 406 of the component application program 302 can be hosted in a Web Service registry in a metadata repository 700 as a bundle of platform-neutral data 400, message 404, workflow 406 component descriptors with a set of platform-specific presentation component 402 descriptors for various predefined client runtimes (i.e. specific component frameworks 206 - see Figure 2). When the discovery or installation request message is issued the client type should be specified as a part of this request message. In order not to duplicate data, message, and workflow metadata while packaging component application programs 302 for different client platforms of the devices 102, application definitions can be hosted on the application server 108, for example, as a bundle of platform-neutral component definitions linked with different sets of presentation components 403a, 403b, 403c, representing the different supported user interfaces 202 of the devices 102. It is also recognized that a standard presentation component 402 can be used in the event the specific device 102 is not explicitly supported, thereby providing at least a reduced set of presentation features. When a user makes a discovery or download request message, the client runtime type of the devices 102 is validated and the proper bundle is constructed for delivery by the web server 106 to the device 102 over the network 104. For those Web Service consumers, the client application programs 302 could contain selected presentation components 403a,b,c linked with the data 400 and message 404 components through the workflow components 406, thereby providing a customized component application 302.
[0028] The workflow components 406 of the component application program 302 define processing that occurs when an action is to be performed, such as an action specified by a presentation component 402 as described above, or an action to be performed when messages arrive. Presentation workflow and message processing are defined by the workflow components 406. The workflow components 406 are written as a series of instructions in either metadata or a programming language or a scripting language, such as European Computer Manufacturers Association (ECMA) Script, and can be compiled into native code and executed by the application container 300, as described above. An example of the workflow components 406 may be to assign values to data, manipulate screens, or send the message. The workflow component 406 supports a coπelation between the messages and defines application flow as a set of rules for operations on the other components 400, 402, 404.
[0029] Some other examples of script languages include Perl, Rexx, VBScript, JavaScript, and Tcl/Tk. The scripting languages, in general, are instructional languages that are used to manipulate, customize, and automate the facilities of an existing system, such as the devices 102. In such systems, useful functionality is already available through the user interface 202 (see Figure 2), and the scripting language is a mechanism for exposing that functionality to program control. In this way, the device 1002 is said to provide the host runtime environment of objects and facilities which completes the capabilities of the scripting language.
[0030] Refeπing again to Figure 3, the components 400, 402, 404, 406 of the application program 302, once provisioned on the communication device 102, are given access to the predefined set of framework services 304 by the application containers 300 of the component framework 206. The framework services 304 include a communication service 306, a presentation service 308, a persistence service 310, an access service 312, a provisioning service 314 and a utility service 316. The communication service 306 manages communication between the component application programs 302 and external resources. The presentation service 308 manages the representation of the component application programs 302 as they are output on the output device of the user interface 202 (see Figure 2). The persistence service 310 allows the component application programs 302 to store data in the memory module 210 (see Figure 2) of the device infrastructure 204. The access service 312 provides the component application programs 302 access to other software applications which are present on the communication device 102. The provisioning service 314 manages the provisioning of software applications on the communication device 102. Application provisioning can include requesting and receiving new and updated component application programs 302, configuring component application programs 302 for access to services which are accessible via the network 104, modifying the configuration of component application programs 302 and services, and removing component application programs 302 and services. The utility service 316 is used to accomplish a variety of common tasks, such as performing data manipulation in the conversion of strings to different formats. [0031] It is recognized that the framework services 304 of the communication device 102 can provide functionality to the component application programs 302, which can include the services described above. As a result, the component application programs 302 can have access to the functionality of the communication device 102 without having to implement it. Unlike ordinary applications where all service requests or service API calls are programmed by developers in the native code, the component definitions 400, 402, 404 and workflow 406 describe service requests using the structured definition language such as XML and the set of instructions such as ECMAScript. The XML provides a non-procedural definition of the application's user interface 202, persistent storage and communications with the Web Service, while the ECMAScript provides the procedural component linkage. The Client runtime environment inteφrets these definitions 400, 402, 404 into the native calls to supported services.
[0032] The application container 300 can be refeπed to as a smart host container for the client application program 302, and can be responsible for analyzing message metadata and for updating the representation of the meta-data in the memory module 210.
[0033] In the present embodiment, the device runtime provides an intelligent software framework, or container, for providing a set of basic services to manage and execute typical application behaviour, including data storage, messaging, screen navigation and display, as described above.
[0034] By introducing the concept of intelligent container with applications defined by metadata, the burden that constitutes the wireless environment complexity is shifted from the application to the intelligent container. Accordingly, the primary complexity left to an application developer to solve is to clearly define a contract between the application and the container in order to insure the desired functionality.
[0035] The intelligent container runs metadata-defined applications and maintains its own internal representation of these applications. As such, from the intelligent container's perspective the application is perceived in two formats: Application Definition and Application Internal Representation. These two formats are described below, including details of the device runtime responsibilities for providing efficient metadata based execution models. [0036] The Application Definition is the format used to publish applications externally using a well-defined, standard format that is highly structured and provides clear instructions to the intelligent container as to how the application needs to be executed. The Application Definition includes a set of definitions of the components that collectively comprise an application. These definitions are declarative and are expressed in a well-defined, structured language such as XML, for example. Moreover, in order to define custom, complex application logic it is sometimes required to use scripting language (or code) sequences either embedded in the metadata definition or separately attached thereto.
[0037] As previously described, the Application Definition comprises a data definition, a screen definition, a message definition and workflow definition. Examples of these definitions are provided further in the description with reference to Figures 6-16, for illustrative puφoses only.
[0038] The Application Internal Representation is the format of the application inside the intelligent container at runtime. It comprises executable metadata that is built ad-hoc using the Application Definition. Executable metadata comprises the internal representation of all the application components, including their inter-relationships, running inside the intelligent container. Executable metadata is dependent on the intelligent container implementation.
[0039] As part of the contract between the application and its intelligent container, the device mntime is responsible for building efficient models from the application component's metadata that comprise the Application Internal Representation. Accordingly, the device runtime constructs a data model, a screen model, and a communication model for each application from the application's metadata.
[0040] Refeπing to Figure 5, a sample device runtime environment for an application is illustrated by numeral 500. The device runtime environment 500 includes a data manager 502, a screen manager 504, a communication service 506, a user interface (UI) service 508, and a script inteφreter 510. The device runtime environment 500 is also in communication with an application store 512 and an external application 514. The application store 512 is a device repository for storing application definitions and application data. The external application 514 is an application operating external to the device via a wired or wireless connection. [0041] The data manager 502 manages a data model 503 of the application as well as application data on behalf of the application.
[0042] The data model 503 includes in-memory templates for each data component definition, intelligence about data component relationships and hierarchy as well as persistence, and references to external APIs that need to be notified of data changes. For example, data may be related such that when one variable changes, others need to be updated automatically. Further, different data may require different levels of persistence.
[0043] The data manager 502 uses the data model 503 for application data manipulation, including creation, updates, deletion, as well as data persistence and external data access.
[0044] The screen manager 504 is a service for managing a screen model 505. The screen model 505 includes in-memory templates for each screen component definition and an intelligence model for handling UI events as well as navigating and rendering screens built exclusively from declarative actions defined in the screen component. The screen model 505 further includes references to incoming messages that trigger an automatic screen refresh and references to script sequences used in UI Event handling and conditional controls. The screen model 505 manages a screen representation 509, which is displayed to the user.
[0045] The screen manager 504 handles modeling of conditional controls and layouts, and continuously updates the screen model 505 based on events received from the UI service 508. The screen manager 504 uses the screen model 505 to render the appearance of the application screen, establish screen navigation paths and process UI events.
[0046] The UI service 508 provides the visualization of the screen representation in the native UI framework of the device. The UI service 508 also communicates user events to the screen manager 504.
[0047] The communication service 506 manages a communication model 507 of the application and handles all application communication and message processing. Due to the nature of wireless applications, the communication model 507 used in present embodiment is asynchronous. The communication model 507 includes in-memory templates for each message definition including message hierarchy. The communication model 507 further includes intelligence regarding message mapping to data components or data fields, message security and reliability, and references to script sequences that handle incoming messages. Accordingly, the communication model 507 describes a set of messages that the application initiates or is capable of receiving and processing.
[0048] The communication service 506 uses the communication model 507 to enable an application's communication needs with other wireless or wired applications, whether they are located on the device or externally.
[0049] The script inteφreter 510 executes script portions of the application, for example ECMAScript and the like. The script inteφreter 510 and has the ability to manipulate the screen model 505 through interaction with the screen manager 504, the data model 503 through interaction with the data manager 502, and the communication model 507 through interaction with the communication manager 506.
[0050] The operation of the device mntime is described generally as follows. The device mntime is presented with the Application Definition when the application is uploaded onto the device. The device mntime could either constmct the Application Internal Representation at that time or delay this operation until receiving a request to execute the application. Accordingly, the device mntime can host an application in "raw" format, that is Application Definition, or in "executable" format, that is Application Internal Representation.
[0051] Accordingly, it can be seen that the device mntime executes template based generic code built from the metadata definition of the components rather than executable code of a precompiled wireless application.
[0052] Further, the device mntime can execute in a mixed execution mode. In the mixed execution mode, the device mntime provides the ability to switch between an execution mode and an inteφreted mode.
[0053] In the execution mode the device mntime provides an execution environment to n both the Application Internal Representation and specific script instructions in the native code. As described above, the Application Internal Representation, in the form of executable metadata, is built ad-hoc from the Application Definition. Further, associated script instructions are redirected from the script inteφreter using global symbols libraries. That is, proxy execution is performed of predefined global symbols in the script to the native environment.
[0054] Further, the device mntime can switch to the inteφreted mode in order to execute more complex functionality. That is, the mntime switches to inteφreted mode to mn scripts when executing application metadata is not enough to achieve desired complexity. Figures 6-23, described below, provide several examples of component definitions and logic flow described either exclusively though metadata or by script.
[0055] Referring to Figure 6, a sample XML portion of a data definition of the Application Definition is illustrated generally by numeral 600. The data definition describes the data components that the application uses, including their persistence mechanism. Data components may contain primitive fields or may refer to other data components, which are also defined therein. In the example illustrated in Figure 6, the data component shown is named "Race" and requires persistence. The data component includes several fields of varying types and complexity. For example, the field name "description" is a string, whereas the field name "horses" acts as a reference to another component named "Horse".
[0056] Referring to Figure 7, a sample XML portion of a screen definition of the Application Definition is illustrated generally by numeral 700. The screen definitions describe all application screens, their associated layouts, menu items, controls and screen rendering metadata. In this particular example, the name of the screen component is "scrLogin" and the title is "Login". The screen component has a data component "Player" as a parameter and does not represent a dialog box. The screen component includes two labels and two edit boxes.
[0057] The first label is named "ebPlayerNamelbl" and has a text value "Player Name: ". The first label is associated with the first edit box, which is named "ebPlayerName" and has a value associated with the "name" attribute of the parameter "Player". This edit box allows the user to input a player name.
[0058] Similarly, the second label is named "ebPlayerCodeNamelbl" and has a text value "Player Code:" The second label is associated with the second edit box, which is named "ebPlayerCode" and has a value associated with the "code" attribute of the parameter "Player". This edit box allows the user to input a code, or password, associated with the player name. Both of the edit boxes have a readOnly value set to false, which allows the user to input data.
[0059] The screen component further includes three menu items. The first menu item is named "regPlayer" and has a coπesponding label "Register New Player". This menu item allows the user to navigate to a screen component named "scrRegisterNewPlayer" for registering a new player.
[0060] The second menu item is named "loginPlayer" and has a coπesponding label "Login". This menu item allows the user to login to the application by accessing a pblock "2". In the present embodiments, a pblock is a reusable piece of "workflow" code tat is described either declaratively by metadata, or by script. Pblock "2" describes the workflow associated with a user login.
[0061] The second menu item is named "logout" and has a coπesponding label "Logout". This menu item allows the user to logout of the application by accessing a pblock "3". In the present example, pblock "3" describes the workflow associated with a user logout.
[0062] As can be seen, terms such as layout, menu, label, edit, name, value, readOnly, action and condition are understood by the mntime environment and detailed programming need not be provided by the programmer in order to achieve the desired functionality.
[0063] Refeπing to Figure 8, a sample XML portion of a message definition of the Application Definition is illustrated generally by numeral 800. Messages are either inbound or outbound and comprise a list of primitive or complex fields. The present example illustrates the definition of an incoming message named "inViewingReq". Each message field describes the type of data expected as part of the message and maps the data to local application components, where applicable. For example, the message will have a field name "requestor". The data associated with that field name is mapped to the field "name" in the component "Agent".
[0064] Further, the application logic of the Application Definition may be expressed declaratively through metadata exclusively. Application Logic includes data manipulation, screen rendering for dynamic screens, UI event processing and declarative message processing. [0065] Figures 9a-c illustrate some examples of declarative data manipulation, including mapping data to intelligent UI controls, passing data as parameters to screens or script sequences and mapping messages to data.
[0066] Referring to Figure 9a, an example of mapping data to intelligent UI controls is shown generally by numeral 900. UI controls are bound through declarative statements to the data components that they are displaying or are associated with. When a UI control's value changes the underlying data may change or vice versa. In this example, the user is presented with radio button that is named "chClients". This particular radio button is mapped to a component named Client. Therefore, when the user changes the input, the data mapped to the input changes.
[0067] Referring to Figure 9b, an example of passing data as parameters to screens or script sequences is shown generally by numeral 930. As previous described with reference to Figure 7, the data component "Player" is passed to the screen as a parameter. Generally, passing data as parameters to screens, to script sequences or to data components that are automatically mapped to messages are all contenders for declarative action.
[0068] Refeπing to Figure 9c, an example of mapping messages to data is shown generally by numeral 960. In the present example, when an incoming message has the name "inPropertylnfo", it is mapped to a data component named "Propertylnfo". When a message definition maps directly to data, the device mntime has a predefined instruction that upon receipt of such a message it updates or creates data automatically, without requiring additional processing.
[0069] Referring to Figure 10 an example of declarative screen rendering for a dynamic screen is shown generally by numeral 1000. Conditional controls, those are controls whose value and appearance can change dynamically, are specified declaratively. In the present example, "Canada" and "USA" are possible choices for a user. Depending on the user's selection, the screen is dynamically rendered to display either Canada's provinces or the United States of America's states as a subsequent choice for the user. Using conditional controls defined by metadata, the appearance and behavior of the screen is defeπed to mntime criteria managed by the device runtime. [0070] Referring to Figure 11 an example of declarative UI event processing is shown generally by numeral 1100. In the present example screen navigation as a result of a user event is specified declaratively. As a result of menu item "Client Details" being selected, the screen manager of the device mntime is instmcted to render the next screen, "scrClientlnfo". Similarly, if menu item "Client Workbook" is selected, the screen manager of the device mntime is instmcted to render the next screen, "scrClientWrbk" and if menu item "New Client" is selected, the screen manager of the device mntime is instmcted to render the next screen, "scrNewClient".
[0071] Figures 12a and 12b illustrate examples of declarative message processing. In these examples, inbound message processing that results in data updating and screen refreshing are shown.
[0072] Referring to Figure 12a, an example of a declarative data update is illustrated generally by numeral 1200. Fields in an incoming message are mapped directly to coπesponding data. When the device receives such a message, the device mntime automatically updates the data without requiring additional instruction. In the present example, if a message titled "inMyListing" is received, a message field titled "forClient" is automatically mapped to attribute "name" of data component "Client".
[0073] Refeπing to Figure 12b, a declarative screen refresh is illustrated generally by numeral 1250. In the present example, the screen is refreshed upon receipt of a message. Therefore, data changes affected by the messages can be indicated to the user. In the present embodiment, the screen is refreshed upon receipt of messages "inPropertylnfo" and "inPropertyStatusChange".
[0074] The declarative sample screens described above are a few examples where metadata can play an important role in describing application logic. Other examples will be apparent to a person of ordinary skill in the art. Accordingly, the device mntime may be able to transform an entire application to executable metadata for execution.
[0075] When application logic is more complex than the metadata can handle, the application definition uses script sequences either embedded in the component metadata or defined separately from the component metadata for reuse. The following are several examples of implementing application logic by script. [0076] Referring to Figure 13, an example of script for data manipulation is illustrated generally by numeral 1300. The script in the present example amends data in accordance with passed parameter "propertyinfo". The attributes "propID", "status", and "price" of component "outPropertyStatusChange"" are updated with the coπesponding attributes of the passed parameter "propertyinfo".
[0077] Refeπing to Figure 14, an example of script for screen rendering is illustrated generally by numeral 1400. The script in the present example renders different elements on the screen in accordance with passed parameters "race", "horse", and "bet". If the "bet" parameter is not null then appropriate properties on the screen are rendered using the coπesponding properties of the "bet" parameter. If the "bet" parameter is null, then appropriate properties on the screen are rendered using coπesponding attributes of the "race" and "horse" parameters.
[0078] Referring to Figure 15, an example of screen navigation effected by script is illustrated generally by numeral 1500. In the present example, the screen rendering includes a button named "btnDone". If the user clicks on this button the script named "ahStatusChange" illustrated in Figure 13 is implemented. In addition to data rendering, as previously described, the script in Figure 13 renders screen component "scrPropDetails" using the data of parameter "propertyinfo".
[0079] Additionally, Figures 15 and 13 illustrate an example of message sending effected by script. Prior to rendering the screen component "scrPropDetails" as described above, a message related to component "outPropertyStatusChange" is sent.
[0080] Referring to Figure 16, an example of message processing by script is illustrated generally by numeral 1600. In the present example, data in an incoming message is manipulated by the script and stored in an associated data component. If no data is present in the received message, the script causes a message box to be displayed to the user.
[0081] The script sample screens described above are a few examples where script can play an important role in describing application logic. Other examples will be apparent to a person of ordinary skill in the art. [0082] The following describes several device mntime flows illustrating mixed mode operation in accordance with the present embodiment. Referring to Figure 17 a method for performing an initial screen loading is shown generally by numeral 1700. In step 1702 application screens are extracted from the application store 512 as either pre-digested application metadata or XML. In step 1704 a screen internal representation, or screen model 505, is produced. In step 1706 the screen model 505 produces a cuπent screen representation 509, including all field values and settings that reflect the cuπent state of screen conditions and passes it to the UI service 508 for visualization.
[0083] Referring to Figure 18 a method for performing a UI initiated data change that is declaratively defined is illustrated generally by numeral 1800. In step 1802, a UI change, triggered by a user changing an edit control, is communicated to the screen model 505. In step 1804, an underlying data component mapped to the edit control has its value changed in the data model 503. Concuπently, in step 1805, the data change is updated in the screen representation 509. In step 1806, the data change is persisted in the application store 512.
[0084] Refeπing to Figure 19 a method for performing a UI initiated data change that is defined by script is illustrated generally by numeral 1900. In the present example, in addition to modifying the data, the UI initiated change generates an outgoing message.
[0085] In step 1902 a UI change triggered by a user changing an edit control is communicated to the screen model 505. The screen model 505 validates the nature of the event over the internal screen metadata representation and detects any driving or dependent controls affected as a result of the UI event by virtue of any conditional control relationships specified entirely through application XML. In step 1904, the screen model detects that the UI change requires script processing and invokes the script inteφreter 510. In step 1906, the script inteφreter 510 modifies the data model 503 in accordance with the inteφreted script. In step 1908, the data change is persisted the application store 512.
[0086] Since the script executed as a result of the UI change generates an outgoing message, in step 1910, the script inteφreter 510 generates an outbound message and communicates that message to the communication model 509. The communication model 509 transmits the message to an external application 514 as required. [0087] In step 1912, the script inteφreter 510 modifies the screen model 505 as specified in the script. In turn, at step 1914, the screen model produces an updated screen representation 509, which is passed to the UI Service 508 in step 1916 for visualization.
[0088] Refeπing to Figure 20, a method for performing screen navigation that is declaratively defined is illustrated generally by numeral 2000. In step 2002, user interaction results in a change in the UI. Accordingly, a UI event is communicated to the screen model 505. In step 2004, the screen model 505 detects by means of executable metadata that this is a screen navigation event and generates the screen representation of the new screen to be displayed. In step 2006, the screen representation is passed to the UI service 508 for visualization.
[0089] Refeπing to Figure 21, a method for performing screen navigation that is defined by script is illustrated generally by numeral 2100. In step 2102, user interaction results in a change in the UI. Accordingly, a UI event is communicated to the screen model 505. In step 2104, the screen model determines that UI event relates to a script call and passes control to the script inteφreter 510. In step 2106, the script inteφreter 510 executes the script, which instmcts the screen model 505 to produce a new screen representation. In step 2108, the screen model 505 produces the new screen representation 509 as required by script inteφreter 510. In step 2110, the screen representation 509 is passed to the UI Service 510 for visualization.
[0090] Referring to Figure 22, a method for modifying data and updating the UI in accordance with a received message that is declaratively defined is illustrated generally by numeral 2200. In step 2202, the communication service 506 receives an inbound message from an external application 514. In step 2204, the communication service 506 determines that the message is mapped to data so it passes control to the data manager 502. The data manager 502 updates the data model 503 and persists the new data in the application store 512.
[0091] In step 2206, the communication service 506 triggers an update, or screen refresh, for the screen model 505. In step 2208, the screen model 505 produces a new screen representation 509. In step 2210, the screen representation 509 is passed to the UI service 508 for visualization.
[0092] Referring to Figure 23, a method for modifying data and updating the UI in accordance with a received message that is defined by script is illustrated generally by numeral 2100. In step 2302, the communication service 506 receives an inbound message from an external application 514. In step 2304, the communication service 506 determines that the message is to be handled by script so it passes control to the script inteφreter 510, which executes the script to process message.
[0093] In step 2306, the script inteφreter updates the data model 503 as required by the inteφreted script and persists the new data in the application store 512. In step 2308, the script inteφreter modifies the screen model 505 as specified by the script. In step 2310, the screen model 505 produces a new screen representation 509. In step 2312, the screen representation 509 is passed to the UI service 508 for visualization.
[0094] Accordingly, it can be seen that providing the device mntime with a larger responsibility for executing the application not only permits applications to be written in component format, as described herein, but also facilitates mixed mode execution. Therefore, when an application requires complex functionality that cannot be achieved solely by mnning executable metadata, the application can use script components, thus switching to inteφreted mode. The script inteφreter then communicates the resulting executable metadata to the coπesponding component model for execution.
[0095] Although prefeπed embodiments of the invention have been described herein, it will be understood by those skilled in the art that variations may be made thereto without departing from the spirit of the invention or the scope of the appended claims.

Claims

What is claimed is:
1. A device mntime environment for execution on a computing device, the device mntime environment for providing an intelligent container for an application at mntime, the device mntime environment comprising a plurality of services in communication with each other, the plurality of services including:
(a) a data manager for managing data components of the application including manipulation and persistence in a database of the data components;
(b) a screen manager for managing screen components of the application and rendering an output for display on a screen of the computing device;
(c) a communication service for sending messages to external resources and receiving and managing messages sent from external resources in accordance with coπesponding message components; and
(d) a script inteφreter for dynamically inteφreting script embedded in at least one of the data components, screen components, and message components and relaying the inteφreted output to the coπesponding component manager for implementation.
2. The device mntime environment of claim 1 comprising a user interface module for managing communication between the user interface and at least one of the plurality of services.
3. A method for executing an application on a computing device, the application comprising at least a screen component, a data component, a message component and a workflow component, the method comprising:
(a) creating an executable form of the application from the screen, data, message, and workflow components for execution by a screen manager, data manager, and message manager respectively; (b) for information from a workflow component that could not be put into executable form before executing the application, dynamically inteφreting the information during execution of the application using a script inteφreter; and
(c) distributing output from the script inteφreter to a coπesponding screen manager, data manager and message manager.
4. A computer readable memory for storing programmable instmctions for execution in a computing device to implement the method of claim 3.
PCT/CA2005/000280 2004-02-27 2005-02-25 System and method for building mixed mode execution environment for component applications WO2005083562A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CA2557111A CA2557111C (en) 2004-02-27 2005-02-25 System and method for building mixed mode execution environment for component applications
EP05714522A EP1723516A4 (en) 2004-02-27 2005-02-25 System and method for building mixed mode execution environment for component applications

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US54809804P 2004-02-27 2004-02-27
US60/548,098 2004-02-27

Publications (1)

Publication Number Publication Date
WO2005083562A1 true WO2005083562A1 (en) 2005-09-09

Family

ID=34910982

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CA2005/000280 WO2005083562A1 (en) 2004-02-27 2005-02-25 System and method for building mixed mode execution environment for component applications

Country Status (6)

Country Link
US (2) US7756905B2 (en)
EP (1) EP1723516A4 (en)
CN (1) CN100435094C (en)
CA (1) CA2557111C (en)
SG (1) SG150545A1 (en)
WO (1) WO2005083562A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8616978B2 (en) 2009-09-01 2013-12-31 Wms Gaming, Inc Managing wagering game applications and events
CN101529382B (en) * 2006-09-21 2014-06-18 路透美国公司 Common component framework
US9257006B2 (en) 2011-04-18 2016-02-09 Bally Gaming, Inc. Dynamic updating of content based on gaming-application context

Families Citing this family (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7409674B2 (en) * 2002-12-26 2008-08-05 Research In Motion Limited System and method of creating and communicating with component based wireless applications
WO2005026952A2 (en) * 2003-09-17 2005-03-24 Research In Motion Limited System and method for management of mutating applications
JP4455403B2 (en) * 2005-05-17 2010-04-21 キヤノン株式会社 Management method and management apparatus
US8095923B2 (en) * 2006-06-29 2012-01-10 Augusta Systems, Inc. System and method for deploying and managing intelligent nodes in a distributed network
US7783766B2 (en) * 2006-06-30 2010-08-24 Frank Busalacchi Network clustering technology
US7647337B2 (en) * 2006-06-30 2010-01-12 Frank Busalacchi Global information architecture
US20100242034A1 (en) * 2006-11-01 2010-09-23 Microsoft Corporation Distributing software products as an executable containing script logic with external resources
US20080282205A1 (en) * 2007-02-06 2008-11-13 Access Systems Americas, Inc. Unified launcher user interface system and method for integrating multiple disparate environments on an electronic device
US20090113377A1 (en) * 2007-10-29 2009-04-30 Michael Cacenco System and method for building a backend tool connector in support of heterogeneous data sources
US8302017B2 (en) * 2008-03-05 2012-10-30 Microsoft Corporation Definition for service interface
US20090249311A1 (en) * 2008-03-31 2009-10-01 International Business Machines Corporation Sharing a native module of compiled code using an abstraction module of interpreted code in a virtual machine environment
US8255451B2 (en) * 2008-09-17 2012-08-28 Microsoft Corporation Technologies for detecting erroneous resumptions in a continuation based runtime
GB0820427D0 (en) * 2008-11-07 2008-12-17 Inq Entpr Ltd Mobile communication device and method
US8561038B1 (en) * 2009-12-31 2013-10-15 Google Inc. High performance execution environment
US20120131569A1 (en) * 2010-11-19 2012-05-24 Computer Associates Think, Inc. Automated solaris container creation
US20130067474A1 (en) * 2011-09-12 2013-03-14 Microsoft Corporation Language independent application object
US20130091444A1 (en) * 2011-10-11 2013-04-11 Microsoft Corporation Automatic rendering of interactive user interface elements
TWI471802B (en) * 2011-12-06 2015-02-01 Inst Information Industry Conversion methods of applications of mobile devices and mobile devices and systems capable of converting applications of mobile devices
US9553935B2 (en) * 2012-09-29 2017-01-24 Oracle International Corporation Mechanism for configuring service endpoints in native client applications at runtime
CN104423931B (en) * 2013-08-20 2017-12-22 北大方正集团有限公司 The generation method and system of the common source shown for transverse screen and portrait layout
US9886246B2 (en) * 2015-07-13 2018-02-06 International Business Machines Corporation Dynamically building mobile applications
US9672141B1 (en) * 2015-11-25 2017-06-06 International Business Machines Corporation Generic language application programming interface interpreter
US9898354B2 (en) 2016-03-21 2018-02-20 Microsoft Technology Licensing, Llc Operating system layering
US11003465B2 (en) * 2017-02-23 2021-05-11 International Business Machines Corporation Method to create a declarative model that dynamically drives both a UI and the back-end runtime with a one to one correspondence
US10833955B2 (en) * 2018-01-03 2020-11-10 International Business Machines Corporation Dynamic delivery of software functions
US11068242B2 (en) * 2019-12-16 2021-07-20 Naver Corporation Method and system for generating and executing client/server applications
EP4165828A4 (en) * 2020-09-03 2023-11-29 Samsung Electronics Co., Ltd. Methods and wireless communication networks for handling data driven model
US20230066929A1 (en) * 2021-08-31 2023-03-02 Dell Products L.P. Dynamic Workspace Connectivity Management

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001009715A2 (en) * 1999-07-28 2001-02-08 Sun Microsystems, Inc. A single-compiler architecture
WO2002046916A2 (en) * 2000-10-20 2002-06-13 Polexis, Inc. Extensible information system (xis)
US20020129129A1 (en) 2001-02-20 2002-09-12 Jargon Software System and method for deploying and implementing software applications over a distributed network

Family Cites Families (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6477439B1 (en) * 1998-04-03 2002-11-05 Johnson Controls Technology Corporation Method of programming and executing object-oriented state machine logic in a controller
US6332216B1 (en) * 1999-03-09 2001-12-18 Hewlett-Packard Company Hybrid just-in-time compiler that consumes minimal resource
US6571285B1 (en) * 1999-12-23 2003-05-27 Accenture Llp Providing an integrated service assurance environment for a network
US6985901B1 (en) * 1999-12-23 2006-01-10 Accenture Llp Controlling data collection, manipulation and storage on a network with service assurance capabilities
US20020077823A1 (en) * 2000-10-13 2002-06-20 Andrew Fox Software development systems and methods
US7546298B2 (en) * 2001-01-09 2009-06-09 Nextair Corporation Software, devices and methods facilitating execution of server-side applications at mobile devices
WO2002079896A2 (en) * 2001-03-30 2002-10-10 British Telecommunications Public Limited Company Multi-modal interface
US7058890B2 (en) * 2002-02-13 2006-06-06 Siebel Systems, Inc. Method and system for enabling connectivity to a data system
US20040015564A1 (en) * 2002-03-07 2004-01-22 Williams Scott Lane Method of developing a web service and marketing products or services used in developing a web service
WO2003083688A1 (en) * 2002-03-22 2003-10-09 Sun Microsystems, Inc. Mobile download system
US7178149B2 (en) * 2002-04-17 2007-02-13 Axeda Corporation XML scripting of soap commands
US6763226B1 (en) * 2002-07-31 2004-07-13 Computer Science Central, Inc. Multifunctional world wide walkie talkie, a tri-frequency cellular-satellite wireless instant messenger computer and network for establishing global wireless volp quality of service (qos) communications, unified messaging, and video conferencing via the internet
KR20050109919A (en) * 2002-12-10 2005-11-22 텔어바웃 인크 Content creation, distribution, interaction, and monitoring system
US7555538B2 (en) * 2002-12-26 2009-06-30 Research In Motion Limited System and method for building and execution of platform-neutral generic services' client applications
US20040220998A1 (en) * 2002-12-26 2004-11-04 Michael Shenfield System and method of building wireless component applications
US7409674B2 (en) * 2002-12-26 2008-08-05 Research In Motion Limited System and method of creating and communicating with component based wireless applications
US20050108682A1 (en) * 2003-02-26 2005-05-19 Bea Systems, Inc. Systems for type-independent source code editing
US7277496B2 (en) * 2003-06-30 2007-10-02 Intel Corporation Device, system and method for blind format detection
US7293034B2 (en) * 2004-02-23 2007-11-06 Microsoft Coporation Dynamically customizing a user interface for the aggregation of content

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001009715A2 (en) * 1999-07-28 2001-02-08 Sun Microsystems, Inc. A single-compiler architecture
WO2002046916A2 (en) * 2000-10-20 2002-06-13 Polexis, Inc. Extensible information system (xis)
US20020129129A1 (en) 2001-02-20 2002-09-12 Jargon Software System and method for deploying and implementing software applications over a distributed network

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP1723516A4 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101529382B (en) * 2006-09-21 2014-06-18 路透美国公司 Common component framework
US8616978B2 (en) 2009-09-01 2013-12-31 Wms Gaming, Inc Managing wagering game applications and events
US9875604B2 (en) 2009-09-01 2018-01-23 Bally Gaming, Inc. Managing wagering game applications and events
US9257006B2 (en) 2011-04-18 2016-02-09 Bally Gaming, Inc. Dynamic updating of content based on gaming-application context
US9734666B2 (en) 2011-04-18 2017-08-15 Bally Gaming, Inc. Dynamic updating of content based on gaming-application context
US10319185B2 (en) 2011-04-18 2019-06-11 Bally Gaming, Inc. Dynamic updating of content based on gaming-application context

Also Published As

Publication number Publication date
EP1723516A4 (en) 2008-03-19
US20110010613A1 (en) 2011-01-13
CA2557111A1 (en) 2005-09-09
SG150545A1 (en) 2009-03-30
CN100435094C (en) 2008-11-19
US7756905B2 (en) 2010-07-13
US20050192984A1 (en) 2005-09-01
CA2557111C (en) 2012-12-11
CN1922572A (en) 2007-02-28
EP1723516A1 (en) 2006-11-22

Similar Documents

Publication Publication Date Title
CA2557111C (en) System and method for building mixed mode execution environment for component applications
US7698383B2 (en) System and method for building component applications using metadata defined mapping between message and data domains
US7814404B2 (en) System and method for applying workflow of generic services to component based applications for devices
US7509649B2 (en) System and method for conversion of generic services' applications into component based applications for devices
US7836439B2 (en) System and method for extending a component-based application platform with custom services
CA2498540C (en) System and method for building wireless applications with intelligent mapping between user interface and data components
US7493594B2 (en) System and method for designing component based applications
US20050057560A1 (en) System and method for building wireless applications with intelligent mapping between user interface and data components
EP1818820A1 (en) System and method for installing custom services on a component-based application platform
US20050193380A1 (en) System and method for executing wireless applications using common UI components from a UI repository
CN100444108C (en) System and method for executing wireless applications using common UI components from a UI repository
AU2003291905A1 (en) System and method for building and execution of platform-neutral generic services' client applications
CA2498539C (en) A system and method for building component applications using metadata defined mapping between message and data domains
CA2538561C (en) System and method for conversion of web services applications into component based applications for devices
EP1703386B1 (en) System and method for designing component based applications
CN110399040A (en) Multi-modal exchange method, ustomer premises access equipment, server and system
CA2538531C (en) System and method for applying workflow of generic services to component based applications for devices
AU2008202421B2 (en) System and method for building wireless applications with intelligent mapping between user interface and data components

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2005714522

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 4745/DELNP/2006

Country of ref document: IN

WWE Wipo information: entry into national phase

Ref document number: 2557111

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 200580006069.4

Country of ref document: CN

WWP Wipo information: published in national office

Ref document number: 2005714522

Country of ref document: EP