US20180075093A1 - Sharing document links from multiple data providers - Google Patents
Sharing document links from multiple data providers Download PDFInfo
- Publication number
- US20180075093A1 US20180075093A1 US15/708,789 US201715708789A US2018075093A1 US 20180075093 A1 US20180075093 A1 US 20180075093A1 US 201715708789 A US201715708789 A US 201715708789A US 2018075093 A1 US2018075093 A1 US 2018075093A1
- Authority
- US
- United States
- Prior art keywords
- data
- message
- provider
- message data
- client device
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/565—Conversion or adaptation of application format or content
-
- G06F17/30424—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/104—Peer-to-peer [P2P] networks
- H04L67/1087—Peer-to-peer [P2P] networks using cross-functional networking aspects
- H04L67/1091—Interfacing with client-server systems or between P2P systems
-
- H04L67/2823—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/07—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
- H04L51/08—Annexed information, e.g. attachments
-
- H04L67/16—
-
- H04L67/2842—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/51—Discovery or management thereof, e.g. service location protocol [SLP] or web services
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/568—Storing data temporarily at an intermediate stage, e.g. caching
Definitions
- Some such messaging systems include, for instance, electronic mail (e-mail) systems, instant messaging systems, communication systems within social networking systems, among others.
- e-mail electronic mail
- instant messaging systems communication systems within social networking systems, among others.
- attachments In such messaging systems, it is common for users to send attachments (or links to attachments) to one another.
- users can make attachments or objects available to one another in various groups.
- the attachments are often provided as a link to an object, such as a document, a picture, a directory, a folder, etc.
- the objects are stored at a given location. Because a wide variety of different users tend to send one another a wide variety of different types of attachments, the attachments can be located in a wide variety of different locations, and they can be provided by a variety of different data providers.
- a document sharing system includes a plurality of different data provider implementations.
- the document sharing system exposes a common application programming interface to a plurality of different clients and receives data requests identifying a given data provider, from the clients.
- the document sharing system uses the data provider implementation for the data provider identified in the request, in order to obtain the requested data, and place it in a common data structure that is returned to the client.
- FIG. 1 is a block diagram of one illustrative document sharing architecture.
- FIG. 2 is a flow diagram illustrating one embodiment of the operation of the document sharing architecture shown in FIG. 1 .
- FIG. 3A is a diagram of one illustrative attachment data provider base class.
- FIG. 3B is a diagram of one illustrative implementation of the base class shown in FIG. 3A , for a given data provider.
- FIG. 4 is a block diagram of the architecture shown in FIG. 1 , deployed in a cloud computing architecture.
- FIGS. 5-9 show various embodiments of mobile devices.
- FIG. 10 is a block diagram of one illustrative computing environment.
- FIG. 1 is a block diagram of one illustrative document sharing architecture 100 .
- Architecture 100 illustratively includes a messaging server (such as an electronic mail server) 102 that interacts with a plurality of different data providers 104 - 106 .
- data providers 104 - 106 can be cloud-based data providers or other hosted data providers, or they can be local to mail server 102 .
- a number of these different architectures are described below with respect to FIG. 4 .
- mail server 102 illustratively receives data requests from a user 108 through a client device 110 , for information stored on one of data providers 104 - 106 .
- Mail server 102 accesses the appropriate data provider and provides the requested data back to client device 110 for display to user 108 .
- mail server 102 includes processor 112 , data store 113 (with cache 115 ) and document sharing system 114 .
- Document sharing system 114 illustratively includes data parsing component 116 , common data model component 118 , data provider identification component 120 , client communication component 122 and a plurality of data provider implementations 124 - 126 .
- Each data provider implementation 124 - 126 (which can be written by a third party to implement a defined interface) exposes a corresponding application programming interface 128 - 130 , respectively.
- the data providers 104 - 106 illustratively include corresponding data stores 132 and 134 , respectively.
- the information stored in data stores 132 and 134 is illustratively served by a server or other processor in data providers 104 - 106 , respectively.
- Data providers 104 - 106 illustratively communicate with document sharing system 114 and mail server 102 over their corresponding application programming interfaces 128 - 130 exposed by their corresponding implementations 124 - 126 , respectively.
- Client communication component 122 in mail server 102 illustratively exposes a client application programming interface (API) 136 .
- Client 110 communicates with mail server 102 over client API 136 .
- API application programming interface
- client device 110 illustratively includes processor 138 , data store 140 and one or more client applications 142 .
- Client applications 142 illustratively include a communication application (such as an e-mail application) that generates user interface displays 144 with user input mechanisms that allow user 108 to interact with mail server 102 , such as to send and receive messages that can include attachments.
- a communication application such as an e-mail application
- mail server 102 Before describing the operation of mail server 102 (and specifically document sharing system 114 ) in more detail, a brief overview will be provided to enhance understanding. It is first assumed that user 108 logs into the e-mail system implemented by mail server 102 , and requests data from one of the data providers 104 - 106 (such as attaching an attachment to a message or retrieving an attachment from a message). This request is sent using the common application programming interface 136 exposed by client communication component 102 , which handles client communication with client devices (such as device 110 ).
- the request for data illustratively identifies a specific data provider so that document sharing system 114 illustratively uses the proper data provider implementation 124 - 126 to communicate with the identified data provider over the corresponding application programming interface 128 - 130 .
- the requested data is received from the corresponding data provider and parsed by parsing component 116 into a common data structure represented by common data model component 118 .
- the common data structure presents data from a plurality of different data providers 104 - 106 according to a common structure (that is the same, regardless of the data provider) that can be viewed by user 108 using client device 110 .
- FIG. 2 is a flow diagram illustrating one embodiment of the operation of architecture 100 in more detail.
- FIGS. 1 and 2 will now be described in conjunction with one another.
- common data model component 118 obtains data that is parsed by data parsing component 116 , from the various data providers, and represents it to user 108 (through client device 110 ) in a common way, regardless of the specific data provider that provides the data.
- user 108 interacts with user interface displays 144 to request access to data from a specific data provider.
- Client communication component 122 receives this request via API 136 from client device 110 .
- Receiving the client request for data is indicated by block 150 in the flow diagram of FIG. 2 .
- Receiving it over the client API is indicated by block 152 .
- the request can include authentication information 154 , such as log-in information that allows client 108 to log into e-mail server 102 . It also illustratively includes a data provider identifier 156 . This uniquely identifies the specific data provider 104 - 106 from which the data is being requested.
- the data request also illustratively includes an identity of the requested data 158 . Of course, the request can include other information 160 as well.
- the data request provided using API 136 is then passed to data provider identification component 120 which identifies the particular data provider 104 - 106 from which the data is being requested. Identifying the data provider in the request is indicated by block 162 in FIG. 2 .
- Document sharing system 114 then uses the particular data provider implementation 124 - 126 to interact with the identified data provider 104 - 106 .
- the data request passed in using API 136 by client device 110 has identified data provider 104 as the particular data provider from which data is being requested.
- the data request can be a wide variety of different types of requests, such as to obtain file/folder information, to download or upload files, or to update file permissions.
- the data provider implementation 124 exposes a provider-specific API 128 which can be used to make calls to data provider 104 and to receive information from data provider 104 .
- data provider implementation 124 thus makes the web service calls over API 128 to data provider 104 in order to retrieve the folder and file metadata that makes up the document library in data store 132 .
- Accessing the data provider implementation for the identified data provider and making the service calls using that implementation are indicated by blocks 164 and 166 in the flow diagram of FIG. 2 , respectively.
- the service calls illustratively identify the particular user, as indicated by block 168 , and identify the requested data as indicated by block 170 .
- the service calls can include other information 172 as well.
- data provider implementation 124 receives the requested information over API 128 from data provider 104 . This is indicated by block 174 .
- the data can be received from the different data providers in a wide variety of different ways. For instance, some data providers provide the data as a serialization 176 . It can be received in other ways as well, such as in XML 178 , or in other ways that are specific to the given data provider from which the information is received. This is indicated by block 180 .
- the received data is then provided to data parsing component 116 where it is parsed. This is indicated by block 182 .
- data parsing component 116 can apply various parsing rules, based upon the particular data provider providing the data, and based upon the particular provider-specific way that the data is provided.
- the items in the serialization may be in different order. They may also be named using different naming conventions. Therefore, the requested data is parsed into the desired parts (that will eventually be presented to the user) by data parsing component 116 .
- Parsing the order of serialization is indicated by block 184 in the flow diagram of FIG. 2 . Parsing the actual items in the serialization is indicated by block 186 . Parsing according to naming convention is indicated by block 188 . These are all exemplary only. Also, in one embodiment, some provider-specific functionality can be retained. For instance, if a given provider provides functions or provider-specific features, parsing component 116 can retain enough information to retain those functions or features when the data is provided to the user. This is indicated by block 189 in FIG. 2 . The parsing can take a wide variety of other forms as well, and this is indicated by block 190 .
- the parsed data is then provided to common data model component 118 .
- Component 118 illustratively places the parsed data into a common data structure and can store it in cache 115 .
- This is indicated by block 192 of the flow diagram of FIG. 2 .
- the common data structure can take a wide variety of different forms. However, in one embodiment, the common data structure presents data according to a common structure so that it can be viewed in the same way, by user 108 , regardless of the particular data provider that provided the data. Thus, user 108 need not become familiar with a wide variety of different data presentation structures that are used to view data in the different data providers. Instead, common data model component 118 places the data into a common data structure that is then provided to client 110 . Sending the common data structure to client 110 is indicated by block 194 in FIG. 2 .
- the data can be sent in a variety of different ways, and it can be subjected to various optimizations.
- the client communication component 122 can illustratively download more than the requested data and store it in cache 115 . Component 122 can then send only part of the data, and then send additional parts based on client interactions.
- client communication component 122 may be that client communication component 122 only sends the file folder tree that was obtained from data provider 104 . As the user navigates the file folder tree, additional information will be sent from cache 115 based on the user's navigation inputs.
- client communication component 122 can begin to send that file information, even before the user has requested that it be downloaded.
- client communication component 122 can provide the data over API 136 to client device 110 , without optimizing. Providing only part of the data is indicated by block 196 and responding to client requests from cache 115 is indicated by block 198 . Providing the data in other ways is indicated by block 200 in the flow diagram of FIG. 2 .
- FIG. 3A shows one embodiment of an entity diagram that represents an AttachmentDataProvider base class that can be implemented in document sharing system 114 .
- the AttachmentDataProvider has an identifier (or ID) which is passed in by the client to identify the particular data provider from which data is being sought. It also includes a display name which is the actual name of the data provider that is displayed in the common data structure to user 108 .
- the GetItems base method is used by client device 110 to make a call with a data identifier (e.g., an attachment identifier) that identifies the specific content in the identified data provider that is requested (e.g., a given file in a given folder, etc.).
- a data identifier e.g., an attachment identifier
- FIG. 3B is a diagram of a type of the AttachmentDataProvider shown in FIG. 3A , but which provides a specific implementation for a specific data provider.
- the implementation is for the ACME data provider, although this is exemplary only.
- the end point URL indicates the base web address of the provider.
- the client context is created from this.
- the CreateAndConfigureClientContext identifies the particular user that the data sharing system is working on behalf of. This information allows the data provider to determine whether the specific user (or client) has access to the requested data.
- the client context can thus be passed to the data provider with all calls for data.
- AttachmentDataProvider base class shown in FIG. 3A and the specific data provider implementation shown in FIG. 3B are exemplary only. A wide variety of different base classes and specific implementations can be used.
- the type can be extended with specific implementations for different data stores.
- the extended class implements the necessary authentication and APIs to complete the processes with a specific location (e.g., with a specific data provider).
- client 110 makes a request to obtain data or to permission a file, it makes the same web service calls over API 136 to mail server 102 , providing the attachment data provider ID.
- Server 102 uses the extended implementation ( 124 - 126 ) for that provider to complete the requests and return data back to client 110 .
- new data providers can be added by implementing a set of APIs on mail server 102 that can connect to the new data store (or data provider). Substantially the only change needed on the client, when a new data provider is added, is for the client to recognize the new data provider ID. Other than that, the client 110 stays substantially unchanged, even as new data providers are added. That is, even when new data stores are connected to mail store 102 , client 110 makes substantially the same calls to mail server 102 in order to access information. The only new item for client 110 to access data on the new data provider is for client 110 to pass in the ID of the new data provider.
- processors and servers include computer processors with associated memory and timing circuitry, not separately shown. They are functional parts of the systems or devices to which they belong and are activated by, and facilitate the functionality of the other components or items in those systems.
- the user actuatable input mechanisms can be text boxes, check boxes, icons, links, drop-down menus, search boxes, etc. They can also be actuated in a wide variety of different ways. For instance, they can be actuated using a point and click device (such as a track ball or mouse). They can be actuated using hardware buttons, switches, a joystick or keyboard, thumb switches or thumb pads, etc. They can also be actuated using a virtual keyboard or other virtual actuators. In addition, where the screen on which they are displayed is a touch sensitive screen, they can be actuated using touch gestures. Also, where the device that displays them has speech recognition components, they can be actuated using speech commands.
- a number of data stores have also been discussed. It will be noted they can each be broken into multiple data stores. All can be local to the systems accessing them, all can be remote, or some can be local while others are remote. All of these configurations are contemplated herein.
- the figures show a number of blocks with functionality ascribed to each block. It will be noted that fewer blocks can be used so the functionality is performed by fewer components. Also, more blocks can be used with the functionality distributed among more components.
- FIG. 4 is a block diagram of architecture 100 , shown in FIG. 1 , except that its elements are disposed in a cloud computing architecture 500 .
- Cloud computing provides computation, software, data access, and storage services that do not require end-user knowledge of the physical location or configuration of the system that delivers the services.
- cloud computing delivers the services over a wide area network, such as the internet, using appropriate protocols.
- cloud computing providers deliver applications over a wide area network and they can be accessed through a web browser or any other computing component.
- Software or components of architecture 100 as well as the corresponding data can be stored on servers at a remote location.
- the computing resources in a cloud computing environment can be consolidated at a remote data center location or they can be dispersed.
- Cloud computing infrastructures can deliver services through shared data centers, even though they appear as a single point of access for the user.
- the components and functions described herein can be provided from a service provider at a remote location using a cloud computing architecture.
- they can be provided from a conventional server, or they can be installed on client devices directly, or in other ways.
- Cloud computing both public and private provides substantially seamless pooling of resources, as well as a reduced need to manage and configure underlying hardware infrastructure.
- a public cloud is managed by a vendor and typically supports multiple consumers using the same infrastructure. Also, a public cloud, as opposed to a private cloud, can free up the end users from managing the hardware.
- a private cloud may be managed by the organization itself and the infrastructure is typically not shared with other organizations. The organization still maintains the hardware to some extent, such as installations and repairs, etc.
- FIG. 4 specifically shows that mail server 102 and data providers 104 - 106 are located in cloud 502 (which can be public, private, or a combination where portions are public while others are private). Therefore, user 108 uses a client device 110 to access those systems through cloud 502 .
- cloud 502 which can be public, private, or a combination where portions are public while others are private. Therefore, user 108 uses a client device 110 to access those systems through cloud 502 .
- FIG. 4 also depicts another embodiment of a cloud architecture.
- FIG. 4 shows that it is also contemplated that some elements of architecture 100 are disposed in cloud 502 while others are not.
- data providers 104 - 106 can be disposed outside of cloud 502 , and accessed through cloud 502 (in FIG. 4 , data provider 104 is shown outside cloud 502 , in one embodiment).
- mail server 102 can also be outside of cloud 502 (and may be local to client device 110 , or located elsewhere).
- devices 110 can be accessed directly by device 110 , through a network (either a wide area network or a local area network), they can be hosted at a remote site by a service, or they can be provided as a service through a cloud or accessed by a connection service that resides in the cloud. All of these architectures are contemplated herein.
- architecture 100 can be disposed on a wide variety of different devices. Some of those devices include servers, desktop computers, laptop computers, tablet computers, or other mobile devices, such as palm top computers, cell phones, smart phones, multimedia players, personal digital assistants, etc.
- FIG. 5 is a simplified block diagram of one illustrative embodiment of a handheld or mobile computing device that can be used as a user's or client's hand held device 16 , in which architecture 100 (or parts of it) can be deployed.
- FIGS. 6-9 are examples of handheld or mobile devices.
- FIG. 5 provides a general block diagram of the components of a client device 16 that can run components of architecture 100 or that interacts with architecture 100 , or both.
- a communications link 13 is provided that allows the handheld device to communicate with other computing devices and under some embodiments provides a channel for receiving information automatically, such as by scanning.
- Examples of communications link 13 include an infrared port, a serial/USB port, a cable network port such as an Ethernet port, and a wireless network port allowing communication though one or more communication protocols including General Packet Radio Service (GPRS), LTE, HSPA, HSPA+ and other 3G and 4G radio protocols, 1Xrtt, and Short Message Service, which are wireless services used to provide cellular access to a network, as well as 802.11 and 802.11b (Wi-Fi) protocols, and Bluetooth protocol, which provide local wireless connections to networks.
- GPRS General Packet Radio Service
- LTE Long Term Evolution
- HSPA High Speed Packet Access
- HSPA+ High Speed Packet Access Plus
- 1Xrtt 3G and 4G radio protocols
- 1Xrtt 1Xrtt
- Short Message Service Short Message Service
- SD card interface 15 Secure Digital (SD) card that is connected to a SD card interface 15 .
- SD card interface 15 and communication links 13 communicate with a processor 17 (which can also embody processors 112 or 138 from FIG. 1 ) along a bus 19 that is also connected to memory 21 and input/output (I/O) components 23 , as well as clock 25 and location system 27 .
- processor 17 which can also embody processors 112 or 138 from FIG. 1
- bus 19 that is also connected to memory 21 and input/output (I/O) components 23 , as well as clock 25 and location system 27 .
- I/O input/output
- I/O components 23 are provided to facilitate input and output operations.
- I/O components 23 for various embodiments of the device 16 can include input components such as buttons, touch sensors, multi-touch sensors, optical or video sensors, voice sensors, touch screens, proximity sensors, microphones, tilt sensors, and gravity switches and output components such as a display device, a speaker, and or a printer port.
- Other I/O components 23 can be used as well.
- Clock 25 illustratively comprises a real time clock component that outputs a time and date. It can also, illustratively, provide timing functions for processor 17 .
- Location system 27 illustratively includes a component that outputs a current geographical location of device 16 .
- This can include, for instance, a global positioning system (GPS) receiver, a LORAN system, a dead reckoning system, a cellular triangulation system, or other positioning system. It can also include, for example, mapping software or navigation software that generates desired maps, navigation routes and other geographic functions.
- GPS global positioning system
- Memory 21 stores operating system 29 , network settings 31 , applications 33 , application configuration settings 35 , data store 37 , communication drivers 39 , and communication configuration settings 41 .
- Memory 21 can include all types of tangible volatile and non-volatile computer-readable memory devices. It can also include computer storage media (described below).
- Memory 21 stores computer readable instructions that, when executed by processor 17 , cause the processor to perform computer-implemented steps or functions according to the instructions.
- device 16 can have a client business system 24 which can run various business applications or embody parts or all of tenant 104 .
- Processor 17 can be activated by other components to facilitate their functionality as well.
- Examples of the network settings 31 include things such as proxy information, Internet connection information, and mappings.
- Application configuration settings 35 include settings that tailor the application for a specific enterprise or user.
- Communication configuration settings 41 provide parameters for communicating with other computers and include items such as GPRS parameters, SMS parameters, connection user names and passwords.
- Applications 33 can be applications that have previously been stored on the device 16 or applications that are installed during use, although these can be part of operating system 29 , or hosted external to device 16 , as well.
- FIG. 6 shows one embodiment in which device 16 is a tablet computer 600 .
- computer 600 is shown with user interface display screen 602 .
- Screen 602 can be a touch screen (so touch gestures from a user's finger can be used to interact with the application) or a pen-enabled interface that receives inputs from a pen or stylus. It can also use an on-screen virtual keyboard. Of course, it might also be attached to a keyboard or other user input device through a suitable attachment mechanism, such as a wireless link or USB port, for instance.
- Computer 600 can also illustratively receive voice inputs as well.
- FIGS. 7 and 8 provide additional examples of devices 16 that can be used, although others can be used as well.
- a feature phone, smart phone or mobile phone 45 is provided as the device 16 .
- Phone 45 includes a set of keypads 47 for dialing phone numbers, a display 49 capable of displaying images including application images, icons, web pages, photographs, and video, and control buttons 51 for selecting items shown on the display.
- the phone includes an antenna 53 for receiving cellular phone signals such as General Packet Radio Service (GPRS) and 1Xrtt, and Short Message Service (SMS) signals.
- GPRS General Packet Radio Service
- 1Xrtt 1Xrtt
- SMS Short Message Service
- phone 45 also includes a Secure Digital (SD) card slot 55 that accepts a SD card 57 .
- SD Secure Digital
- the mobile device of FIG. 8 is a personal digital assistant (PDA) 59 or a multimedia player or a tablet computing device, etc. (hereinafter referred to as PDA 59 ).
- PDA 59 includes an inductive screen 61 that senses the position of a stylus 63 (or other pointers, such as a user's finger) when the stylus is positioned over the screen. This allows the user to select, highlight, and move items on the screen as well as draw and write.
- PDA 59 also includes a number of user input keys or buttons (such as button 65 ) which allow the user to scroll through menu options or other display options which are displayed on display 61 , and allow the user to change applications or select user input functions, without contacting display 61 .
- PDA 59 can include an internal antenna and an infrared transmitter/receiver that allow for wireless communication with other computers as well as connection ports that allow for hardware connections to other computing devices. Such hardware connections are typically made through a cradle that connects to the other computer through a serial or USB port. As such, these connections are non-network connections.
- mobile device 59 also includes a SD card slot 67 that accepts a SD card 69 .
- FIG. 9 is similar to FIG. 7 except that the phone is a smart phone 71 .
- Smart phone 71 has a touch sensitive display 73 that displays icons or tiles or other user input mechanisms 75 .
- Mechanisms 75 can be used by a user to run applications, make calls, perform data transfer operations, etc.
- smart phone 71 is built on a mobile operating system and offers more advanced computing capability and connectivity than a feature phone.
- FIG. 10 is one embodiment of a computing environment in which architecture 100 , or parts of it, (for example) can be deployed.
- an exemplary system for implementing some embodiments includes a general-purpose computing device in the form of a computer 810 .
- Components of computer 810 may include, but are not limited to, a processing unit 820 (which can comprise processor 112 or 138 ), a system memory 830 , and a system bus 821 that couples various system components including the system memory to the processing unit 820 .
- the system bus 821 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
- such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus also known as Mezzanine bus.
- ISA Industry Standard Architecture
- MCA Micro Channel Architecture
- EISA Enhanced ISA
- VESA Video Electronics Standards Association
- PCI Peripheral Component Interconnect
- Computer 810 typically includes a variety of computer readable media.
- Computer readable media can be any available media that can be accessed by computer 810 and includes both volatile and nonvolatile media, removable and non-removable media.
- Computer readable media may comprise computer storage media and communication media.
- Computer storage media is different from, and does not include, a modulated data signal or carrier wave. It includes hardware storage media including both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data.
- Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computer 810 .
- Communication media typically embodies computer readable instructions, data structures, program modules or other data in a transport mechanism and includes any information delivery media.
- modulated data signal means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
- communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media.
- the system memory 830 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 831 and random access memory (RAM) 832 .
- ROM read only memory
- RAM random access memory
- BIOS basic input/output system 833
- RAM 832 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processing unit 820 .
- FIG. 10 illustrates operating system 834 , application programs 835 , other program modules 836 , and program data 837 .
- the computer 810 may also include other removable/non-removable volatile/nonvolatile computer storage media.
- FIG. 10 illustrates a hard disk drive 841 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 851 that reads from or writes to a removable, nonvolatile magnetic disk 852 , and an optical disk drive 855 that reads from or writes to a removable, nonvolatile optical disk 856 such as a CD ROM or other optical media.
- removable/non-removable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like.
- the hard disk drive 841 is typically connected to the system bus 821 through a non-removable memory interface such as interface 840
- magnetic disk drive 851 and optical disk drive 855 are typically connected to the system bus 821 by a removable memory interface, such as interface 850 .
- the functionality described herein can be performed, at least in part, by one or more hardware logic components.
- illustrative types of hardware logic components include Field-programmable Gate Arrays (FPGAs), Program-specific Integrated Circuits (ASICs), Program-specific Standard Products (ASSPs), System-on-a-chip systems (SOCs), Complex Programmable Logic Devices (CPLDs), etc.
- the drives and their associated computer storage media discussed above and illustrated in FIG. 10 provide storage of computer readable instructions, data structures, program modules and other data for the computer 810 .
- hard disk drive 841 is illustrated as storing operating system 844 , application programs 845 , other program modules 846 , and program data 847 .
- operating system 844 application programs 845 , other program modules 846 , and program data 847 are given different numbers here to illustrate that, at a minimum, they are different copies.
- a user may enter commands and information into the computer 810 through input devices such as a keyboard 862 , a microphone 863 , and a pointing device 861 , such as a mouse, trackball or touch pad.
- Other input devices may include a joystick, game pad, satellite dish, scanner, or the like.
- These and other input devices are often connected to the processing unit 820 through a user input interface 860 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB).
- a visual display 891 or other type of display device is also connected to the system bus 821 via an interface, such as a video interface 890 .
- computers may also include other peripheral output devices such as speakers 897 and printer 896 , which may be connected through an output peripheral interface 895 .
- the computer 810 is operated in a networked environment using logical connections to one or more remote computers, such as a remote computer 880 .
- the remote computer 880 may be a personal computer, a hand-held device, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the computer 810 .
- the logical connections depicted in FIG. 10 include a local area network (LAN) 871 and a wide area network (WAN) 873 , but may also include other networks.
- LAN local area network
- WAN wide area network
- Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
- the computer 810 When used in a LAN networking environment, the computer 810 is connected to the LAN 871 through a network interface or adapter 870 .
- the computer 810 When used in a WAN networking environment, the computer 810 typically includes a modem 872 or other means for establishing communications over the WAN 873 , such as the Internet.
- the modem 872 which may be internal or external, may be connected to the system bus 821 via the user input interface 860 , or other appropriate mechanism.
- program modules depicted relative to the computer 810 may be stored in the remote memory storage device.
- FIG. 10 illustrates remote application programs 885 as residing on remote computer 880 . It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
- The present application is a continuation of and claims priority of U.S. patent application Ser. No. 14/087,491, filed Nov. 22, 2013, the content of which is hereby incorporated by reference in its entirety.
- A variety of different types of messaging systems are currently in wide use. Some such messaging systems include, for instance, electronic mail (e-mail) systems, instant messaging systems, communication systems within social networking systems, among others.
- In such messaging systems, it is common for users to send attachments (or links to attachments) to one another. In social network systems, users can make attachments or objects available to one another in various groups. The attachments are often provided as a link to an object, such as a document, a picture, a directory, a folder, etc. The objects are stored at a given location. Because a wide variety of different users tend to send one another a wide variety of different types of attachments, the attachments can be located in a wide variety of different locations, and they can be provided by a variety of different data providers.
- This can present some challenges. For instance, different data providers often provide data in different structures, formats, or according to different schemas. For a given client to obtain access to data from multiple different providers, the client normally downloads a separate client application for each provider. When the client wishes to obtain data from a given provider, it uses the client application associated with that provider.
- The discussion above is merely provided for general background information and is not intended to be used as an aid in determining the scope of the claimed subject matter.
- A document sharing system includes a plurality of different data provider implementations. The document sharing system exposes a common application programming interface to a plurality of different clients and receives data requests identifying a given data provider, from the clients. The document sharing system then uses the data provider implementation for the data provider identified in the request, in order to obtain the requested data, and place it in a common data structure that is returned to the client.
- This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter. The claimed subject matter is not limited to implementations that solve any or all disadvantages noted in the background.
-
FIG. 1 is a block diagram of one illustrative document sharing architecture. -
FIG. 2 is a flow diagram illustrating one embodiment of the operation of the document sharing architecture shown inFIG. 1 . -
FIG. 3A is a diagram of one illustrative attachment data provider base class. -
FIG. 3B is a diagram of one illustrative implementation of the base class shown inFIG. 3A , for a given data provider. -
FIG. 4 is a block diagram of the architecture shown inFIG. 1 , deployed in a cloud computing architecture. -
FIGS. 5-9 show various embodiments of mobile devices. -
FIG. 10 is a block diagram of one illustrative computing environment. -
FIG. 1 is a block diagram of one illustrativedocument sharing architecture 100.Architecture 100 illustratively includes a messaging server (such as an electronic mail server) 102 that interacts with a plurality of different data providers 104-106. It will be appreciated that data providers 104-106 can be cloud-based data providers or other hosted data providers, or they can be local to mailserver 102. A number of these different architectures are described below with respect toFIG. 4 . Suffice it to say, for now, thatmail server 102 illustratively receives data requests from auser 108 through aclient device 110, for information stored on one of data providers 104-106.Mail server 102 accesses the appropriate data provider and provides the requested data back toclient device 110 for display touser 108. - In the embodiment shown in
FIG. 1 ,mail server 102 includesprocessor 112, data store 113 (with cache 115) anddocument sharing system 114.Document sharing system 114 illustratively includesdata parsing component 116, commondata model component 118, dataprovider identification component 120,client communication component 122 and a plurality of data provider implementations 124-126. Each data provider implementation 124-126 (which can be written by a third party to implement a defined interface) exposes a corresponding application programming interface 128-130, respectively. The data providers 104-106 illustratively include 132 and 134, respectively. The information stored incorresponding data stores 132 and 134 is illustratively served by a server or other processor in data providers 104-106, respectively. Data providers 104-106 illustratively communicate withdata stores document sharing system 114 andmail server 102 over their corresponding application programming interfaces 128-130 exposed by their corresponding implementations 124-126, respectively. -
Client communication component 122 inmail server 102 illustratively exposes a client application programming interface (API) 136.Client 110 communicates withmail server 102 overclient API 136. - In the embodiment shown in
FIG. 1 ,client device 110 illustratively includesprocessor 138,data store 140 and one ormore client applications 142.Client applications 142 illustratively include a communication application (such as an e-mail application) that generates user interface displays 144 with user input mechanisms that allowuser 108 to interact withmail server 102, such as to send and receive messages that can include attachments. - Before describing the operation of mail server 102 (and specifically document sharing system 114) in more detail, a brief overview will be provided to enhance understanding. It is first assumed that
user 108 logs into the e-mail system implemented bymail server 102, and requests data from one of the data providers 104-106 (such as attaching an attachment to a message or retrieving an attachment from a message). This request is sent using the commonapplication programming interface 136 exposed byclient communication component 102, which handles client communication with client devices (such as device 110). The request for data illustratively identifies a specific data provider so thatdocument sharing system 114 illustratively uses the proper data provider implementation 124-126 to communicate with the identified data provider over the corresponding application programming interface 128-130. The requested data is received from the corresponding data provider and parsed byparsing component 116 into a common data structure represented by commondata model component 118. The common data structure presents data from a plurality of different data providers 104-106 according to a common structure (that is the same, regardless of the data provider) that can be viewed byuser 108 usingclient device 110. A more detailed description of the operation ofarchitecture 100 will now be provided. -
FIG. 2 is a flow diagram illustrating one embodiment of the operation ofarchitecture 100 in more detail.FIGS. 1 and 2 will now be described in conjunction with one another. - It is first assumed that
user 108 wishes to obtain information from a data provider (such as by attaching an attachment to a message, opening an attachment in a message or otherwise). It is also assumed that data providers 104-106 illustratively store data, and provide it in response to requests, using their own formats, protocols, schemas, or at least different data structures, which may be different from one another. In one embodiment, however, commondata model component 118 obtains data that is parsed bydata parsing component 116, from the various data providers, and represents it to user 108 (through client device 110) in a common way, regardless of the specific data provider that provides the data. - At some point, then,
user 108 interacts with user interface displays 144 to request access to data from a specific data provider.Client communication component 122 receives this request via API 136 fromclient device 110. Receiving the client request for data is indicated byblock 150 in the flow diagram ofFIG. 2 . Receiving it over the client API is indicated byblock 152. The request can includeauthentication information 154, such as log-in information that allowsclient 108 to log intoe-mail server 102. It also illustratively includes adata provider identifier 156. This uniquely identifies the specific data provider 104-106 from which the data is being requested. The data request also illustratively includes an identity of the requesteddata 158. Of course, the request can includeother information 160 as well. - The data request provided using
API 136 is then passed to dataprovider identification component 120 which identifies the particular data provider 104-106 from which the data is being requested. Identifying the data provider in the request is indicated byblock 162 inFIG. 2 . -
Document sharing system 114 then uses the particular data provider implementation 124-126 to interact with the identified data provider 104-106. For the sake of the present discussion, it is assumed that the data request passed in usingAPI 136 byclient device 110 has identifieddata provider 104 as the particular data provider from which data is being requested. The data request can be a wide variety of different types of requests, such as to obtain file/folder information, to download or upload files, or to update file permissions. Thedata provider implementation 124 exposes a provider-specific API 128 which can be used to make calls todata provider 104 and to receive information fromdata provider 104. Assuming, for instance, that the data request was to view specific folder or file information (so the user can, for example, attach an object to an electronic mail message or make it available to a group in a social network or otherwise),data provider implementation 124 thus makes the web service calls overAPI 128 todata provider 104 in order to retrieve the folder and file metadata that makes up the document library indata store 132. Accessing the data provider implementation for the identified data provider and making the service calls using that implementation are indicated by 164 and 166 in the flow diagram ofblocks FIG. 2 , respectively. The service calls illustratively identify the particular user, as indicated byblock 168, and identify the requested data as indicated byblock 170. The service calls can includeother information 172 as well. - In any case,
data provider implementation 124 receives the requested information overAPI 128 fromdata provider 104. This is indicated byblock 174. The data can be received from the different data providers in a wide variety of different ways. For instance, some data providers provide the data as aserialization 176. It can be received in other ways as well, such as inXML 178, or in other ways that are specific to the given data provider from which the information is received. This is indicated byblock 180. - The received data is then provided to
data parsing component 116 where it is parsed. This is indicated byblock 182. The particular way that the data is parsed will depend on the particular data provider that it was received from. For instance,data parsing component 116 can apply various parsing rules, based upon the particular data provider providing the data, and based upon the particular provider-specific way that the data is provided. By way of example, if two different data providers provide requested data as a serialized output, the items in the serialization may be in different order. They may also be named using different naming conventions. Therefore, the requested data is parsed into the desired parts (that will eventually be presented to the user) bydata parsing component 116. Parsing the order of serialization is indicated byblock 184 in the flow diagram ofFIG. 2 . Parsing the actual items in the serialization is indicated byblock 186. Parsing according to naming convention is indicated byblock 188. These are all exemplary only. Also, in one embodiment, some provider-specific functionality can be retained. For instance, if a given provider provides functions or provider-specific features, parsingcomponent 116 can retain enough information to retain those functions or features when the data is provided to the user. This is indicated byblock 189 inFIG. 2 . The parsing can take a wide variety of other forms as well, and this is indicated byblock 190. - The parsed data is then provided to common
data model component 118.Component 118 illustratively places the parsed data into a common data structure and can store it incache 115. This is indicated byblock 192 of the flow diagram ofFIG. 2 . The common data structure can take a wide variety of different forms. However, in one embodiment, the common data structure presents data according to a common structure so that it can be viewed in the same way, byuser 108, regardless of the particular data provider that provided the data. Thus,user 108 need not become familiar with a wide variety of different data presentation structures that are used to view data in the different data providers. Instead, commondata model component 118 places the data into a common data structure that is then provided toclient 110. Sending the common data structure toclient 110 is indicated byblock 194 inFIG. 2 . - The data can be sent in a variety of different ways, and it can be subjected to various optimizations. For instance, the
client communication component 122 can illustratively download more than the requested data and store it incache 115.Component 122 can then send only part of the data, and then send additional parts based on client interactions. By way of example, it may be thatclient communication component 122 only sends the file folder tree that was obtained fromdata provider 104. As the user navigates the file folder tree, additional information will be sent fromcache 115 based on the user's navigation inputs. Also, as an example, if a user selects a file,client communication component 122 can begin to send that file information, even before the user has requested that it be downloaded. This reduces the latency when the user actually wishes to download the file. Alternatively,client communication component 122 can provide the data overAPI 136 toclient device 110, without optimizing. Providing only part of the data is indicated byblock 196 and responding to client requests fromcache 115 is indicated byblock 198. Providing the data in other ways is indicated byblock 200 in the flow diagram ofFIG. 2 . -
FIG. 3A shows one embodiment of an entity diagram that represents an AttachmentDataProvider base class that can be implemented indocument sharing system 114. In one embodiment, the AttachmentDataProvider has an identifier (or ID) which is passed in by the client to identify the particular data provider from which data is being sought. It also includes a display name which is the actual name of the data provider that is displayed in the common data structure touser 108. The GetItems base method is used byclient device 110 to make a call with a data identifier (e.g., an attachment identifier) that identifies the specific content in the identified data provider that is requested (e.g., a given file in a given folder, etc.). -
FIG. 3B is a diagram of a type of the AttachmentDataProvider shown inFIG. 3A , but which provides a specific implementation for a specific data provider. In the embodiment shown inFIG. 3B , the implementation is for the ACME data provider, although this is exemplary only. A number of things should be noted. The end point URL indicates the base web address of the provider. The client context is created from this. The CreateAndConfigureClientContext identifies the particular user that the data sharing system is working on behalf of. This information allows the data provider to determine whether the specific user (or client) has access to the requested data. The client context can thus be passed to the data provider with all calls for data. - The AttachmentDataProvider base class shown in
FIG. 3A , and the specific data provider implementation shown inFIG. 3B are exemplary only. A wide variety of different base classes and specific implementations can be used. - It can thus be seen that by creating a new data type on the
e-mail server 102 to represent different document store locations (or data providers) the type can be extended with specific implementations for different data stores. The extended class implements the necessary authentication and APIs to complete the processes with a specific location (e.g., with a specific data provider). When theclient 110 makes a request to obtain data or to permission a file, it makes the same web service calls overAPI 136 to mailserver 102, providing the attachment data provider ID.Server 102 then uses the extended implementation (124-126) for that provider to complete the requests and return data back toclient 110. Because of these abstractions, multiple clients can easily connect with these data provider capabilities by implementing a relatively simple set of APIs, whilemail server 102 performs the relatively costly processing to connect to all of the different data stores (or data providers). In addition, new data providers can be added by implementing a set of APIs onmail server 102 that can connect to the new data store (or data provider). Substantially the only change needed on the client, when a new data provider is added, is for the client to recognize the new data provider ID. Other than that, theclient 110 stays substantially unchanged, even as new data providers are added. That is, even when new data stores are connected to mailstore 102,client 110 makes substantially the same calls to mailserver 102 in order to access information. The only new item forclient 110 to access data on the new data provider is forclient 110 to pass in the ID of the new data provider. - The present discussion has mentioned processors and servers. In one embodiment, the processors and servers include computer processors with associated memory and timing circuitry, not separately shown. They are functional parts of the systems or devices to which they belong and are activated by, and facilitate the functionality of the other components or items in those systems.
- Also, a number of user interface displays have been discussed. They can take a wide variety of different forms and can have a wide variety of different user actuatable input mechanisms disposed thereon. For instance, the user actuatable input mechanisms can be text boxes, check boxes, icons, links, drop-down menus, search boxes, etc. They can also be actuated in a wide variety of different ways. For instance, they can be actuated using a point and click device (such as a track ball or mouse). They can be actuated using hardware buttons, switches, a joystick or keyboard, thumb switches or thumb pads, etc. They can also be actuated using a virtual keyboard or other virtual actuators. In addition, where the screen on which they are displayed is a touch sensitive screen, they can be actuated using touch gestures. Also, where the device that displays them has speech recognition components, they can be actuated using speech commands.
- A number of data stores have also been discussed. It will be noted they can each be broken into multiple data stores. All can be local to the systems accessing them, all can be remote, or some can be local while others are remote. All of these configurations are contemplated herein.
- Also, the figures show a number of blocks with functionality ascribed to each block. It will be noted that fewer blocks can be used so the functionality is performed by fewer components. Also, more blocks can be used with the functionality distributed among more components.
-
FIG. 4 is a block diagram ofarchitecture 100, shown inFIG. 1 , except that its elements are disposed in acloud computing architecture 500. Cloud computing provides computation, software, data access, and storage services that do not require end-user knowledge of the physical location or configuration of the system that delivers the services. In various embodiments, cloud computing delivers the services over a wide area network, such as the internet, using appropriate protocols. For instance, cloud computing providers deliver applications over a wide area network and they can be accessed through a web browser or any other computing component. Software or components ofarchitecture 100 as well as the corresponding data, can be stored on servers at a remote location. The computing resources in a cloud computing environment can be consolidated at a remote data center location or they can be dispersed. Cloud computing infrastructures can deliver services through shared data centers, even though they appear as a single point of access for the user. Thus, the components and functions described herein can be provided from a service provider at a remote location using a cloud computing architecture. Alternatively, they can be provided from a conventional server, or they can be installed on client devices directly, or in other ways. - The description is intended to include both public cloud computing and private cloud computing. Cloud computing (both public and private) provides substantially seamless pooling of resources, as well as a reduced need to manage and configure underlying hardware infrastructure.
- A public cloud is managed by a vendor and typically supports multiple consumers using the same infrastructure. Also, a public cloud, as opposed to a private cloud, can free up the end users from managing the hardware. A private cloud may be managed by the organization itself and the infrastructure is typically not shared with other organizations. The organization still maintains the hardware to some extent, such as installations and repairs, etc.
- In the embodiment shown in
FIG. 4 , some items are similar to those shown inFIG. 1 and they are similarly numbered.FIG. 4 specifically shows thatmail server 102 and data providers 104-106 are located in cloud 502 (which can be public, private, or a combination where portions are public while others are private). Therefore,user 108 uses aclient device 110 to access those systems throughcloud 502. -
FIG. 4 also depicts another embodiment of a cloud architecture.FIG. 4 shows that it is also contemplated that some elements ofarchitecture 100 are disposed incloud 502 while others are not. By way of example, data providers 104-106 can be disposed outside ofcloud 502, and accessed through cloud 502 (inFIG. 4 ,data provider 104 is shown outsidecloud 502, in one embodiment). In another embodiment,mail server 102 can also be outside of cloud 502 (and may be local toclient device 110, or located elsewhere). Regardless of where they are located, they can be accessed directly bydevice 110, through a network (either a wide area network or a local area network), they can be hosted at a remote site by a service, or they can be provided as a service through a cloud or accessed by a connection service that resides in the cloud. All of these architectures are contemplated herein. - It will also be noted that
architecture 100, or portions of it, can be disposed on a wide variety of different devices. Some of those devices include servers, desktop computers, laptop computers, tablet computers, or other mobile devices, such as palm top computers, cell phones, smart phones, multimedia players, personal digital assistants, etc. -
FIG. 5 is a simplified block diagram of one illustrative embodiment of a handheld or mobile computing device that can be used as a user's or client's hand helddevice 16, in which architecture 100 (or parts of it) can be deployed.FIGS. 6-9 are examples of handheld or mobile devices. -
FIG. 5 provides a general block diagram of the components of aclient device 16 that can run components ofarchitecture 100 or that interacts witharchitecture 100, or both. In thedevice 16, acommunications link 13 is provided that allows the handheld device to communicate with other computing devices and under some embodiments provides a channel for receiving information automatically, such as by scanning. Examples of communications link 13 include an infrared port, a serial/USB port, a cable network port such as an Ethernet port, and a wireless network port allowing communication though one or more communication protocols including General Packet Radio Service (GPRS), LTE, HSPA, HSPA+ and other 3G and 4G radio protocols, 1Xrtt, and Short Message Service, which are wireless services used to provide cellular access to a network, as well as 802.11 and 802.11b (Wi-Fi) protocols, and Bluetooth protocol, which provide local wireless connections to networks. - Under other embodiments, applications or systems are received on a removable Secure Digital (SD) card that is connected to a
SD card interface 15.SD card interface 15 andcommunication links 13 communicate with a processor 17 (which can also embody 112 or 138 fromprocessors FIG. 1 ) along abus 19 that is also connected to memory 21 and input/output (I/O)components 23, as well asclock 25 andlocation system 27. - I/
O components 23, in one embodiment, are provided to facilitate input and output operations. I/O components 23 for various embodiments of thedevice 16 can include input components such as buttons, touch sensors, multi-touch sensors, optical or video sensors, voice sensors, touch screens, proximity sensors, microphones, tilt sensors, and gravity switches and output components such as a display device, a speaker, and or a printer port. Other I/O components 23 can be used as well. -
Clock 25 illustratively comprises a real time clock component that outputs a time and date. It can also, illustratively, provide timing functions forprocessor 17. -
Location system 27 illustratively includes a component that outputs a current geographical location ofdevice 16. This can include, for instance, a global positioning system (GPS) receiver, a LORAN system, a dead reckoning system, a cellular triangulation system, or other positioning system. It can also include, for example, mapping software or navigation software that generates desired maps, navigation routes and other geographic functions. - Memory 21
stores operating system 29,network settings 31,applications 33,application configuration settings 35,data store 37,communication drivers 39, andcommunication configuration settings 41. Memory 21 can include all types of tangible volatile and non-volatile computer-readable memory devices. It can also include computer storage media (described below). Memory 21 stores computer readable instructions that, when executed byprocessor 17, cause the processor to perform computer-implemented steps or functions according to the instructions. Similarly,device 16 can have a client business system 24 which can run various business applications or embody parts or all oftenant 104.Processor 17 can be activated by other components to facilitate their functionality as well. - Examples of the
network settings 31 include things such as proxy information, Internet connection information, and mappings.Application configuration settings 35 include settings that tailor the application for a specific enterprise or user.Communication configuration settings 41 provide parameters for communicating with other computers and include items such as GPRS parameters, SMS parameters, connection user names and passwords. -
Applications 33 can be applications that have previously been stored on thedevice 16 or applications that are installed during use, although these can be part ofoperating system 29, or hosted external todevice 16, as well. -
FIG. 6 shows one embodiment in whichdevice 16 is atablet computer 600. InFIG. 6 ,computer 600 is shown with userinterface display screen 602.Screen 602 can be a touch screen (so touch gestures from a user's finger can be used to interact with the application) or a pen-enabled interface that receives inputs from a pen or stylus. It can also use an on-screen virtual keyboard. Of course, it might also be attached to a keyboard or other user input device through a suitable attachment mechanism, such as a wireless link or USB port, for instance.Computer 600 can also illustratively receive voice inputs as well. -
FIGS. 7 and 8 provide additional examples ofdevices 16 that can be used, although others can be used as well. InFIG. 7 , a feature phone, smart phone ormobile phone 45 is provided as thedevice 16.Phone 45 includes a set ofkeypads 47 for dialing phone numbers, adisplay 49 capable of displaying images including application images, icons, web pages, photographs, and video, andcontrol buttons 51 for selecting items shown on the display. The phone includes anantenna 53 for receiving cellular phone signals such as General Packet Radio Service (GPRS) and 1Xrtt, and Short Message Service (SMS) signals. In some embodiments,phone 45 also includes a Secure Digital (SD) card slot 55 that accepts aSD card 57. - The mobile device of
FIG. 8 is a personal digital assistant (PDA) 59 or a multimedia player or a tablet computing device, etc. (hereinafter referred to as PDA 59).PDA 59 includes aninductive screen 61 that senses the position of a stylus 63 (or other pointers, such as a user's finger) when the stylus is positioned over the screen. This allows the user to select, highlight, and move items on the screen as well as draw and write.PDA 59 also includes a number of user input keys or buttons (such as button 65) which allow the user to scroll through menu options or other display options which are displayed ondisplay 61, and allow the user to change applications or select user input functions, without contactingdisplay 61. Although not shown,PDA 59 can include an internal antenna and an infrared transmitter/receiver that allow for wireless communication with other computers as well as connection ports that allow for hardware connections to other computing devices. Such hardware connections are typically made through a cradle that connects to the other computer through a serial or USB port. As such, these connections are non-network connections. In one embodiment,mobile device 59 also includes aSD card slot 67 that accepts aSD card 69. -
FIG. 9 is similar toFIG. 7 except that the phone is asmart phone 71.Smart phone 71 has a touchsensitive display 73 that displays icons or tiles or other user input mechanisms 75. Mechanisms 75 can be used by a user to run applications, make calls, perform data transfer operations, etc. In general,smart phone 71 is built on a mobile operating system and offers more advanced computing capability and connectivity than a feature phone. - Note that other forms of the
devices 16 are possible. -
FIG. 10 is one embodiment of a computing environment in whicharchitecture 100, or parts of it, (for example) can be deployed. With reference toFIG. 10 , an exemplary system for implementing some embodiments includes a general-purpose computing device in the form of acomputer 810. Components ofcomputer 810 may include, but are not limited to, a processing unit 820 (which can compriseprocessor 112 or 138), asystem memory 830, and asystem bus 821 that couples various system components including the system memory to theprocessing unit 820. Thesystem bus 821 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus also known as Mezzanine bus. Memory and programs described with respect toFIG. 1 can be deployed in corresponding portions ofFIG. 10 . -
Computer 810 typically includes a variety of computer readable media. Computer readable media can be any available media that can be accessed bycomputer 810 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer readable media may comprise computer storage media and communication media. Computer storage media is different from, and does not include, a modulated data signal or carrier wave. It includes hardware storage media including both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed bycomputer 810. Communication media typically embodies computer readable instructions, data structures, program modules or other data in a transport mechanism and includes any information delivery media. The term “modulated data signal” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of any of the above should also be included within the scope of computer readable media. - The
system memory 830 includes computer storage media in the form of volatile and/or nonvolatile memory such as read only memory (ROM) 831 and random access memory (RAM) 832. A basic input/output system 833 (BIOS), containing the basic routines that help to transfer information between elements withincomputer 810, such as during start-up, is typically stored in ROM 831.RAM 832 typically contains data and/or program modules that are immediately accessible to and/or presently being operated on by processingunit 820. By way of example, and not limitation,FIG. 10 illustratesoperating system 834,application programs 835,other program modules 836, andprogram data 837. - The
computer 810 may also include other removable/non-removable volatile/nonvolatile computer storage media. By way of example only,FIG. 10 illustrates ahard disk drive 841 that reads from or writes to non-removable, nonvolatile magnetic media, a magnetic disk drive 851 that reads from or writes to a removable, nonvolatilemagnetic disk 852, and anoptical disk drive 855 that reads from or writes to a removable, nonvolatileoptical disk 856 such as a CD ROM or other optical media. Other removable/non-removable, volatile/nonvolatile computer storage media that can be used in the exemplary operating environment include, but are not limited to, magnetic tape cassettes, flash memory cards, digital versatile disks, digital video tape, solid state RAM, solid state ROM, and the like. Thehard disk drive 841 is typically connected to thesystem bus 821 through a non-removable memory interface such asinterface 840, and magnetic disk drive 851 andoptical disk drive 855 are typically connected to thesystem bus 821 by a removable memory interface, such asinterface 850. - Alternatively, or in addition, the functionality described herein can be performed, at least in part, by one or more hardware logic components. For example, and without limitation, illustrative types of hardware logic components that can be used include Field-programmable Gate Arrays (FPGAs), Program-specific Integrated Circuits (ASICs), Program-specific Standard Products (ASSPs), System-on-a-chip systems (SOCs), Complex Programmable Logic Devices (CPLDs), etc.
- The drives and their associated computer storage media discussed above and illustrated in
FIG. 10 , provide storage of computer readable instructions, data structures, program modules and other data for thecomputer 810. InFIG. 10 , for example,hard disk drive 841 is illustrated as storingoperating system 844,application programs 845,other program modules 846, andprogram data 847. Note that these components can either be the same as or different fromoperating system 834,application programs 835,other program modules 836, andprogram data 837.Operating system 844,application programs 845,other program modules 846, andprogram data 847 are given different numbers here to illustrate that, at a minimum, they are different copies. - A user may enter commands and information into the
computer 810 through input devices such as akeyboard 862, amicrophone 863, and apointing device 861, such as a mouse, trackball or touch pad. Other input devices (not shown) may include a joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to theprocessing unit 820 through auser input interface 860 that is coupled to the system bus, but may be connected by other interface and bus structures, such as a parallel port, game port or a universal serial bus (USB). Avisual display 891 or other type of display device is also connected to thesystem bus 821 via an interface, such as avideo interface 890. In addition to the monitor, computers may also include other peripheral output devices such asspeakers 897 andprinter 896, which may be connected through an outputperipheral interface 895. - The
computer 810 is operated in a networked environment using logical connections to one or more remote computers, such as aremote computer 880. Theremote computer 880 may be a personal computer, a hand-held device, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to thecomputer 810. The logical connections depicted inFIG. 10 include a local area network (LAN) 871 and a wide area network (WAN) 873, but may also include other networks. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet. - When used in a LAN networking environment, the
computer 810 is connected to theLAN 871 through a network interface oradapter 870. When used in a WAN networking environment, thecomputer 810 typically includes amodem 872 or other means for establishing communications over theWAN 873, such as the Internet. Themodem 872, which may be internal or external, may be connected to thesystem bus 821 via theuser input interface 860, or other appropriate mechanism. In a networked environment, program modules depicted relative to thecomputer 810, or portions thereof, may be stored in the remote memory storage device. By way of example, and not limitation,FIG. 10 illustratesremote application programs 885 as residing onremote computer 880. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used. - It should also be noted that the different embodiments described herein can be combined in different ways. That is, parts of one or more embodiments can be combined with parts of one or more other embodiments. All of this is contemplated herein.
- Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.
Claims (21)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/708,789 US20180075093A1 (en) | 2013-11-22 | 2017-09-19 | Sharing document links from multiple data providers |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/087,491 US9798769B2 (en) | 2013-11-22 | 2013-11-22 | Sharing document links from multiple data providers |
| US15/708,789 US20180075093A1 (en) | 2013-11-22 | 2017-09-19 | Sharing document links from multiple data providers |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/087,491 Continuation US9798769B2 (en) | 2013-11-22 | 2013-11-22 | Sharing document links from multiple data providers |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20180075093A1 true US20180075093A1 (en) | 2018-03-15 |
Family
ID=52021442
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/087,491 Active 2034-06-16 US9798769B2 (en) | 2013-11-22 | 2013-11-22 | Sharing document links from multiple data providers |
| US15/708,789 Abandoned US20180075093A1 (en) | 2013-11-22 | 2017-09-19 | Sharing document links from multiple data providers |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/087,491 Active 2034-06-16 US9798769B2 (en) | 2013-11-22 | 2013-11-22 | Sharing document links from multiple data providers |
Country Status (2)
| Country | Link |
|---|---|
| US (2) | US9798769B2 (en) |
| WO (1) | WO2015077386A1 (en) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10387146B2 (en) | 2015-11-30 | 2019-08-20 | Visa International Service Association | System and method for common request processing |
| US11829583B2 (en) | 2017-07-07 | 2023-11-28 | Open Text Sa Ulc | Systems and methods for content sharing through external systems |
| US11397849B2 (en) | 2017-09-28 | 2022-07-26 | Oracle International Corporation | REST transformation |
| CN114416702B (en) * | 2022-04-01 | 2022-08-05 | 杭州筋斗腾云科技有限公司 | Resource management method and computing system |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7194516B2 (en) * | 2003-10-23 | 2007-03-20 | Microsoft Corporation | Accessing different types of electronic messages through a common messaging interface |
| US20080288466A1 (en) * | 2005-01-10 | 2008-11-20 | George Eisenberger | User selectable data attributes for automated electronic search, identification and publication of relevant data from electronic data records at multiple data sources |
| US20120215860A1 (en) * | 2011-02-21 | 2012-08-23 | General Electric Company | Methods and systems for receiving, mapping and structuring data from disparate systems in a healthcare environment |
Family Cites Families (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20020010781A1 (en) | 1999-12-30 | 2002-01-24 | Tuatini Jeffrey Taihana | Shared service messaging models |
| US7469248B2 (en) * | 2005-05-17 | 2008-12-23 | International Business Machines Corporation | Common interface to access catalog information from heterogeneous databases |
| US7979850B2 (en) | 2006-09-29 | 2011-07-12 | Sap Ag | Method and system for generating a common trace data format |
| US7970943B2 (en) * | 2007-08-14 | 2011-06-28 | Oracle International Corporation | Providing interoperability in software identifier standards |
| US8484176B2 (en) | 2009-09-08 | 2013-07-09 | Ricoh Co., Ltd. | Multi-provider forms processing system with retry upon failure |
| US8707403B2 (en) * | 2011-08-10 | 2014-04-22 | Time Inc. | Subscription interface for providing access to digital publications |
| US8589481B2 (en) | 2011-09-14 | 2013-11-19 | Microsoft Corporation | Multi tenant access to applications |
| EP2637368A1 (en) | 2012-03-09 | 2013-09-11 | BlackBerry Limited | Method for sharing a file when multiple versions exist |
-
2013
- 2013-11-22 US US14/087,491 patent/US9798769B2/en active Active
-
2014
- 2014-11-20 WO PCT/US2014/066481 patent/WO2015077386A1/en not_active Ceased
-
2017
- 2017-09-19 US US15/708,789 patent/US20180075093A1/en not_active Abandoned
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7194516B2 (en) * | 2003-10-23 | 2007-03-20 | Microsoft Corporation | Accessing different types of electronic messages through a common messaging interface |
| US20080288466A1 (en) * | 2005-01-10 | 2008-11-20 | George Eisenberger | User selectable data attributes for automated electronic search, identification and publication of relevant data from electronic data records at multiple data sources |
| US20120215860A1 (en) * | 2011-02-21 | 2012-08-23 | General Electric Company | Methods and systems for receiving, mapping and structuring data from disparate systems in a healthcare environment |
Also Published As
| Publication number | Publication date |
|---|---|
| US20150149456A1 (en) | 2015-05-28 |
| US9798769B2 (en) | 2017-10-24 |
| WO2015077386A1 (en) | 2015-05-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US10379818B2 (en) | Multi-tenant, tenant-specific applications | |
| US10223340B2 (en) | Document linking in an email system | |
| US9699152B2 (en) | Sharing content with permission control using near field communication | |
| US9491177B2 (en) | Granting permissions to an object when adding people to a conversation | |
| US10193975B2 (en) | Managing multiple cloud stores through a web service | |
| US11113039B2 (en) | Integrated note-taking functionality for computing system entities | |
| US20180024980A1 (en) | Mapping account information to server authentication | |
| US20180075093A1 (en) | Sharing document links from multiple data providers | |
| US10895963B2 (en) | Using sections for customization of applications across platforms | |
| US20150227630A1 (en) | Caching queries for dynamic webpages | |
| US9804749B2 (en) | Context aware commands | |
| US10540065B2 (en) | Metadata driven dialogs | |
| US10079720B2 (en) | Dynamically managing different versions of a service | |
| US20160072857A1 (en) | Accessibility features in content sharing | |
| US11677805B2 (en) | Surfacing sharing attributes of a link proximate a browser address bar | |
| US9811333B2 (en) | Using a version-specific resource catalog for resource management | |
| WO2016209717A1 (en) | Integration and synchronization using a virtual data provider |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:044302/0914 Effective date: 20141014 Owner name: MICROSOFT CORPORATION, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MEYERS, DAVID L.;PALMER, MICHAEL B.;MCINTYRE, BETSY Y.;AND OTHERS;SIGNING DATES FROM 20131121 TO 20140301;REEL/FRAME:044302/0839 |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
| STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |