WO2014124127A1 - Methods and systems for inter-application communication - Google Patents

Methods and systems for inter-application communication Download PDF

Info

Publication number
WO2014124127A1
WO2014124127A1 PCT/US2014/015090 US2014015090W WO2014124127A1 WO 2014124127 A1 WO2014124127 A1 WO 2014124127A1 US 2014015090 W US2014015090 W US 2014015090W WO 2014124127 A1 WO2014124127 A1 WO 2014124127A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
application programs
user
posted
application
Prior art date
Application number
PCT/US2014/015090
Other languages
French (fr)
Other versions
WO2014124127A9 (en
Inventor
John GIDMAN
Christopher DIETZ
Original Assignee
Loomis Sales & Company, L.P.
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 Loomis Sales & Company, L.P. filed Critical Loomis Sales & Company, L.P.
Priority to EP22176860.9A priority Critical patent/EP4086769A1/en
Priority to SG11201505962RA priority patent/SG11201505962RA/en
Priority to EP14748848.0A priority patent/EP2954414A4/en
Publication of WO2014124127A1 publication Critical patent/WO2014124127A1/en
Publication of WO2014124127A9 publication Critical patent/WO2014124127A9/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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/543User-generated data transfer, e.g. clipboards, dynamic data exchange [DDE], object linking and embedding [OLE]

Definitions

  • the present application relates generally to methods and systems for communication among application programs running in a computer system.
  • a computer system comprising at least one processor, memory associated with the at least one processor, and a plurality of application programs supported in the memory that can be executed by the at least one processor.
  • Each of the application programs is capable of processing data and displaying data to a user of the computer system.
  • At least one of the application programs is configured to post data on a bulletin board for use by another one of the application programs in response to a user input.
  • At least one other application program is configured to (i) listen for data posted by another application program, (ii) determine if the data posted is semantically relevant, and (iii) when the data is
  • a data processing method in accordance with one or more embodiments comprises the steps of (a) executing a plurality of application programs on a computer system, said application programs displaying data to a user; (b) receiving an input from the user comprising data posted by the user on a bulletin board from one of the application programs; (c) broadcasting the posted data to the plurality of application programs; (d) determining independently through each application program whether the posted data is semantically relevant to that application program; (e) when the data is determined to be semantically relevant to an application program, processing the posted data through the application program and displaying results to the user.
  • FIG. 1 is a schematic illustration of an exemplary inter-application communication system in accordance with one or more embodiments.
  • FIG. 2 is a schematic illustration of an exemplary computer software system used in the inter-application communication system of FIG. 1.
  • FIGS. 3-7 are screenshots illustrating an exemplary inter-application communication process in accordance with one or more embodiments.
  • Various embodiments disclosed herein are directed to methods and systems for enabling application programs executing on a computer system to share data with each other.
  • the inter-application communication methods and systems can be applied to a wide variety of application programs.
  • a computer system user can select a particular data item displayed by one application program and post the data item on a virtual bulletin board.
  • Other application programs running on the computer system listen for posted data items. If an application program determines that a posted data item is relevant to that application program, it automatically imports and processes the data item and any needed other data associated with the data item.
  • a computer system operated by a user is running two applications: a spreadsheet application of accounts and held securities and a price chart application.
  • the user can select a particular data item (e.g., an account or security) displayed by the spreadsheet application, and post the data item on a bulletin board.
  • the price chart application which listens for posted data items, determines whether the data posted is relevant to the price chart application. Relevance is determined based on whether the data is semantically relevant.
  • the chart program is configured to only act on semantic data having a specified description (e.g., an account or security).
  • each posted data item includes one or more type:value pairs (e.g., "Security":"IBM").
  • Each listening application can independently determine if the data item is relevant to it based on the data type and accordingly how best to react.
  • the inter-application communication system enables application developers to create complex software systems from a large number of relatively small and simple individual application programs. Users can select any particular combination of application programs to work together from many different possible combinations. Working with relatively small and simple individual application programs rather than larger and significantly more complex programs allows system developers to greatly increase the speed of software development. Also, support and maintenance costs can be reduced.
  • FIG. 1 is a simplified illustration of an exemplary inter-application communication system 100 in accordance with one or more embodiments.
  • the system 100 includes a computer system 102 operatively coupled to a display 104 and one or more user input devices 106 (e.g., a keyboard or mouse).
  • the computer system 102 includes an operating system 108, on which a plurality of application programs 110, 112, 114, 116 and a bulletin board application program 118 can be executed.
  • the user has selected this combination of four applications 110, 112, 114, 116 from a larger set of available applications.
  • the application programs 110, 112, 114, 116 generate windows or panes 120, 122, 124, 126, respectively, on the computer display 104.
  • the computer system 102 comprises any type of computing device or system capable of running application programs.
  • the computer system 102 includes a user-operated device such as a personal computer (e.g., a desktop, notebook, or tablet computer), a workstation, a smart phone, or a personal digital assistant.
  • the computer system 102 can also comprise one or more remote computers connected to the user- operated device over a communications network (e.g., the Internet, a local area network, a wide area network, a wireless network, a cellular network, or some combination thereof).
  • the application programs can execute entirely on the user-operated device, partly on the user device and partly on the one or more remote computers, or entirely on the one or more remote computers.
  • FIG. 2 is a simplified block diagram illustrating an example of a software architecture in accordance with one or more embodiments.
  • Each of the application programs 110, 112, 114, 116 can communicate with each other through the bulletin board application program 118. Specifically, when a user posts a data item on the bulletin board from one application, the bulletin board application 118 receives the data item and broadcasts it to all the other applications running on the computer system 102. The other applications listen for posted data items. If they determine that the posted data item is relevant, they automatically import and process the data item (and any needed related data associated with the data item), and display the results to the user.
  • FIGS. 3-7 are screenshots illustrating exemplary use of the inter-application communication system for processing and displaying financial data.
  • the user is running four application programs on a computer system: an "Accounts" application (shown in window 120 in FIG. 3), a "Security Detail” application (shown in window 122 in FIG. 4), a Search application (shown in window 124 in FIG. 5), and a "Performance Chart” application (shown in window 126 in FIG. 6).
  • the Accounts application (FIG. 3) lists various client accounts managed by the user or an organization. (Certain text in the screenshots is intentionally blurred.)
  • the Security Detail application (FIG. 4) can display detailed information on particular financial securities held by a given client account.
  • the Search application (FIG. 5) can be used to conduct a database search for additional information related to the data item.
  • the Performance Chart application (FIG. 6) can generate and display a performance chart from client account data.
  • the Security Detail, Search, and Performance Chart windows are blank because no data has yet been entered.
  • the user first joins the four application programs before they can communicate with each other through the bulletin board.
  • the applications can be joined by executing them in a single window 128 as shown in FIG. 7.
  • a user can join two applications by simply dragging one application window onto another application window. As shown in FIG. 7, all four applications have been joined in window 128, enabling them to communicate with one another.
  • the user selects a data item from the data displayed in the Accounts section of the window 128.
  • the user has selected a particular client account shown highlighted at 132 and posted the selected data in bulletin board 134.
  • the Security Detail application, the Search application, and the Performance Chart application analyze the posted data item, determine that it is relevant, and accordingly import the data item (and any needed related data) and process and display the results as shown in FIG. 7.
  • the Search application retrieves additional account information related to the particular client account posted in the bulletin board and displays that information in area 136 of the window 128.
  • the Securities Detail application retrieves information on each of the securities held in the posted client account and displays that information in area 138 of the window 128.
  • the Performance Chart application generates a chart indicating performance of the posted client account and displays the results in area 140 of window 128.
  • the step of joining applications together before they can communicate with each other is optional.
  • any application that is active on the computer system can communicate with other active applications without being joined.
  • the inter-application communication system thereby enables users to very quickly and easily process information using a variety of combinations of different individual applications.
  • the processes are preferably implemented in one or more computer programs executing on a programmable computer including a processor, a storage medium readable by the processor (including, e.g., volatile and non-volatile memory and/or storage elements), and input and output devices.
  • Each computer program can be a set of instructions (program code) in a code module resident in the random access memory of the computer.
  • the set of instructions may be stored in another computer memory (e.g., in a hard disk drive, or in a removable memory such as an optical disk, external hard drive, memory card, or flash drive) or stored on another computer system and downloaded via the Internet or other network.
  • the computer system may comprise one or more physical machines, or virtual machines running on one or more physical machines.
  • the computer system may comprise a cluster of computers or numerous distributed computers that are connected by the Internet or another network.

Abstract

Methods and systems are provided for inter-application communication using messages posted on a bulletin board.

Description

METHODS AND SYSTEMS FOR INTER-APPLICATION COMMUNICATION
Cross Reference to Related Application
[0001] This application claims priority from U.S. Provisional Application No.
61/761,997 filed on February 7, 2013 entitled METHODS AND SYSTEMS FOR INTER- APPLICATION COMMUNICATION, and from U.S. Application No. 13/833,493 filed on March 15, 2013 entitled METHODS AND SYSTEMS FOR INTER-APPLICATION COMMUNICATION which are hereby incorporated by reference.
Background
[0002] The present application relates generally to methods and systems for communication among application programs running in a computer system.
Brief Summary of the Disclosure
[0003] In accordance with one or more embodiments a computer system is provided comprising at least one processor, memory associated with the at least one processor, and a plurality of application programs supported in the memory that can be executed by the at least one processor. Each of the application programs is capable of processing data and displaying data to a user of the computer system. At least one of the application programs is configured to post data on a bulletin board for use by another one of the application programs in response to a user input. At least one other application program is configured to (i) listen for data posted by another application program, (ii) determine if the data posted is semantically relevant, and (iii) when the data is
determined to be semantically relevant to process the data and display results to the user.
[0004] A data processing method in accordance with one or more embodiments comprises the steps of (a) executing a plurality of application programs on a computer system, said application programs displaying data to a user; (b) receiving an input from the user comprising data posted by the user on a bulletin board from one of the application programs; (c) broadcasting the posted data to the plurality of application programs; (d) determining independently through each application program whether the posted data is semantically relevant to that application program; (e) when the data is determined to be semantically relevant to an application program, processing the posted data through the application program and displaying results to the user.
Brief Description of the Drawings
[0005] FIG. 1 is a schematic illustration of an exemplary inter-application communication system in accordance with one or more embodiments.
[0006] FIG. 2 is a schematic illustration of an exemplary computer software system used in the inter-application communication system of FIG. 1.
[0007] FIGS. 3-7 are screenshots illustrating an exemplary inter-application communication process in accordance with one or more embodiments.
Detailed Description
[0008] Various embodiments disclosed herein are directed to methods and systems for enabling application programs executing on a computer system to share data with each other. The inter-application communication methods and systems can be applied to a wide variety of application programs. A computer system user can select a particular data item displayed by one application program and post the data item on a virtual bulletin board. Other application programs running on the computer system listen for posted data items. If an application program determines that a posted data item is relevant to that application program, it automatically imports and processes the data item and any needed other data associated with the data item.
[0009] The following is a simple example illustrating an inter-application communication process in accordance with one or more embodiments. A computer system operated by a user is running two applications: a spreadsheet application of accounts and held securities and a price chart application. The user can select a particular data item (e.g., an account or security) displayed by the spreadsheet application, and post the data item on a bulletin board. The price chart application, which listens for posted data items, determines whether the data posted is relevant to the price chart application. Relevance is determined based on whether the data is semantically relevant. For example, the chart program is configured to only act on semantic data having a specified description (e.g., an account or security). If the data is determined to be relevant, the chart application processes the data, e.g., by generating a chart from the data, which is then displayed to the user. In one exemplary implementation, each posted data item includes one or more type:value pairs (e.g., "Security":"IBM"). Each listening application can independently determine if the data item is relevant to it based on the data type and accordingly how best to react.
[0010] The inter-application communication system enables application developers to create complex software systems from a large number of relatively small and simple individual application programs. Users can select any particular combination of application programs to work together from many different possible combinations. Working with relatively small and simple individual application programs rather than larger and significantly more complex programs allows system developers to greatly increase the speed of software development. Also, support and maintenance costs can be reduced.
[0011] FIG. 1 is a simplified illustration of an exemplary inter-application communication system 100 in accordance with one or more embodiments. The system 100 includes a computer system 102 operatively coupled to a display 104 and one or more user input devices 106 (e.g., a keyboard or mouse). The computer system 102 includes an operating system 108, on which a plurality of application programs 110, 112, 114, 116 and a bulletin board application program 118 can be executed. In this example, the user has selected this combination of four applications 110, 112, 114, 116 from a larger set of available applications. The application programs 110, 112, 114, 116 generate windows or panes 120, 122, 124, 126, respectively, on the computer display 104.
[0012] The computer system 102 comprises any type of computing device or system capable of running application programs. The computer system 102 includes a user-operated device such as a personal computer (e.g., a desktop, notebook, or tablet computer), a workstation, a smart phone, or a personal digital assistant. The computer system 102 can also comprise one or more remote computers connected to the user- operated device over a communications network (e.g., the Internet, a local area network, a wide area network, a wireless network, a cellular network, or some combination thereof). The application programs can execute entirely on the user-operated device, partly on the user device and partly on the one or more remote computers, or entirely on the one or more remote computers.
[0013] FIG. 2 is a simplified block diagram illustrating an example of a software architecture in accordance with one or more embodiments. Each of the application programs 110, 112, 114, 116 can communicate with each other through the bulletin board application program 118. Specifically, when a user posts a data item on the bulletin board from one application, the bulletin board application 118 receives the data item and broadcasts it to all the other applications running on the computer system 102. The other applications listen for posted data items. If they determine that the posted data item is relevant, they automatically import and process the data item (and any needed related data associated with the data item), and display the results to the user.
[0014] FIGS. 3-7 are screenshots illustrating exemplary use of the inter-application communication system for processing and displaying financial data. In this example, the user is running four application programs on a computer system: an "Accounts" application (shown in window 120 in FIG. 3), a "Security Detail" application (shown in window 122 in FIG. 4), a Search application (shown in window 124 in FIG. 5), and a "Performance Chart" application (shown in window 126 in FIG. 6).
[0015] The Accounts application (FIG. 3) lists various client accounts managed by the user or an organization. (Certain text in the screenshots is intentionally blurred.) The Security Detail application (FIG. 4) can display detailed information on particular financial securities held by a given client account. The Search application (FIG. 5) can be used to conduct a database search for additional information related to the data item. The Performance Chart application (FIG. 6) can generate and display a performance chart from client account data. The Security Detail, Search, and Performance Chart windows are blank because no data has yet been entered. [0016] In accordance with one or more embodiments, the user first joins the four application programs before they can communicate with each other through the bulletin board. The applications can be joined by executing them in a single window 128 as shown in FIG. 7. In one or more embodiments, a user can join two applications by simply dragging one application window onto another application window. As shown in FIG. 7, all four applications have been joined in window 128, enabling them to communicate with one another.
[0017] The user then selects a data item from the data displayed in the Accounts section of the window 128. In this example, the user has selected a particular client account shown highlighted at 132 and posted the selected data in bulletin board 134. The Security Detail application, the Search application, and the Performance Chart application analyze the posted data item, determine that it is relevant, and accordingly import the data item (and any needed related data) and process and display the results as shown in FIG. 7. Specifically, the Search application retrieves additional account information related to the particular client account posted in the bulletin board and displays that information in area 136 of the window 128. The Securities Detail application retrieves information on each of the securities held in the posted client account and displays that information in area 138 of the window 128. In addition, the Performance Chart application generates a chart indicating performance of the posted client account and displays the results in area 140 of window 128.
[0018] Not all applications running in the computer system need to have the ability to both post data and listen for posted data. Some applications may have the ability to only post data. Some may only be able to listen for posted data, and some may be able to do neither.
[0019] The step of joining applications together before they can communicate with each other is optional. In some embodiments, any application that is active on the computer system can communicate with other active applications without being joined. [0020] The inter-application communication system thereby enables users to very quickly and easily process information using a variety of combinations of different individual applications.
[0021] The processes of the inter-application communication system 100 described above may be implemented in software, hardware, firmware, or any
combination thereof. The processes are preferably implemented in one or more computer programs executing on a programmable computer including a processor, a storage medium readable by the processor (including, e.g., volatile and non-volatile memory and/or storage elements), and input and output devices. Each computer program can be a set of instructions (program code) in a code module resident in the random access memory of the computer. Until required by the computer, the set of instructions may be stored in another computer memory (e.g., in a hard disk drive, or in a removable memory such as an optical disk, external hard drive, memory card, or flash drive) or stored on another computer system and downloaded via the Internet or other network.
[0022] Having thus described several illustrative embodiments, it is to be appreciated that various alterations, modifications, and improvements will readily occur to those skilled in the art. Such alterations, modifications, and improvements are intended to form a part of this disclosure, and are intended to be within the spirit and scope of this disclosure. While some examples presented herein involve specific combinations of functions or structural elements, it should be understood that those functions and elements may be combined in other ways according to the present disclosure to accomplish the same or different objectives. In particular, acts, elements, and features discussed in connection with one embodiment are not intended to be excluded from similar or other roles in other embodiments.
[0023] Additionally, elements and components described herein may be further divided into additional components or joined together to form fewer components for performing the same functions. For example, the computer system may comprise one or more physical machines, or virtual machines running on one or more physical machines. In addition, the computer system may comprise a cluster of computers or numerous distributed computers that are connected by the Internet or another network.
[0024] Accordingly, the foregoing description and attached drawings are by way of example only, and are not intended to be limiting.
[0025] What is claimed is:

Claims

[0026] Claims
1. A computer system, comprising: at least one processor; memory associated with the at least one processor; and a plurality of application programs supported in the memory that can be executed by the at least one processor, each of the application programs capable of processing data and displaying data to a user of the computer system, at least one of said application programs being configured to post data on a bulletin board for use by another one of said application programs in response to a user input, and wherein said another one of said application programs is configured to (i) listen for data posted by another application program, (ii) determine if the data posted is semantically relevant, and (iii) when the data is determined to be semantically relevant to process the data and display results to the user.
2. The system of claim 1, wherein one of said plurality of application programs includes a bulletin board program providing the bulletin board on which data is posted.
3. The system of claim 1, wherein the posted data includes one or more type:value pairs, and an application program listening for the data determines whether the data is semantically relevant based on the type specified.
4. The system of claim 1, wherein the plurality of application programs are selected from a larger group of available application programs.
5. The system of claim 1, wherein the application programs are configured such that windows generated by the application programs can be joined by the user to enable the application programs to communicate with each other through the bulletin board.
6. The system of claim 1, wherein the computer system comprises a user- operated device and one or more remote computers connected to the user-operated device over a communications network, and wherein the application programs execute entirely on the user-operated device, partly on the user-operated device and partly on the one or more remote computers, or entirely on the one or more remote computers.
7. The system of claim 1, wherein the data comprises financial data.
8. The system of claim 1, wherein a plurality of said application programs are configured to post data on a bulletin board for use by a plurality of other application programs in response to a user input, and wherein a plurality of application programs are configured to (i) listen for data posted by another application program, (ii) determine if the data posted is semantically relevant, and (iii) when the data is determined to be semantically relevant to process the data and display results to the user.
9. A data processing method, comprising the steps of:
(a) executing a plurality of application programs on a computer system, said application programs displaying data to a user;
(b) receiving an input from the user comprising data posted by the user on a bulletin board from one of the application programs;
(c) broadcasting the posted data to the plurality of application programs;
(d) determining independently through each application program whether the posted data is semantically relevant to that application program;
(e) when the data is determined to be semantically relevant to an application program, processing the posted data through the application program and displaying results to the user.
10. The method of claim 9, wherein broadcasting the posted data comprises posting the data on a bulletin board.
11. The method of claim 9, wherein the posted data includes one or more type:value pairs, and data is determined to be semantically relevant based on the type specified.
12. The method of claim 9, further comprising providing a larger set of application programs from which the plurality of application programs are selected.
13. The method of claim 9, further comprising displaying to the user a window for each of the plurality of application programs, and receiving from the user and input to join application programs to enable the application programs to communicate with each other.
14. The method of claim 9, wherein the computer system comprises a user- operated device and one or more remote computers connected to the user-operated device over a communications network, and wherein the application programs execute entirely on the user-operated device, partly on the user-operated device and partly on the one or more remote computers, or entirely on the one or more remote computers.
15. The method of claim 9, wherein the data comprises financial data.
16. A computer program product residing on a non-transitory computer readable medium having a plurality of instructions stored thereon which, when executed by a computer processor, cause that computer processor to:
(a) execute a plurality of application programs on a computer system, said application programs displaying data to a user;
(b) receive an input from the user comprising data posted by the user on a bulletin board from one of the application programs;
(c) broadcast the posted data to the plurality of application programs;
(d) determine independently through each application program whether the posted data is semantically relevant to that application program; (e) when the data is determined to be semantically relevant to an application program, process the posted data through the application program and display results to the user.
17. The computer program product of claim 16, wherein (c) comprises post the data on a bulletin board.
18. The computer program product of claim 16, wherein the posted data includes one or more type:value pairs, and data is determined to be semantically relevant based on the type specified.
19. The computer program product of claim 16, wherein the instructions further cause the processor to display to the user a window for each of the plurality of application programs, and receive from the user and input to join application programs to enable the application programs to communicate with each other.
20. The computer program product of claim 16, wherein the data comprises financial data.
PCT/US2014/015090 2013-02-07 2014-02-06 Methods and systems for inter-application communication WO2014124127A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP22176860.9A EP4086769A1 (en) 2013-02-07 2014-02-06 Methods and systems for inter-application communication
SG11201505962RA SG11201505962RA (en) 2013-02-07 2014-02-06 Methods and systems for inter-application communication
EP14748848.0A EP2954414A4 (en) 2013-02-07 2014-02-06 Methods and systems for inter-application communication

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201361761997P 2013-02-07 2013-02-07
US61/761,997 2013-02-07
US13/833,493 US9135095B2 (en) 2013-02-07 2013-03-15 Methods and systems for inter-application communication
US13/833,493 2013-03-15

Publications (2)

Publication Number Publication Date
WO2014124127A1 true WO2014124127A1 (en) 2014-08-14
WO2014124127A9 WO2014124127A9 (en) 2014-10-23

Family

ID=51260458

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2014/015090 WO2014124127A1 (en) 2013-02-07 2014-02-06 Methods and systems for inter-application communication

Country Status (4)

Country Link
US (1) US9135095B2 (en)
EP (2) EP4086769A1 (en)
SG (1) SG11201505962RA (en)
WO (1) WO2014124127A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10075583B2 (en) 2016-04-13 2018-09-11 Microsoft Technology Licensing, Llc Suppressing indications of incoming communications in user interfaces
US10915948B1 (en) 2017-04-28 2021-02-09 Wells Fargo Bank, N.A. Default sharing between frequently used line of business products
US10839166B1 (en) * 2019-07-03 2020-11-17 Loomis Sayles & Company, L.P. Methods and systems for inter-application communication

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080077936A1 (en) * 2006-09-22 2008-03-27 Amit Goel Method and apparatus for automatically launching an application from a browser
US20110088046A1 (en) * 2009-10-14 2011-04-14 Sap Ag System landscape aware inter-application communication infrastructure
US20110238555A1 (en) * 2004-07-12 2011-09-29 Rosenthal Collins Group, Llc Method and system for electronic trading from smart phones and tablet computers
US20120095956A1 (en) * 2010-10-15 2012-04-19 Business Objects Software Limited Process driven business intelligence
US20120209839A1 (en) * 2011-02-15 2012-08-16 Microsoft Corporation Providing applications with personalized and contextually relevant content

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2386531B (en) * 2000-11-29 2005-07-06 Unilogic Inc Method of facilitating operations on data
US20050050021A1 (en) * 2003-08-25 2005-03-03 Sybase, Inc. Information Messaging and Collaboration System
US8566732B2 (en) * 2004-06-25 2013-10-22 Apple Inc. Synchronization of widgets and dashboards
US8495157B2 (en) * 2007-03-07 2013-07-23 International Business Machines Corporation Method and apparatus for distributed policy-based management and computed relevance messaging with remote attributes
US8458596B1 (en) * 2009-04-21 2013-06-04 Jackbe Corporation Method and apparatus for a mashup dashboard
BR112012016222A2 (en) * 2009-12-30 2016-05-17 Telefonica Sa method for automatically establishing a relationship between semantic data and the execution of a widget

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110238555A1 (en) * 2004-07-12 2011-09-29 Rosenthal Collins Group, Llc Method and system for electronic trading from smart phones and tablet computers
US20080077936A1 (en) * 2006-09-22 2008-03-27 Amit Goel Method and apparatus for automatically launching an application from a browser
US20110088046A1 (en) * 2009-10-14 2011-04-14 Sap Ag System landscape aware inter-application communication infrastructure
US20120095956A1 (en) * 2010-10-15 2012-04-19 Business Objects Software Limited Process driven business intelligence
US20120209839A1 (en) * 2011-02-15 2012-08-16 Microsoft Corporation Providing applications with personalized and contextually relevant content

Non-Patent Citations (1)

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

Also Published As

Publication number Publication date
WO2014124127A9 (en) 2014-10-23
EP4086769A1 (en) 2022-11-09
EP2954414A4 (en) 2016-09-21
US9135095B2 (en) 2015-09-15
EP2954414A1 (en) 2015-12-16
SG11201505962RA (en) 2015-08-28
US20140223449A1 (en) 2014-08-07

Similar Documents

Publication Publication Date Title
EP3089055B1 (en) Method and device for displaying information flows in social network, and server
US10621281B2 (en) Populating values in a spreadsheet using semantic cues
US10599314B2 (en) Identifying and surfacing relevant report artifacts in documents
EP3143569A1 (en) Active summaries in user interfaces to collaboration services
US20150242474A1 (en) Inline and context aware query box
CN110619002A (en) Data processing method, device and storage medium
US9135095B2 (en) Methods and systems for inter-application communication
CN111611514A (en) Page display method and device based on user login information and electronic equipment
AU2015289886B2 (en) Entity recognition for enhanced document productivity
US20140344801A1 (en) Integrating a web application into an operating system
CN110888583B (en) Page display method, system and device and electronic equipment
US10936683B2 (en) Content generation and targeting
CN102955814A (en) Computer device for reading electronic book and server connected with same
US20160086195A1 (en) Determine a company rank utilizing on-line social network data
US10839166B1 (en) Methods and systems for inter-application communication
CN110769036A (en) MGM pushing method and device and electronic equipment
US10270730B1 (en) Determining a dynamic data feed
EP3077925B1 (en) Enhanced service environments with user-specific working sets
CN105138143A (en) Method and device for obtaining term database
CN116225437A (en) Page generation method and device, electronic equipment and storage medium
CN113360813A (en) Data interaction method, device, equipment and storage medium of nuclear power design and production management platform
CN115357611A (en) Data processing method and device, electronic equipment and storage medium
US20160292169A1 (en) Bounding or limiting data sets for efficient searching by leveraging location data
US20150234583A1 (en) System and method for direct communication between a publisher and users
WO2016176161A1 (en) Providing pipeline for unified service and client interface

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14748848

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2014748848

Country of ref document: EP