US20160011864A1 - Development of Platform Independent Applications - Google Patents

Development of Platform Independent Applications Download PDF

Info

Publication number
US20160011864A1
US20160011864A1 US14/821,849 US201514821849A US2016011864A1 US 20160011864 A1 US20160011864 A1 US 20160011864A1 US 201514821849 A US201514821849 A US 201514821849A US 2016011864 A1 US2016011864 A1 US 2016011864A1
Authority
US
United States
Prior art keywords
application
client device
packages
server device
server
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
Application number
US14/821,849
Inventor
Bruno Fernandez-Ruiz
Daryl Mun-Kid Low
Martin F.N. Cooper
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Excalibur IP LLC
Altaba Inc
Original Assignee
Yahoo Inc until 2017
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US13/437,494 external-priority patent/US9235398B2/en
Application filed by Yahoo Inc until 2017 filed Critical Yahoo Inc until 2017
Priority to US14/821,849 priority Critical patent/US20160011864A1/en
Assigned to YAHOO! INC. reassignment YAHOO! INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: COOPER, MARTIN F.N., FERNANDEZ-RUIZ, Bruno, LOW, DARYL MUN-KID
Publication of US20160011864A1 publication Critical patent/US20160011864A1/en
Assigned to EXCALIBUR IP, LLC reassignment EXCALIBUR IP, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: YAHOO! INC.
Assigned to YAHOO! INC. reassignment YAHOO! INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: EXCALIBUR IP, LLC
Assigned to EXCALIBUR IP, LLC reassignment EXCALIBUR IP, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: YAHOO! INC.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/42

