G06F9/45529

Hierarchical data binding for industrial control systems

A system provides a design interface for designing and implementing graphical user interfaces that users can access through web browsers. Depending on the configuration of the graphical user interfaces, the users may be able to monitor and control industrial processes by interacting with components that correspond to the industrial processes as displayed in user interfaces at client devices. The design interface includes functionality for selecting preprogrammed components, or for generating new components for display. The design interface further allows designers to associate data values received from a variety of sources with properties of the components in the user interfaces. In particular, properties associated with a component of an interface are stored in property tree structures, making dynamic changes to the components possible. Data bindings between subtrees representing components and sets of data from industrial and other sources allows for designs that scale with the availability of the data.

Systems and methods for platform-independent application publishing to a front-end interface

Provided are computer-implemented methods and systems for publishing an application to a web container. An example method for publishing an application to a web container may include establishing a channel of communication with a user device associated with an end user. The method may further include embedding a web container into a web portal associated with a plurality of applications. The method may include executing an application in a user session associated with the end user. The method may further include capturing images of a virtual screen associated with the application executed on the application server. After the capture, the method may continue with sending the images to the web container of the web portal running in a web browser of the user device. The web container may publish the images to the web browser to display the application as part of the web portal in the web browser.

SYSTEMS AND METHODS FOR EXPLOIT PREVENTION AND MALICIOUS CODE NEUTRALIZATION USING NON-PREDICTABLE RESULTS FOR JAVASCRIPT-ENABLED APPLICATIONS
20230083463 · 2023-03-16 · ·

Systems, methods, and computer-readable media for cybersecurity are disclosed. The systems and methods may involve receiving, by an application capable of JavaScript execution, code for execution; executing, before execution of the received code, an intercepting code, wherein the intercepting code is configured to intercept at least one application programming interface (API) invocation by the received code; intercepting, by the intercepting code, an API invocation by the received code; determining that the intercepted API invocation results in a manipulation of a backing store object; and modifying an execution of the intercepted API invocation, wherein the modified execution results in at least one of: a non-predictable memory layout, a non-predictable memory behavior, or a non-predictable property of an object.

EMBEDDABLE NOTEBOOK ACCESS SUPPORT

Some embodiments support embedding of a notebooks software component in a surrounding host application, thereby promoting consistency of notebook user interfaces and user experiences between different kinds of applications. For instance, the notebook access added to an integrated development environment (IDE) may be aesthetically consistent with the notebook access added to a business analytics tool from the same vendor as the IDE. Departures from the aesthetic are still supported, e.g., a notebook access provided in a video gaming environment to teach gamers programming skills may have the same aesthetic as the simulated world of the video game, rather than an IDE aesthetic or an enterprise software aesthetic. Direct integration or proxied integration architectures may be used. Efficiencies may be gained by distinguishing between notebook viewing, editing, and executing operations, and providing more computationally expensive resources only as needed for the notebook access being performed.

MULTI-ACTIVE BROWSER APPLICATION
20230129492 · 2023-04-27 ·

An improved browser application that provides a view with the option of displaying simultaneously content of a plurality of “tabs” of the browser application on one or more displays, regardless of whether the tabs are active or inactive, is described herein. For example, the browser application can display simultaneously the content of multiple tabs and allow a user to resize and reposition the content of any one tab independent of the size, position, or number of other displayed tab content. Thus, in some circumstances, the content of one tab can partially or fully overlap (and therefore partially or fully hide) the content of another tab after a user manipulation of the size or position of tab content.

INFORMATION PROCESSING SYSTEM, INFORMATION PROCESSING APPARATUS, AND STORAGE MEDIUM
20230074397 · 2023-03-09 ·

An information processing system that provides an application to be executed on an image processing apparatus, the information processing system includes one or more controllers configured to provide, as a first combination application, combination information regarding a reproduction application that reproduces a description file defining an operation procedure, and a first description file, provide, as a second combination application, combination information regarding the reproduction application and a second description file, and output a license code associated with the first combination application and the second combination application.

CONNECTED CLOUD APPLICATIONS
20230128808 · 2023-04-27 ·

Media, methods, and systems are disclosed for providing one or more cloud-based, platform agnostic cloud applications and displaying the one or more cloud-based application in the display of a client device. The cloud applications may be displayed on a client device after, receiving, at a server side, a first request to access a cloud application, wherein the cloud application comprises a feature providing the functionality of the cloud application. Responsive to the request, fetching, from a storage, a first data source comprising one or more fields associated with the feature of the cloud applications. Responsive to the fetching, transmitting the first data source to a client side, wherein the client side is configured for storing a second data source comprising one or more fields providing a user interface of the cloud application. Responsive to the transmitting, displaying a user interface of the one or more cloud applications.

Automated data store access source code review

A computer-implemented automated review method for source code files seeking to access a data store comprises the steps of receiving a request to review data store access source code; determining computer files which include the data access source code; examining structured query language (SQL) source code files and determining compliance with non-syntax-related guidelines; examining data access object (DAO) source code files and determining compliance with guidelines for invoking SQL components within Java source code; examining configuration source code files and determining compliance with data store connection and object definition guidelines; examining configuration source code files and determining compliance with transaction-related guidelines; examining configuration source code files and determining compliance with datasource configuration guidelines; and issuing a halt signal if any of the guidelines are not followed.

ON-DEMAND LOADING OF DYNAMIC SCRIPTING LANGUAGE CODE FOR REDUCED MEMORY USAGE
20230117105 · 2023-04-20 · ·

A computer-implemented method and system for reducing the amount of memory space required to store applications written in dynamic scripting languages loads a program module into memory and removes a category of program code, such as debug information or function definitions, from the program module. The method and system also receives a request for debug information, or a function call or query, and determines whether or not the corresponding program code is in memory. If not, then the location in storage is identified where the program module is stored, and another copy containing the corresponding program code is loaded into memory. The corresponding program code is located and copied into the program module in memory, and a response is provided to the request.

Hybrid Membrane Environment Simulation for Javascript
20220334858 · 2022-10-20 ·

Methods, servers (34) and computer program products implement embodiments of the present invention that include embedding a simulation engine (50) into web code (36) of a web page (24). Upon receiving, from a client computer (20), a request for the web page, the code is conveyed to the computer. Upon receiving the code, the computer initiates execution of the code in a first execution context (90), and initiates execution of the engine. The engine is configured to initiate a second execution context (92) that simulates the first execution context, and to load, to the second execution context, a library (40) for processing content requests. The engine is also configured to proxy, from the first execution context to the second execution context, a call (48) to the library from the code, and to proxy, from the second execution context to the first execution context, a response to the call.