The present disclosure generally relates to communication using web APIs, and more particularly to systems and methods for web API communication over a persistent connection. As used herein, the phrase “web API” refers to a collection of URLs (i.e., web addresses) made available to invoke a predefined set of procedures on a remote device.
Communication between devices is typically performed over a network, such as the internet or a local area network. Applications that run on devices may also be in communication with one another. One way that different applications can interact is through APIs. A web API, for example, may enable a third-party application to communicate with a server that hosts data for an existing application.
The web API may require an application to open and close a connection for each request sent to the server. In that regard, each request is a single, disconnected, and isolated call. The overhead associated with opening and closing a connection with each request may result in poor application performance. Communication between the third-party application and the server may appear slow to a client running the third-party application, for example. The appearance of slow communication and/or long load times may turn away consumers that would otherwise use an application.
A method of communication between devices comprises the steps of receiving a connection request, establishing a connection in response to the connection request, and receiving a first web API request on the connection. The method further comprises the steps of executing a first procedure in response to the first web API request, receiving a second web API request on the connection, and executing at least one of the first procedure or a second procedure in response to the second web API request.
A more complete understanding may be derived by referring to the detailed description and claims when considered in connection with the Figures, wherein like reference numbers refer to similar elements throughout the Figures, and:
The detailed description of exemplary embodiments herein makes reference to the accompanying drawings and pictures, which show various embodiments by way of illustration. While these various embodiments are described in sufficient detail to enable those skilled in the art to practice the disclosure, it should be understood that other embodiments may be realized and that logical and mechanical changes may be made without departing from the spirit and scope of the disclosure. Thus, the detailed description herein is presented for purposes of illustration only and not of limitation. For example, the steps recited in any of the method or process descriptions may be executed in any order and are not limited to the order presented. Moreover, any of the functions or steps may be outsourced to or performed by one or more third parties. Furthermore, any reference to singular includes plural embodiments, and any reference to more than one component may include a singular embodiment.
Systems, methods and computer program products are provided. In the detailed description herein, references to “various embodiments,” “one embodiment,” “an embodiment,” “an example embodiment,” etc., indicate that the embodiment described may include a particular feature, structure, or characteristic, but every embodiment may not necessarily include the particular feature, structure, or characteristic. Moreover, such phrases are not necessarily referring to the same embodiment. Further, when a particular feature, structure, or characteristic is described in connection with an embodiment, it is submitted that it is within the knowledge of one skilled in the art to effect such feature, structure, or characteristic in connection with other embodiments whether or not explicitly described. After reading the description, it will be apparent to one skilled in the relevant art(s) how to implement the disclosure in alternative embodiments.
Systems and methods are disclosed herein for communication between electronic communication devices. As used herein, a “communication device” may refer to any device capable of communication with another device. For, example and without limitation, a communication device may refer to a smartphone, PDA, laptop, desktop computer, portable phone, GPS device, car navigation system, wireless printers, or any other device.
Referring to
The procedures of the web API may be called by a first communication device 102 in communication with second communication device 108 over network 110. For example, a procedure to request a folder from second communication device 108 may look like http://fakeurl.com/api/getfolder. When second communication device 108 (e.g., a server) receives the request from first communication device 102 (e.g., a client), the communication device may respond by providing the requested data, in this case folder information, in a predetermined format (e.g. JSON or XML) to the first communication device 102.
In various embodiments, application 104 may use a web API to interface with second application 106. Application 104 running on first communication device 102 may send an API request through network 110 to second communication device 108 running second application 106. Second application 106 may receive and process the API request. In response to receiving the API request, second application 106 may execute a procedure corresponding to the particular API request received.
In order to send and receive API requests, as described in further detail below, a connection is established between first communication device 102 and second communication device 108. By maintaining a persistent connection between first communication device 102 and second communication device 108, system 100 may complete API requests more quickly than a system that opens and closes a connection for every API request.
Referring to
In various embodiments, second communication device 108 may maintain a number of active connections in excess of the limits normally inherent on such devices by context switching between active connections with data being sent and active connections that have been idle for a time. Second communication device 108 may switch active connections that have been idle into a data storage system such as a SQL database, a database farm, a hash table, or any other means of storing connection information. When information is received for an active connection that had been idle and is in storage, the active connection may be switch out of storage and into active memory.
Any databases discussed herein may include relational, hierarchical, graphical, or object-oriented structure and/or any other database configurations. Common database products that may be used to implement the databases include DB2 by IBM (Armonk, N.Y.), various database products available from Oracle Corporation (Redwood Shores, Calif.), Microsoft Access or Microsoft SQL Server by Microsoft Corporation (Redmond, Wash.), MySQL by MySQL AB (Uppsala, Sweden), or any other suitable database product. Moreover, the databases may be organized in any suitable manner, for example, as data tables or lookup tables. Each record may be a single file, a series of files, a linked series of data fields or any other data structure. Association of certain data may be accomplished through any desired data association technique such as those known or practiced in the art. For example, the association may be accomplished either manually or automatically. Automatic association techniques may include, for example, a database search, a database merge, GREP, AGREP, SQL, using a key field in the tables to speed searches, sequential searches through all the tables and files, sorting records in the file according to a known order to simplify lookup, and/or the like. The association step may be accomplished by a database merge function, for example, using a “key field” in pre-selected databases or data sectors. Various database tuning steps are contemplated to optimize database performance. For example, frequently used files such as indexes may be placed on separate file systems to reduce In/Out (“I/O”) bottlenecks.
One skilled in the art will also appreciate that, for security reasons, any databases, systems, devices, servers or other components of the system may consist of any combination thereof at a single location or at multiple locations, wherein each database or system includes any of various suitable security features, such as firewalls, access codes, encryption, decryption, compression, decompression, and/or the like.
Encryption may be performed by way of any of the techniques now available in the art or which may become available—e.g., Twofish, RSA, El Gamal, Schorr signature, DSA, PGP, PKI, GPG (GnuPG), and symmetric and asymmetric cryptosystems.
In various embodiments, second communication device 108 may then receive a first API request via the established connection (Step 206). In response to receiving the API request, second communication device 108 returns data via the established connection to first communication device 102 (Step 208). After returning the data, second communication device 108 may maintain the established connection with first communication device 102 (Step 210). The connection may be maintained using various methods discussed in further detail below with reference to
In various embodiments, second communication device 108 may receive a second web API request via the established connection (Step 212). The second web API request may be received without an additional connection being established between second communication device 108 and first communication device 102. In response to receiving the second web API request, second communication device 108 returns data via the established connection to first communication device 102 (Step 214).
Referring to
In various embodiments, first communication device 102 may send a second web API request via the established connection (Step 312). The second web API request may be sent without establishing an additional connection between first communication device 102 and second communication device 108. In response to sending the second web API request, first communication device 102 receives data via the established connection from second communication device 108 (Step 314).
The methods of receiving web API requests (
With reference to
Once second communication device 108 has identifying information, second communication device 108 may check the identifying information to determine what type of connection to establish. Second communication device 108 may start by checking whether the identified browser supports WebSocket connections (Step 406). WebSocket is a protocol for providing bi-directional communication between first communication device 102 and second communication device 108. WebSocket connections may only be compatible with modern browsers that are coded to handle Web Socket connections. Although, Web Socket provides a clean, dedicated solution for persistent connections, many devices in use are not compatible with Web Socket connections. Thus, if application 104 running on first communication device 102 is compatible with WebSocket connections, second communication device 108 will establish a WebSocket based persistent connection with first communication device 102 (Step 414). If application 104 running on first communication device 102 is not compatible with WebSocket connections, then second communication device 108 may check for other compatible connection types.
The second communication device 108 may also check whether the identified browser supports EventSource (i.e., server-sent events) connections (Step 408). An EventSource connection also enables a server to push communications to a client, thus enabling bi-directional communication. EventSource connections may be compatible with a different list of browsers and devices than WebSocket connections. Thus, if application 104 running on first communication device 102 is compatible with EventSource, second communication device 108 will establish an EventSource based persistent connection with first communication device 102 (Step 416). If application 104 running on first communication device 102 is not compatible with EventSource connections, then second communication device 108 may check for other compatible connection types.
The second communication device 108 may then check whether the identified browser supports forever frame connections (Step 410). A forever frame connection is another technique to enable a server to push communications to a client, thus enabling bi-directional communication. The forever frame connection may be established by creating a hidden iframe element in a browser and establishing a connection inside the hidden frame. A forever frame connection may be compatible with a different list of browsers and devices than Web Socket and EventSource connections. Thus, if application 104 running on first communication device 102 is compatible with forever framing, second communication device 108 will establish a forever-frame-based persistent connection with first communication device 102 (Step 418). If application 104 running on first communication device 102 is not compatible with forever frame connections, then second communication device 108 may check for other compatible connection types.
In various embodiments, additional preferred techniques may be incorporated into the checks to see which connection technique second communication device 108 will use to establish a persistent connection. To that end, second communication device may check whether the identified browser supports another preferred connection technique (Step 412). If application 104 running on first communication device 102 is compatible with a preferred connection technique, second communication device 108 will establish a persistent connection with first communication device 102 using the preferred technique (Step 420). If application 104 running on first communication device 102 is not compatible with a preferred connection technique, then second communication device 108 may use the default connection. The default connection as illustrated in
With brief reference to
After the connection is established, applications running on first communication device 102 and second communication device 108 may communicate using a web API over the established, persistent connection. Application 104 sends an API request 506 to second application 106. Second application 106 may locally execute a function corresponding to the API request 506 and then return corresponding data 508. The time period P1 from sending the API request 506 to returning corresponding data 508 may be approximately 12 ms, for example. If the connection were closed within 10 ms after returning corresponding data 508 then the overhead for a single API communication between application 104 and second application 106 would be P0+P1+10 ms. However, because a persistent connection has been established (as illustrated in
Second communication device 108 running application 106 may then push information 510 to application 104 over the established, persistent connection as information 510 becomes available. For example, application 104 may be a text-based chat application that sends and receives chat messages through second application 106. Information 510 may indicate that a user is typing a chat message directed to application 104. Second application 106 may provide information 510 to application 104 so that application 104 can display an indicator that the user is typing a message. Information 510 is passed to application 104 without application 104 directly requesting information 510. In that regard, API communication system 500 may eliminate the overhead that application 104 would otherwise incur to receive information 510 because application 104 can simply listen on an established, persistent connection rather than repeatedly establishing a new connection (incurring connection overhead time period P0 each time) to request information 510.
Application 104 may then send a second API request 512 to second application 106 using API communication system 500 with an established, persistent connection. Application 104 may send second API request 512 without establishing a new connection (and without incurring overhead time period P0 for establishing a connection). Second application 106 may process second API request 512 and return results 514 after time period P2. Time period P2 may have duration of approximately 14 ms, for example. The connection may remain open during period P4, while waiting for further communication between application 104 and second application 106. Second communication device 108 may send a request 516 to application 104 for information over the established connection. In that regard, a server may communicate with a client by directly requesting information from the client. The client may then provide the requested information 518 to the server after period P3. Information requested by second communication device 108 might be geographic location or local time, for example. The persistent connection (as described with reference to
In various embodiments, the methods described herein are implemented using the various particular machines described herein. The methods described herein may be implemented using the below particular machines, and those hereinafter developed, in any suitable combination, as would be appreciated immediately by one skilled in the art. Further, as is unambiguous from this disclosure, the methods described herein may result in various transformations of certain articles.
For the sake of brevity, conventional data networking, application development and other functional aspects of the systems (and components of the individual operating components of the systems) may not be described in detail herein. Furthermore, the connecting lines shown in the various figures contained herein are intended to represent exemplary functional relationships and/or physical couplings between the various elements. It should be noted that many alternative or additional functional relationships or physical connections may be present in a practical system.
The various system components discussed herein may include one or more of the following: a host server or other computing systems including a processor for processing digital data; a memory coupled to the processor for storing digital data; an input digitizer coupled to the processor for inputting digital data; an application program stored in the memory and accessible by the processor for directing processing of digital data by the processor; a display device coupled to the processor and memory for displaying information derived from digital data processed by the processor; and a plurality of databases. Various databases used herein may include connection data and/or like data useful in the operation of the system. As those skilled in the art will appreciate, user computer may include an operating system (e.g., Windows NT, Windows 95/98/2000, Windows XP, Windows Vista, Windows 7, Windows 8, OS2, UNIX, Linux, Solaris, MacOS, etc.) as well as various conventional support software and drivers typically associated with computers.
The present system or any part(s) or function(s) thereof may be implemented using hardware, software or a combination thereof and may be implemented in one or more computer systems or other processing systems. However, the manipulations performed by embodiments were often referred to in terms, such as matching or selecting, which are commonly associated with mental operations performed by a human operator. No such capability of a human operator is necessary, or desirable in most cases, in any of the operations described herein. Rather, the operations may be machine operations. Useful machines for performing the various embodiments include general purpose digital computers or similar devices.
In fact, in various embodiments, the embodiments are directed toward one or more computer systems capable of carrying out the functionality described herein. The computer system includes one or more processors. The processor is connected to a communication infrastructure (e.g., a communications bus, cross over bar, or network). Various software embodiments are described in terms of this exemplary computer system. After reading this description, it will become apparent to a person skilled in the relevant art(s) how to implement various embodiments using other computer systems and/or architectures. Computer system can include a display interface that forwards graphics, text, and other data from the communication infrastructure (or from a frame buffer not shown) for display on a display unit.
Computer system also includes a main memory, such as for example random access memory (RAM), and may also include a secondary memory. The secondary memory may include, for example, a hard disk drive and/or a removable storage drive, representing a floppy disk drive, a magnetic tape drive, an optical disk drive, etc. The removable storage drive reads from and/or writes to a removable storage unit in a well-known manner. Removable storage unit represents a floppy disk, magnetic tape, optical disk, solid state disk, etc. which is read by and written to by removable storage drive. As will be appreciated, the removable storage unit includes a computer usable storage medium having stored therein computer software and/or data.
In various embodiments, secondary memory may include other similar devices for allowing computer programs or other instructions to be loaded into computer system. Such devices may include, for example, a removable storage unit and an interface. Examples of such may include a program cartridge and cartridge interface (such as that found in video game devices), a removable memory chip (such as an erasable programmable read only memory (EPROM), or programmable read only memory (PROM)) and associated socket, and other removable storage units and interfaces, which allow software and data to be transferred from the removable storage unit to computer system.
Computer system may also include a communications interface. Communications interface allows software and data to be transferred between computer system and external devices. Examples of communications interface may include a modem, a network interface (such as an Ethernet card), a communications port, a Personal Computer Memory Card International Association (PCMCIA) slot and card, etc. Software and data transferred via communications interface are in the form of signals which may be electronic, electromagnetic, optical or other signals capable of being received by communications interface. These signals are provided to communications interface via a communications path (e.g., channel). This channel carries signals and may be implemented using wire, cable, fiber optics, a telephone line, a cellular link, a radio frequency (RF) link, wireless and other communications channels.
The terms “computer program medium” and “computer usable medium” are used to generally refer to media such as removable storage drive and a hard disk installed in hard disk drive. These computer program products provide software to computer system.
Computer programs (also referred to as computer control logic) are stored in main memory and/or secondary memory. Computer programs may also be received via communications interface. Such computer programs, when executed, enable the computer system to perform the features as discussed herein. In particular, the computer programs, when executed, enable the processor to perform the features of various embodiments. Accordingly, such computer programs represent controllers of the computer system.
In various embodiments, software may be stored in a computer program product and loaded into computer system using removable storage drive, hard disk drive or communications interface. The control logic (software), when executed by the processor, causes the processor to perform the functions of various embodiments as described herein. In various embodiments, hardware components such as application specific integrated circuits (ASICs). Implementation of the hardware state machine so as to perform the functions described herein will be apparent to persons skilled in the relevant art(s).
In various embodiments, the server may include application servers (e.g. WEB SPHERE, WEB LOGIC, JBOSS). In various embodiments, the server may include web servers (e.g. APACHE, IIS, GWS, SUN JAVA SYSTEM WEB SERVER).
As those skilled in the art will appreciate, a device may include but is not limited to an operating system as well as various conventional support software and drivers typically associated with computers. A device may include but is not limited to any suitable personal computer, network computer, workstation, personal digital assistant, cellular phone, smart phone, minicomputer, mainframe or the like. A device can be in a home or business environment with access to a network. In various embodiments, access is through a network or the Internet through a commercially available web-browser software package. A device may implement security protocols such as Secure Sockets Layer (SSL) and Transport Layer Security (TLS). A device may implement several application layer protocols including http, https, ftp, and sftp.
In various embodiments, components, modules, and/or engines of system 100 may be implemented as micro-applications or micro-apps. Micro-apps are typically deployed in the context of a mobile operating system, including for example, a Palm mobile operating system, a Windows mobile operating system, an Android Operating System, Apple iOS, a Blackberry operating system and the like. The micro-app may be configured to leverage the resources of the larger operating system and associated hardware via a set of predetermined rules which govern the operations of various operating systems and hardware resources. For example, where a micro-app desires to communicate with a device or network other than the mobile device or mobile operating system, the micro-app may leverage the communication protocol of the operating system and associated device hardware under the predetermined rules of the mobile operating system. Moreover, where the micro-app desires an input from a user, the micro-app may be configured to request a response from the operating system which monitors various hardware components and then communicates a detected input from the hardware to the micro-app.
“Cloud” or “Cloud computing” includes a model for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g., networks, servers, storage, applications, and services) that can be rapidly provisioned and released with minimal management effort or service provider interaction. Cloud computing may include location-independent computing, whereby shared servers provide resources, software, and data to computers and other devices on demand. For more information regarding cloud computing, see the NIST's (National Institute of Standards and Technology) definition of cloud computing at http://csrc.nist.gov/groups/SNS/cloud-computing/cloud-def-v15.doc (last visited Feb. 4, 2011), which is hereby incorporated by reference in its entirety.
As used herein, “transmit” may include sending electronic data from one system component to another. Additionally, as used herein, “data” may include encompassing information such as commands, queries, files, data for storage, and the like in digital or any other form.
The system contemplates uses in association with web services, utility computing, pervasive and individualized computing, security and identity solutions, autonomic computing, cloud computing, commodity computing, mobility and wireless solutions, open source, biometrics, grid computing and/or mesh computing.
The computers discussed herein may provide a suitable website or other Internet-based graphical user interface which is accessible by users. In various embodiments, the Microsoft Internet Information Server (IIS), Microsoft Transaction Server (MTS), and Microsoft SQL Server, are used in conjunction with the Microsoft operating system, Microsoft NT web server software, a Microsoft SQL Server database system, and a Microsoft Commerce Server. Additionally, components such as Access or Microsoft SQL Server, Oracle, Sybase, Informix MySQL, Interbase, etc., may be used to provide an Active Data Object (ADO) compliant database management system. In various embodiments, the Apache web server is used in conjunction with a Linux operating system, a MySQL database, and the Perl, PHP, and/or Python programming languages.
Any of the communications, inputs, storage, databases or displays discussed herein may be facilitated through a website having web pages. The term “web page” as it is used herein is not meant to limit the type of documents and applications that might be used to interact with the user. For example, a typical web site might include, in addition to standard HTML documents, various forms, Java applets, JavaScript, active server pages (ASP), common gateway interface scripts (CGI), extensible markup language (XML), dynamic HTML, cascading style sheets (CSS), AJAX (Asynchronous Javascript And XML), helper applications, plug-ins, and the like. A server may include a web service that receives a request from a web server, the request including a URL (http://yahoo.com/stockquotes/ge) and an IP address (123.56.789.234). The web server retrieves the appropriate web pages and sends the data or applications for the web pages to the IP address. Web services are applications that are capable of interacting with other applications over a communications means, such as the internet. Web services are typically based on standards or protocols such as XML, SOAP, AJAX, WSDL and UDDI. Web services methods are well known in the art, and are covered in many standard texts. See, e.g., ALEX NGHIEM, IT WEB SERVICES: A ROADMAP FOR THE ENTERPRISE (2003), hereby incorporated by reference.
Practitioners will also appreciate that there are a number of methods for displaying data within a browser-based document. Data may be represented as standard text or within a fixed list, scrollable list, drop-down list, editable text field, fixed text field, pop-up window, and the like. Likewise, there are a number of methods available for modifying data in a web page such as, for example, free text entry using a keyboard, selection of menu items, check boxes, option boxes, and the like.
The system and method may be described herein in terms of functional block components, screen shots, optional selections and various processing steps. It should be appreciated that such functional blocks may be realized by any number of hardware and/or software components configured to perform the specified functions. For example, the system may employ various integrated circuit components, e.g., memory elements, processing elements, logic elements, look-up tables, and the like, which may carry out a variety of functions under the control of one or more microprocessors or other control devices. Similarly, the software elements of the system may be implemented with any programming or scripting language such as C, C++, C#, Java, JavaScript, VBScript, Macromedia Cold Fusion, COBOL, Microsoft Active Server Pages, assembly, PERL, PHP, awk, Python, Visual Basic, SQL Stored Procedures, PL/SQL, any UNIX shell script, and extensible markup language (XML) with the various algorithms being implemented with any combination of data structures, objects, processes, routines or other programming elements. Further, it should be noted that the system may employ any number of conventional techniques for data transmission, signaling, data processing, network control, and the like. Still further, the system could be used to detect or prevent security issues with a client-side scripting language, such as JavaScript, VBScript or the like. For a basic introduction of cryptography and network security, see any of the following references: (1) “Applied Cryptography: Protocols, Algorithms, And Source Code In C,” by Bruce Schneier, published by John Wiley & Sons (second edition, 1995); (2) “Java Cryptography” by Jonathan Knudson, published by O'Reilly & Associates (1998); (3) “Cryptography & Network Security: Principles & Practice” by William Stallings, published by Prentice Hall; all of which are hereby incorporated by reference.
As will be appreciated by one of ordinary skill in the art, the system may be embodied as a customization of an existing system, an add-on product, a processing apparatus executing upgraded software, a standalone system, a distributed system, a method, a data processing system, a device for data processing, and/or a computer program product. Accordingly, any portion of the system or a module may take the form of a processing apparatus executing code, an internet based embodiment, an entirely hardware embodiment, or an embodiment combining aspects of the internet, software and hardware. Furthermore, the system may take the form of a computer program product on a computer-readable storage medium having computer-readable program code means embodied in the storage medium. Any suitable computer-readable storage medium may be utilized, including hard disks, CD-ROM, optical storage devices, magnetic storage devices, solid state storage devices, and/or the like.
The system and method is described herein with reference to screen shots, block diagrams and flowchart illustrations of methods, apparatus (e.g., systems), and computer program products according to various embodiments. It will be understood that each functional block of the block diagrams and the flowchart illustrations, and combinations of functional blocks in the block diagrams and flowchart illustrations, respectively, can be implemented by computer program instructions.
These computer program instructions may be loaded onto a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions that execute on the computer or other programmable data processing apparatus create means for implementing the functions specified in the flowchart block or blocks. These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart block or blocks. The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer-implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart block or blocks.
Accordingly, functional blocks of the block diagrams and flowchart illustrations support combinations of means for performing the specified functions, combinations of steps for performing the specified functions, and program instruction means for performing the specified functions. It will also be understood that each functional block of the block diagrams and flowchart illustrations, and combinations of functional blocks in the block diagrams and flowchart illustrations, can be implemented by either special purpose hardware-based computer systems which perform the specified functions or steps, or suitable combinations of special purpose hardware and computer instructions. Further, illustrations of the process flows and the descriptions thereof may make reference to user windows, webpages, websites, web forms, prompts, etc. Practitioners will appreciate that the illustrated steps described herein may comprise in any number of configurations including the use of windows, webpages, web forms, popup windows, prompts and the like. It should be further appreciated that the multiple steps as illustrated and described may be combined into single webpages and/or windows but have been expanded for the sake of simplicity. In other cases, steps illustrated and described as single process steps may be separated into multiple webpages and/or windows but have been combined for simplicity.
The term “non-transitory” is to be understood to remove only propagating transitory signals per se from the claim scope and does not relinquish rights to all standard computer-readable media that are not only propagating transitory signals per se. Stated another way, the meaning of the term “non-transitory computer-readable medium” and “non-transitory computer-readable storage medium” should be construed to exclude only those types of transitory computer-readable media which were found in In Re Nuijten to fall outside the scope of patentable subject matter under 35 U.S.C. § 101.
Benefits, other advantages, and solutions to problems have been described herein with regard to specific embodiments. However, the benefits, advantages, solutions to problems, and any elements that may cause any benefit, advantage, or solution to occur or become more pronounced are not to be construed as critical, required, or essential features or elements of the disclosure. Reference to an element in the singular is not intended to mean “one and only one” unless explicitly so stated, but rather “one or more.” Moreover, where a phrase similar to ‘at least one of A, B, and C’ or ‘at least one of A, B, or C’ is used in the claims or specification, it is intended that the phrase be interpreted to mean that A alone may be present in an embodiment, B alone may be present in an embodiment, C alone may be present in an embodiment, or that any combination of the elements A, B and C may be present in a single embodiment; for example, A and B, A and C, B and C, or A and B and C.
Although the disclosure includes a method, it is contemplated that it may be embodied as computer program instructions on a tangible computer-readable carrier, such as a magnetic or optical memory or a magnetic or optical disk. All structural, chemical, and functional equivalents to the elements of the above-described exemplary embodiments that are known to those of ordinary skill in the art are expressly incorporated herein by reference and are intended to be encompassed by the present claims. Moreover, it is not necessary for a device or method to address each and every problem sought to be solved by the present disclosure, for it to be encompassed by the present claims. Furthermore, no element, component, or method step in the present disclosure is intended to be dedicated to the public regardless of whether the element, component, or method step is explicitly recited in the claims. No claim element herein is to be construed under the provisions of 35 U.S.C. 112(f) unless the element is expressly recited using the phrase “means for.” As used herein, the terms “comprises”, “comprising”, or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus.
This Non-Provisional Patent Application claims priority to U.S. Provisional Patent Application Ser. No. 62/131,619, entitled “SYSTEMS AND METHODS FOR WEB API COMMUNICATION,” and filed Mar. 11, 2015, which is incorporated herein by reference in its entirety.
Number | Name | Date | Kind |
---|---|---|---|
5303388 | Kreitman | Apr 1994 | A |
5664228 | Mital | Sep 1997 | A |
5678015 | Goh | Oct 1997 | A |
5689287 | Mackinlay | Nov 1997 | A |
5729471 | Jain | Mar 1998 | A |
5956038 | Rekimoto | Sep 1999 | A |
5963215 | Rosenzweig | Oct 1999 | A |
6002403 | Sugiyama | Dec 1999 | A |
6008809 | Brooks | Dec 1999 | A |
6029183 | Jenkins | Feb 2000 | A |
6489932 | Chitturi | Dec 2002 | B1 |
6497367 | Conzola et al. | Dec 2002 | B2 |
6581068 | Bensoussan | Jun 2003 | B1 |
6597358 | Miller | Jul 2003 | B2 |
6710788 | Freach et al. | Mar 2004 | B1 |
6922815 | Rosen | Jul 2005 | B2 |
6938218 | Rosen | Aug 2005 | B1 |
7054963 | Betts-Lacroix | May 2006 | B2 |
7134095 | Smith | Nov 2006 | B1 |
7149836 | Yu | Dec 2006 | B2 |
7216305 | Jaeger | May 2007 | B1 |
7428702 | Cervantes et al. | Sep 2008 | B1 |
7480872 | Ubillos | Jan 2009 | B1 |
7516484 | Arnouse | Apr 2009 | B1 |
7533408 | Arnouse | May 2009 | B1 |
7725839 | Michaels | May 2010 | B2 |
7761813 | Kim | Jul 2010 | B2 |
D654931 | Lemelman | Feb 2012 | S |
8111255 | Park | Feb 2012 | B2 |
8117563 | Ok | Feb 2012 | B2 |
8264488 | Ueno | Sep 2012 | B2 |
8386686 | Lin | Feb 2013 | B2 |
8390255 | Fathollahi | Mar 2013 | B1 |
8405502 | Teague | Mar 2013 | B2 |
8497859 | Hickman et al. | Jul 2013 | B1 |
8510680 | Kang | Aug 2013 | B2 |
8614885 | Solomon | Dec 2013 | B2 |
8699218 | Xu | Apr 2014 | B2 |
8745535 | Chaudhri | Jun 2014 | B2 |
8810430 | Proud | Aug 2014 | B2 |
8935438 | Ivanchenko | Jan 2015 | B1 |
9047050 | Medica | Jun 2015 | B2 |
9178976 | Djordjevic | Nov 2015 | B2 |
9247303 | Phang | Jan 2016 | B2 |
9288295 | Ivanovski | Mar 2016 | B2 |
9360991 | Celebisoy | Jun 2016 | B2 |
9378588 | Song | Jun 2016 | B2 |
9390082 | Stolte et al. | Jul 2016 | B1 |
9405435 | Hendricks | Aug 2016 | B2 |
9437038 | Costello | Sep 2016 | B1 |
9495375 | Huang | Nov 2016 | B2 |
9684887 | Majeti et al. | Jun 2017 | B2 |
9886229 | Christmas | Feb 2018 | B2 |
20010028369 | Gallo et al. | Oct 2001 | A1 |
20010044578 | Ben-Haim | Nov 2001 | A1 |
20020085681 | Jensen | Jul 2002 | A1 |
20020105529 | Bowser et al. | Aug 2002 | A1 |
20020105551 | Kamen | Aug 2002 | A1 |
20030074529 | Crohas | Apr 2003 | A1 |
20030126335 | Silvester | Jul 2003 | A1 |
20030131050 | Vincent | Jul 2003 | A1 |
20030142136 | Carter | Jul 2003 | A1 |
20040088280 | Koh et al. | May 2004 | A1 |
20040104932 | Brebner | Jun 2004 | A1 |
20040205091 | Mulcahy | Oct 2004 | A1 |
20050005246 | Card | Jan 2005 | A1 |
20050097008 | Ehring | May 2005 | A1 |
20050185364 | Bell | Aug 2005 | A1 |
20050224589 | Park et al. | Oct 2005 | A1 |
20060090122 | Pyhalammi et al. | Apr 2006 | A1 |
20060239375 | Kim et al. | Oct 2006 | A1 |
20060294386 | Yuval et al. | Dec 2006 | A1 |
20070050778 | Lee | Mar 2007 | A1 |
20070120846 | Ok et al. | May 2007 | A1 |
20070130541 | Louch | Jun 2007 | A1 |
20070158408 | Wang et al. | Jul 2007 | A1 |
20070160198 | Orsini et al. | Jul 2007 | A1 |
20070168614 | Jianjun et al. | Jul 2007 | A1 |
20070273675 | Wangler | Nov 2007 | A1 |
20070279852 | Daniel et al. | Dec 2007 | A1 |
20070282601 | Li | Dec 2007 | A1 |
20080024976 | Hardson et al. | Jan 2008 | A1 |
20080069358 | Yang | Mar 2008 | A1 |
20080181141 | Krantz | Jul 2008 | A1 |
20080186305 | Carter | Aug 2008 | A1 |
20080222238 | Ivanov | Sep 2008 | A1 |
20080223890 | Tecchiolli et al. | Sep 2008 | A1 |
20080235629 | Porter et al. | Sep 2008 | A1 |
20080241809 | Ashmore | Oct 2008 | A1 |
20080250179 | Moon | Oct 2008 | A1 |
20080305738 | Khedouri et al. | Dec 2008 | A1 |
20080313450 | Rosenberg | Dec 2008 | A1 |
20080317068 | Sagar | Dec 2008 | A1 |
20090009605 | Ortiz | Jan 2009 | A1 |
20090116445 | Samar et al. | May 2009 | A1 |
20090144653 | Ubilos | Jun 2009 | A1 |
20090239468 | He | Sep 2009 | A1 |
20090240598 | Kargman | Dec 2009 | A1 |
20090300025 | Rothschild et al. | Dec 2009 | A1 |
20100001168 | Yong et al. | Jan 2010 | A1 |
20100020035 | Ryu et al. | Jan 2010 | A1 |
20100078343 | Hoellwarth | Apr 2010 | A1 |
20100088634 | Akira et al. | Apr 2010 | A1 |
20100093412 | Serra | Apr 2010 | A1 |
20100122207 | Kim et al. | May 2010 | A1 |
20100169639 | Jeffries | Jul 2010 | A1 |
20100169836 | Stallings | Jul 2010 | A1 |
20100225735 | Shaffer | Sep 2010 | A1 |
20100238089 | Massand | Sep 2010 | A1 |
20100256624 | Brannon | Oct 2010 | A1 |
20100268929 | Fumiyoshi | Oct 2010 | A1 |
20100309228 | Mattos et al. | Dec 2010 | A1 |
20100313154 | Choi et al. | Dec 2010 | A1 |
20100315417 | Cho et al. | Dec 2010 | A1 |
20110051642 | Krishnaswamy | Mar 2011 | A1 |
20110063211 | Hoerl et al. | Mar 2011 | A1 |
20110090534 | Terao et al. | Apr 2011 | A1 |
20110107269 | Chiu et al. | May 2011 | A1 |
20110113251 | Lu et al. | May 2011 | A1 |
20110131660 | Claessen et al. | Jun 2011 | A1 |
20110134110 | Song et al. | Jun 2011 | A1 |
20110179368 | King et al. | Jul 2011 | A1 |
20110283208 | Gallo | Nov 2011 | A1 |
20110294474 | Barany et al. | Dec 2011 | A1 |
20110296339 | Kang et al. | Dec 2011 | A1 |
20110310100 | Adimatyam et al. | Dec 2011 | A1 |
20120011200 | Zhang et al. | Jan 2012 | A1 |
20120047517 | Townsend et al. | Feb 2012 | A1 |
20120128172 | Alden | May 2012 | A1 |
20120155510 | Hirsch et al. | Jun 2012 | A1 |
20120166953 | Affronti et al. | Jun 2012 | A1 |
20120194976 | Golko et al. | Aug 2012 | A1 |
20120200567 | Mandel | Aug 2012 | A1 |
20120209630 | Ihm et al. | Aug 2012 | A1 |
20120260218 | Bawel | Oct 2012 | A1 |
20120267432 | Kuttuva | Oct 2012 | A1 |
20120282858 | Gill et al. | Nov 2012 | A1 |
20120293509 | Barnsley | Nov 2012 | A1 |
20130073692 | Isaza | Mar 2013 | A1 |
20130077529 | Lueckenhoff et al. | Mar 2013 | A1 |
20130080541 | Herbert | Mar 2013 | A1 |
20130097239 | Brown et al. | Apr 2013 | A1 |
20130125000 | Fleischhauer | May 2013 | A1 |
20130159080 | Wu et al. | Jun 2013 | A1 |
20130159178 | Colon et al. | Jun 2013 | A1 |
20130163195 | Pelletier | Jun 2013 | A1 |
20130201176 | Lee | Aug 2013 | A1 |
20130205277 | Seven et al. | Aug 2013 | A1 |
20130219479 | Desoto et al. | Aug 2013 | A1 |
20130235037 | Baldwin | Sep 2013 | A1 |
20130238711 | Lashkari et al. | Sep 2013 | A1 |
20130256403 | Mackinnon | Oct 2013 | A1 |
20130266065 | Paczkowski | Oct 2013 | A1 |
20130268802 | Ito et al. | Oct 2013 | A1 |
20130272196 | Li | Oct 2013 | A1 |
20130273983 | Hsu | Oct 2013 | A1 |
20130300740 | Snyder | Nov 2013 | A1 |
20130303160 | Fong | Nov 2013 | A1 |
20130317835 | Matthew | Nov 2013 | A1 |
20140012913 | Varoglu et al. | Jan 2014 | A1 |
20140026204 | Buntinx et al. | Jan 2014 | A1 |
20140039804 | Park et al. | Feb 2014 | A1 |
20140040777 | Jones | Feb 2014 | A1 |
20140055822 | Hannaway et al. | Feb 2014 | A1 |
20140078136 | Sohn | Mar 2014 | A1 |
20140082547 | Ding | Mar 2014 | A1 |
20140106677 | Altman | Apr 2014 | A1 |
20140132594 | Gharpure | May 2014 | A1 |
20140132736 | Chang | May 2014 | A1 |
20140141713 | Shirinfar | May 2014 | A1 |
20140156725 | Mandyam | Jun 2014 | A1 |
20140189532 | Sivaraman et al. | Jul 2014 | A1 |
20140207657 | Gacs et al. | Jul 2014 | A1 |
20140232817 | Jones | Aug 2014 | A1 |
20140258938 | Christmas | Sep 2014 | A1 |
20140337640 | Sharma | Nov 2014 | A1 |
20140351181 | Canoy et al. | Nov 2014 | A1 |
20150009531 | Kawaguchi | Jan 2015 | A1 |
20150012617 | Park et al. | Jan 2015 | A1 |
20150019628 | Li | Jan 2015 | A1 |
20150095777 | Lim | Apr 2015 | A1 |
20150101018 | Forte | Apr 2015 | A1 |
20150106837 | Li | Apr 2015 | A1 |
20150145889 | Hanai | May 2015 | A1 |
20150271271 | Bullotta | Sep 2015 | A1 |
20150271299 | Bullotta | Sep 2015 | A1 |
20150281439 | Dudai | Oct 2015 | A1 |
20150339867 | Amon | Nov 2015 | A1 |
20150367230 | Bradford | Dec 2015 | A1 |
20150382169 | Burba | Dec 2015 | A1 |
20160037055 | Waddington | Feb 2016 | A1 |
20160100279 | Christmas et al. | Apr 2016 | A1 |
20160134941 | Selvaraj | May 2016 | A1 |
20160162244 | Christmas | Jun 2016 | A1 |
20160188468 | Rao | Jun 2016 | A1 |
20160226730 | Schumacher | Aug 2016 | A1 |
20160260319 | Jeffery | Sep 2016 | A1 |
20170160992 | Christmas | Jun 2017 | A1 |
20170371378 | Christmas | Dec 2017 | A1 |
20180146378 | Christmas | May 2018 | A1 |
Number | Date | Country |
---|---|---|
1881164 | Dec 2006 | CN |
102591571 | Jul 2012 | CN |
103546181 | Jan 2014 | CN |
0800144 | Oct 1997 | EP |
1168769 | Feb 2002 | EP |
1761048 | Mar 2007 | EP |
1806649 | Jul 2007 | EP |
2018098313 | May 2018 | GB |
09-091155 | Apr 1997 | JP |
2007-049606 | Feb 2007 | JP |
2010-535351 | Nov 2010 | JP |
2011-134159 | Jul 2011 | JP |
2011-147136 | Jul 2011 | JP |
2011-248489 | Dec 2011 | JP |
10-20100056594 | May 2010 | KR |
10-20120092487 | Aug 2012 | KR |
201214150 | Apr 2012 | TW |
201320681 | May 2013 | TW |
201349811 | Dec 2013 | TW |
2000033545 | Jun 2000 | WO |
WO 2005050393 | Jun 2005 | WO |
WO 2006107324 | Oct 2006 | WO |
WO 2006125027 | Nov 2006 | WO |
2007076494 | Jul 2007 | WO |
2007103908 | Sep 2007 | WO |
2008090902 | Jul 2008 | WO |
WO 2009016612 | Feb 2009 | WO |
WO 2010018551 | Aug 2010 | WO |
2012087847 | Jun 2012 | WO |
2014012486 | Jan 2014 | WO |
WO 2014016622 | Jan 2014 | WO |
2014085502 | Jun 2014 | WO |
2014138187 | Sep 2014 | WO |
2014151925 | Sep 2014 | WO |
WO 2014141235 | Sep 2014 | WO |
2015048684 | Apr 2015 | WO |
2015112506 | Jul 2015 | WO |
2016007780 | Jan 2016 | WO |
2016057091 | Apr 2016 | WO |
2016145126 | Sep 2016 | WO |
2017096245 | Jun 2017 | WO |
Entry |
---|
USPTO; Office Action dated Oct. 6, 2016 in U.S. Appl. No. 14/197,517. |
USPTO; Final Office Action dated Oct. 26, 2016 in U.S. Appl. No. 14/500,363. |
USPTO; Final Office Action dated Oct. 11, 2016 in U.S. Appl. No. 14/709,231. |
USPTO; Notice of Allowance dated Oct. 14, 2016 in U.S. Appl. No. 14/164,919. |
USPTO; Final Office Action dated Dec. 20, 2016 in U.S. Appl. No. 14/745,100. |
USPTO; Office Action dated Nov. 25, 2016 in U.S. Appl. No. 14/795,210. |
USPTO; Office Action dated Apr. 7, 2017 in U.S. Appl. No. 14/500,363. |
USPTO; Office Action dated Apr. 14, 2017 in U.S. Appl. No. 14/905,639. |
USPTO; Office Action dated Apr. 6, 2017 in U.S. Appl. No. 14/709,231. |
USPTO; Office Action dated May 4, 2017 in U.S. Appl. No. 14/745,100. |
USPTO; Final Office Action dated Jun. 30, 2017 in U.S. Appl. No. 14/197,517. |
USPTO; Final Office Action dated Aug. 17, 2017 in U.S. Appl. No. 14/795,210. |
USPTO; Notice of Allowance dated Oct. 11, 2017 in U.S. Appl. No. 14/905,639. |
USPTO; Final Office Action dated Sep. 25, 2017 in U.S. Appl. No. 14/500,363. |
USPTO; Final Office action dated Sep. 29, 2017 in U.S. Appl. No. 14/709,231. |
USPTO; Office Action dated Oct. 25, 2017 in U.S. Appl. No. 15/435,884. |
USPTO; Final Office Action dated Oct. 13, 2017 in U.S. Appl. No. 14/745,100. |
EP; Supplemental Search Report dated Oct. 20, 2016 in Application Serial No. 14760041.5. |
EP; Extended Search Report dated Jan. 24, 2017 in Application Serial No. 14760041.5. |
EP; Supplemental Search Report dated Mar. 2, 2017 in Application Serial No. 14826056.5. |
EP; Extended Search Report dated Mar. 21, 2017 in Application Serial No. 14846886.1. |
MX; Examination Report dated Feb. 24, 2017 in Application Serial No. 2015/006550. |
MX; Examination Report dated Apr. 21, 2017 in Application Serial No. 2015/011314. |
JP; Examination Report dated Jul. 28, 2017 in Application Serial No. 2015-545200. |
CN; Examination Report dated Jul. 28, 2017 in Application Serial No. 20138007041.5X [Assoc did not report OA Until Sep. 27, 2017]. |
EP; Supplemental Search Report dated Mar. 2, 2017 in Application Serial No. 14826056.5 [Verify status of citing in other cases]. |
MX; 2nd Examination Report dated Oct. 24, 2017 in Application Serial No. 2015/011314. |
EP; Supplemental Search Report dated Sep. 15, 2017 in Application Serial No. 15740208.2. |
PCT; International Search Report and Written Opinion dated Mar. 20, 2017 in US/2016/064744. |
Dusk Jockeys; Dust Jockyes Android Apps dated Mar. 7, 2012, pp. 1-5. |
“Sue White:”“Wi-Fi and Bluetooth Coexistence, Electronic Compnent News, Mar. 2, 2012, pp. 1-7, XP05504386, Retrieved from Internet: URL:https://www.ecnmag.com/article/2012/03/wi-fi-andbluetooth-coexistence [retrieved on Sep. 6, 2017]”. |
PCT; International Search Report and Written Opinion dated Jul. 11, 2016 in US2016/021627. |
USPTO; Notice of Allowance dated Aug. 16, 2016 in U.S. Appl. No. 14/092,165. |
USPO; Office Action dated Oct. 8, 2015 in U.S. Appl. No. 14/092,165. |
USPTO; Office Action dated Sep. 18, 2015 in U.S. Appl. No. 14/164,919. |
USPTO; Office Action dated Apr. 5, 2016 in U.S. Appl. No. 14/500,363. |
USPTO; Final Office Action dated Jun. 3, 2016 in U.S. Appl. No. 14/092,165. |
USPTO; Final Office Action dated Apr. 26, 2016 in U.S. Appl. No. 14/164,919. |
USPTO; Office Action dated Jun. 22, 2016 in U.S. Appl. No. 14/745,100. |
USPTO; Office action dated Apr. 22, 2016 in U.S. Appl. No. 14/709,231. |
Sweden; Office Action dated Nov. 18, 2015 in Application Serial No. 1551071-2. |
EP; Supplemental Search Report dated Jun. 14, 2016 in Application Serial No. 13859205.0. |
PCT; International Search Report dated Jul. 4, 2014 in Application No. US2014/020624. |
PCT; Written Opinion dated Jul. 4, 2014 in Application No. US2014/020624. |
PCT; International Preliminary Report on Patentability dated Sep. 8, 2015 in Application No. US2014/020624. |
PCT; International Search Report dated Nov. 13, 2014 in US2014/047054. |
PCT; Written Opinion dated Nov. 13, 2014 in US2014/047054. |
PCT; International Searth Report dated Jan. 6, 2015 in US2014/058126. |
PCT; Written Opinion dated Jan. 6, 2015 in US2014/058126. |
PCT; International Search Report dated Mar. 5, 2014 in US2013042089. |
PCT; Written Opinion dated Mar. 5, 2015 in U52013/072089. |
PCT; International Preliminary Report on Patentability dated Jun. 2, 2015 in US2013072089. |
PCT; International Search Report dated Apr. 24, 2015 in US2015/012063. |
PCT; Written Opinion dated Apr. 24, 2015 in US2015/012063. |
PCT; International Search Report and Written Opinion dated Oct. 6, 2015 in US2015/036801. |
PCT; International Search Report and Written Opinion dated Nov. 2, 2015 in US2015/039797. |
PCT; International Preliminary Report on Patentability dated Apr. 14, 2016 in US2014/058126. |
Kim, Young-Gon, and Moon-Seog Jun. A design of user authentication system using QR oode identifying method. Computer Sciences and Convergence Information Technology (ICCIT), 6th. |
Application Programming Interface by David Orenstein, published Jan. 10, 2000 on Computerworld.com. |
Gerd Kortuem et al., ‘Architectural Issues in Supporting Ad-hoc Collaboration with Wearable Computers,’ In: Proceedings of the Workshop on Software Engineering for Wearable and. |
3rd party observation dated Dec. 22, 2015 against Patent Application No. 1551071-2 in Sweden. |
Revault Product Data Sheet dated Mar. 19, 2015. |
USPTO; Final Office Action dated Oct. 3, 2017 in U.S. Appl. No. 14/500,363. |
USPTO; Notice of Allowance dated Nov. 29, 2017 in U.S. Appl. No. 14/905,639. |
USPTO; Non-Final Office Action dated Dec. 12, 2017 in U.S. Appl. No. 15/367,961. |
USPTO; Notice of Allowance dated Feb. 26, 2018 in U.S. Appl. No. 14/745,100. |
USPTO; Non-Final Office Action dated Mar. 8, 2018 in U.S. Appl. No. 14/197,517. |
EP; Extended Search Report dated Sep. 17, 2015 in Application Serial No. 15740208.2. |
MX; Office Action dated Jan. 23, 2018 in Application Serial No. MX/a/2016/003798. |
TW; Office Action dated Jan. 24, 2018 in Application Serial No. 104102514. |
EP; Extended Search Report dated Apr. 9, 2018 in Application Serial No. 15848371.9. |
EP; Extended Search Report dated Apr. 24, 2018 in Application Serial No. 15819468.8. |
JP; Office Action dated Aug. 2, 2017 in Application Serial No. 2015-545200. |
JP; Office Action dated Feb. 2, 2018 in Application Serial No. 2016-S49317. |
USPTO; Notice of Allowance dated May 17, 2018 in U.S. Appl. No. 14/709,231. |
USPTO; Non-Final Office Action dated May 18, 2018 in U.S. Appl. No. 15/644,556. |
USPTO; Notice of Allowance dated May 22, 2018 in U.S. Appl. No. 15/435,884. |
CN; 2nd Examination Report dated Apr. 18, 2018 in Application Serial No. 201380070415.X. |
CN; Examination Report dated May 9, 2018 in Application Serial No. 201480023946.8. |
PCT; International Search Report and Written Opinion dated Feb. 20, 2018 in US/2017/063061 received May 31, 2018. |
Number | Date | Country | |
---|---|---|---|
20160269468 A1 | Sep 2016 | US |
Number | Date | Country | |
---|---|---|---|
62131619 | Mar 2015 | US |