US20170169001A1 - Combining server-side and client-side user interface elements - Google Patents
Combining server-side and client-side user interface elements Download PDFInfo
- Publication number
- US20170169001A1 US20170169001A1 US15/443,158 US201715443158A US2017169001A1 US 20170169001 A1 US20170169001 A1 US 20170169001A1 US 201715443158 A US201715443158 A US 201715443158A US 2017169001 A1 US2017169001 A1 US 2017169001A1
- Authority
- US
- United States
- Prior art keywords
- supplied
- user interface
- server
- client
- interface elements
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G06F17/2247—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
- G06F40/143—Markup, e.g. Standard Generalized Markup Language [SGML] or Document Type Definition [DTD]
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
- G06F16/972—Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
- G06F16/986—Document structures and storage, e.g. HTML extensions
-
- G06F17/218—
-
- G06F17/30896—
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/03—Arrangements for converting the position or the displacement of a member into a coded form
- G06F3/041—Digitisers, e.g. for touch screens or touch pads, characterised by the transducing means
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/103—Formatting, i.e. changing of presentation of documents
- G06F40/117—Tagging; Marking up; Designating a block; Setting of attributes
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/137—Hierarchical processing, e.g. outlines
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H04L67/2842—
-
- H04L67/42—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/568—Storing data temporarily at an intermediate stage, e.g. caching
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/56—Provisioning of proxy services
- H04L67/568—Storing data temporarily at an intermediate stage, e.g. caching
- H04L67/5683—Storage of data provided by user terminals, i.e. reverse caching
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
Definitions
- DOM Document Object Model
- API application programming interface
- HTML and XML documents It defines the logical structure of documents and ways for documents to be accessed and manipulated.
- One objective for DOM is to provide a standard programming interface that can be used in a wide variety of environments and applications.
- DOM provides a hierarchical tree structure having a plurality of nodes in parent/child relationships. Using this structure, script programs can examine and dynamically change a web page.
- a method and apparatus are disclosed for combining server-supplied user interface elements with client-supplied user interface (UI) elements.
- the server-supplied user interface elements can be received by a client device and inserted into a client-supplied object model, such as a Document Object Model (DOM).
- DOM Document Object Model
- the object model can then be used to render a page, such as a webpage.
- the client can intelligently combine UI elements from a server with UI elements from a client.
- the client device can modify the object model to eliminate such conflicts or overlaps.
- the client's access to user information stored on the client device can be used to modify server-supplied UI elements.
- a page can be created for different platforms and then modified in the object model.
- FIG. 1 shows an example architecture that can be used where client-supplied UI elements and server-supplied UI elements are combined in a client object model.
- FIG. 2 shows an example page having blended server-supplied UI and client-supplied UI.
- FIG. 3 shows combining server-side and client-side UI elements in an object model.
- FIG. 4 is a flowchart of a method for inserting server-supplied user interface elements into the Client object model.
- FIG. 5 is a flowchart of a method for inserting server-supplied user interface elements into a Document Object Model.
- FIG. 6 is an example client computing environment that can be used for any of the embodiments described herein.
- FIG. 1 illustrates an exemplary system that can be used for implementing embodiments described herein.
- a controller 110 e.g., processor, FPGA, microcontroller, etc.
- the UI elements can include icons, menus, controls (e.g., text boxes, buttons, hyperlinks, drop-down lists, check boxes, radio buttons, etc.), commands, content, etc.
- the received UI elements 130 can be inserted into an object model 132 stored in memory 136 on a client device.
- the object model 132 can be a Document Object Model (DOM).
- DOM Document Object Model
- the controller 110 can blend the UI elements 130 from the server with client UI elements 140 in the same object model 132 . Being in the same object model allows a script or other program executing on the controller 110 to manipulate the server UI elements 130 and the client UI elements 140 in a like manner. Additionally, style information from the server can be applied to any rendered page.
- the controller 110 can assist in rendering on a display 150 (a separate renderer can also be used) a combination of the server UI elements 152 and client UI elements 154 obtained from the object model.
- the controller 110 can check whether the network 122 is connected to the client device and make intelligent decisions about formatting the display 150 through manipulation of the object model 132 . For example, some or all of the server UI elements 130 can be suppressed if there is not a network connection. Additionally, the area on the display 150 can be expanded for the client UI elements 154 . In an offline mode, previously cached server responses stored in local memory or disk on the client device can be used.
- FIG. 2 shows an example user interface 210 that can include a combination of images, such as is shown at 220 , and text, as is shown at 230 .
- the text can be downloaded XML content that is reformatted into HTML for display.
- User interface elements 240 and 250 can also be included in the user interface.
- the user interface elements 240 are sourced by the client, such as from local memory or cache, while the user interface elements 250 are sourced from the server. In both cases, the user interface elements 240 , 250 are inserted into an object model prior to rendering the user interface 210 .
- the server-supplied content 250 can include style information so that a portion of the look and feel of the user interface 210 can be controlled by a server computer.
- the server-supplied content 250 is in HTML, but other content can be supplied by the server, such as Cascading Style Sheets (CSS), scripting languages (e.g., javascript), etc.
- CSS Cascading Style Sheets
- the local content 240 can have a look and feel supplied by the client device, while the server-supplied content 250 can have a look and feel controlled by the server computer. Additionally, the server content can inherit style from the local content, if needed.
- FIG. 3 shows a script engine 310 that can be executed on the controller 110 ( FIG. 1 ).
- the script engine 310 can build the object model using various elements sourced from the client and the server.
- the script engine 310 can determine that server-supplied UI element 1 , shown at 320 , is the same as client UI element 1 , shown at 330 .
- the script engine 310 can compare the client-supplied user interface elements with the server-supplied user interface elements, and, if there is a match, can suppress one of the UI elements to reduce redundancy.
- UI element 320 is not copied into the object model or is otherwise removed from the object model.
- the UI element 350 is determined not to be the same as a client supplied UI element. As such, it is copied and inserted into an object model 360 . As shown at 370 , the UI element 350 can be inserted between tags in the object model. For example, when the object model 360 is a DOM, the tags can be division tags (also called div tags). The script engine 310 can search the object model for the tags and insert the server-supplied UI elements between the div tags. Style information, such as color, font, size or any other look and feel elements can also be inserted in the object model using the tags. Thus, using this structure, the server can control the look and feel of the user interface on a client computer. The script engine 310 can further check a network connection as shown at 380 .
- the script can retrieve previously cached server UI elements stored on the client device, or the script engine can suppress the previously received UI elements received from the server computer and expand the client-supplied UI elements.
- the script engine 310 can further execute a script and manipulate the server supplied UI elements while they are in the object model 360 .
- FIG. 4 shows a flowchart of a method for combining client-side and server-side UI elements.
- UI elements including style information for look and feel can be received from a server computer.
- the UI elements can be in HTML, CSS, javascripts, or any other desired code or data for rendering a page, such as an application page or webpage.
- the UI elements are inserted into an object model, such as a DOM. By inserting the UI elements in the DOM, the client-supplied UI elements and the server-supplied UI elements are merged into a single model to be rendered.
- the object model is rendered with the client and server UI elements combined.
- FIG. 5 is a flowchart of a method for integrating server-supplied UI elements and client-supplied UI elements.
- user interface elements are received from a server computer.
- the user interface elements can include executable code, style sheets, content, etc.
- the UI elements including style information can be copied into a DOM.
- the server-supplied and client-supplied user interface elements can be displayed in a user interface using the DOM.
- FIG. 6 illustrates a generalized example of a suitable computing environment 600 in which several of the described techniques and tools may be implemented.
- the computing environment 600 is not intended to suggest any limitation as to scope of use or functionality, as the techniques and tools may be implemented in diverse general-purpose or special-purpose computing environments.
- the computing environment 600 is a client device, which can be a mobile device (e.g., cell phone, smartphone, handheld computer, Personal Digital Assistant (PDA), etc.) or desktop computer.
- PDA Personal Digital Assistant
- the computing environment 600 includes one or more processing units 610 , 615 and memory 620 , 625 that can be used in implementing a computing device.
- this most basic configuration 630 is included within a dashed line.
- the processing units 610 , 615 execute computer-executable instructions.
- a processing unit can be a general-purpose central processing unit (CPU), processor in an application-specific integrated circuit (ASIC) or any other type of processor.
- ASIC application-specific integrated circuit
- FIG. 6 shows a central processing unit 610 as well as a graphics processing unit or co-processing unit 615 .
- the memory 620 , 625 may be volatile memory (e.g., registers, cache, RAM), non-volatile memory (e.g., ROM, EEPROM, flash memory, etc.), or some combination of the two, accessible by the processing unit(s).
- the memory 620 , 625 stores software 680 implementing one or more innovations for combining client and server UI elements.
- a computing environment may have additional features.
- the computing environment 600 includes storage 640 , one or more input devices 650 , one or more output devices 660 , and one or more communication connections 670 .
- An interconnection mechanism such as a bus, controller, or network interconnects the components of the computing environment 600 .
- operating system software provides an operating environment for other software executing in the computing environment 600 , and coordinates activities of the components of the computing environment 600 .
- the tangible storage 640 may be removable or non-removable, and includes magnetic disks, magnetic tapes or cassettes, CD-ROMs, DVDs, or any other medium which can be used to store information in a non-transitory way and which can be accessed within the computing environment 600 .
- the storage 640 can store instructions for the software 680 implementing one or more innovations disclosed herein for combining client-supplied and server-supplied UI elements.
- the input device(s) 650 may be a touch input device such as a keyboard, mouse, pen, or trackball, a voice input device, a scanning device, or another device that provides input to the computing environment 600 .
- the output device(s) 660 may be a display, printer, speaker, CD-writer, or another device that provides output from the computing environment 600 .
- the communication connection(s) 670 enable communication over a communication medium to another computing entity.
- the communication medium conveys information such as computer-executable instructions, audio or video input or output, or other data in a modulated data signal.
- a modulated data signal is a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal.
- communication media include wired or wireless techniques implemented with an electrical, optical, RF, or other carrier.
- Computer-readable media are any available tangible media that can be accessed within a computing environment.
- Computer-readable media include memory 620 , storage 640 , and combinations of any of the above.
- program modules include routines, programs, libraries, objects, classes, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
- the functionality of the program modules may be combined or split between program modules as desired in various embodiments.
- Computer-executable instructions for program modules may be executed within a local or distributed computing environment.
- system and “device” are used interchangeably herein. Unless the context clearly indicates otherwise, neither term implies any limitation on a type of computing system or computing device. In general, a computing system or computing device can be local or distributed, and can include any combination of special-purpose hardware and/or general-purpose hardware with software implementing the functionality described herein.
- Any of the disclosed methods can be implemented as computer-executable instructions stored on one or more computer-readable storage media (e.g., non-transitory computer-readable media, such as one or more optical media discs, volatile memory components (such as DRAM or SRAM), or nonvolatile memory components (such as hard drives)) and executed on a computer (e.g., any commercially available computer, including smart phones or other mobile devices that include computing hardware).
- a computer e.g., any commercially available computer, including smart phones or other mobile devices that include computing hardware.
- Any of the computer-executable instructions for implementing the disclosed techniques as well as any data created and used during implementation of the disclosed embodiments can be stored on one or more computer-readable media (e.g., non-transitory computer-readable media).
- the computer-executable instructions can be part of, for example, a dedicated software application or a software application that is accessed or downloaded via a web browser or other software application (such as a remote computing application).
- Such software can be executed, for example, on a single local computer (e.g., any suitable commercially available computer) or in a network environment (e.g., via the Internet, a wide-area network, a local-area network, a client-server network (such as a cloud computing network), or other such network) using one or more network computers.
- the disclosed framework allows the client to blend UI elements delivered from the Internet with UI already on the client. This allows for sensitive business logic to be executed on the server, where it is more secure and updatable. These UI elements can then be seamlessly blended with client elements. For example, HTML, CSS and Javascript can be delivered securely from the Internet and injected into Client's DOM. This method allows code delivered from the server to blend with UI elements generated on the client. This is valuable because the client has access to user information that the server does not have.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Artificial Intelligence (AREA)
- Health & Medical Sciences (AREA)
- Data Mining & Analysis (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Human Computer Interaction (AREA)
- Information Transfer Between Computers (AREA)
- Stored Programmes (AREA)
Abstract
Description
- This application is a continuation of U.S. patent application Ser. No. 13/587,863, filed Aug. 16, 2012, which claims priority from U.S. Provisional Application No. 61/605,119, filed Feb. 29, 2012, which applications are incorporated herein by reference in their entirety.
- The Document Object Model (DOM) is an application programming interface (API) for HTML and XML documents. It defines the logical structure of documents and ways for documents to be accessed and manipulated. One objective for DOM is to provide a standard programming interface that can be used in a wide variety of environments and applications. Generally, DOM provides a hierarchical tree structure having a plurality of nodes in parent/child relationships. Using this structure, script programs can examine and dynamically change a web page.
- Other languages can be associated with object models different than DOM. However, whatever model is used, it is desirable to allow programmers to build documents, navigate their structure, and add, modify, or delete elements and content.
- Even with well-defined object models, authoring pages that can be used across different platforms can be challenging. For example, different pages often need to be created based on whether the page is to be displayed on a server or a client, despite an overlap in content between the pages. In one simple example, a server-side page can display headers and footers that are not displayed on a client page. In such a situation, two different pages need to be created even if the content is the same.
- This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
- A method and apparatus are disclosed for combining server-supplied user interface elements with client-supplied user interface (UI) elements. The server-supplied user interface elements can be received by a client device and inserted into a client-supplied object model, such as a Document Object Model (DOM). The object model can then be used to render a page, such as a webpage.
- By injecting server-supplied user interface elements into a client object model, the client can intelligently combine UI elements from a server with UI elements from a client. In the situation where there are conflicting or overlapping UI elements, the client device can modify the object model to eliminate such conflicts or overlaps. Thus, the client's access to user information stored on the client device can be used to modify server-supplied UI elements. Additionally, by being able to dynamically modify the object model, a page can be created for different platforms and then modified in the object model.
- The foregoing and other objects, features, and advantages of the invention will become more apparent from the following detailed description, which proceeds with reference to the accompanying figures.
-
FIG. 1 shows an example architecture that can be used where client-supplied UI elements and server-supplied UI elements are combined in a client object model. -
FIG. 2 shows an example page having blended server-supplied UI and client-supplied UI. -
FIG. 3 shows combining server-side and client-side UI elements in an object model. -
FIG. 4 is a flowchart of a method for inserting server-supplied user interface elements into the Client object model. -
FIG. 5 is a flowchart of a method for inserting server-supplied user interface elements into a Document Object Model. -
FIG. 6 is an example client computing environment that can be used for any of the embodiments described herein. -
FIG. 1 illustrates an exemplary system that can be used for implementing embodiments described herein. A controller 110 (e.g., processor, FPGA, microcontroller, etc.) can receive user interface (UI) elements from aserver computer 120 via anetwork 122, such as the Internet. The UI elements can include icons, menus, controls (e.g., text boxes, buttons, hyperlinks, drop-down lists, check boxes, radio buttons, etc.), commands, content, etc. The receivedUI elements 130 can be inserted into anobject model 132 stored inmemory 136 on a client device. In the case where the UI elements are in HTML, theobject model 132 can be a Document Object Model (DOM). Although the description generally uses HTML, XML and DOM as examples, it is understood that the embodiments herein are not limited to those specific languages and object models. Rather, any markup language and object model can be used. Thecontroller 110 can blend theUI elements 130 from the server withclient UI elements 140 in thesame object model 132. Being in the same object model allows a script or other program executing on thecontroller 110 to manipulate theserver UI elements 130 and theclient UI elements 140 in a like manner. Additionally, style information from the server can be applied to any rendered page. Using theobject model 132, thecontroller 110 can assist in rendering on a display 150 (a separate renderer can also be used) a combination of theserver UI elements 152 andclient UI elements 154 obtained from the object model. Thecontroller 110 can check whether thenetwork 122 is connected to the client device and make intelligent decisions about formatting thedisplay 150 through manipulation of theobject model 132. For example, some or all of theserver UI elements 130 can be suppressed if there is not a network connection. Additionally, the area on thedisplay 150 can be expanded for theclient UI elements 154. In an offline mode, previously cached server responses stored in local memory or disk on the client device can be used. - It will be understood by those skilled in the art that building an object model on the client device using server-supplied UI elements and client-supplied UI elements is fundamentally different than simply rendering a page that pulls in images or text from a server computer, as such images or text are not copied to the object model and cannot be manipulated by a client script.
-
FIG. 2 shows anexample user interface 210 that can include a combination of images, such as is shown at 220, and text, as is shown at 230. The text can be downloaded XML content that is reformatted into HTML for display. 240 and 250 can also be included in the user interface. TheUser interface elements user interface elements 240 are sourced by the client, such as from local memory or cache, while theuser interface elements 250 are sourced from the server. In both cases, the 240, 250 are inserted into an object model prior to rendering theuser interface elements user interface 210. The server-suppliedcontent 250 can include style information so that a portion of the look and feel of theuser interface 210 can be controlled by a server computer. Typically, the server-suppliedcontent 250 is in HTML, but other content can be supplied by the server, such as Cascading Style Sheets (CSS), scripting languages (e.g., javascript), etc. Thelocal content 240 can have a look and feel supplied by the client device, while the server-suppliedcontent 250 can have a look and feel controlled by the server computer. Additionally, the server content can inherit style from the local content, if needed. -
FIG. 3 shows ascript engine 310 that can be executed on the controller 110 (FIG. 1 ). Thescript engine 310 can build the object model using various elements sourced from the client and the server. In the simple illustrated example, thescript engine 310 can determine that server-suppliedUI element 1, shown at 320, is the same asclient UI element 1, shown at 330. Thus, thescript engine 310 can compare the client-supplied user interface elements with the server-supplied user interface elements, and, if there is a match, can suppress one of the UI elements to reduce redundancy. In the case ofFIG. 3 ,UI element 320 is not copied into the object model or is otherwise removed from the object model.UI element 350 is determined not to be the same as a client supplied UI element. As such, it is copied and inserted into anobject model 360. As shown at 370, theUI element 350 can be inserted between tags in the object model. For example, when theobject model 360 is a DOM, the tags can be division tags (also called div tags). Thescript engine 310 can search the object model for the tags and insert the server-supplied UI elements between the div tags. Style information, such as color, font, size or any other look and feel elements can also be inserted in the object model using the tags. Thus, using this structure, the server can control the look and feel of the user interface on a client computer. Thescript engine 310 can further check a network connection as shown at 380. If the network is currently down, the script can retrieve previously cached server UI elements stored on the client device, or the script engine can suppress the previously received UI elements received from the server computer and expand the client-supplied UI elements. Thescript engine 310 can further execute a script and manipulate the server supplied UI elements while they are in theobject model 360. -
FIG. 4 shows a flowchart of a method for combining client-side and server-side UI elements. Inprocess block 410, UI elements including style information for look and feel can be received from a server computer. As previously explained, the UI elements can be in HTML, CSS, javascripts, or any other desired code or data for rendering a page, such as an application page or webpage. Inprocess block 420, the UI elements are inserted into an object model, such as a DOM. By inserting the UI elements in the DOM, the client-supplied UI elements and the server-supplied UI elements are merged into a single model to be rendered. Inprocess block 430, the object model is rendered with the client and server UI elements combined. -
FIG. 5 is a flowchart of a method for integrating server-supplied UI elements and client-supplied UI elements. Inprocess block 510, user interface elements are received from a server computer. The user interface elements can include executable code, style sheets, content, etc. Inprocess block 520, the UI elements including style information can be copied into a DOM. Inprocess block 530, the server-supplied and client-supplied user interface elements can be displayed in a user interface using the DOM. -
FIG. 6 illustrates a generalized example of asuitable computing environment 600 in which several of the described techniques and tools may be implemented. Thecomputing environment 600 is not intended to suggest any limitation as to scope of use or functionality, as the techniques and tools may be implemented in diverse general-purpose or special-purpose computing environments. Thecomputing environment 600 is a client device, which can be a mobile device (e.g., cell phone, smartphone, handheld computer, Personal Digital Assistant (PDA), etc.) or desktop computer. - With reference to
FIG. 6 , thecomputing environment 600 includes one or more processing units 610, 615 and 620, 625 that can be used in implementing a computing device. Inmemory FIG. 6 , this mostbasic configuration 630 is included within a dashed line. The processing units 610, 615 execute computer-executable instructions. A processing unit can be a general-purpose central processing unit (CPU), processor in an application-specific integrated circuit (ASIC) or any other type of processor. In a multi-processing system, multiple processing units execute computer-executable instructions to increase processing power. For example,FIG. 6 shows a central processing unit 610 as well as a graphics processing unit or co-processing unit 615. The 620, 625 may be volatile memory (e.g., registers, cache, RAM), non-volatile memory (e.g., ROM, EEPROM, flash memory, etc.), or some combination of the two, accessible by the processing unit(s). Thememory 620, 625memory stores software 680 implementing one or more innovations for combining client and server UI elements. - A computing environment may have additional features. For example, the
computing environment 600 includesstorage 640, one ormore input devices 650, one ormore output devices 660, and one ormore communication connections 670. An interconnection mechanism (not shown) such as a bus, controller, or network interconnects the components of thecomputing environment 600. Typically, operating system software (not shown) provides an operating environment for other software executing in thecomputing environment 600, and coordinates activities of the components of thecomputing environment 600. - The
tangible storage 640 may be removable or non-removable, and includes magnetic disks, magnetic tapes or cassettes, CD-ROMs, DVDs, or any other medium which can be used to store information in a non-transitory way and which can be accessed within thecomputing environment 600. Thestorage 640 can store instructions for thesoftware 680 implementing one or more innovations disclosed herein for combining client-supplied and server-supplied UI elements. - The input device(s) 650 may be a touch input device such as a keyboard, mouse, pen, or trackball, a voice input device, a scanning device, or another device that provides input to the
computing environment 600. The output device(s) 660 may be a display, printer, speaker, CD-writer, or another device that provides output from thecomputing environment 600. - The communication connection(s) 670 enable communication over a communication medium to another computing entity. The communication medium conveys information such as computer-executable instructions, audio or video input or output, or other data in a modulated data signal. A modulated data signal is a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media include wired or wireless techniques implemented with an electrical, optical, RF, or other carrier.
- The techniques and tools can be described in the general context of computer-readable media. Computer-readable media are any available tangible media that can be accessed within a computing environment. By way of example, and not limitation, with the
computing environment 600, computer-readable media includememory 620,storage 640, and combinations of any of the above. - The techniques and tools can be described in the general context of computer-executable instructions, such as those included in program modules, being executed in a computing environment on a target real or virtual processor. Generally, program modules include routines, programs, libraries, objects, classes, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The functionality of the program modules may be combined or split between program modules as desired in various embodiments. Computer-executable instructions for program modules may be executed within a local or distributed computing environment.
- The terms “system” and “device” are used interchangeably herein. Unless the context clearly indicates otherwise, neither term implies any limitation on a type of computing system or computing device. In general, a computing system or computing device can be local or distributed, and can include any combination of special-purpose hardware and/or general-purpose hardware with software implementing the functionality described herein.
- For the sake of presentation, the detailed description uses terms like “determine” and “select” to describe computer operations in a computing environment. These terms are high-level abstractions for operations performed by a computer, and should not be confused with acts performed by a human being. The actual computer operations corresponding to these terms vary depending on implementation.
- Although the operations of some of the disclosed methods are described in a particular, sequential order for convenient presentation, it should be understood that this manner of description encompasses rearrangement, unless a particular ordering is required by specific language set forth below. For example, operations described sequentially may in some cases be rearranged or performed concurrently. Moreover, for the sake of simplicity, the attached figures may not show the various ways in which the disclosed methods can be used in conjunction with other methods.
- Any of the disclosed methods can be implemented as computer-executable instructions stored on one or more computer-readable storage media (e.g., non-transitory computer-readable media, such as one or more optical media discs, volatile memory components (such as DRAM or SRAM), or nonvolatile memory components (such as hard drives)) and executed on a computer (e.g., any commercially available computer, including smart phones or other mobile devices that include computing hardware). Any of the computer-executable instructions for implementing the disclosed techniques as well as any data created and used during implementation of the disclosed embodiments can be stored on one or more computer-readable media (e.g., non-transitory computer-readable media). The computer-executable instructions can be part of, for example, a dedicated software application or a software application that is accessed or downloaded via a web browser or other software application (such as a remote computing application). Such software can be executed, for example, on a single local computer (e.g., any suitable commercially available computer) or in a network environment (e.g., via the Internet, a wide-area network, a local-area network, a client-server network (such as a cloud computing network), or other such network) using one or more network computers.
- For clarity, only certain selected aspects of the software-based implementations are described. Other details that are well known in the art are omitted. For example, it should be understood that the disclosed technology is not limited to any specific computer language or program. For instance, the disclosed technology can be implemented by software written in C++, Java, Perl, JavaScript, Adobe Flash, or any other suitable programming language. Likewise, the disclosed technology is not limited to any particular computer or type of hardware. Certain details of suitable computers and hardware are well known and need not be set forth in detail in this disclosure.
- The disclosed framework allows the client to blend UI elements delivered from the Internet with UI already on the client. This allows for sensitive business logic to be executed on the server, where it is more secure and updatable. These UI elements can then be seamlessly blended with client elements. For example, HTML, CSS and Javascript can be delivered securely from the Internet and injected into Client's DOM. This method allows code delivered from the server to blend with UI elements generated on the client. This is valuable because the client has access to user information that the server does not have.
- In view of the many possible embodiments to which the principles of the disclosed invention may be applied, it should be recognized that the illustrated embodiments are only preferred examples of the invention and should not be taken as limiting the scope of the invention. Rather, the scope of the invention is defined by the following claims. We therefore claim as our invention all that comes within the scope of these claims.
Claims (21)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/443,158 US20170169001A1 (en) | 2012-02-29 | 2017-02-27 | Combining server-side and client-side user interface elements |
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201261605119P | 2012-02-29 | 2012-02-29 | |
| US13/587,863 US8959142B2 (en) | 2012-02-29 | 2012-08-16 | Combining server-side and client-side user interface elements |
| US14/584,881 US9582601B2 (en) | 2012-02-29 | 2014-12-29 | Combining server-side and client-side user interface elements |
| US15/443,158 US20170169001A1 (en) | 2012-02-29 | 2017-02-27 | Combining server-side and client-side user interface elements |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/584,881 Continuation US9582601B2 (en) | 2012-02-29 | 2014-12-29 | Combining server-side and client-side user interface elements |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US20170169001A1 true US20170169001A1 (en) | 2017-06-15 |
Family
ID=49004460
Family Applications (5)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US13/587,864 Active 2033-03-08 US9053201B2 (en) | 2012-02-29 | 2012-08-16 | Communication with a web compartment in a client application |
| US13/587,863 Active 2033-02-27 US8959142B2 (en) | 2012-02-29 | 2012-08-16 | Combining server-side and client-side user interface elements |
| US13/629,149 Active US9032383B2 (en) | 2012-02-29 | 2012-09-27 | Automatically updating applications on a client's device without interrupting the user's experience |
| US14/584,881 Active - Reinstated US9582601B2 (en) | 2012-02-29 | 2014-12-29 | Combining server-side and client-side user interface elements |
| US15/443,158 Abandoned US20170169001A1 (en) | 2012-02-29 | 2017-02-27 | Combining server-side and client-side user interface elements |
Family Applications Before (4)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US13/587,864 Active 2033-03-08 US9053201B2 (en) | 2012-02-29 | 2012-08-16 | Communication with a web compartment in a client application |
| US13/587,863 Active 2033-02-27 US8959142B2 (en) | 2012-02-29 | 2012-08-16 | Combining server-side and client-side user interface elements |
| US13/629,149 Active US9032383B2 (en) | 2012-02-29 | 2012-09-27 | Automatically updating applications on a client's device without interrupting the user's experience |
| US14/584,881 Active - Reinstated US9582601B2 (en) | 2012-02-29 | 2014-12-29 | Combining server-side and client-side user interface elements |
Country Status (1)
| Country | Link |
|---|---|
| US (5) | US9053201B2 (en) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10268460B2 (en) * | 2017-01-25 | 2019-04-23 | Walmart Apollo, Llc | Systems, method, and non-transitory computer-readable storage media for generating code for displaying a webpage |
| US10404789B2 (en) | 2017-01-25 | 2019-09-03 | Walmart Apollo, Llc | Systems, method, and non-transitory computer-readable storage media for generating code for displaying a webpage |
| US10437570B2 (en) | 2017-01-25 | 2019-10-08 | Walmart Apollo, Llc | Systems, method, and non-transitory computer-readable storage media for generating code for displaying a webpage |
| US10839041B2 (en) | 2017-01-25 | 2020-11-17 | Walmart Apollo, Llc | Systems, method, and non-transitory computer-readable storage media for a partial-render operation generating code for displaying a webpage |
Families Citing this family (26)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US9098149B2 (en) * | 2004-12-27 | 2015-08-04 | International Business Machines Corporation | Group radio control |
| US8806190B1 (en) | 2010-04-19 | 2014-08-12 | Amaani Munshi | Method of transmission of encrypted documents from an email application |
| US9110690B2 (en) * | 2010-04-28 | 2015-08-18 | General Electric Company | Systems, methods, and apparatus for deploying application code change configurations for multiple target controllers |
| US9053201B2 (en) | 2012-02-29 | 2015-06-09 | Microsoft Technology Licensing, Llc | Communication with a web compartment in a client application |
| SG194245A1 (en) * | 2012-04-17 | 2013-11-29 | ZingMobile Pte Ltd | A method for real-time synchronization between a device and host servers |
| US9319395B2 (en) * | 2013-07-03 | 2016-04-19 | Sailpoint Technologies, Inc. | System and method for securing authentication information in a networked environment |
| US10230782B2 (en) | 2013-11-18 | 2019-03-12 | Microsoft Technology Licensing, Llc | Unbalanced mapping between desktop and mobile pages |
| CN103746840B (en) * | 2013-12-30 | 2017-05-17 | 迈普通信技术股份有限公司 | Method and system for automatic checking of software version information of network equipment |
| JP6248641B2 (en) * | 2014-01-15 | 2017-12-20 | 株式会社リコー | Information processing system and authentication method |
| US9600258B2 (en) * | 2014-02-14 | 2017-03-21 | Google Inc. | Suggestions to install and/or open a native application |
| US12032897B2 (en) * | 2014-10-09 | 2024-07-09 | Wrap Communications, Inc. | Methods of using a wrap descriptor to display a sequence of cards on a display device |
| CN106293790B (en) * | 2015-05-28 | 2019-12-13 | Tcl集团股份有限公司 | Application program upgrading method and device based on Firefox operating system |
| WO2017023049A1 (en) * | 2015-07-31 | 2017-02-09 | Samsung Electronics Co., Ltd. | Electronic device and server related to rendering of web content and controlling method thereof |
| CN105786480B (en) * | 2015-12-29 | 2021-01-12 | 上海闻泰电子科技有限公司 | Application processing system and processing method |
| US10102306B2 (en) | 2016-05-03 | 2018-10-16 | International Business Machines Corporation | Patching base document object model (DOM) with DOM-differentials to generate high fidelity replay of webpage user interactions |
| US10185626B2 (en) | 2016-09-07 | 2019-01-22 | Microsoft Technology Licensing, Llc | Automatic application error detection and rollback |
| CN107015870B (en) | 2016-09-19 | 2020-11-03 | 创新先进技术有限公司 | Method and device for realizing communication between web page and local application and electronic equipment |
| CN108255916A (en) * | 2017-09-14 | 2018-07-06 | 广州市动景计算机科技有限公司 | Method, equipment, client terminal device and the electronic equipment that Webpage is presented |
| US10983803B2 (en) | 2018-06-03 | 2021-04-20 | Apple Inc. | Annotating dynamic libraries for multi-OS applications |
| US10983811B2 (en) | 2018-06-03 | 2021-04-20 | Apple Inc. | Multi-process model for cross-platform applications |
| CN110286927A (en) * | 2019-06-24 | 2019-09-27 | 北京字节跳动网络技术有限公司 | Hot update method, device and the equipment of Flutter application |
| CN110362329B (en) * | 2019-07-18 | 2024-03-22 | 上海擎感智能科技有限公司 | Version update checking method and system |
| US10832681B1 (en) * | 2020-02-20 | 2020-11-10 | Capital One Services, Llc | Common skill store for different virtual assistants |
| CN111880836A (en) * | 2020-07-07 | 2020-11-03 | 上海中通吉网络技术有限公司 | Page caching and refreshing method and device for mobile terminal application and mobile terminal |
| US11573782B2 (en) | 2021-01-06 | 2023-02-07 | Red Hat, Inc. | Self updating agent |
| CN114895901A (en) * | 2022-03-28 | 2022-08-12 | 北京金堤科技有限公司 | Page processing method and device, storage medium and electronic equipment |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040024843A1 (en) * | 2002-07-31 | 2004-02-05 | Smith Christopher T. | Method for provisioning distributed web applications |
| US20050131962A1 (en) * | 2003-12-16 | 2005-06-16 | Deshpande Sachin G. | Systems and methods for implementing a cache model |
| US20050289156A1 (en) * | 2004-06-25 | 2005-12-29 | Icesoft Technologies Canada Corp. | Systems and methods for rendering and increasing portability of document-based user interface software objects |
| US7712025B2 (en) * | 2002-10-01 | 2010-05-04 | Sap Aktiengesellschaft | Document object model caching and validation |
| US20120216132A1 (en) * | 2011-02-21 | 2012-08-23 | International Business Machines Corporation | Embedding User Selected Content In A Web Browser Display |
| US8533347B1 (en) * | 2011-05-26 | 2013-09-10 | Google, Inc. | Non-modal dialog for managing blocking of multiple web browser cookies |
Family Cites Families (30)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6567104B1 (en) | 1999-05-20 | 2003-05-20 | Microsoft Corporation | Time-based dynamic user interface elements |
| US6493871B1 (en) | 1999-09-16 | 2002-12-10 | Microsoft Corporation | Method and system for downloading updates for software installation |
| US6404445B1 (en) | 1999-12-30 | 2002-06-11 | Cybrant Corporation | Method and system for modeling data |
| KR20030015217A (en) | 2000-03-22 | 2003-02-20 | 웹매써드즈 인코포레이티드 | Method and system for top-down business process definition and execution |
| US7058944B1 (en) * | 2000-04-25 | 2006-06-06 | Microsoft Corporation | Event driven system and method for retrieving and displaying information |
| US6751794B1 (en) | 2000-05-25 | 2004-06-15 | Everdream Corporation | Intelligent patch checker |
| US7051069B2 (en) | 2000-09-28 | 2006-05-23 | Bea Systems, Inc. | System for managing logical process flow in an online environment |
| US20020129096A1 (en) | 2001-02-14 | 2002-09-12 | Mansour Peter M. | Platform-independent distributed user interface client architecture |
| US6983421B1 (en) | 2001-06-22 | 2006-01-03 | I2 Technologies Us, Inc. | Using connectors to automatically update graphical user interface elements at a client system according to an updated state of a configuration |
| US7895173B1 (en) * | 2001-06-27 | 2011-02-22 | Microsoft Corporation | System and method facilitating unified framework for structured/unstructured data |
| EP2296098B1 (en) | 2001-10-23 | 2019-02-27 | BlackBerry Limited | System and method for merging remote and local data in a single user interface |
| JP4405248B2 (en) * | 2003-03-31 | 2010-01-27 | 株式会社東芝 | Communication relay device, communication relay method, and program |
| US7478381B2 (en) | 2003-12-15 | 2009-01-13 | Microsoft Corporation | Managing software updates and a software distribution service |
| JP2006065467A (en) | 2004-08-25 | 2006-03-09 | Hitachi Ltd | Data extraction definition information generation apparatus and data extraction definition information generation method |
| US20060265662A1 (en) | 2005-05-19 | 2006-11-23 | Custom Credit Systems, L.P. | System and method for generating and updating user interfaces of web-based applications |
| US8056072B2 (en) | 2005-10-31 | 2011-11-08 | Microsoft Corporation | Rebootless display driver upgrades |
| US20070244990A1 (en) | 2006-04-03 | 2007-10-18 | National Instruments Corporation | Web browser graph user interface element with rich interactive capabilities |
| US7873591B2 (en) | 2007-02-02 | 2011-01-18 | Microsoft Corporation | User-interface architecture for manipulating business models |
| US8146069B2 (en) | 2007-09-27 | 2012-03-27 | Alcatel Lucent | Method and apparatus for performing non service affecting software upgrades in place |
| US8589909B2 (en) | 2008-01-10 | 2013-11-19 | Oracle International Corporation | Techniques for reducing down time in updating applications with metadata |
| US9524344B2 (en) | 2008-06-03 | 2016-12-20 | Microsoft Corporation | User interface for online ads |
| US9195525B2 (en) * | 2008-10-21 | 2015-11-24 | Synactive, Inc. | Method and apparatus for generating a web-based user interface |
| US20100146481A1 (en) | 2008-12-09 | 2010-06-10 | Microsoft Corporation | Developing applications at runtime |
| US9459936B2 (en) * | 2009-05-01 | 2016-10-04 | Kaazing Corporation | Enterprise client-server system and methods of providing web application support through distributed emulation of websocket communications |
| US8701165B2 (en) * | 2009-06-03 | 2014-04-15 | Microsoft Corporation | Credentials phishing prevention protocol |
| US20100318987A1 (en) | 2009-06-15 | 2010-12-16 | Microsoft Corporation | Bootstrapping streamed and virtualized applications |
| US8606884B2 (en) | 2010-09-21 | 2013-12-10 | Taesung Kim | System and method for web hosting behind NATs |
| US8959492B2 (en) | 2010-12-14 | 2015-02-17 | Ngmoco, Llc | Communication protocol between a high-level language and a native language |
| US9053201B2 (en) | 2012-02-29 | 2015-06-09 | Microsoft Technology Licensing, Llc | Communication with a web compartment in a client application |
| US9817656B2 (en) | 2012-08-24 | 2017-11-14 | Ca, Inc. | Hot rollback of updated agent |
-
2012
- 2012-08-16 US US13/587,864 patent/US9053201B2/en active Active
- 2012-08-16 US US13/587,863 patent/US8959142B2/en active Active
- 2012-09-27 US US13/629,149 patent/US9032383B2/en active Active
-
2014
- 2014-12-29 US US14/584,881 patent/US9582601B2/en active Active - Reinstated
-
2017
- 2017-02-27 US US15/443,158 patent/US20170169001A1/en not_active Abandoned
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20040024843A1 (en) * | 2002-07-31 | 2004-02-05 | Smith Christopher T. | Method for provisioning distributed web applications |
| US7712025B2 (en) * | 2002-10-01 | 2010-05-04 | Sap Aktiengesellschaft | Document object model caching and validation |
| US20050131962A1 (en) * | 2003-12-16 | 2005-06-16 | Deshpande Sachin G. | Systems and methods for implementing a cache model |
| US20050289156A1 (en) * | 2004-06-25 | 2005-12-29 | Icesoft Technologies Canada Corp. | Systems and methods for rendering and increasing portability of document-based user interface software objects |
| US20120216132A1 (en) * | 2011-02-21 | 2012-08-23 | International Business Machines Corporation | Embedding User Selected Content In A Web Browser Display |
| US8533347B1 (en) * | 2011-05-26 | 2013-09-10 | Google, Inc. | Non-modal dialog for managing blocking of multiple web browser cookies |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10268460B2 (en) * | 2017-01-25 | 2019-04-23 | Walmart Apollo, Llc | Systems, method, and non-transitory computer-readable storage media for generating code for displaying a webpage |
| US10404789B2 (en) | 2017-01-25 | 2019-09-03 | Walmart Apollo, Llc | Systems, method, and non-transitory computer-readable storage media for generating code for displaying a webpage |
| US10437570B2 (en) | 2017-01-25 | 2019-10-08 | Walmart Apollo, Llc | Systems, method, and non-transitory computer-readable storage media for generating code for displaying a webpage |
| US10839041B2 (en) | 2017-01-25 | 2020-11-17 | Walmart Apollo, Llc | Systems, method, and non-transitory computer-readable storage media for a partial-render operation generating code for displaying a webpage |
Also Published As
| Publication number | Publication date |
|---|---|
| US20150120823A1 (en) | 2015-04-30 |
| US9032383B2 (en) | 2015-05-12 |
| US9582601B2 (en) | 2017-02-28 |
| US20130226994A1 (en) | 2013-08-29 |
| US9053201B2 (en) | 2015-06-09 |
| US20130227539A1 (en) | 2013-08-29 |
| US8959142B2 (en) | 2015-02-17 |
| US20130227657A1 (en) | 2013-08-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US9582601B2 (en) | Combining server-side and client-side user interface elements | |
| US11514033B2 (en) | System for providing dynamic linked panels in user interface | |
| US10572581B2 (en) | System and method for web content presentation management | |
| US9727538B2 (en) | Editing a fragmented document | |
| US20130019189A1 (en) | Augmented editing of an online document | |
| US8074167B2 (en) | Cross domain presence of web user interface and logic | |
| US8271868B2 (en) | Inserting web content into a destination website | |
| US11822615B2 (en) | Contextual editing in a page rendering system | |
| US20140033084A1 (en) | Method and apparatus for filtering object-related features | |
| WO2013122714A2 (en) | Implementing website themes in a website under construction | |
| US10410606B2 (en) | Rendering graphical assets on electronic devices | |
| EP3997609A1 (en) | Document mark-up and navigation using natural language processing | |
| US20190042546A1 (en) | Unified graphical user interface views through frame break out | |
| Jain | jQuery Mobile Cookbook | |
| CN120216801A (en) | Page refresh method, electronic device, storage medium and program product | |
| CN110968809A (en) | Webpage processing method and device, electronic equipment and storage medium |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:D'AURELIO, RYAN JAMES;LEECE, MARK JOHN SAWREY;JOHNSON, ZACHARIAH GLEN;AND OTHERS;SIGNING DATES FROM 20150109 TO 20150113;REEL/FRAME:041438/0029 |
|
| 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 |
|
| AS | Assignment |
Owner name: LOT NETWORK INC., ARIZONA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT TECHNOLOGY LICENSING, LLC;REEL/FRAME:053608/0045 Effective date: 20190321 |
|
| AS | Assignment |
Owner name: POWERSCOUT, INC. D.B.A. ZESTY.AI, CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:LOT NETWORK INC.;REEL/FRAME:053996/0182 Effective date: 20200116 Owner name: ZESTY.AI, INC., CALIFORNIA Free format text: CHANGE OF NAME;ASSIGNOR:POWERSCOUT, INC.;REEL/FRAME:053996/0389 Effective date: 20200814 |