Definitions

  • the present disclosure relates to methods, systems and programming for developing platform independent applications. More particularly, the present disclosure is directed to methods, systems, and programming for developing applications that may be executed on any device platform.
  • the embodiments described herein relate to methods, systems, and programming for providing packages to applications.
  • a method implemented on at least one computing device each computing device having at least one processor, storage, and a communication platform connected to a network for providing packages to applications is disclosed.
  • An application that is executable on a plurality of device platforms is generated.
  • the application is deployed to a client device.
  • a package list received from the client device is analyzed to determine package dependencies-for packages on the package list.
  • the packages on the package list and dependent packages are provided based on the package dependencies to the client device.
  • the packages and dependent packages may be installed by the client device to ensure that the application is executable based on characteristics of the client device.
  • a method implemented on at least one computing device each computing device having at least one processor, storage, and a communication platform connected to a network for providing an application for execution on a plurality of device platforms is disclosed.
  • An application that is executable on a plurality of device platforms is generated. Capabilities of the client device are detected. Packages to be applied to the application are determined to ensure that the application is executable based on the capabilities of the client device. The application and the packages are deployed to the client device.
  • a method implemented on at least one computing device each computing device having at least one processor, storage, and a communication platform connected to a network for implementing server side caching of packages is disclosed.
  • a package list is received from a client device for an application that is executable on a plurality of device platforms.
  • a determination is made as to which packages from the package list are required by the client device.
  • Required packages are adaptively cached for delivery to the client device based on the determination.
  • a system for providing packages to applications may comprise an application builder for generating an application that is executable on a plurality of device platforms and deploying the application to a client device; and a package management unit for analyzing a package list received from the client device to determine package dependencies for packages on the package list, and providing the packages on the package list and dependent packages based on the package dependencies to the client device, wherein the packages and dependent packages may be installed by the client device to ensure that the application is executable based on characteristics of the client device.
  • a software product in accord with this concept, includes at least one machine-readable non-transitory medium and information carried by the medium.
  • the information carried by the medium may be executable program code data regarding parameters in association with a request or operational parameters.
  • a machine readable and non-transitory medium having information recorded thereon for providing packages to applications, where when the information is read by the machine, causes the machine to perform the steps comprising: generating an application that is executable on a plurality of device platforms; deploying the application to a client device; analyzing a package list received from the client device to determine package dependencies for packages on the package list; and providing the packages on the package list and dependent packages based on the package dependencies to the client device, wherein the packages and dependent packages may be installed by the client device to ensure that the application is executable based on characteristics of the client device.
  • FIG. 1 depicts an exemplary prior art system for developing and deploying applications to different devices.
  • FIG. 2 depicts a system for developing and deploying a single application that is interoperable with a plurality of device platforms in accordance with an embodiment of the present disclosure.
  • FIG. 3 depicts an exemplary prior art browser interaction.
  • FIG. 4 depicts an exemplary results of a browser interaction with a server browser executing an application in accordance with an embodiment of the present disclosure.
  • FIG. 5 is a high level depiction of an exemplary system 500 in which a development platform is deployed to provide development and hosting of applications that are interoperable between different device platforms and operating systems.
  • FIG. 6 is a high level depiction of an exemplary system 600 in which a development platform is employed to provide and host applications that are interoperable between different device platforms and operating systems, in accordance with an embodiment of the present disclosure.
  • FIG. 7 is a high level depiction of an exemplary system 700 in which development platform 702 directs distributed hosting of applications, in accordance with an embodiment of the present disclosure.
  • FIG. 8 is a high level depiction of an exemplary development and hosting platform in accordance with an embodiment of the present disclosure.
  • FIG. 9 depicts an exemplary application MVC architecture in accordance with an embodiment of the present disclosure.
  • FIG. 10 depicts an exemplary client-side application execution in accordance with an embodiment of the present disclosure.
  • FIG. 11 depicts an exemplary server-side application execution in accordance with an embodiment of the present disclosure.
  • FIG. 12 depicts an exemplary view of a client browser running an application at a client, and a simulated browser at a server running the same application, in accordance with an embodiment of the present disclosure.
  • FIG. 13 depicts an exemplary high level system diagram of application builder 802 , in accordance with an embodiment of the present disclosure.
  • FIG. 14 depicts an exemplary high level system diagram of package management unit 812 , in accordance with an embodiment of the present disclosure.
  • FIG. 15 depicts an exemplary high level system diagram of memory management unit 810 , in accordance with an embodiment of the present disclosure.
  • FIG. 16 depicts an exemplary high level system diagram of application hoster 816 , in accordance with an embodiment of the present disclosure.
  • FIG. 17 depicts an exemplary high level system diagram of application hoster 816 , in accordance with an embodiment of the present disclosure.
  • FIG. 18 depicts an exemplary high level system diagram of application builder 802 , in accordance with an embodiment of the present disclosure.
  • FIG. 19 depicts a flowchart of an exemplary process in which application builder 802 is utilized to develop an application, in accordance with an embodiment of the present disclosure.
  • FIG. 20 depicts a flowchart of an exemplary process in which a user 510 of a device can execute an application that is interoperable across a plurality of device platforms, in accordance with an embodiment of the present disclosure.
  • FIG. 21 depicts a flowchart of an exemplary process in which a user 510 of a device can execute an application that is interoperable across a plurality of device platforms, in accordance with an embodiment of the present disclosure.
  • FIG. 22 depicts a general computer architecture on which the present embodiments can be implemented and has a functional block diagram illustration of a computer hardware platform which includes user interface elements.
  • the present disclosure relates to methods, systems and programming developing and hosting platform independent applications. More particularly, the present disclosure is directed to methods, systems, and programming for developing applications that may be executed on any device platform.
  • the embodiments described herein provide a platform that facilitates development and hosting of applications using a cloud infrastructure.
  • the development and hosting platform may deploy applications to client devices to be run locally at the client device or at a server.
  • the deployed applications may also run off-line locally at the client device.
  • the platform provides a web application framework that allows an application to execute both at a client or browser side or at a server side.
  • application developers do not need to write different code for a server backend and a browser backend.
  • an application may run at the server side even if the client side encounters problems executing the application, because the applications all use a single code base.
  • applications may run in a hybrid runtime utilizing resources of both a client device or client browser and a server.
  • FIG. 1 depicts an exemplary prior art system for developing and deploying applications to different devices.
  • Server platform 102 is responsible for deploying different applications 104 - 1 , 104 - 2 , and 104 - 3 to different devices 106 - 1 , 106 - 2 , and 106 - 3 .
  • Each application 104 - 1 , 104 - 2 , and 104 - 3 represents a different version of the “same application that has been programmed to operate and execute specifically on a corresponding device 106 - 1 , 106 - 2 , and 106 - 3 .
  • each device requires its own corresponding application to be served to it.
  • application 104 - 1 corresponds to device 106 - 1
  • application 104 - 2 corresponds to device 106 - 2
  • application 104 - 3 corresponds to device 106 - 3 .
  • FIG. 2 depicts a system for developing and deploying a single application that is interoperable with a plurality of device platforms in accordance with an embodiment of the present disclosure.
  • Development and hosting platform 112 described in further detail in the paragraphs below, allows developers to develop a single application 114 , that may be deployed to different devices 116 - 1 , 116 - 2 , and 116 - 3 .
  • Application 114 is written in a fashion that allows application 114 to be interoperable between different devices. Thus, developers only need to develop the application once and serve it across a network to any number of devices running any type of operating system.
  • FIG. 3 depicts an exemplary prior art browser interaction
  • browser 122 displays an application having four view screens 124 - 1 - 4 .
  • Each view screen represents a part of the application that is either viewable and/or actionable in response to user input.
  • Cursor 126 shown in view screen 124 - 3 may be clicked or activated by a user. If activation of cursor 126 in view screen 124 - 3 requests a result from the application that browser 122 cannot execute, view screen 124 - 3 of browser 122 will show an error state, which is shown by browser 128 of FIG. 3 .
  • the entire application may crash or cease to operate, simply because a user may have attempted to execute an action in a view screen of the application that is not supported by either the operating system or the device in which the browser resides. For example, if clicking in view screen 124 - 3 represented an attempt to start a JavaScript application, and the browser, operating system, or device does not support JavaScript, then an error will result, such as that shown in browser 128 . Thus, a user is unable to complete their task or use the application to its full capacity.
  • FIG. 4 depicts an exemplary result of a browser interaction with a simulated server browser executing an application in accordance with an embodiment of the present disclosure.
  • Browser 122 is the same as the one shown in FIG. 3 , except in this instance, browser 122 is executing an application that has been developed to be interoperable between different device platforms and operating systems, in accordance with the embodiments of the present disclosure.
  • the main difference depicted by FIG. 4 is the result of a user interacting with cursor 126 .
  • cursor 126 When a user activates cursor 126 , even if browser 122 is unable to produce a response due to incompatibility or a problem with its operating system or device, browser 122 is able to send the user instruction representing an activation of cursor 126 to server 132 .
  • Server 132 may host or run a hosted version of the same application, and carry out the user instruction, as shown in view screen 134 of simulated browser 136 .
  • the result of the user instruction may be transmitted back to browser 122 and shown within the corresponding view screen of browser 122 .
  • browser 122 may contact server 132 to produce the desired result.
  • Server 132 may transmit a view screen showing the exact results to browser 122 so a user of browser 122 can continue using the application without realizing that the application may have suffered from compatibility issues when executed at a client browser.
  • FIG. 5 is a high level depiction of an exemplary system 500 in which a development platform is deployed to provide development and hosting of applications that are interoperable between different device platforms and operating systems, in accordance with an embodiment of the present disclosure.
  • exemplary system 500 includes users 510 , network 520 , web server 530 , content sources 560 , development platform 540 , and a database 550 .
  • Network 520 can be a single network or a combination of different networks.
  • a network may be a local area network (LAN), a wide area network (WAN), a public network, a private network, a proprietary network, a Public Telephone Switched Network (PTSN), the Internet, a wireless network, a virtual network, or any combination thereof.
  • LAN local area network
  • WAN wide area network
  • PTSN Public Telephone Switched Network
  • a network may also include various network access points, e.g., wired or wireless access points such as base stations or Internet exchange points 520 - 1 , . . . , 520 - 2 , through which a data source may connect to in order to transmit information via the network.
  • network access points e.g., wired or wireless access points such as base stations or Internet exchange points 520 - 1 , . . . , 520 - 2 , through which a data source may connect to in order to transmit information via the network.
  • Users 510 may be of different types such as users connected to the network via desktop connections ( 510 - 4 ), users connecting to the network via wireless connections such as through a laptop ( 510 - 3 ), a handheld device ( 510 - 1 ), or a built-in device in a motor vehicle ( 510 - 2 ).
  • a user may run applications provided by web server 530 , development platform 540 , or any of content sources 560 .
  • applications may be provided from web server 530 , development platform 540 , or any of content sources 560 through network 520 .
  • Once a user is running an application on their device, user may send instructions or requests via the application to web server 530 , development platform 540 , or any of content sources 560 through network 520 .
  • the application may also independently communicate with web server 530 , development platform 540 , or any of content sources 560 through network 520 as needed to ensure that the application can execute properly.
  • an application that is interoperable across different platforms and operating systems may be provided to any of users 510 by web server 530 , development platform 540 , or any of content sources 560 through network 520 .
  • the application may be developed at development platform 540 but may also be deployed through any of the aforementioned components.
  • the application may also be hosted by development platform 540 so that the entire application is executed remotely, with all results of user interactions with the application provided to the users 510 .
  • the content sources 560 include multiple content sources 560 - 1 , 560 - 2 , . . . , 560 - 3 .
  • a content source may correspond to a web page host corresponding to an entity, whether an individual, a business, or an organization such as the USPTO represented by USPTO.gov, a content provider such as Yahoo.com, or a content feed source. It is understood that any of these content sources may store and host applications that have been developed using development platform 540 in accordance with an embodiment of the present disclosure.
  • a content source may also include, for example, an application store that provides applications to personal computers, laptops, or mobile devices.
  • Web server 530 and development platform 540 may access information from any of content sources 560 and rely on such information to respond to application requests and vice versa.
  • Development platform 540 may also access additional information, via network 520 , stored in database 550 , which may contain modules and/or application tools for developing applications.
  • an application is developed at development platform 540 .
  • the application is developed such that the application is interoperable across different device platforms and operating systems. Additionally, the application is developed such that if the application is one requiring a hybrid client device and server runtime, the application may execute on its own at a client or user device independent of the device's connection to a server over a network.
  • the application is also developed so that it may adaptively utilize the resources of a server if a server is better suited to execute certain aspects of the application or the entire application.
  • the application is developed so that it may be hosted completely at a server, which simply provides response to application user input to a user or client device, while the server carries out all instructions and requests received by the application via user input.
  • the application need only be developed once and the same application may be deployed across network 520 to any of users 510 .
  • the application may be deployed to users 510 from any of web server 530 , development platform 540 , or content sources 560 .
  • the application is deployed to user 510 - 1 using a mobile device. If, for example, user 510 - 1 of the mobile device enters an area of limited or no mobile broadband connectivity, the application is able to continue executing even though the application cannot establish a connection with a web server or content source from which it is deployed.
  • the application is deployed to user 510 - 3 using a laptop that is incompatible with the application because the laptop is not capable of supporting JavaScript.
  • development platform 540 from which the application is deployed, may host the application and carry out any requests of user 510 - 3 at their laptop.
  • Development platform 540 provides user 510 - 3 responses to user inputs of the application that is viewable and actionable by user 510 - 3 so that user 510 - 3 does not notice any difference or suffer any consequence from their laptop being incompatible with the application.
  • FIG. 6 is a high level depiction of an exemplary system 600 in which a development platform is deployed to provide development and hosting of applications that are interoperable between different device platforms and operating systems, in accordance with an embodiment of the present disclosure.
  • development platform 540 serves as a backend system of web server 530 . All communication to and from development platform 540 are sent and received through web server 530 .
  • FIG. 7 is a high level depiction of an exemplary system 700 in which development platform 702 directs distributed hosting of applications, in accordance with an embodiment of the present disclosure.
  • Development platform 702 is a platform that may be used to develop applications that are interoperable across different device platforms.
  • Applications developed by development platform 702 may be deployed to any of servers 704 , which then host the applications that are eventually distributed for use by devices 706 over network 708 .
  • a developer develops an application at development platform 702 .
  • the completed application is deployed to server 704 - 1 .
  • Server 704 - 1 is then responsible for deploying the application to any of devices 706 over network 708 for usage.
  • FIG. 8 depicts a high level depiction of an exemplary development and hosting platform in accordance with an embodiment of the present disclosure.
  • Development and hosting platform 800 includes an application builder 802 , application development tools 804 , modules database 806 , applications 808 , memory management unit 810 , package management unit 812 , dependencies database 814 , and application hoster 816 .
  • Application builder 802 receives developer input, and generates applications 808 .
  • Each application that is generated includes at least one module that may be retrieved from, for example, modules database 806 .
  • Application development tools 804 are used to assist in developing the applications.
  • This browser based or scripting based application framework is a JavaScript application framework.
  • the applications are written or coded completely using JavaScript.
  • the JavaScript application framework facilitates development of applications that can be executed in both client-side and server-side environments.
  • the JavaScript application framework ensures that developers using application builder 802 do not have to write a different set of code for a server backend and a browser frontend.
  • the JavaScript application framework also ensures that even if a browser attempting to execute the application is not capable of running JavaScript applications or is not compatible with JavaScript, the application will adapt and execute instead at a server side.
  • a module/widget application framework is also used along with the JavaScript application platform by application builder 802 to develop applications that may be deployed to devices.
  • the application framework facilitates the development of transportable code between client devices or browsers at client devices and server.
  • the application framework provides a software architecture pattern that isolates application logic for a user from a user interface, thus permitting independent development, testing, and maintenance of each.
  • each application generated by application builder 802 allows developers to develop one application that is interoperable between different device platforms and operating systems.
  • the same single application may be deployed to a variety of devices and be executable on all of them.
  • the applications may be deployed to any device that is capable of running or having a browser environment capable of executing the applications.
  • Application development tools 804 facilitates continuous integration of tasks for developers using application builder 802 to develop applications. The development of applications may be monitored, and output from the applications reviewed. Application development tools 804 may also be used in conjunction with application builder 802 to add device specific presentation capabilities to applications.
  • Memory management unit 810 may be used to add yet another level of functionality to the applications developed by application builder 802 . Before, or after deployment of an application to a device, memory management unit 810 may detect a current or expected memory usage of the device. If the application will require more memory than is available at the device, memory management unit 810 may deploy a memory management scheme to the device. The memory management scheme ensures that the device will always have enough memory to support execution of the application. This prevents the application from encountering memory related errors.
  • Package management unit 812 is responsible for ensuring that deployed applications are kept updated. Deployed applications may periodically or at user request, submit an update request to package management unit 812 to serve updated packages to the applications.
  • the update request includes a list of currently installed and additional packages it wants to acquire.
  • Package management unit 812 checks the package list and obtains package dependencies from dependencies database 814 . Package dependencies ensure that the client device receives not only the packages it requests, but also additional, and dependent packages that should be served to ensure that the application is fully upgraded and able to operate. Package management unit 812 is then able to deploy or serve all updated and required packages to the client device autonomously.
  • Package management unit 812 may also be responsible for ensuring that the correct packages are delivered to a client device based on the client device type. For example, if a client device is a smartphone operating on iOS, package management unit 812 , ensures that the packages received by the client device are compliant with iOS and are optimized such that the application will execute taking full advantage of the capabilities of the client device.
  • package management unit 812 may facilitate retrieval of partial previews of compatible remote packages not currently installed on the client device. Partial previews provide a preview mode for “try before you buy” scenarios which may apply to up-to-date and older version of applications. Compatibly previews may be adaptively served by package management unit 812 based on a current version of an application executing on a client device.
  • the server may need to determine a more appropriate package corresponding to an older version of the application.
  • the client device may submit a request to package management unit 812 for packages it wishes to preview.
  • Package management unit 812 determines the client device is executing an older version of an application and searches for files which have been tagged to represent their association with a particular version of the application. Once package management unit 812 finds the appropriate files, it responds to the client device with the location of the files so that the client device may retrieve them.
  • package management unit 812 facilitates server side caching.
  • Server side caching involves package management unit 812 making an independent determination of which packages are required at a client device. This allows package management unit 812 to adaptively cache certain packages to ensure that required packages are deployed in an efficient manner to prevent any slow down of application execution. Intermediate computations may be cached to aid future package requests.
  • package management unit 812 performs a determination of a minimal set of packages required in order to update an application at the client device.
  • This minimal set of packages represents only the packages that are not present at the application but are required. This ensures that when a client device sends a list of packages to the package management unit 812 , package management unit 812 will perform an independent determination to determine the minimal set of packages, representing a barebones set of packages necessary to update the application at the client device. Thus, this facilitates an efficient usage of resources and ensures that the application will not be bogged down by receiving too many unnecessary updates at once.
  • package management unit 812 may send instructions to a client device to delete, remove, or clean up packages residing on the client device related to the application that are no longer needed.
  • Package management unit 812 may also prepare updates to the client device based on asset of transactions defined by package management unit 812 , with instructions allowing the client device to implement a rollback feature in cases where updated packages fail or do not operate as expected on the client device.
  • Application hoster 816 is a hosting environment for all applications developed by application builder 802 . More specifically, application hoster 816 is a server-side JavaScript hosting environment for applications, allowing application developers to deploy, un-deploy, and manage multiple versions of applications. Applications deployed from application hoster 816 are able to be executed on any device platform due to the platform agnostic nature of the applications. Application hoster 816 provides hosting of applications in a network environment. Thus, the servers shown in FIG. 7 are not necessary for hosting developer created applications.
  • FIG. 9 depicts an exemplary application architecture in accordance with an embodiment of the present disclosure.
  • Application architecture 902 represents the application framework used by application builder 802 to develop applications. Since applications developed using application builder 802 may be written completely in a browser oriented language or a scripting language. For example, the language may be JavaScript. It follows that both client components and server components of any application developed using application builder 802 are written in JavaScript as well. This facilitates the execution of applications on both a client device or browser at a client device, or at a server.
  • FIG. 9 depicts elements of an application architecture 902 and corresponding components.
  • Application architecture 902 includes client/server executable components 904 and client executable components 906 .
  • Client/server executable components 904 include configuration files 908 , controllers 910 , models 912 , and views 914 .
  • Client executable components 906 includes document object models (DOMs) 916 and binders 918 .
  • DOMs document object models
  • Configuration files 908 define relationships between code components, assets, routing paths, and defaults.
  • Controllers 910 react to user input and initiate responses to user input by calling models 912 .
  • a particular controller associated with a particular model may receive an indication of a user input and instruct a corresponding model and corresponding view from views 914 to perform actions based on the user input.
  • Models 912 manage the behavior and data of an application domain, and responds to requests for information about its state (from the views), and responds to instructions to change state (from the controllers). More specifically, models 912 notify views 914 about changes in information so that views 914 can react accordingly.
  • Views 914 renders models 912 into forms suitable for interaction, typically in the form of a user interface element. Multiple views may exist for a single model. Views 914 represent what a user of an application sees on a device or browser.
  • client requests for data, or user input is sent to controllers 910 , which fetch data from models 912 to pass to views 914 .
  • the appropriate output from the views may then be passed back to the client device.
  • DOMs 916 assist in rendering views.
  • DOMs 916 are conventions that represent and interact with objects such as views, models, and controllers.
  • DOMs 916 and binders 918 are deployed to a client device only since they are only executable at a client device.
  • Binders 918 interact with event handlers based on user interface input to an application from a user. The event handlers interact with the DOMs 916 which in turn invoke functions in the controllers 910 to update content in views 914 . Since DOMs 916 and binders 918 are only client executable, binders receive user input in the form of user interface interactions. The binders 918 interact with the DOMs 916 , which communicates with the controllers to facilitate client requests.
  • controllers 910 at a server side The user input to controllers 910 at a server side occurs when client device binders 918 cannot interact with controllers 910 via DOMs 916 . This causes controllers 910 at a server side to run remote network requests that are sent to models 912 . The results from models 912 are sent to views 914 to transmit back to the client device for rendering at a client browser.
  • FIG. 10 depicts an exemplary client-side application execution in accordance with an embodiment of the present disclosure.
  • Browser 1002 represents a client side browser instance running an application in accordance with the embodiments described herein.
  • an instruction bound to binder 1008 invoke an action corresponding with view panel 1004 .
  • the instruction is sent through module proxy 1010 , which serves as a conduit for sending requests to Core 1012 of the application.
  • the instruction is transmitted through module proxy 1010 to controller 1014 , which executes the instruction at the client side browser based on sending a request for information to model 1016 .
  • the response to execution of the instruction at controller 1014 is transmitted through module proxy 1010 , back to binder 1008 , which interacts with view panel 1004 that will show the appropriate response.
  • FIG. 11 depicts an exemplary server-side application execution in accordance with an embodiment of the present disclosure.
  • Client runtime box 1102 shows all interactions between browser 1104 , binder 1106 , and module proxy 1108 with respect to a client-side execution of an application.
  • Server runtime box 1110 shows a server responding to instructions sent from module proxy 1108 .
  • a certain user input interaction based on cursor 1112 in view panel 1114 is unable to be executed at the client side.
  • an instruction representing the user input interaction is bound to binder 1106 .
  • An action is invoked by binder 1106 , which sends the instruction through module proxy 1108 , which serves as a conduit for sending requests to different servers that may be hosting or executing the application.
  • Server 1116 receives the instruction, executes the action at the application executing at the server side and transmits a response back through module proxy 1108 to binder 1106 , which interacts with view panel 1114 to show the appropriate response to the user input interaction or instruction.
  • FIG. 12 depicts an exemplary view of a client browser running an application at a client, and a simulated browser at a server running the same application, in accordance with an embodiment of the present disclosure.
  • Client browser 1202 includes a cursor 1204 for receiving user input to a view panel 1206 . Since client browser 1202 cannot execute an instruction related to the user input, the instruction is sent to server 1208 .
  • Server 1208 which is executing the same application at a server side will execute the instruction sent by the client browser 1202 and provide a response that is viewable within view panel 1206 of client browser 1202 .
  • the simulated browser 1210 includes a view panel 1212 , as well as simulated cursor 1214 which corresponds to the activities happening at client browser 1202 .
  • FIG. 13 depicts an exemplary high level system diagram of application builder 802 , in accordance with an embodiment of the present disclosure.
  • Application builder 802 which is responsible for developing and generating platform independent applications, receives instructions for application development, including application parameters, and modules to include in the application.
  • Application builder 802 also receives instructions for adding binders to the application. Binders, as discussed above, are set by an application developer. The binders dictate which event handlers (tied to user interface inputs) may attach with DOMs that further communicate within the architecture of the application. Taking all of the input into account, as well as using application development tools 804 , platform agnostic applications are output from application builder 802 . These applications may then be deployed to directly to a client device, deployed for serving through a different server, such as, for example, one linked or associated with a mobile application store, or deployed to application hoster 816 for hosting through a cloud based network.
  • FIG. 14 depicts an exemplary high level system diagram of package management unit 812 , in accordance with an embodiment of the present disclosure.
  • Package management unit 812 is responsible for providing updates to applications in the form of packages to keep deployed applications updated.
  • Package management unit 812 receives as input, lists of required packages and currently installed packages.
  • Package management 812 then uses this received input to cross reference a dependencies database to determine what other packages may be required in addition to those required for the requested updates. Once the entire package list is determined by package management unit 812 , the updates in the form of packages are deployed to the applications. This ensures that applications will to the extent possible reflect the latest version.
  • a large set of packages may be a part of a predefined grouping which may be referenced with a small amount of information.
  • a list of required packages may simply reference a predefined grouping of packages as opposed to each package piecemeal.
  • package management unit 812 may receive an update request for a past version of an application.
  • package management unit searches for a corresponding past update package that is compatible with the update request, and provides the relevant packages to the application as required.
  • FIG. 15 depicts an exemplary high level system diagram of memory management unit 810 , in accordance with an embodiment of the present disclosure.
  • Memory management unit 810 receives as input, memory usage information from a device that an application has been deployed or transmitted to. Prior to execution of the application at the device, memory management unit 810 receives memory usage information and analyzes the memory usage information. If the memory usage information shows that the device does not have enough free memory to execute the application, memory management unit determines a memory usage scheme for the device to ensure that the application may be executed. The memory usage scheme is then transmitted to the device by memory management unit 810 for implementation at the device.
  • FIG. 16 depicts an exemplary high level system diagram of application hoster 816 , in accordance with an embodiment of the present disclosure.
  • Application hoster 816 receives applications developed by application builder 802 .
  • Application hoster 816 can then host these applications and deploy them as necessary, while acting as a server for the applications.
  • Application hoster 816 may also receive requests from client devices or other sources, such as developers to host applications.
  • Application hoster 816 while hosting applications, can provide results of executing instructions provided to the hosted applications, to client devices.
  • application hoster 816 can analyze analytic information relating to deployment and execution of applications. This information may be provided to developers to assist developers in determining how to further develop applications and tweak existing applications.
  • application hoster 816 is a hosting platform that hosts applications developed using application builder 802 in a cloud based environment
  • application hoster 816 may also host peripheral services, such as privacy controls and parental controls. These peripheral services may be deployed with any of the applications hosted by application hoster 816 .
  • FIG. 17 depicts an exemplary high level system diagram of application hoster 816 , in accordance with an embodiment of the present disclosure.
  • Application hoster 816 includes serving unit 1702 , provisioning unit 1706 , analytics unit 1708 , applications 1710 , and peripheral services unit 1712 .
  • Serving unit 1702 receives requests for applications that have been deployed by application hoster 816 . Any requests for applications or to perform particular instructions at a particular application are processed by serving unit 1702 which routes the requests appropriately.
  • Provisioning unit 1706 is responsible for deploying the correct version of applications to client devices, and for transmitting responses to client devices based on instructions received. Since multiple versions of applications exist and may be stored by application hoster 816 (i.e.
  • application hoster 816 allows developers to deploy different applications that may be hosted, for example, on a distributed network of servers.
  • the distributed network of servers may comprise multiple routers fronted by a hardware load balancer to publish changes to applications as they occur.
  • Analytics unit 1708 may extract metrics from both serving unit 1702 and provisioning unit 1706 . These metrics may be packaged as a set of information and provided to developers to assist in their application development efforts.
  • Peripheral services unit 1712 provides peripheral services such as privacy controls and parental controls to applications deployed by application hoster 816 .
  • peripheral services such as privacy controls and parental controls
  • a hosted application may also receive the benefit of a peripheral service allowing parental controls to be set for the application. If the application were not hosted at application hoster 816 , this option would not be available.
  • FIG. 18 depicts an exemplary high level system diagram of application builder 802 , in accordance with an embodiment of the present disclosure.
  • Application builder 802 includes a parameter definition unit 1804 , framework unit 1806 , and deployment unit 1808 .
  • Parameter definition unit 1804 allows developers to define application parameters of an application allowing the application to be executable on a plurality of device platforms.
  • Parameter definition unit 1804 also allows developers to define configuration parameters of the application and define modules to be included in the application.
  • Framework unit 1808 allows developers to apply a framework to the application facilitating transportable code between a client device and a server to execute the application.
  • Framework unit 1808 may also apply binders to the application to react to user interface events and apply controllers to the application that are bound to the binders, the controllers facilitating a response to the user interface events.
  • the controllers serve data representing responses to user interface events to a view which corresponds to a display element of the application to facilitate display of the responses.
  • Deployment unit 1808 deploys applications that are eventually served to client devices.
  • the deployment unit may deploy the application to an application store, hosting platform, web server, or client device.
  • FIG. 19 depicts a flowchart of an exemplary process in which application builder 802 is utilized to develop an application, in accordance with an embodiment of the present disclosure.
  • application builder 820 defines application parameters of an application allowing the application to be executable on a plurality of device parameters. Definition of application parameters is based upon developer input to application builder 802 . Defining the application parameters includes defining configuration parameters of the application dictating how the application will appear and execute on a plurality of devices. Which modules to be included in the application are also defined.
  • application builder 802 applies a framework to the application facilitating transportable code between a client device and a server to execute the application. Application of the framework includes applying binders to the application to react to user interface events.
  • Each binder may, for example, bind to some type of user interface such as user input to the application.
  • Controllers are also applied to the application. These controllers are bound to the binders and facilitate a response to the user interface events. The response may be provided to a client device executing the application.
  • the controllers may serve data representing responses to user interface events to a view which corresponds to a display element of the application facilitating display of the responses.
  • the application is deployed.
  • the deployed application may be served or deployed to at least one of an application store, a hosting platform, a web server, or a client device.
  • FIG. 20 depicts a flowchart of an exemplary process in which a user 510 of a device can execute an application that is interoperable across a plurality of device platforms, in accordance with an embodiment of the present disclosure.
  • an application instruction representing a user interface input is received.
  • a binder is invoked based on the application instruction to call a controller.
  • a binder associated with the user interface input is determined, and an action based on the binder is invoked to call an associated controller to handle producing a response to the application instruction.
  • a result is determined with the controller.
  • the result is generated for display at a client device. Generation of the result for display may take place at at least one of the client device or a server executing the application.
  • FIG. 21 depicts a flowchart of an exemplary process in which a user 510 of a device can execute an application that is interoperable across a plurality of device platforms, in accordance with an embodiment of the present disclosure.
  • an application instruction representing a user interface input is received.
  • a binder is invoked based on the application instruction to call a controller.
  • a determination is made whether a response to the application instruction can be carried out by a controller at a client device. This may entail determining if the client device has a requisite capability to execute the application instruction locally. The requisite capability may be based upon current network connection with a server, or the ability of the client device platform or operating system to handle the application instruction.
  • a controller associated with the binder at a server is called to produce the response to the application instruction. This may entail transmitting the application instruction over a network to the server instructing the server to direct the controller to execute the application instruction and produce a response viewable by the client device.
  • the response to the application instruction from the server is received for display at the client device.
  • computer hardware platforms may be used as hardware platform(s) for one or more of the elements described herein (e.g., application builder 802 , application hoster 816 , memory management unit 810 , and package management unit 812 ).
  • the hardware elements, operating systems and programming languages of such computer hardware platforms are conventional in nature, and it is presumed that those skilled in the art are adequately familiar therewith to adapt those technologies to implement any of the elements described herein.
  • a computer with user interface elements may be used to implement a personal computer (PC) or other type of workstation or terminal device, although a computer may also act as a server if appropriately programmed. It is believed that those skilled in the art are familiar with the structure, programming, and general operation of such computer equipment, and as a result the drawings are self-explanatory.
  • FIG. 22 depicts a general computer architecture on which the present teaching can be implemented and has a functional block diagram illustration of a computer hardware platform which includes user interface elements.
  • the computer may be a general purpose computer or a special purpose computer.
  • This computer 1900 can be used to implement any components of the development and hosting platform described herein.
  • the application builder 802 that develops and generates applications application hoster 816 which deploys and hosts applications, memory management unit 810 which determines memory schemes, and package management unit 812 which handles updating of packages to applications can all be implemented on a computer such as computer 2200 , via its hardware, software program, firmware, or a combination thereof.
  • the computer functions relating to development and hosting of applications may be implemented in a distributed fashion on a number of similar platforms, to distribute the processing load.
  • the computer 2200 includes COM ports 2250 connected to and from a network connected thereto to facilitate data communications.
  • the computer 2200 also includes a central processing unit (CPU) 2220 , in the form of one or more processors, for executing program instructions.
  • the exemplary computer platform includes an internal communication bus 2210 , program storage and data storage of different forms, e.g., disk 2270 , read only memory (ROM) 2230 , or random access memory (RAM) 2240 , for various data files to be processed and/or communicated by the computer, as well as possibly program instructions to be executed by the CPU.
  • the computer 2200 also includes an I/O component 2260 , supporting input/output flows between the computer and other components therein such as user interface elements 2280 .
  • the computer 2200 may also receive programming and data via network communications.
  • aspects of the methods of developing, deploying, and hosting applications that are interoperable across a plurality of device platforms, as outlined above, may be embodied in programming.
  • Program aspects of the technology may be thought of as “products” or “articles of manufacture” typically in the form of executable code and/or associated data that is carried on or embodied in a type of machine readable medium.
  • Tangible non-transitory “storage” type media include any or all of the memory or other storage for the computers, processors or the like, or associated schedules thereof, such as various semiconductor memories, tape drives, disk drives and the like, which may provide storage at any time for the software programming.
  • All or portions of the software may at times be communicated through a network such as the Internet or various other telecommunication networks.
  • Such communications may enable loading of the software from one computer or processor into another, for example, from a server or host computer into the hardware platform(s) of a computing environment or other system implementing a computing environment or similar functionalities in connection with generating explanations based on user inquiries.
  • another type of media that may bear the software elements includes optical, electrical and electromagnetic waves, such as used across physical inter-faces between local devices, through wired and optical landline networks and over various air-links.
  • the physical elements that carry such waves, such as wired or wireless links, optical links or the like, also may be considered as media bearing the software.
  • terms such as computer or machine “readable medium” refer to any medium that participates in providing, instructions to a processor for execution.
  • Non-volatile storage media include, for example, optical or magnetic disks, such as any of the storage devices in any computer(s) or the like, which may be used to implement the system or any of its components as shown in the drawings.
  • Volatile storage media includes dynamic memory, such as a main memory of such a computer platform.
  • Tangible transmission media includes coaxial cables, copper wire, and fiber optics, including wires that form a bus within a computer system.
  • Carrier-wave transmission media can take the form of electric or electromagenetic signals, or acoustic or light waves such as those generated during radio frequency (RF) and infrared (IR) data communications.
  • Computer-readable media therefore include for example: a floppy disk, a flexible disk, hard disk, magnetic take, any other magnetic, medium, a CD-ROM, DVD or DVD-ROM, any other optical media, punch card paper tapes, any other physical storage medium with patterns of holes, a RAM, a PROM and EPROM, a FLASH-EPROM, any other memory chip or cartridge, a carrier wave transporting data or instructions, cables or links transporting such a carrier wave, or any other medium from which a computer can read programming code and/or data. Many of these forms of computer readable media may be involved in carrying one or more sequences of one or more instructions to a processor for execution.

Abstract

Method, system, and programs for providing packages to applications is disclosed. An application that is executable on a plurality of device platforms is generated. The application is deployed to a client device. A package list received from the client device is analyzed to determine package dependencies for packages on the package list. The packages on the package list and dependent packages are provided based on the package dependencies to the client device. The packages and dependent packages may be installed by the client device to ensure that the application is executable based on characteristics of the client device.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • The present application is a continuation of U.S. application Ser. No. 13/550,914 filed Jul. 17, 2012, which is a continuation in part of U.S. application Ser. No. 13/437,494 filed Apr. 2 2012, which claims the benefit of priority to U.S. Provisional Application No. 61/568,056 filed Dec. 7, 2011, all of which is incorporated herein by reference in its entirety.
  • FIELD
  • The present disclosure relates to methods, systems and programming for developing platform independent applications. More particularly, the present disclosure is directed to methods, systems, and programming for developing applications that may be executed on any device platform.
  • BACKGROUND OF THE INVENTION
  • Recent advancements in technology have resulted in increased usage of different devices and operating systems. Devices such as laptops, smartphones, tablets, and computer systems may operate on a variety of operating systems, including Android, Windows, OS X, BlackBerry, and iOS. Users of these devices and operating systems have grown to expect seamless access and increased functionality and interactivity. As a result, users also expect intercompatibility between different devices. To adhere to the high standards set by users, developers and content providers must maintain and develop several versions and permutations or each application written for each different device and each different operating system. For example, the same smartphone application must often be written for at least each of the Android, iPhone, and Windows phone platforms, to say nothing of additional applications that may be needed for specific smartphones manufactured by Samsung, LG, HTC, T-Mobile, Blackberry, etc. Not only must these different versions of applications be developed, but they must also be tested, maintained, and stored. Furthermore, even if the applications are developed to be as similar as possible across different devices and platforms, users may still experience different results when accessing the same application from different smartphones, or from a personal computer, or laptop.
  • SUMMARY
  • The embodiments described herein relate to methods, systems, and programming for providing packages to applications.
  • In an embodiment, a method implemented on at least one computing device, each computing device having at least one processor, storage, and a communication platform connected to a network for providing packages to applications is disclosed. An application that is executable on a plurality of device platforms is generated. The application is deployed to a client device. A package list received from the client device is analyzed to determine package dependencies-for packages on the package list. The packages on the package list and dependent packages are provided based on the package dependencies to the client device. The packages and dependent packages may be installed by the client device to ensure that the application is executable based on characteristics of the client device.
  • In an embodiment, a method implemented on at least one computing device, each computing device having at least one processor, storage, and a communication platform connected to a network for providing an application for execution on a plurality of device platforms is disclosed. An application that is executable on a plurality of device platforms is generated. Capabilities of the client device are detected. Packages to be applied to the application are determined to ensure that the application is executable based on the capabilities of the client device. The application and the packages are deployed to the client device.
  • In an embodiment, a method implemented on at least one computing device, each computing device having at least one processor, storage, and a communication platform connected to a network for implementing server side caching of packages is disclosed. A package list is received from a client device for an application that is executable on a plurality of device platforms. A determination is made as to which packages from the package list are required by the client device. Required packages are adaptively cached for delivery to the client device based on the determination.
  • In an embodiment, a system for providing packages to applications is disclosed. The system may comprise an application builder for generating an application that is executable on a plurality of device platforms and deploying the application to a client device; and a package management unit for analyzing a package list received from the client device to determine package dependencies for packages on the package list, and providing the packages on the package list and dependent packages based on the package dependencies to the client device, wherein the packages and dependent packages may be installed by the client device to ensure that the application is executable based on characteristics of the client device.
  • Other concepts relate to software for implementing provision of packages to applications is disclosed. A software product, in accord with this concept, includes at least one machine-readable non-transitory medium and information carried by the medium. The information carried by the medium may be executable program code data regarding parameters in association with a request or operational parameters.
  • In an embodiment, a machine readable and non-transitory medium having information recorded thereon for providing packages to applications, where when the information is read by the machine, causes the machine to perform the steps comprising: generating an application that is executable on a plurality of device platforms; deploying the application to a client device; analyzing a package list received from the client device to determine package dependencies for packages on the package list; and providing the packages on the package list and dependent packages based on the package dependencies to the client device, wherein the packages and dependent packages may be installed by the client device to ensure that the application is executable based on characteristics of the client device.
  • Additional advantages and novel features will be set forth in part in the description which follows, and in part will become apparent to those skilled in the art upon examination of the following and the accompanying drawings or may be learned by production or operation of the disclosed embodiments. The advantages of the present embodiments may be realized and attained by practice or use of various aspects of the methodologies, instrumentalities and combinations set forth in the detailed description set forth below.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The methods, systems, and/or programming described herein are further described in terms of exemplary embodiments. These exemplary embodiments are described in detail with reference to the drawings. These embodiments are non-limiting exemplary embodiments, in which like reference numerals represent similar structures throughout the several views of the drawings.
  • FIG. 1 depicts an exemplary prior art system for developing and deploying applications to different devices.
  • FIG. 2 depicts a system for developing and deploying a single application that is interoperable with a plurality of device platforms in accordance with an embodiment of the present disclosure.
  • FIG. 3 depicts an exemplary prior art browser interaction.
  • FIG. 4 depicts an exemplary results of a browser interaction with a server browser executing an application in accordance with an embodiment of the present disclosure.
  • FIG. 5 is a high level depiction of an exemplary system 500 in which a development platform is deployed to provide development and hosting of applications that are interoperable between different device platforms and operating systems.
  • FIG. 6 is a high level depiction of an exemplary system 600 in which a development platform is employed to provide and host applications that are interoperable between different device platforms and operating systems, in accordance with an embodiment of the present disclosure.
  • FIG. 7 is a high level depiction of an exemplary system 700 in which development platform 702 directs distributed hosting of applications, in accordance with an embodiment of the present disclosure.
  • FIG. 8 is a high level depiction of an exemplary development and hosting platform in accordance with an embodiment of the present disclosure.
  • FIG. 9 depicts an exemplary application MVC architecture in accordance with an embodiment of the present disclosure.
  • FIG. 10 depicts an exemplary client-side application execution in accordance with an embodiment of the present disclosure.
  • FIG. 11 depicts an exemplary server-side application execution in accordance with an embodiment of the present disclosure.
  • FIG. 12 depicts an exemplary view of a client browser running an application at a client, and a simulated browser at a server running the same application, in accordance with an embodiment of the present disclosure.
  • FIG. 13 depicts an exemplary high level system diagram of application builder 802, in accordance with an embodiment of the present disclosure.
  • FIG. 14 depicts an exemplary high level system diagram of package management unit 812, in accordance with an embodiment of the present disclosure.
  • FIG. 15 depicts an exemplary high level system diagram of memory management unit 810, in accordance with an embodiment of the present disclosure.
  • FIG. 16 depicts an exemplary high level system diagram of application hoster 816, in accordance with an embodiment of the present disclosure.
  • FIG. 17 depicts an exemplary high level system diagram of application hoster 816, in accordance with an embodiment of the present disclosure.
  • FIG. 18 depicts an exemplary high level system diagram of application builder 802, in accordance with an embodiment of the present disclosure.
  • FIG. 19 depicts a flowchart of an exemplary process in which application builder 802 is utilized to develop an application, in accordance with an embodiment of the present disclosure.
  • FIG. 20 depicts a flowchart of an exemplary process in which a user 510 of a device can execute an application that is interoperable across a plurality of device platforms, in accordance with an embodiment of the present disclosure.
  • FIG. 21 depicts a flowchart of an exemplary process in which a user 510 of a device can execute an application that is interoperable across a plurality of device platforms, in accordance with an embodiment of the present disclosure.
  • FIG. 22 depicts a general computer architecture on which the present embodiments can be implemented and has a functional block diagram illustration of a computer hardware platform which includes user interface elements.
  • DETAILED DESCRIPTION
  • In the following detailed description, numerous specific details are set forth by way of example in order to provide a thorough understanding of the relevant embodiments described herein. However, it should be apparent to those skilled in the art that the present embodiments may be practiced without such details. In other instances, well known methods, procedures, components and/or circuitry have been described at a relatively high-level, without detail, in order to avoid unnecessarily obscuring aspects of the embodiments described herein.
  • The present disclosure relates to methods, systems and programming developing and hosting platform independent applications. More particularly, the present disclosure is directed to methods, systems, and programming for developing applications that may be executed on any device platform. The embodiments described herein provide a platform that facilitates development and hosting of applications using a cloud infrastructure. The development and hosting platform may deploy applications to client devices to be run locally at the client device or at a server. The deployed applications may also run off-line locally at the client device. The platform provides a web application framework that allows an application to execute both at a client or browser side or at a server side. As a result, application developers do not need to write different code for a server backend and a browser backend. Additionally, an application may run at the server side even if the client side encounters problems executing the application, because the applications all use a single code base. Furthermore, applications may run in a hybrid runtime utilizing resources of both a client device or client browser and a server.
  • FIG. 1 depicts an exemplary prior art system for developing and deploying applications to different devices. Server platform 102 is responsible for deploying different applications 104-1, 104-2, and 104-3 to different devices 106-1, 106-2, and 106-3. Each application 104-1, 104-2, and 104-3 represents a different version of the “same application that has been programmed to operate and execute specifically on a corresponding device 106-1, 106-2, and 106-3. As shown by FIG. 1, each device requires its own corresponding application to be served to it. For example, application 104-1 corresponds to device 106-1, application 104-2 corresponds to device 106-2, and application 104-3 corresponds to device 106-3. Thus, development of applications can be inefficient, and due to time and cost constraints for developers, applications tailored for certain devices may simply not be developed due to these constraints.
  • FIG. 2 depicts a system for developing and deploying a single application that is interoperable with a plurality of device platforms in accordance with an embodiment of the present disclosure. Development and hosting platform 112, described in further detail in the paragraphs below, allows developers to develop a single application 114, that may be deployed to different devices 116-1, 116-2, and 116-3. Application 114 is written in a fashion that allows application 114 to be interoperable between different devices. Thus, developers only need to develop the application once and serve it across a network to any number of devices running any type of operating system.
  • FIG. 3 depicts an exemplary prior art browser interaction In FIG. 3, browser 122 displays an application having four view screens 124-1-4. Each view screen represents a part of the application that is either viewable and/or actionable in response to user input. Cursor 126, shown in view screen 124-3 may be clicked or activated by a user. If activation of cursor 126 in view screen 124-3 requests a result from the application that browser 122 cannot execute, view screen 124-3 of browser 122 will show an error state, which is shown by browser 128 of FIG. 3. In certain circumstances, the entire application may crash or cease to operate, simply because a user may have attempted to execute an action in a view screen of the application that is not supported by either the operating system or the device in which the browser resides. For example, if clicking in view screen 124-3 represented an attempt to start a JavaScript application, and the browser, operating system, or device does not support JavaScript, then an error will result, such as that shown in browser 128. Thus, a user is unable to complete their task or use the application to its full capacity.
  • FIG. 4 depicts an exemplary result of a browser interaction with a simulated server browser executing an application in accordance with an embodiment of the present disclosure. Browser 122 is the same as the one shown in FIG. 3, except in this instance, browser 122 is executing an application that has been developed to be interoperable between different device platforms and operating systems, in accordance with the embodiments of the present disclosure. The main difference depicted by FIG. 4 is the result of a user interacting with cursor 126. When a user activates cursor 126, even if browser 122 is unable to produce a response due to incompatibility or a problem with its operating system or device, browser 122 is able to send the user instruction representing an activation of cursor 126 to server 132. Server 132 may host or run a hosted version of the same application, and carry out the user instruction, as shown in view screen 134 of simulated browser 136. The result of the user instruction may be transmitted back to browser 122 and shown within the corresponding view screen of browser 122. Thus, even if browser 122 itself, or its operating system or device, is incapable of producing a response to the user interaction with cursor 126, browser 122 may contact server 132 to produce the desired result. Server 132 may transmit a view screen showing the exact results to browser 122 so a user of browser 122 can continue using the application without realizing that the application may have suffered from compatibility issues when executed at a client browser.
  • FIG. 5 is a high level depiction of an exemplary system 500 in which a development platform is deployed to provide development and hosting of applications that are interoperable between different device platforms and operating systems, in accordance with an embodiment of the present disclosure. Exemplary system 500 includes users 510, network 520, web server 530, content sources 560, development platform 540, and a database 550. Network 520 can be a single network or a combination of different networks. For example, a network may be a local area network (LAN), a wide area network (WAN), a public network, a private network, a proprietary network, a Public Telephone Switched Network (PTSN), the Internet, a wireless network, a virtual network, or any combination thereof. A network may also include various network access points, e.g., wired or wireless access points such as base stations or Internet exchange points 520-1, . . . , 520-2, through which a data source may connect to in order to transmit information via the network.
  • Users 510 may be of different types such as users connected to the network via desktop connections (510-4), users connecting to the network via wireless connections such as through a laptop (510-3), a handheld device (510-1), or a built-in device in a motor vehicle (510-2). A user may run applications provided by web server 530, development platform 540, or any of content sources 560. Thus, applications may be provided from web server 530, development platform 540, or any of content sources 560 through network 520. Once a user is running an application on their device, user may send instructions or requests via the application to web server 530, development platform 540, or any of content sources 560 through network 520. The application may also independently communicate with web server 530, development platform 540, or any of content sources 560 through network 520 as needed to ensure that the application can execute properly.
  • For example, an application that is interoperable across different platforms and operating systems may be provided to any of users 510 by web server 530, development platform 540, or any of content sources 560 through network 520. The application may be developed at development platform 540 but may also be deployed through any of the aforementioned components. The application may also be hosted by development platform 540 so that the entire application is executed remotely, with all results of user interactions with the application provided to the users 510.
  • The content sources 560 include multiple content sources 560-1, 560-2, . . . , 560-3. A content source may correspond to a web page host corresponding to an entity, whether an individual, a business, or an organization such as the USPTO represented by USPTO.gov, a content provider such as Yahoo.com, or a content feed source. It is understood that any of these content sources may store and host applications that have been developed using development platform 540 in accordance with an embodiment of the present disclosure. A content source may also include, for example, an application store that provides applications to personal computers, laptops, or mobile devices. Web server 530 and development platform 540 may access information from any of content sources 560 and rely on such information to respond to application requests and vice versa. Development platform 540 may also access additional information, via network 520, stored in database 550, which may contain modules and/or application tools for developing applications.
  • In exemplary system 500, an application is developed at development platform 540. The application is developed such that the application is interoperable across different device platforms and operating systems. Additionally, the application is developed such that if the application is one requiring a hybrid client device and server runtime, the application may execute on its own at a client or user device independent of the device's connection to a server over a network. The application is also developed so that it may adaptively utilize the resources of a server if a server is better suited to execute certain aspects of the application or the entire application. Finally, the application is developed so that it may be hosted completely at a server, which simply provides response to application user input to a user or client device, while the server carries out all instructions and requests received by the application via user input.
  • The application need only be developed once and the same application may be deployed across network 520 to any of users 510. The application may be deployed to users 510 from any of web server 530, development platform 540, or content sources 560.
  • In an embodiment, the application is deployed to user 510-1 using a mobile device. If, for example, user 510-1 of the mobile device enters an area of limited or no mobile broadband connectivity, the application is able to continue executing even though the application cannot establish a connection with a web server or content source from which it is deployed.
  • In another embodiment, the application is deployed to user 510-3 using a laptop that is incompatible with the application because the laptop is not capable of supporting JavaScript. However, development platform 540, from which the application is deployed, may host the application and carry out any requests of user 510-3 at their laptop. Development platform 540 provides user 510-3 responses to user inputs of the application that is viewable and actionable by user 510-3 so that user 510-3 does not notice any difference or suffer any consequence from their laptop being incompatible with the application.
  • FIG. 6 is a high level depiction of an exemplary system 600 in which a development platform is deployed to provide development and hosting of applications that are interoperable between different device platforms and operating systems, in accordance with an embodiment of the present disclosure. In this embodiment, development platform 540 serves as a backend system of web server 530. All communication to and from development platform 540 are sent and received through web server 530.
  • FIG. 7 is a high level depiction of an exemplary system 700 in which development platform 702 directs distributed hosting of applications, in accordance with an embodiment of the present disclosure. Development platform 702 is a platform that may be used to develop applications that are interoperable across different device platforms. Applications developed by development platform 702 may be deployed to any of servers 704, which then host the applications that are eventually distributed for use by devices 706 over network 708. For example, a developer develops an application at development platform 702. The completed application is deployed to server 704-1. Server 704-1 is then responsible for deploying the application to any of devices 706 over network 708 for usage.
  • FIG. 8 depicts a high level depiction of an exemplary development and hosting platform in accordance with an embodiment of the present disclosure. Development and hosting platform 800 includes an application builder 802, application development tools 804, modules database 806, applications 808, memory management unit 810, package management unit 812, dependencies database 814, and application hoster 816. Application builder 802, receives developer input, and generates applications 808. Each application that is generated includes at least one module that may be retrieved from, for example, modules database 806. Application development tools 804 are used to assist in developing the applications.
  • All applications that are developed are based on a browser based or scripting based application framework. In an embodiment, this browser based or scripting based application framework is a JavaScript application framework. Thus, in an embodiment, the applications are written or coded completely using JavaScript. The JavaScript application framework facilitates development of applications that can be executed in both client-side and server-side environments. The JavaScript application framework ensures that developers using application builder 802 do not have to write a different set of code for a server backend and a browser frontend. The JavaScript application framework also ensures that even if a browser attempting to execute the application is not capable of running JavaScript applications or is not compatible with JavaScript, the application will adapt and execute instead at a server side. Since all applications may be JavaScript based, a single code base may be used. A module/widget application framework is also used along with the JavaScript application platform by application builder 802 to develop applications that may be deployed to devices. The application framework facilitates the development of transportable code between client devices or browsers at client devices and server. The application framework provides a software architecture pattern that isolates application logic for a user from a user interface, thus permitting independent development, testing, and maintenance of each.
  • Thus, as discussed above, each application generated by application builder 802 allows developers to develop one application that is interoperable between different device platforms and operating systems. The same single application may be deployed to a variety of devices and be executable on all of them. The applications may be deployed to any device that is capable of running or having a browser environment capable of executing the applications.
  • Application development tools 804 facilitates continuous integration of tasks for developers using application builder 802 to develop applications. The development of applications may be monitored, and output from the applications reviewed. Application development tools 804 may also be used in conjunction with application builder 802 to add device specific presentation capabilities to applications.
  • Memory management unit 810 may be used to add yet another level of functionality to the applications developed by application builder 802. Before, or after deployment of an application to a device, memory management unit 810 may detect a current or expected memory usage of the device. If the application will require more memory than is available at the device, memory management unit 810 may deploy a memory management scheme to the device. The memory management scheme ensures that the device will always have enough memory to support execution of the application. This prevents the application from encountering memory related errors.
  • Package management unit 812 is responsible for ensuring that deployed applications are kept updated. Deployed applications may periodically or at user request, submit an update request to package management unit 812 to serve updated packages to the applications. The update request includes a list of currently installed and additional packages it wants to acquire. Package management unit 812 checks the package list and obtains package dependencies from dependencies database 814. Package dependencies ensure that the client device receives not only the packages it requests, but also additional, and dependent packages that should be served to ensure that the application is fully upgraded and able to operate. Package management unit 812 is then able to deploy or serve all updated and required packages to the client device autonomously.
  • Package management unit 812 may also be responsible for ensuring that the correct packages are delivered to a client device based on the client device type. For example, if a client device is a smartphone operating on iOS, package management unit 812, ensures that the packages received by the client device are compliant with iOS and are optimized such that the application will execute taking full advantage of the capabilities of the client device.
  • In another embodiment, package management unit 812 may facilitate retrieval of partial previews of compatible remote packages not currently installed on the client device. Partial previews provide a preview mode for “try before you buy” scenarios which may apply to up-to-date and older version of applications. Compatibly previews may be adaptively served by package management unit 812 based on a current version of an application executing on a client device.
  • For example, if a client device is running an older version of an application, the server may need to determine a more appropriate package corresponding to an older version of the application. The client device may submit a request to package management unit 812 for packages it wishes to preview. Package management unit 812 determines the client device is executing an older version of an application and searches for files which have been tagged to represent their association with a particular version of the application. Once package management unit 812 finds the appropriate files, it responds to the client device with the location of the files so that the client device may retrieve them.
  • In another embodiment, package management unit 812 facilitates server side caching. Server side caching involves package management unit 812 making an independent determination of which packages are required at a client device. This allows package management unit 812 to adaptively cache certain packages to ensure that required packages are deployed in an efficient manner to prevent any slow down of application execution. Intermediate computations may be cached to aid future package requests.
  • In another embodiment, package management unit 812 performs a determination of a minimal set of packages required in order to update an application at the client device. This minimal set of packages represents only the packages that are not present at the application but are required. This ensures that when a client device sends a list of packages to the package management unit 812, package management unit 812 will perform an independent determination to determine the minimal set of packages, representing a barebones set of packages necessary to update the application at the client device. Thus, this facilitates an efficient usage of resources and ensures that the application will not be bogged down by receiving too many unnecessary updates at once.
  • In another embodiment, package management unit 812 may send instructions to a client device to delete, remove, or clean up packages residing on the client device related to the application that are no longer needed. Package management unit 812 may also prepare updates to the client device based on asset of transactions defined by package management unit 812, with instructions allowing the client device to implement a rollback feature in cases where updated packages fail or do not operate as expected on the client device.
  • Application hoster 816 is a hosting environment for all applications developed by application builder 802. More specifically, application hoster 816 is a server-side JavaScript hosting environment for applications, allowing application developers to deploy, un-deploy, and manage multiple versions of applications. Applications deployed from application hoster 816 are able to be executed on any device platform due to the platform agnostic nature of the applications. Application hoster 816 provides hosting of applications in a network environment. Thus, the servers shown in FIG. 7 are not necessary for hosting developer created applications.
  • FIG. 9 depicts an exemplary application architecture in accordance with an embodiment of the present disclosure. Application architecture 902 represents the application framework used by application builder 802 to develop applications. Since applications developed using application builder 802 may be written completely in a browser oriented language or a scripting language. For example, the language may be JavaScript. It follows that both client components and server components of any application developed using application builder 802 are written in JavaScript as well. This facilitates the execution of applications on both a client device or browser at a client device, or at a server. FIG. 9 depicts elements of an application architecture 902 and corresponding components.
  • Application architecture 902 includes client/server executable components 904 and client executable components 906. Client/server executable components 904 include configuration files 908, controllers 910, models 912, and views 914. Client executable components 906 includes document object models (DOMs) 916 and binders 918.
  • Configuration files 908 define relationships between code components, assets, routing paths, and defaults. When an application is first created by a developer using application builder 802, configuration files are generated. Controllers 910 react to user input and initiate responses to user input by calling models 912. For example, a particular controller associated with a particular model may receive an indication of a user input and instruct a corresponding model and corresponding view from views 914 to perform actions based on the user input. Models 912 manage the behavior and data of an application domain, and responds to requests for information about its state (from the views), and responds to instructions to change state (from the controllers). More specifically, models 912 notify views 914 about changes in information so that views 914 can react accordingly. Views 914 renders models 912 into forms suitable for interaction, typically in the form of a user interface element. Multiple views may exist for a single model. Views 914 represent what a user of an application sees on a device or browser.
  • For an application operating at a server side or within a browser at a client device, client requests for data, or user input, is sent to controllers 910, which fetch data from models 912 to pass to views 914. The appropriate output from the views may then be passed back to the client device.
  • DOMs 916 assist in rendering views. DOMs 916 are conventions that represent and interact with objects such as views, models, and controllers. DOMs 916 and binders 918 are deployed to a client device only since they are only executable at a client device. Binders 918 interact with event handlers based on user interface input to an application from a user. The event handlers interact with the DOMs 916 which in turn invoke functions in the controllers 910 to update content in views 914. Since DOMs 916 and binders 918 are only client executable, binders receive user input in the form of user interface interactions. The binders 918 interact with the DOMs 916, which communicates with the controllers to facilitate client requests.
  • The user input to controllers 910 at a server side occurs when client device binders 918 cannot interact with controllers 910 via DOMs 916. This causes controllers 910 at a server side to run remote network requests that are sent to models 912. The results from models 912 are sent to views 914 to transmit back to the client device for rendering at a client browser.
  • FIG. 10 depicts an exemplary client-side application execution in accordance with an embodiment of the present disclosure. Browser 1002 represents a client side browser instance running an application in accordance with the embodiments described herein. Upon activation or clicking of view panel 1004 using cursor 1006, an instruction bound to binder 1008 invoke an action corresponding with view panel 1004. The instruction is sent through module proxy 1010, which serves as a conduit for sending requests to Core 1012 of the application. The instruction is transmitted through module proxy 1010 to controller 1014, which executes the instruction at the client side browser based on sending a request for information to model 1016. The response to execution of the instruction at controller 1014 is transmitted through module proxy 1010, back to binder 1008, which interacts with view panel 1004 that will show the appropriate response.
  • FIG. 11 depicts an exemplary server-side application execution in accordance with an embodiment of the present disclosure. Client runtime box 1102 shows all interactions between browser 1104, binder 1106, and module proxy 1108 with respect to a client-side execution of an application. Server runtime box 1110 shows a server responding to instructions sent from module proxy 1108. In this particular example, a certain user input interaction based on cursor 1112 in view panel 1114 is unable to be executed at the client side. Thus, an instruction representing the user input interaction is bound to binder 1106. An action is invoked by binder 1106, which sends the instruction through module proxy 1108, which serves as a conduit for sending requests to different servers that may be hosting or executing the application. Server 1116 receives the instruction, executes the action at the application executing at the server side and transmits a response back through module proxy 1108 to binder 1106, which interacts with view panel 1114 to show the appropriate response to the user input interaction or instruction.
  • FIG. 12 depicts an exemplary view of a client browser running an application at a client, and a simulated browser at a server running the same application, in accordance with an embodiment of the present disclosure. Client browser 1202 includes a cursor 1204 for receiving user input to a view panel 1206. Since client browser 1202 cannot execute an instruction related to the user input, the instruction is sent to server 1208. Server 1208, which is executing the same application at a server side will execute the instruction sent by the client browser 1202 and provide a response that is viewable within view panel 1206 of client browser 1202. The simulated browser 1210 includes a view panel 1212, as well as simulated cursor 1214 which corresponds to the activities happening at client browser 1202.
  • FIG. 13 depicts an exemplary high level system diagram of application builder 802, in accordance with an embodiment of the present disclosure. Application builder 802, which is responsible for developing and generating platform independent applications, receives instructions for application development, including application parameters, and modules to include in the application. Application builder 802 also receives instructions for adding binders to the application. Binders, as discussed above, are set by an application developer. The binders dictate which event handlers (tied to user interface inputs) may attach with DOMs that further communicate within the architecture of the application. Taking all of the input into account, as well as using application development tools 804, platform agnostic applications are output from application builder 802. These applications may then be deployed to directly to a client device, deployed for serving through a different server, such as, for example, one linked or associated with a mobile application store, or deployed to application hoster 816 for hosting through a cloud based network.
  • FIG. 14 depicts an exemplary high level system diagram of package management unit 812, in accordance with an embodiment of the present disclosure. Package management unit 812 is responsible for providing updates to applications in the form of packages to keep deployed applications updated. Package management unit 812 receives as input, lists of required packages and currently installed packages. Package management 812 then uses this received input to cross reference a dependencies database to determine what other packages may be required in addition to those required for the requested updates. Once the entire package list is determined by package management unit 812, the updates in the form of packages are deployed to the applications. This ensures that applications will to the extent possible reflect the latest version.
  • In an embodiment, a large set of packages may be a part of a predefined grouping which may be referenced with a small amount of information. For example, a list of required packages may simply reference a predefined grouping of packages as opposed to each package piecemeal.
  • In another embodiment, package management unit 812 may receive an update request for a past version of an application. In this scenario, package management unit searches for a corresponding past update package that is compatible with the update request, and provides the relevant packages to the application as required.
  • FIG. 15 depicts an exemplary high level system diagram of memory management unit 810, in accordance with an embodiment of the present disclosure. Memory management unit 810 receives as input, memory usage information from a device that an application has been deployed or transmitted to. Prior to execution of the application at the device, memory management unit 810 receives memory usage information and analyzes the memory usage information. If the memory usage information shows that the device does not have enough free memory to execute the application, memory management unit determines a memory usage scheme for the device to ensure that the application may be executed. The memory usage scheme is then transmitted to the device by memory management unit 810 for implementation at the device.
  • FIG. 16 depicts an exemplary high level system diagram of application hoster 816, in accordance with an embodiment of the present disclosure. Application hoster 816 receives applications developed by application builder 802. Application hoster 816 can then host these applications and deploy them as necessary, while acting as a server for the applications. Application hoster 816 may also receive requests from client devices or other sources, such as developers to host applications. Application hoster 816, while hosting applications, can provide results of executing instructions provided to the hosted applications, to client devices. Also, as will be discussed in further detail below, application hoster 816 can analyze analytic information relating to deployment and execution of applications. This information may be provided to developers to assist developers in determining how to further develop applications and tweak existing applications. Since application hoster 816 is a hosting platform that hosts applications developed using application builder 802 in a cloud based environment, application hoster 816 may also host peripheral services, such as privacy controls and parental controls. These peripheral services may be deployed with any of the applications hosted by application hoster 816.
  • FIG. 17 depicts an exemplary high level system diagram of application hoster 816, in accordance with an embodiment of the present disclosure. Application hoster 816 includes serving unit 1702, provisioning unit 1706, analytics unit 1708, applications 1710, and peripheral services unit 1712. Serving unit 1702 receives requests for applications that have been deployed by application hoster 816. Any requests for applications or to perform particular instructions at a particular application are processed by serving unit 1702 which routes the requests appropriately. Provisioning unit 1706 is responsible for deploying the correct version of applications to client devices, and for transmitting responses to client devices based on instructions received. Since multiple versions of applications exist and may be stored by application hoster 816 (i.e. development application, test application, staging application), application hoster 816 allows developers to deploy different applications that may be hosted, for example, on a distributed network of servers. The distributed network of servers may comprise multiple routers fronted by a hardware load balancer to publish changes to applications as they occur. Analytics unit 1708 may extract metrics from both serving unit 1702 and provisioning unit 1706. These metrics may be packaged as a set of information and provided to developers to assist in their application development efforts.
  • Peripheral services unit 1712 provides peripheral services such as privacy controls and parental controls to applications deployed by application hoster 816. For example, a hosted application may also receive the benefit of a peripheral service allowing parental controls to be set for the application. If the application were not hosted at application hoster 816, this option would not be available.
  • FIG. 18 depicts an exemplary high level system diagram of application builder 802, in accordance with an embodiment of the present disclosure. Application builder 802 includes a parameter definition unit 1804, framework unit 1806, and deployment unit 1808. Parameter definition unit 1804 allows developers to define application parameters of an application allowing the application to be executable on a plurality of device platforms. Parameter definition unit 1804 also allows developers to define configuration parameters of the application and define modules to be included in the application. Framework unit 1808 allows developers to apply a framework to the application facilitating transportable code between a client device and a server to execute the application. Framework unit 1808 may also apply binders to the application to react to user interface events and apply controllers to the application that are bound to the binders, the controllers facilitating a response to the user interface events. The controllers serve data representing responses to user interface events to a view which corresponds to a display element of the application to facilitate display of the responses. Deployment unit 1808 deploys applications that are eventually served to client devices. The deployment unit may deploy the application to an application store, hosting platform, web server, or client device.
  • FIG. 19 depicts a flowchart of an exemplary process in which application builder 802 is utilized to develop an application, in accordance with an embodiment of the present disclosure. At 1902, application builder 820 defines application parameters of an application allowing the application to be executable on a plurality of device parameters. Definition of application parameters is based upon developer input to application builder 802. Defining the application parameters includes defining configuration parameters of the application dictating how the application will appear and execute on a plurality of devices. Which modules to be included in the application are also defined. At 1904, application builder 802 applies a framework to the application facilitating transportable code between a client device and a server to execute the application. Application of the framework includes applying binders to the application to react to user interface events. Each binder may, for example, bind to some type of user interface such as user input to the application. Controllers are also applied to the application. These controllers are bound to the binders and facilitate a response to the user interface events. The response may be provided to a client device executing the application. The controllers may serve data representing responses to user interface events to a view which corresponds to a display element of the application facilitating display of the responses. At 1906, the application is deployed. The deployed application may be served or deployed to at least one of an application store, a hosting platform, a web server, or a client device.
  • FIG. 20 depicts a flowchart of an exemplary process in which a user 510 of a device can execute an application that is interoperable across a plurality of device platforms, in accordance with an embodiment of the present disclosure. At 2002, an application instruction representing a user interface input is received. At 2004, a binder is invoked based on the application instruction to call a controller. A binder associated with the user interface input is determined, and an action based on the binder is invoked to call an associated controller to handle producing a response to the application instruction. At 2006, a result is determined with the controller. At 2008, the result is generated for display at a client device. Generation of the result for display may take place at at least one of the client device or a server executing the application.
  • FIG. 21 depicts a flowchart of an exemplary process in which a user 510 of a device can execute an application that is interoperable across a plurality of device platforms, in accordance with an embodiment of the present disclosure. At 2102, an application instruction representing a user interface input is received. At 2104, a binder is invoked based on the application instruction to call a controller. At 2106, a determination is made whether a response to the application instruction can be carried out by a controller at a client device. This may entail determining if the client device has a requisite capability to execute the application instruction locally. The requisite capability may be based upon current network connection with a server, or the ability of the client device platform or operating system to handle the application instruction. At 1808, a controller associated with the binder at a server is called to produce the response to the application instruction. This may entail transmitting the application instruction over a network to the server instructing the server to direct the controller to execute the application instruction and produce a response viewable by the client device. At 2110, the response to the application instruction from the server is received for display at the client device.
  • To implement the embodiments set forth herein, computer hardware platforms may be used as hardware platform(s) for one or more of the elements described herein (e.g., application builder 802, application hoster 816, memory management unit 810, and package management unit 812). The hardware elements, operating systems and programming languages of such computer hardware platforms are conventional in nature, and it is presumed that those skilled in the art are adequately familiar therewith to adapt those technologies to implement any of the elements described herein. A computer with user interface elements may be used to implement a personal computer (PC) or other type of workstation or terminal device, although a computer may also act as a server if appropriately programmed. It is believed that those skilled in the art are familiar with the structure, programming, and general operation of such computer equipment, and as a result the drawings are self-explanatory.
  • FIG. 22 depicts a general computer architecture on which the present teaching can be implemented and has a functional block diagram illustration of a computer hardware platform which includes user interface elements. The computer may be a general purpose computer or a special purpose computer. This computer 1900 can be used to implement any components of the development and hosting platform described herein. For example, the application builder 802 that develops and generates applications, application hoster 816 which deploys and hosts applications, memory management unit 810 which determines memory schemes, and package management unit 812 which handles updating of packages to applications can all be implemented on a computer such as computer 2200, via its hardware, software program, firmware, or a combination thereof. Although only one such computer is shown, for convenience, the computer functions relating to development and hosting of applications may be implemented in a distributed fashion on a number of similar platforms, to distribute the processing load.
  • The computer 2200, for example, includes COM ports 2250 connected to and from a network connected thereto to facilitate data communications. The computer 2200 also includes a central processing unit (CPU) 2220, in the form of one or more processors, for executing program instructions. The exemplary computer platform includes an internal communication bus 2210, program storage and data storage of different forms, e.g., disk 2270, read only memory (ROM) 2230, or random access memory (RAM) 2240, for various data files to be processed and/or communicated by the computer, as well as possibly program instructions to be executed by the CPU. The computer 2200 also includes an I/O component 2260, supporting input/output flows between the computer and other components therein such as user interface elements 2280. The computer 2200 may also receive programming and data via network communications.
  • Hence, aspects of the methods of developing, deploying, and hosting applications that are interoperable across a plurality of device platforms, as outlined above, may be embodied in programming. Program aspects of the technology may be thought of as “products” or “articles of manufacture” typically in the form of executable code and/or associated data that is carried on or embodied in a type of machine readable medium. Tangible non-transitory “storage” type media include any or all of the memory or other storage for the computers, processors or the like, or associated schedules thereof, such as various semiconductor memories, tape drives, disk drives and the like, which may provide storage at any time for the software programming.
  • All or portions of the software may at times be communicated through a network such as the Internet or various other telecommunication networks. Such communications, for example, may enable loading of the software from one computer or processor into another, for example, from a server or host computer into the hardware platform(s) of a computing environment or other system implementing a computing environment or similar functionalities in connection with generating explanations based on user inquiries. Thus, another type of media that may bear the software elements includes optical, electrical and electromagnetic waves, such as used across physical inter-faces between local devices, through wired and optical landline networks and over various air-links. The physical elements that carry such waves, such as wired or wireless links, optical links or the like, also may be considered as media bearing the software. As used herein, unless restricted to tangible “storage” media, terms such as computer or machine “readable medium” refer to any medium that participates in providing, instructions to a processor for execution.
  • Hence, a machine readable medium may take many forms, including but not limited to, a tangible storage medium, a carrier wave medium or physical transmission medium. Non-volatile storage media include, for example, optical or magnetic disks, such as any of the storage devices in any computer(s) or the like, which may be used to implement the system or any of its components as shown in the drawings. Volatile storage media includes dynamic memory, such as a main memory of such a computer platform. Tangible transmission media includes coaxial cables, copper wire, and fiber optics, including wires that form a bus within a computer system. Carrier-wave transmission media can take the form of electric or electromagenetic signals, or acoustic or light waves such as those generated during radio frequency (RF) and infrared (IR) data communications. Common forms of computer-readable media therefore include for example: a floppy disk, a flexible disk, hard disk, magnetic take, any other magnetic, medium, a CD-ROM, DVD or DVD-ROM, any other optical media, punch card paper tapes, any other physical storage medium with patterns of holes, a RAM, a PROM and EPROM, a FLASH-EPROM, any other memory chip or cartridge, a carrier wave transporting data or instructions, cables or links transporting such a carrier wave, or any other medium from which a computer can read programming code and/or data. Many of these forms of computer readable media may be involved in carrying one or more sequences of one or more instructions to a processor for execution.
  • Those skilled in the art will recognize that the embodiments of the present disclosure are amenable to a variety of modifications and/or enhancements. For example, although the implementation of various components described above may be embodied in a hardware device, it can also be implemented as a software only solution—e.g., an installation on an existing server. In addition, the dynamic relation/event detector and its components as disclosed herein can be implemented as firmware, a firmware/software combination, a firmware/hardware combination, or a hardware/firmware/software combination.
  • While the foregoing has described what are considered to be the best mode and/or other examples, it is understood that various modifications may be made therein and that the subject matter disclosed herein may be implemented in various forms and examples, and that the teachings may be applied in numerous applications, only some of which have been described herein. It is intended by the following claims to claim and all applications, modifications and variations that fall within the true scope of the present teachings.

Claims (18)

What is claimed:
1. A method implemented on at least one computing device, each computing device having at least one processor, storage, and a communication platform connected to a network for providing packages to a client device, the method comprising:
deploying an application on both a client device and a server device;
deploying an updated version of the application on the sever device;
receiving from the client device, at the server device, a request to update the application;
identifying at the server device, one or more packages associated with the updated application deployed on the server device;
prioritizing at the server device, the one or more packages;
selecting at the server device, at least one of the one or more packages based on one or more parameters associated with the client device; and
deploying the at least one of the one or more packages on the client device to update the application.
2. The method of claim 1, further comprising:
determining at the server device, a version of the application deployed on the client device from the request; and
identifying at the server device, the one or more packages associated with the updated application based on the version of the application deployed on the client device.
3. The method of claim 1, further comprising:
receiving from the client device, at the server device, a preview request related to one of the one or more packages;
obtaining at the server device, a preview resource directed to the one of the one or more packages;
sending the preview resource to be presented on the client device; and
when a selection to install the one of the one or more packages is received from the client device at the service device, deploying the one of the one or more packages on the client device.
4. The method of claim 1, further comprising:
receiving at the server device, a current memory usage of the client device; and
selecting the at least one of the one or more packages based on the current memory usage of the client device.
5. The method of claim 1, further comprising:
receiving at the server device, a processing capacity of the client device; and
selecting the at least one of the one or more packages based on the processing capacity of the client device.
6. The method of claim 1, further comprising:
incorporating an instruction to the at least one of the one or more packages to be deployed on the client device, wherein the instruction allows the client device to delete the at least one of the one or more packages from the client device upon detecting that the updated application fails to execute on the client device, and roll back to the application before updating.
7. A system for providing packages to a client device comprising at least one processor, a storage, a communication platform connected to a network, wherein the at least one processor is configured by machine-readable instructions to:
deploy an application on both a client device and a server device;
deploy an updated version of the application on the sever device;
receive from the client device, at the server device, a request to update the application;
identify at the server device, one or more packages associated with the updated application deployed on the server device;
prioritize at the server device, the one or more packages;
select at the server device, at least one of the one or more packages based on one or more parameters associated with the client device; and
deploy the at least one of the one or more packages on the client device to update the application.
8. The system of claim 7, wherein the at least one processor is further configured to
determine at the server device, a version of the application deployed on the client device from the request; and
identify at the server device, the one or more packages associated with the updated application based on the version of the application deployed on the client device.
9. The system of claim 7, wherein the at least one processor is further configured to
receive from the client device, at the server device, a preview request related to one of the one or more packages;
obtain at the server device, a preview resource directed to the one of the one or more packages;
send the preview resource to be presented on the client device; and
when a selection to install the one of the one or more packages is received from the client device at the service device, deploy the one of the one or more packages on the client device.
10. The system of claim 7, wherein the at least one processor is further configured to
receive at the server device, a current memory usage of the client device; and
select the at least one of the one or more packages based on the current memory usage of the client device.
11. The system of claim 7, wherein the at least one processor is further configured to
receive at the server device, a processing capacity of the client device; and
select the at least one of the one or more packages based on the processing capacity of the client device.
12. The system of claim 7, wherein the at least one processor is further configured to
incorporate an instruction to the at least one of the one or more packages to be deployed on the client device, wherein the instruction allows the client device to delete the at least one of the one or more packages from the client device upon detecting that the updated application fails to execute on the client device, and to roll back to the application before updating.
13. A non-transitory machine readable medium having information recorded for providing packages to a client device, wherein the recorded information, when read by a machine, causes the machine to:
deploy an application on both a client device and a server device;
deploy an updated version of the application on the sever device;
receive from the client device, at the server device, a request to update the application;
identify at the server device, one or more packages associated with the updated application deployed on the server device;
prioritize at the server device, the one or more packages;
select at the server device, at least one of the one or more packages based on one or more parameters associated with the client device; and
deploy the at least one of the one or more packages on the client device to update the application.
14. The non-transitory machine readable medium of claim 13, wherein the recorded information, when read by the machine, further causes the machine to:
determine at the server device, a version of the application deployed on the client device from the request; and
identify at the server device, the one or more packages associated with the updated application based on the version of the application deployed on the client device.
15. The non-transitory machine readable medium of claim 13, wherein the recorded information, when read by the machine, further causes the machine to:
receive from the client device, at the server device, a preview request related to one of the one or more packages;
obtain at the server device, a preview resource directed to the one of the one or more packages;
send the preview resource to be presented on the client device; and
when a selection to install the one of the one or more packages is received from the client device at the service device, deploy the one of the one or more packages on the client device.
16. The non-transitory machine readable medium of claim 13, wherein the recorded information, when read by the machine, further causes the machine to:
receive at the server device, a current memory usage of the client device; and
select the at least one of the one or more packages based on the current memory usage of the client device.
17. The non-transitory machine readable medium of claim 13, wherein the recorded information, when read by the machine, further causes the machine to:
receive at the server device, a processing capacity of the client device; and
select the at least one of the one or more packages based on the processing capacity of the client device.
18. The non-transitory machine readable medium of claim 13, wherein the recorded information, when read by the machine, further causes the machine to:
incorporate an instruction to the at least one of the one or more packages to be deployed on the client device, wherein the instruction allows the client device to delete the at least one of the one or more packages from the client device upon detecting that the updated application fails to execute on the client device, and to roll back to the application before updating.
US14/821,849 2011-12-07 2015-08-10 Development of Platform Independent Applications Abandoned US20160011864A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/821,849 US20160011864A1 (en) 2011-12-07 2015-08-10 Development of Platform Independent Applications

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201161568056P 2011-12-07 2011-12-07
US13/437,494 US9235398B2 (en) 2011-12-07 2012-04-02 Development of platform independent applications
US13/550,914 US9158520B2 (en) 2011-12-07 2012-07-17 Development of platform independent applications
US14/821,849 US20160011864A1 (en) 2011-12-07 2015-08-10 Development of Platform Independent Applications

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/550,914 Continuation US9158520B2 (en) 2011-12-07 2012-07-17 Development of platform independent applications

Publications (1)

Publication Number Publication Date
US20160011864A1 true US20160011864A1 (en) 2016-01-14

Family

ID=48573271

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/550,914 Expired - Fee Related US9158520B2 (en) 2011-12-07 2012-07-17 Development of platform independent applications
US14/821,849 Abandoned US20160011864A1 (en) 2011-12-07 2015-08-10 Development of Platform Independent Applications

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/550,914 Expired - Fee Related US9158520B2 (en) 2011-12-07 2012-07-17 Development of platform independent applications

Country Status (1)

Country Link
US (2) US9158520B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10437582B2 (en) * 2017-08-14 2019-10-08 Unify Patente GmbH & Co., KG Method and system for a client to server deployment via an online distribution platform

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11650814B1 (en) * 2012-12-21 2023-05-16 EMC IP Holding Company LLC Generating customized documentation for applications
WO2015092803A1 (en) * 2013-12-16 2015-06-25 Loremclaro Solutions Private Limited A system and method for generating platform independent applications for computing devices
US9692818B2 (en) * 2014-04-11 2017-06-27 Bank Of America Corporation Automated application deployment based on server utilization
US10331418B2 (en) 2015-12-08 2019-06-25 Paypal, Inc. State machine representation of a development environment deployment process
US10353534B2 (en) 2016-05-13 2019-07-16 Sap Se Overview page in multi application user interface
US10579238B2 (en) 2016-05-13 2020-03-03 Sap Se Flexible screen layout across multiple platforms
CN107357560A (en) * 2017-04-28 2017-11-17 阿里巴巴集团控股有限公司 Interaction processing method and device
CN109814861A (en) * 2017-11-21 2019-05-28 海云数据 The open platform of ability is provided for terminal user

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040111518A1 (en) * 2002-12-05 2004-06-10 Schuyler Marc P. Portability of computer system resources using transferable profile information
US20060123414A1 (en) * 2004-12-03 2006-06-08 International Business Machines Corporation Method and apparatus for creation of customized install packages for installation of software
US20060130046A1 (en) * 2000-11-17 2006-06-15 O'neill Patrick J System and method for updating and distributing information
US20060130045A1 (en) * 2004-11-19 2006-06-15 Jonathan Wesley Systems and methods for dynamically updating computer systems
US7251812B1 (en) * 2001-10-31 2007-07-31 Microsoft Corporation Dynamic software update
US20070250405A1 (en) * 2006-03-31 2007-10-25 Benzi Ronen Method and system for identifying reusable development components
US20080092107A1 (en) * 2006-09-27 2008-04-17 Mcwilliam Joshua Software Development and Sales Life-Cycle Services
US20080222621A1 (en) * 2004-12-06 2008-09-11 Omnifone Limited Method of Automatically Building a Customised Software Application for a Specific Type of Wireless Computing Device
US20090024993A1 (en) * 2007-07-20 2009-01-22 Microsoft Corporation Dynamically regulating content downloads
US20090320045A1 (en) * 2006-03-31 2009-12-24 British Telecommunications Public Limited Company Server computer component
US7653008B2 (en) * 2004-05-21 2010-01-26 Bea Systems, Inc. Dynamically configurable service oriented architecture
US20110289499A1 (en) * 2010-05-19 2011-11-24 Microsoft Corporation Techniques to automatically update software applications
US20120317310A1 (en) * 1999-05-10 2012-12-13 Apple Inc. Distributing and synchronizing objects
US20130246356A1 (en) * 2009-05-21 2013-09-19 Salesforce.Com, Inc. System, method and computer program product for pushing an application update between tenants of a multi-tenant on-demand database service
US8819657B1 (en) * 2008-09-18 2014-08-26 Symantec Corporation Method and apparatus for maintaining data consistency in a virtualized application during software update installation
US20150207870A1 (en) * 2011-03-31 2015-07-23 Infosys Limited Detecting code injections through cryptographic methods
US20160132320A1 (en) * 2011-05-20 2016-05-12 Amazon Technologies, Inc. Deploying Updates to an Application During Periods of Off-Peak Demand
US20160234341A1 (en) * 2008-12-19 2016-08-11 Openpeak Inc. Systems for distributing applications and methods of operation of same

Family Cites Families (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0860773B1 (en) 1997-02-21 2004-04-14 Alcatel Method of generating a software application
US20100005396A1 (en) 2000-02-18 2010-01-07 Nason D David Method and system for controlling a comlementary user interface on a display surface
US6883168B1 (en) 2000-06-21 2005-04-19 Microsoft Corporation Methods, systems, architectures and data structures for delivering software via a network
US7035279B2 (en) 2001-01-09 2006-04-25 Corrigent Systems Ltd. Flow allocation in a ring topology
US7013232B2 (en) 2001-08-15 2006-03-14 National Insurance Corporation Network-based system for configuring a measurement system using configuration information generated based on a user specification
US8042132B2 (en) * 2002-03-15 2011-10-18 Tvworks, Llc System and method for construction, delivery and display of iTV content
AU2003220423A1 (en) 2002-03-22 2003-10-13 Sun Microsystems, Inc. Mobile download system
US7565647B2 (en) 2002-03-22 2009-07-21 Sun Microsystems, Inc. Markup compiler that outputs MIDlets
US20080313282A1 (en) * 2002-09-10 2008-12-18 Warila Bruce W User interface, operating system and architecture
JP4593078B2 (en) * 2003-02-28 2010-12-08 株式会社日立製作所 Job execution method and program in different computer environments
US7730482B2 (en) * 2004-06-08 2010-06-01 Covia Labs, Inc. Method and system for customized programmatic dynamic creation of interoperability content
US7487499B2 (en) 2004-10-29 2009-02-03 Caterpillar Inc. Location based software flashing system
US7895594B2 (en) 2005-03-28 2011-02-22 Freescale Semiconductor, Inc. Virtual machine extended capabilities using application contexts in a resource-constrained device
US8316111B2 (en) * 2005-10-11 2012-11-20 Hewlett-Packard Development Company, L.P. Systems and methods for placing and dragging programmatic packages in clustered computing systems
US8505027B2 (en) 2005-12-22 2013-08-06 Oracle Otc Subsidiary Llc Elective data sharing between different implementations of a software product
US20130047150A1 (en) * 2006-08-29 2013-02-21 Adobe Systems Incorporated Software installation and process management support
US7861213B2 (en) 2006-09-05 2010-12-28 Oracle International Corporation Mechanism for developing AJax applications using java swing framework and method for using the same
US9124650B2 (en) * 2006-12-13 2015-09-01 Quickplay Media Inc. Digital rights management in a mobile environment
US8001551B2 (en) 2007-04-24 2011-08-16 Microsoft Corporation Providing localized resources for client-side script execution
US8108711B2 (en) 2007-10-30 2012-01-31 Microsoft Corporation Systems and methods for hosting and testing services over a network
US8065508B2 (en) 2007-11-09 2011-11-22 Google Inc. Activating applications based on accelerometer data
US8219028B1 (en) 2008-03-31 2012-07-10 Google Inc. Passing information between mobile devices
US8601166B2 (en) * 2008-05-14 2013-12-03 Nec Corporation Information processing system and information processing method for generating distribution and synchronization rules in a client/server environment based on operation environment data
CN102187694A (en) 2008-05-28 2011-09-14 谷歌公司 Motion-controlled views on mobile computing devices
US8516435B2 (en) * 2008-06-19 2013-08-20 International Business Machines Corporation System and method for generating implementation artifacts for contextually-aware business applications
US8254902B2 (en) 2008-06-26 2012-08-28 Apple Inc. Apparatus and methods for enforcement of policies upon a wireless device
US8922485B1 (en) 2009-12-18 2014-12-30 Google Inc. Behavioral recognition on mobile devices
CN102971688B (en) * 2010-04-15 2016-03-16 Zih公司 Cross-platform program frame
US20110298816A1 (en) 2010-06-03 2011-12-08 Microsoft Corporation Updating graphical display content
US9672022B2 (en) * 2010-06-23 2017-06-06 Microsoft Technology Licensing, Llc Applications including multiple experience modules
US9176924B2 (en) 2011-11-16 2015-11-03 Autoconnect Holdings Llc Method and system for vehicle data collection
US20130046878A1 (en) 2011-08-15 2013-02-21 Lukas Fryc Asynchronous request interception for testing a request life-cycle
US9143530B2 (en) * 2011-10-11 2015-09-22 Citrix Systems, Inc. Secure container for protecting enterprise data on a mobile device
US9235398B2 (en) 2011-12-07 2016-01-12 Yahoo! Inc. Development of platform independent applications

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120317310A1 (en) * 1999-05-10 2012-12-13 Apple Inc. Distributing and synchronizing objects
US20060130046A1 (en) * 2000-11-17 2006-06-15 O'neill Patrick J System and method for updating and distributing information
US7251812B1 (en) * 2001-10-31 2007-07-31 Microsoft Corporation Dynamic software update
US20040111518A1 (en) * 2002-12-05 2004-06-10 Schuyler Marc P. Portability of computer system resources using transferable profile information
US7653008B2 (en) * 2004-05-21 2010-01-26 Bea Systems, Inc. Dynamically configurable service oriented architecture
US20060130045A1 (en) * 2004-11-19 2006-06-15 Jonathan Wesley Systems and methods for dynamically updating computer systems
US20060123414A1 (en) * 2004-12-03 2006-06-08 International Business Machines Corporation Method and apparatus for creation of customized install packages for installation of software
US20080222621A1 (en) * 2004-12-06 2008-09-11 Omnifone Limited Method of Automatically Building a Customised Software Application for a Specific Type of Wireless Computing Device
US20090320045A1 (en) * 2006-03-31 2009-12-24 British Telecommunications Public Limited Company Server computer component
US20070250405A1 (en) * 2006-03-31 2007-10-25 Benzi Ronen Method and system for identifying reusable development components
US20080092107A1 (en) * 2006-09-27 2008-04-17 Mcwilliam Joshua Software Development and Sales Life-Cycle Services
US20090024993A1 (en) * 2007-07-20 2009-01-22 Microsoft Corporation Dynamically regulating content downloads
US8819657B1 (en) * 2008-09-18 2014-08-26 Symantec Corporation Method and apparatus for maintaining data consistency in a virtualized application during software update installation
US20160234341A1 (en) * 2008-12-19 2016-08-11 Openpeak Inc. Systems for distributing applications and methods of operation of same
US20130246356A1 (en) * 2009-05-21 2013-09-19 Salesforce.Com, Inc. System, method and computer program product for pushing an application update between tenants of a multi-tenant on-demand database service
US20110289499A1 (en) * 2010-05-19 2011-11-24 Microsoft Corporation Techniques to automatically update software applications
US20150207870A1 (en) * 2011-03-31 2015-07-23 Infosys Limited Detecting code injections through cryptographic methods
US20160132320A1 (en) * 2011-05-20 2016-05-12 Amazon Technologies, Inc. Deploying Updates to an Application During Periods of Off-Peak Demand

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10437582B2 (en) * 2017-08-14 2019-10-08 Unify Patente GmbH & Co., KG Method and system for a client to server deployment via an online distribution platform
US10824416B2 (en) 2017-08-14 2020-11-03 Unify Patente Gmbh & Co. Kg Method and system for a client to server deployment via an online distribution platform
US11106453B2 (en) 2017-08-14 2021-08-31 Unify Patents GmbH & Co. KG Method and system for a client to server deployment via an online distribution platform

Also Published As

Publication number Publication date
US9158520B2 (en) 2015-10-13
US20130152072A1 (en) 2013-06-13

Similar Documents

Publication Publication Date Title
US9235398B2 (en) Development of platform independent applications
US9158520B2 (en) Development of platform independent applications
US9268546B2 (en) Deployment and hosting of platform independent applications
US9197720B2 (en) Deployment and hosting of platform independent applications
US10642599B1 (en) Preemptive deployment in software deployment pipelines
US20200301727A1 (en) Methods and apparatus to publish internal commands as an application programming interface in a cloud infrastructure
US9448852B2 (en) Managing virtual machines
EP3516847B1 (en) Deployment of applications conforming to application data sharing and decision service platform schema
US10430172B2 (en) Re-configuration in cloud computing environments
US20180067811A1 (en) Automatic application error detection and rollback
US20120102103A1 (en) Running legacy applications on cloud computing systems without rewriting
US20130151595A1 (en) Deployment and hosting of platform independent applications
US10817267B2 (en) State machine representation of a development environment deployment process
US20170373957A1 (en) Minimized installation of point of presence software agents by use of pre-installed browser
US10120707B2 (en) Deployment of development environments
US11403147B2 (en) Methods and apparatus to improve cloud management
US10073689B2 (en) Managing application lifecycles within a federation of distributed software applications
CN115080109A (en) Multi-cloud-end environment joint debugging method, device, system and equipment based on hybrid development
CN117337429A (en) Deploying a machine learning model
US10291498B1 (en) Mobile communication device diagnostic client and error remediation sharing
CN112506781A (en) Test monitoring method, test monitoring device, electronic device, storage medium, and program product
CN112597408A (en) System fusion method, device, equipment and storage medium
CN112910956A (en) Resource creating method and device and electronic equipment
US20230132531A1 (en) Software Development Project Infrastructure Builder Tool
WO2024049456A1 (en) Method and system for testing automation in marketplace

Legal Events

Date Code Title Description
AS Assignment

Owner name: YAHOO| INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:FERNANDEZ-RUIZ, BRUNO;LOW, DARYL MUN-KID;COOPER, MARTIN F.N.;SIGNING DATES FROM 20120330 TO 20120402;REEL/FRAME:036286/0549

AS Assignment

Owner name: EXCALIBUR IP, LLC, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO| INC.;REEL/FRAME:038383/0466

Effective date: 20160418

AS Assignment

Owner name: YAHOO| INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:EXCALIBUR IP, LLC;REEL/FRAME:038951/0295

Effective date: 20160531

AS Assignment

Owner name: EXCALIBUR IP, LLC, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YAHOO| INC.;REEL/FRAME:038950/0592

Effective date: 20160531

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

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION