Navigation payload detection
Described are techniques for event processing. Notification is received at a navigation service of a first navigation event. The notification includes a set of parameters and information identifying a target navigation point in the application. Responsive to receiving the notification, the navigation service performs first processing including: identifying first target code of the application to be invoked to update the user interface to include a content view associated with the target navigation point; updating location information and payload information in accordance with a target path in a hierarchical navigation structure of the application, wherein the payload information is updated to include additional information identifying the set of parameters; and transferring control to the first target code whereby the location information and the payload information are provided as inputs to the first target code.
Latest EMC IP Holding Company LLC Patents:
- Data masking in a microservice architecture
- Systems and methods for device thermal management using dynamic ranking of device cooling needs
- Multiple data labels within a backup system
- Optimizing file system defrag for deduplicated block storage
- Method, electronic device, and computer program product for managing storage device
1. Technical Field
This application generally relates to user interfaces.
2. Description of Related Art
Computer systems may include different resources used by one or more host processors. Resources and host processors in a computer system may be interconnected by one or more communication connections. These resources may include, for example, data storage devices such as those included in the data storage systems manufactured by EMC Corporation. These data storage systems may be coupled to one or more servers or host processors and provide storage services to each host processor. Multiple data storage systems from one or more different vendors may be connected and may provide common data storage for one or more host processors in a computer system.
A host processor may perform a variety of data processing tasks and operations using the data storage system. For example, a host processor may perform basic system I/O operations in connection with data requests, such as data read and write operations.
Host processor systems may store and retrieve data using a data storage system including a plurality of host interface units, disk drives, and disk interface units. The host systems access the data storage system through a plurality of channels provided therewith. Host systems provide data and access control information through the channels and the storage system provides data to the host systems also through the channels. The host systems do not address the disk drives of the storage system directly, but rather, access what appears to the host systems as a plurality of logical disk units. The logical disk units may or may not correspond to the actual disk drives. Allowing multiple host systems to access the single data storage system allows the host systems to share data stored in the storage system. In order to facilitate sharing of the data on the data storage system, additional software on the data storage systems may also be used.
In connection with an application for management of data storage systems, or more generally any application, a user interface may be displayed. Existing applications providing a user interface may control various aspects of user interface (UI) elements, such as visual aspects of buttons, displayed text, and the like, by setting properties of the user interface elements within the application code.
SUMMARY OF THE INVENTIONIn accordance with one aspect of the invention is a method of event processing comprising: receiving notification at a navigation service of a first navigation event regarding an interaction with a user interface element of a user interface of an application, the notification including a set of one or more parameters describing context information about the notification and including information identifying a target navigation point in the application whereby the first navigation event is a navigation from a current navigation point in the application to a target navigation point in the application; and responsive to receiving the notification, performing first processing by the navigation service, the first processing including: identifying first target code of the application to be invoked to update the user interface to include a content view associated with the target navigation point; updating location information and payload information in accordance with a target path in a hierarchical navigation structure of the application, wherein the payload information is updated to include additional information identifying the set of one or more parameters; and transferring control to the first target code whereby the location information and the payload information are provided as inputs to the first target code. The location information may include information identifying a navigation point in the hierarchical navigation structure and wherein, prior to the updating, the location information may identify the current navigation point and after the updating, the location information may identify the target navigation point. Prior to the updating, the payload information may include parameter information collectively representing an aggregated payload for all navigation points in a current path from a root navigation point in the hierarchical navigation structure to a current navigation point in the hierarchical navigation structure, and wherein, after the updating, the payload information may include parameter information collectively representing an aggregated payload for all navigation points in the target path from the root navigation point in the hierarchical navigation structure to the target navigation point in the hierarchical navigation structure. The hierarchical navigation structure may include a plurality of nodes representing different navigation points in the application and wherein the target path may be formed from a root node of the hierarchical navigation structure to another node corresponding to the target navigation point in the hierarchical navigation structure. Prior to performing the updating, the location information and the payload information may be in accordance with a current path in the hierarchical navigation structure of the application. The current path may be formed from the root node to another node corresponding to the current navigation point in the hierarchical navigation structure. The notification may be sent to the navigation service by a web browser executing code of the user interface of the application. The step of updating the payload information may include only retaining payload information associated with one or more nodes of the hierarchical structure wherein each of the one or more nodes is a common ancestor to both the target path of the target navigation point and a current path of a current navigation point whereby the first navigation event is a request to transition from the current navigation point in the application to the target navigation point in the application. The target path may be formed from a root node of the hierarchical navigation structure to another node corresponding to the target navigation point in the hierarchical navigation structure, and wherein the current path may be formed from the root node to another node corresponding to the current node in the hierarchical navigation structure. The first target code may perform any of: dynamically modifies one or more aspects of currently displayed content, dynamically modifies a document object model used by a web browser and dynamically creates a new object or modifies an existing object of the document object model. The first target code may perform a call to a server to request first data in accordance with the payload information, wherein the first data may be used to populate a user interface element having a corresponding object in the object model, wherein the corresponding object may be any of dynamically created or modified by the first target code. A navigational structure file may be provided as an input to the navigation service, the navigation structure file including a description of the hierarchical navigation structure of the application describing a navigational flow of the application. The hierarchical structure may include objects corresponding to different navigation points of the application whereby interaction with a user interface element causes transition or navigation from a first navigation point of the application to a second navigation point of the application as described in the hierarchical navigation structure. Each navigation point of the application may be represented by a node in the hierarchical navigation structure, each navigation point being associated with a content view. The hierarchical navigation structure may form a tree structure of a plurality of nodes corresponding to a plurality of navigation points of the application. The tree structure may include a plurality of levels, each of the plurality of levels including one or more nodes. The tree structure may include a root node at first level and one or more nodes at one or more other levels, and one or more leaf nodes. A first content view may be associated with a first node that is not a leaf node and may represent a first navigation point of the hierarchical navigation structure. The first content view may include a first user interface element which, when selected, results in navigation to a second content view associated with a second node representing a second navigation point of the hierarchical navigation structure. The first node may be a parent node of the second node, and the second node may be a child node of the first node. The hierarchical structure of the navigational structure file may include a first node representing the target navigation point and the content view, and wherein the navigational structure file may include additional information for the first node. The additional information may include information identifying the first target code of the application. The user interface element may beany of a menu, a menu bar, a menu item, a text box, a button, a navigation section including one or more hyperlinks, a hyperlink, a table, a table item table row, table column, a drop-down list, a list box, a check box, a dialog box, a wizard, and a combo box. After updating, the payload information may be a structure including an entry with payload for each level in the target path. The first target code of the application may update, using the location information, displayed information to describe the target location.
In accordance with another aspect of the invention is a computer readable medium comprising code stored thereon for event processing, the computer readable medium comprising code stored thereon for: receiving notification at a navigation service of a first navigation event regarding an interaction with a user interface element of a user interface of an application, the notification including a set of one or more parameters describing context information about the notification and including information identifying a target navigation point in the application whereby the first navigation event is a navigation from a current navigation point in the application to a target navigation point in the application; and responsive to receiving the notification, performing first processing by the navigation service, the first processing including: identifying first target code of the application to be invoked to update the user interface to include a content view associated with the target navigation point; updating location information and payload information in accordance with a target path in a hierarchical navigation structure of the application, wherein the payload information is updated to include additional information identifying the set of one or more parameters; and transferring control to the first target code whereby the location information and the payload information are provided as inputs to the first target code.
In accordance with another aspect of the invention is a system comprising: a client system; and a data storage system; and wherein the client system includes a memory comprising code for event processing, the code for event processing including code for: receiving notification at a navigation service of a first navigation event regarding an interaction with a user interface element of a user interface of an application, the notification including a set of one or more parameters describing context information about the notification and including information identifying a target navigation point in the application whereby the first navigation event is a navigation from a current navigation point in the application to a target navigation point in the application; and responsive to receiving the notification, performing first processing by the navigation service, the first processing including: identifying first target code of the application to be invoked to update the user interface to include a content view associated with the target navigation point; updating location information and payload information in accordance with a target path in a hierarchical navigation structure of the application, wherein the payload information is updated to include additional information identifying the set of one or more parameters; and transferring control to the first target code whereby the location information and the payload information are provided as inputs to the first target code.
Features and advantages of the present invention will become more apparent from the following detailed description of exemplary embodiments thereof taken in conjunction with the accompanying drawings in which:
Referring to
Each of the host systems 14a-14n and the data storage systems 12 included in the system 10 may be connected to the communication medium 18 by any one of a variety of connections as may be provided and supported in accordance with the type of communication medium 18. Similarly, the management system 16 may be connected to the communication medium 2 by any one of variety of connections in accordance with the type of communication medium 2. The processors included in the host computer systems 14a-14n and management system 16 may be any one of a variety of proprietary or commercially available single or multi-processor system, such as an Intel-based processor, or other type of commercially available processor able to support traffic in accordance with each particular embodiment and application.
It should be noted that the particular examples of the hardware and software that may be included in the data storage systems 12 are described herein in more detail, and may vary with each particular embodiment. Each of the host computers 14a-14n, the management system 16 and data storage systems may all be located at the same physical site, or, alternatively, may also be located in different physical locations. In connection with communication mediums 18 and 2, a variety of different communication protocols may be used such as SCSI, Fibre Channel, iSCSI, and the like. Some or all of the connections by which the hosts, management system, and data storage system may be connected to their respective communication medium may pass through other communication devices, such as switching equipment that may exist such as a phone line, a repeater, a multiplexer or even a satellite. In one embodiment, the hosts may communicate with the data storage systems over an iSCSI or a Fibre Channel connection and the management system may communicate with the data storage systems over a separate network connection using TCP/IP. It should be noted that although
Each of the host computer systems may perform different types of data operations in accordance with different types of tasks. In the embodiment of
The management system 16 may be used in connection with management of the data storage systems 12. The management system 16 may include hardware and/or software components. The management system 16 may include one or more computer processors connected to one or more I/O devices such as, for example, a display or other output device, and an input device such as, for example, a keyboard, mouse, and the like. A data storage system manager may, for example, view information about a current storage volume configuration on a display device of the management system 16, provision data storage system resources, and the like.
In one embodiment, the data storage systems 12 may include one or more data storage systems such as one or more of the data storage systems, such as data storage arrays, offered by EMC Corporation of Hopkinton, Mass. Each of the data storage systems may include one or more data storage devices 13a-13n, such as disks. One or more data storage systems may be manufactured by one or more different vendors. Each of the data storage systems included in 12 may be inter-connected (not shown). Additionally, the data storage systems may also be connected to the host systems through any one or more communication connections that may vary with each particular embodiment and device in accordance with the different protocols used in a particular embodiment. The type of communication connection used may vary with certain system parameters and requirements, such as those related to bandwidth and throughput required in accordance with a rate of I/O requests as may be issued by the host computer systems, for example, to the data storage systems 12. It should be noted that each of the data storage systems may operate stand-alone, or may also be included as part of a storage area network (SAN) that includes, for example, other components such as other data storage systems. Each of the data storage systems may include a plurality of disk devices or volumes 13a-13n. The particular data storage systems and examples as described herein for purposes of illustration should not be construed as a limitation. Other types of commercially available data storage systems, as well as processors and hardware controlling access to these particular devices, may also be included in an embodiment.
In such an embodiment in which element 12 of
Servers or host systems, such as 14a-14n, provide data and access control information through channels to the storage systems, and the storage systems may also provide data to the host systems also through the channels. The host systems may not address the disk drives of the storage systems directly, but rather access to data may be provided to one or more host systems from what the host systems view as a plurality of logical devices or logical volumes (LVs). The LVs may or may not correspond to the actual disk drives. For example, one or more LVs may reside on a single physical disk drive. Data in a single storage system may be accessed by multiple hosts allowing the hosts to share the data residing therein. An LV or LUN (logical unit number) may be used to refer to the foregoing logically defined devices or volumes.
The data storage system may be a single unitary data storage system, such as single data storage array, including two service processors or compute processing units. Techniques herein may be more generally use in connection with any one or more data storage system each including a different number of service processors than as illustrated herein. The data storage system 12 may be a data storage array, such as a VNX™ data storage array by EMC Corporation of Hopkinton, Mass., including a plurality of data storage devices 13a-13n and two service or storage processors 17a, 17b. The service processors 17a, 17b may be computer processing units included in the data storage system for processing requests and commands. In connection with performing techniques herein, an embodiment of the data storage system may include multiple service processors including more than two service processors as described. The VNX™ data storage system mentioned above may include two service processors 17a, 17b for performing processing in connection with servicing requests. Additionally, the two service processors 17a, 17b may be used in connection with failover processing when communicating with the management system 16. Client software on the management system 16 may be used in connection with performing data storage system management by issuing commands to the data storage system 12 and/or receiving responses from the data storage system 12 over connection 2. In one embodiment, the management system 16 may be a laptop or desktop computer system.
The particular data storage system as described in this embodiment, or a particular device thereof, such as a disk, should not be construed as a limitation. Other types of commercially available data storage systems, as well as processors and hardware controlling access to these particular devices, may also be included in an embodiment.
Referring to
Each of the data storage systems, such as 20a, may include a plurality of storage devices such as disk devices or volumes included in an arrangement 24 consisting of n rows of disks or more generally, data storage devices, 24a-24n. In this arrangement, each row of disks may be connected to a disk adapter (“DA”) or director responsible for the backend management of operations to and from a portion of the disks 24. In the system 20a, a single DA, such as 23a, may be responsible for the management of a row of disks, such as row 24a. In a data storage system such as by EMC Corporation, a backend DA may also be referred to as a disk controller. The DA may performed operations such as reading data from, and writing data to, the physical devices which are serviced by the DA.
The system 20a may also include one or more storage processors 27. Each of the storage processors 27 may be CPU and an embodiment may include any number of such processors. For example, the VNX™ data storage system by EMC Corporation includes two storage processors. The system 20a may also include one or more host adapters (“HAs”) or directors 21a-21n. Each of the HAs may be used to manage communications and data operations between one or more host systems and the global memory. In an embodiment, the HA may be a Fibre Channel Adapter (FA) or other adapter which facilitates host communication. The HA communicates with a component of the host such as a host bus adapter (HBA). Generally, directors may also be characterized as the different adapters, such as HAs (including FAs), DAs RAs and the like, as described herein. Components of the data storage system, such as an HA, which may communicate with a host may also be referred to as front end components. Within the data storage system, components, which may be characterized as backend components, communicate with a front end component. An example of a backend component is a DA. In connection with data storage systems such as by EMC Corporation, various types of directors or adapters may be implemented as a processor, or, more generally, a component that includes the processor. Examples of directors are disk adapters (DAs), host adapters (HAs), and the like.
One or more internal logical communication paths may exist between the DAs, the RAs, the HAs, and the memory 26. An embodiment, for example, may use one or more internal busses and/or communication modules. For example, the global memory portion 25b may be used to facilitate data transfers and other communications between the DAs, HAs and RAs in a data storage system. In one embodiment, the DAs 23a-23n may perform data operations using a cache that may be included in the global memory 25b, for example, in communications with other disk adapters or directors, and other components of the system 20a. The other portion 25a is that portion of memory that may be used in connection with other designations that may vary in accordance with each embodiment.
Also shown in the storage system 20a is an RA or remote adapter 40. The RA may be hardware including a processor used to facilitate communication between data storage systems, such as between two of the same or different types of data storage systems.
A configuration of a data storage system may be described by data storage configuration information. The data storage configuration information may describe various entities, attributes, and the like, about how the physical storage systems and devices are configured such as by a manager or system administrator. For example, the data storage configuration information may identify and describe LUNs, file systems, RAID groups, and the like, as may be formed using the physical data storage of the data storage system. With reference back to
In general, a storage area network (SAN) may be characterized as a collection of data storage systems that are networked together via a switching fabric to a number of host computer systems operating as servers such as illustrated in
Data storage management applications may include a graphical user interface (GUI) that enables a network manager to graphically manage, control, and configure various types of hardware and software resources associated with a corresponding managed storage area network and its data storage systems. The management application may execute, for example, on the management system 16 of
One example of this kind of GUI includes a screen presentation that may include toolbars with accompanying menus and menu items as well as displays such as graphs, tables, maps or trees. The management application providing the GUI may be written in any suitable language such as JavaScript, Flex, and the like.
Described in following paragraphs are techniques that may be used in connection with web based GUI frameworks, such as may be included in the GUI of a data storage management application, which may use generic navigation code, such as of a navigation service. The navigation code may control the overall flow of the application (such as via UI navigation) and may support deep linking so that the user can make use of browser functionality such as the browser back/forward button and bookmark pages in context. In connection with the navigation service, techniques are described in following paragraphs that allow a payload (such as data in the form of one or more parameters) to be passed at each level within the deep linking since some working pages need additional context to function. Techniques herein may be used to reduce coupling of the working page (e.g., such as displayed by a web browser using code of an application's UI) and the navigation service (e.g., which may be characterized as generic and used in connection with multiple different applications and their UIs) so that the working page may be unaware of the navigation service. Techniques described in following paragraphs provide for automatically injecting the payload during page creation instead of the page pulling content from the navigation service. Additionally, techniques herein may provide for customizing payload specific to a particular page. Such customization may include using metadata for mapping or manipulating information as used by the navigation service to have a customized form expected for use by code used in updating and rendering a current UI display. Such metadata may be specified in an external navigation configuration file.
In connection with the above-mentioned techniques and embodiments thereof, a web browser or browser, such as Internet Explorer™ by Microsoft Corporation, Firefox, and the like, may be used to retrieve, process, and present resources. The resources may be web pages such as HTML (hyper text markup language) documents, as well images, videos, as other content. A resource that is a web page may be written in a language such as HTML whereby HTML may be characterized as a tag-based language. The browser does not display the HTML tags but rather uses the tags to interpret the contents of the page. The browser reads and interprets the HTML documents and composes or renders them into visible or audible web pages. In other words, the browser does not display the HTML tags, but uses the tags to interpret the content of the page. An HTML document may reference various resources which may be retrieved in connection with rendering the document for display as a webpage. The resources retrieved in connection with rendering the webpage may be identified using URLs (uniform resource locators) referenced within the HTML document. Thus, a first HTML document may reference or provide a link to a second HTML document, or more generally any second resource. For example, the HTML document may include appropriate HTML tags, such as the <a> tag (e.g., <a href=“http://www.hyperlinkcode.com”>Hyperlink Code</a>), specifying a hyperlink to another second HTML document. The second HTML document may be retrieved and loaded into the web browser upon selection of the hyperlink. Hyperlinks allowing for connection between different web pages if a particular hyperlink is selected may be characterized as the navigational flow of an application. This is described in more detail below.
A web browser may be used in connection with requesting one or more resources, such as documents including various types of content for processing and/or display by the web browser. Generally, the web browser or browser may be characterized as a software application for retrieving, presenting, interpreting, traversing and/or processing information resources such as may be obtained from one or more internet locations or websites (e.g., servers or hosts have an IP address). A web page processed by the web browser may be a document or file, or more generally a resource, such as an HTML (hyper text markup language) file written in accordance with the HTML language that may include tags. The resource identified by a URL may be an HTML file or document, an image, a video, a multi-media file, an application (e.g., a resource including executable code or instructions), a script (e.g., containing instructions), or more generally, any allowable information or content that may be processed for use with the web browser in connection with rendering a web page. Each URL included in an HTML file may denote a resource which the web browser automatically requests from the identified location in the URL when processing the HTML file for display as a webpage in a window. As also known in the art, an HTML file such as processed by the browser may also include instructions in the form of a scripting language, such as JavaScript™.
A deep link may be characterized as a hypertext link to a resource or page on a website other than its homepage. The use of “deep” in this context of deep linking generally refers to the depth of the page in a site's hierarchical structure of pages. Any page, or more generally, content identified using a URL to identify the content location below the top page in the hierarchy (e.g., the home page) can thus be considered deep. For example, “www.xyz.home” may refer to a top level page or URL in a hierarchy and “www.xyz.home.level1” may be characterized as a deep link referring to a page or resource at a site at other than the top level.
To render a document such as an HTML page, most web browsers use an internal object model such as a document object model (DOM) (e.g., such as the DOM by W3C the World Wide Web Consortium). With DOM, the nodes of every document are organized in a tree structure, also referred to as the DOM tree, with the topmost node named “Document object”. When an HTML page is rendered in a browser, the browser downloads the HTML into local memory and automatically parses it to display the page on a screen. The DOM is also a way in which JavaScript may transmit the state of the browser in HTML pages. A web browser may rely on a layout engine to parse input files, such as HTML and other input files, into a DOM. The DOM may be defined as a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document. The DOM may be characterized as an object model defining a logical structure of documents and the way a document is accessed and manipulated. The term “document” may be used to more generally represent many different kinds of information or data. XML and HTML, for example, present this data as documents, and the DOM may be used to manage this data. With the DOM, programmers can build documents, navigate their structure, and add, modify, or delete elements and content. For example, any object created as a result of executing statements of an HTML or XML document can be accessed, changed, deleted, or added using the DOM.
With the DOM, documents are modeled using objects, and the model encompasses the structure of a document and also the behavior of a document and the objects of which it is composed. As an object model, the DOM may be characterized as identifying the interfaces and objects used to represent and manipulate a document, the semantics of these interfaces and objects—including both behavior and attributes, and the relationships and collaborations among these interfaces and objects. For example, an input file such as an HTML file, processed by a browser may include a definition for a table having a particular structure, content and attributes. The DOM may be used to represent the content (e.g., data of table elements), structure (e.g., number of rows, columns) and style (e.g., attributes of displayed text as bold, font size, location of the table in a defined area of a display) of objects in the document such as the table. An embodiment may use a language, such as XML or HTML, to describe the objects corresponding to information rendered in a display by the browser.
Websites which are built on web technologies such as Adobe Flash and AJAX (Asynchronous JavaScript and XML) may not support deep linking. This can result in usability problems for people visiting such websites. For example, visitors to these websites may be unable to save bookmarks to individual pages of the site, web browser forward and back buttons may not work as expected, and use of the browser's refresh button may return the user to the initial page. AJAX may be characterized as a group of interrelated web development (e.g., JavaScript and XML or JavaScript and JSON (JavaScript Object Notation)) technologies used on the client-side to create both synchronous and asynchronous web applications. With AJAX, web applications may, for example, can send data to, and retrieve data from, a server asynchronously (e.g., in the background) without interfering with the display and behavior of the existing page. Data may be retrieved, for example, by issuing HTTP requests. With AJAX, for example, HTML and CSS (Cascading Style Sheets, described elsewhere in more detail) may be used in combination to mark up and style information. Also, the DOM may be accessed with JavaScript to dynamically display, and to allow the user to interact with the information presented. JavaScript and the use of HTTP requests for specified data may be used for exchanging data asynchronously between browser and server to avoid full page reloads. JSON is a text-based open standard designed for human readable data interchange based on the JavaScript scripting language for representing objects. As noted above, JSON may be used an alternative to XML.
Dynamic HTML (DHTML) may be characterized as a term referring to a collection of technologies used together to create interactive and animated websites using a combination of a static markup language (such as HTML), a client-side scripting language (such as JavaScript), a presentation definition language (such as CSS or cascading style sheets), and the DOM. DHTML allows scripting languages to change variables in a web page's definition language, which in turn affects the look and function of otherwise “static” HTML page content, after the page has been fully loaded and during the viewing process. Thus the dynamic characteristic of DHTML is the way it functions while a page is viewed, not in its ability to generate a unique page with each page load. DHTML allows for use of a scripting language, for example, to change the DOM, to change associated style, and/or to change displayed content. As noted above, DHTML may be characterized collectively as a product of related and complementary technologies such as, for example, HTML, Cascading Style Sheets (CSS), and Javascript. To allow scripts and components to access features of HTML and CSS, the contents of the document may be represented as objects in a programming model such as the DOM.
The DOM may include an API (application programming interface) providing a structured interface that allows access and manipulation of virtually anything in the document. The HTML elements in the document are available as a hierarchical tree of individual objects, meaning you can examine and modify an element and its attributes by reading and setting properties and by calling methods. The text between elements is also available through DOM properties and methods. The DOM also provides access to user actions such as, for example, pressing a key and clicking the mouse. Such actions may be examples of events that may be intercepted and processed by registered event handler functions and routines. The event handler receives control each time a given event occurs and can carry out any appropriate action, including using the DOM to change the document.
Styles may be generally characterized as attributes of different elements that may be described in an HTML file whereby styles relate to how to display or affect visual aspects of such elements. For example, styles relate to font, color, whether to bold, and the like. CSS refers to external style sheets where style information (e.g. formatting and appearance) may be specified in files separate from HTML files using such style information. Dynamic styles, such as using CSS, may provide for modifying the appearance and formatting of elements in a document without adding or removing elements. The DOM may also provide programmatic access to styles. This means a programmer may change inline styles on individual elements and change style rules using script-based programming. These scripts can be written in any language supported by the target browser, such as JavaScript, Microsoft JScript, or Microsoft Visual Basic Scripting Edition (VBScript). Inline styles are CSS style assignments that have been applied to an element using the style attribute. A programmer may examine and set these inline styles by retrieving the style object for an individual element. For example, to highlight the text in a heading when the user moves the mouse pointer over it, the style object may be used to enlarge the font and change the color of displayed text.
Data binding is a DHTML feature for binding individual elements in a document to data from another source, such as a database or comma-delimited text file. When the document is loaded, the data is automatically retrieved from the source and formatted and displayed within the element. For example, data binding may be used to automatically and dynamically generate tables in a document such as by binding a table element to a data source. When the document is viewed, a new row is created in the table for each record retrieved from the source, and the cells of each row may be filled with text and data from the fields of the record. Because this generation is dynamic, the user can view the page while new rows are created in the table. Additionally, once all the table data is present, scripting code in the document may be used, for example, to manipulate (e.g., sort or filter) the table data without requiring the server to send additional data. The table may be regenerated using the previously retrieved data to fill the new rows and cells of the table. As another example, data binding with DHTML may be used to bind one or more elements in the document to specific fields of a given record or form. When the page is viewed, the elements are filled with text and data from the fields in that record, sometimes called the “current” record. The user of the UI may view the content also change that content by changing the settings and values of the form. The user can then submit these changes so that the new data is uploaded, for example, to a server.
In accordance with techniques herein, an embodiment may provide for dynamically updating the contents of a web page making calls as needed to the server to obtain such contents without reloading, changing, and/or refreshing the current web page. An embodiment may use a navigation services described in more detail below and may use DHTML techniques and technologies to perform the foregoing dynamic updating of different aspects of the current web page. For example, the DOM of the current page may be modified and the content of the page may be modified. As needed, content may be retrieved from the server. Additionally, an embodiment in accordance with techniques herein may use metadata to customize parameters providing further context of a particular UI navigation to code of an application's UI.
Referring to
The GUI application code 124 may include multiple code modules or components (e.g., different dialogues, wizards, and the like) of the UI written by different developers such as to support different GUI features. For example, as described in more detail below, the application's UI may be partitioned at a high level into multiple navigational sections whereby each such section may include a portion of the overall navigational flow of the GUI. Within each navigational section, a user may interact with the GUI causing traversal or navigation between different navigation points each causing display of different content, UI elements, and the like, also referred to herein as a content view. Thus, the selection or interaction of a user with a UI element may function as a navigational link between different navigation points each having different associated content views displayed in response to UI navigation to each particular navigation point. The application's entire navigational structure may be described in the NAV structure file 140 which may link together the various UI navigational flows or paths that may be taken by a user interacting with the application's GUI. For example, a user may make a series of menu selections, select particular links, and other UI interactions each resulting in display of different content views. The NAV structure file 140 may thus be characterized as describing the application's UI navigational flow that may include multiple components of the UI. In this manner, the NAV structure file 140 may tie together the overall application GUI navigational flow with the individually developed navigational sections (and portions thereof) including different code portions used to generate different content views whereby each such code portion may be navigationally unaware of other content views and/or the overall navigational flow described by NAV structure file 140.
Although following paragraphs may provide exemplary uses of techniques herein with data storage management, it will be appreciated by those skilled in the art that techniques herein have broader use and applicability, more generally, with any type of UI having associated content views displayed. For example, techniques herein may be generally used with any application having a UI with a workflow reflected in connection with a series UI elements (e.g., such as menus, tabs, buttons, data input fields, and the like), the different user responses and selections, and the resulting UI content views displayed in response to such various user inputs and selections from such UI elements. The foregoing may be represented in a hierarchal manner of different UI content views displayed in response to user inputs and/or selections for displayed UI elements.
A content view may be characterized as what data or content is displayed and how such data is represented in connection with a UI at a point in time. The data or content may include, for example, a list of detailed information about a single host or single LUN. Depending on the particular detailed information, the list of detailed information may be displayed on the UI in any one of a variety of different UI elements or structures such as a table, chart, graph, menu list, and the like. Further a particular UI element, such as a menu or selection button may further be represented in different ways based on other attributes. For example, a menu may be a drop down menu, or the menu items may rather be displayed as a set of tabs. A table may have different display options related to spacing, sizes, borders, whether text is bolded or in a particular font, and the like. A displayed UI element in a first content view, when selected, may also provide a link to another second UI content view. Collectively, such information regarding the data or content and how to display or visually represent the content on a UI display may be referred to as a content view. Each different UI displayed, such as in response to a menu selection, may be characterized as having its own UI content view. As such, the series of UI displays in response to selecting a sequence of one or more UI elements (e.g., in response to a selection, button selection, and the like) may be represented as a work flow, navigational flow, or path originating from the first UI display. Each node in the path corresponds to a UI display or a UI content view. The possible paths, where each node in a path has a corresponding UI content view, may be represented in a hierarchical structure such as a tree. The NAV structure file 140 may describe the foregoing hierarchical structure or tree of the UI navigational flow. A user may navigate from a source UI content view to a target UI content view by selecting or otherwise interacting with one of the UI elements that may be included in the source UI content view. In this manner, the foregoing one UI element may serve as a navigational UI link to the target content view.
The application's navigational structure may be specified in the NAV structure file 140 and provided as an input to the NAV service 130 during runtime when executing the application and its GUI code 124. During runtime of the application at its GUI code 124, a user may make a selection or otherwise interact with a UI element of the GUI causing generation of a navigation event. The UI element may be displayed in a current content view whereby selection or user interaction with the UI element may denoted a UI navigation to a target content view. The NAV service may be registered to receiving notification of such navigation events. In a step S1, the web browser may therefore notify the NAV service regarding the occurrence of a navigational event. The web browser may also include context information in the notification of S1, such as the particular UI element selected within a current display and any associated data. The particular UI element selected may be mapped by the NAV service 130 to a particular navigation point or node in the NAV structure file thereby denoting that selection or interaction with that particular UI element denotes a navigational transition to a target navigation point of the NAV structure file 140. The context information in S1 passed from the browser 120 to the NAV service 130 may therefore include a navigational identifier (NAV ID) denoting the foregoing UI element of a current navigation point which then transitions or navigates to a target navigational point. Thus, the NAV ID may be associated with a target content view. Additionally, the context information may include one or more source (src) parameters (params). The src params may include, for example, information identifying a menu item selected, an input value such as input through a dialogue or field in a form, a particular item (e.g., row, column, entry) of a selected table item, and the like. In a step S2, the NAV service 130 may obtain information from the NAV structure file 140 associated with the target navigation point denoted by NAV ID received in the context information of S1. In particular, the information obtained from the NAV structure file 140 may identify a target body of code (e.g., routine, function, method and the like) within the GUI application code 124 invoked to further process the UI navigational event associated with the transition or navigation from the current navigation point to a target navigation point denoted by NAV ID. The information obtained from the NAV structure file 140 for the target navigation point NAV ID may also include metadata identifying generally how to manipulate or map the src params to target (tgt) parameters (params) of the target body of code. The target body of code may use additional context information specified by the target params in order to appropriately update the displayed content of the GUI to be that associated with the target navigation point having a target content view. Generally, the metadata may describe how to map the src params, as received by the NAV service, to tgt params having a format or layout and type as expected and used by the target body of code. With reference to
To further illustrate the processing just described, a user may make a UI selection (e.g., such as by selecting a button, tab or menu item) to view a table of information, such as a list of physical or logical entities of the data storage system (server 110). The table of such entities may be, for example, physical storage devices, logical devices or hosts. The NAV service 130 may be notified regarding the UI selection in step S1 denoting a transition or navigation from a current navigation point to a target navigation point. The target navigation point may be identified by NAV ID and have a content view including the table of information. Using the NAV ID, the NAV service 130 may obtain information represented by 142 from the NAV structure file 140 and perform step S3 to map the one or more src params to the one or more target params, and transfer control S3A to target body of code JS_RTN1 126. The target body of code may perform processing to request S5 from the server 110 information regarding the entities for inclusion in the table. The server 110 may return the requested information in a response S6 to the web browser for use by the target body of code (JS_RTN1 126) of the GUI application code 124. The code 126 may then perform processing to modify the DOM such as to create a new table and populate the new table with the information returned in the response of S6. The new table may then be included in the content displayed on the GUI for the target navigation point. In this manner, NAV service facilitates UI navigation by invoking a target body of code in the GUI application code 124 and using techniques herein for providing customized mapping of any one or more parameters for use by the target body of code in navigating the UI to the target navigation point having an associated target content view. In connection with the processing performed in S4 by the target body of code, such as JS_RTN1 126 of
It should be noted that the GUI application code 124 may or may not send any request(s) to the server 110 for information. Whether such requests are performed may vary with the particular UI event being processed and the information to be displayed. For example, as a simple illustration, the src params may include two numeric inputs specified by the user. The src params may be in a first form which is mapped to a second form as specified in the metadata data META1. The second form describes an expected form of the target params provided as parameters in the call or transfer of control S3a to the target body of code JS_RTN1 126. The code 126 may perform processing of the two numeric inputs, such as add the two numbers, multiply the two numbers, and the like, generating a single numeric output representing the result of the mathematical operation. The numeric output may be included in the displayed content of the UI. The code 126 may dynamically modify the DOM as needed to include an element or object for the numeric output with suitable styles or attributes. In this manner, the code of 126 may use the target params and perform processing to dynamically update aspects of the GUI without requesting further information from the server 110.
In one embodiment details of which are further described below, the NAV structure file 140 may be a JSON file describing the application overall layout and navigational flow. The NAV service 130 may include JavaScript code and use an internal representation using JavaScript objects. With reference to
It should be noted that JS_RTN2 128 of
Referring to
A node at level N may have child nodes connect to it at level N+1. For example, nodes 1102a-c are child nodes of node 1102 and node 1102 is the parent node of child nodes 1102a-c. A node which has no child nodes is also a leaf node. A path may be defined from the root at level 0 to a second node at another level greater than 0 in the hierarchy whereby the path includes the root node and any intervening nodes traversed from the root to reach the second node. For example, a path may defined by 1101, 1106, 1106b. A second path may be defined by 1101, 1108 1108a. More generally, a path may be defined between two nodes in the tree as follows: a path between a first node at level N to a second node at a level M>N may represent a navigational path through UI displays of each node on the path. A first node may be a descendant of a second node if the second node is included in a path from the root to the first node (e.g., there are one or more intervening nodes connecting the second node to the first node where each node in the path is at a different level in the hierarchy).
Element 1101 is the root denoting that initially, the UI display may include a content view with a first level of menu options, buttons or other UI elements for host management 1102, provisioning 1104, logical devices 1106, physical devices 1108 and support 1110. Thus the nodes 1102, 1104, 1106 and 1108 at level 1 may represent the major partitioned navigational sections of the UI displays. Each of the nodes in levels 2 and 3 may represent a UI content view that may be rendered in connection with UI navigation. A user may navigate to a UI content view corresponding to a first node at level 2 by selecting the UI element corresponding to the first node's parent at level 1. A user may navigate to a UI content view corresponding to a first node at level 3 through the first node's parent at level 2. Leaf nodes, such as 1102d, 1102e, 1102c, 1104a, 1104d-e, 1104c, 1106a-b, 1108a, 1110a-b may represent content views having no links to other content views as represented by the fact that there is no further link from such leaf nodes to any other node in the tree.
A user may select a UI element associated with any one of 1102, 1104, 1106, 1108 and 1110 and result in rendering another UI content view associated with a child node of the selected node. For example with reference to
UI content views and associated UI elements associated with a single application may be partitioned into major navigational sections of the hierarchy as illustrated by the 5 groupings at level 1 of
The example 1200 of
With reference back to
Referring back to
Referring to
A user may then select a UI element displayed in 1208. In this example, the user may select an element 1302a of the PD table 1302 for PD1 as illustrated. In response to selecting 1302a, the browser 120 may notify S1 the NAV service 130 whereby the NAV service is passed information identifying the UI element 1302 as well as the particular table entry or element 1302a for PD1. In this example, assume the NAV service receives a row ID of 1 denoting the particular entry or element 1302a selected. The NAV service 130 may obtain S2 from the file 140 the information of 1120b of
It should be noted that the same target body of code JS_RTN1 may be invoked to provide PD detailed information for any selected PD of the table 1302 whereby the src params and thus the target params may identify the selected PD.
In connection with the foregoing example of
Referring to
Element 210 may define a first exemplary set of metadata such as may be denoted by META1. The metadata may be a data descriptor including the information of 210 whereby element 210a denotes the particular ordering and number of src params as received by the NAV service and element 210b denotes the target param ordering and number. In this example, element 210 denotes that both source and target parameters are name-value pairs. Element 210a indicates that there are two source params of the form P1=VAL1, P2=VAL2. Element 210b indicates that there are two target params of the form ID=VAL2, ALIAS=VAL1. Element 210b denotes that the target params use different “names” of the name value pairs than the src params (e.g., target params use ID and ALIAS and src params use P1 and P2), and also that the ordering of the target parameters values is reversed from what is specified in the src params (e.g., source params specify a first value of the first name value pair of VAL 1 and a second value of the second name value pair of VAL2, and target params specify a first value of the first name value pair of VAL 2 and a second value of the second name value pair of VAL1).
Element 214 may define a second exemplary set of metadata such as may be denoted by META1. The metadata may be a data descriptor including the information of 214 whereby element 214a denotes the particular ordering and number of src params as received by the NAV service and element 214b denotes the target param ordering and number. In this example, element 214a denotes that the src params include two parameters which are name-value pairs. Element 214a indicates that there are two source params of the form P1=VAL1, P2=VAL2. Element 214b indicates that there is a single target param that is a structure DS1 including two fields, FIELD 1 and FIELD 2. FIELD 1 has a data type of INT64 denoting a 64 bit integer and FIELD2 has a data type of string. Element 214b may be characterized as denoting a different data layout or format of the target params and also the different data types. Element 214b indicates that the value VAL1 of the first src param is mapped to FIELD 1 of the target param structure DS1 having type INT64, and that the value VAL2 of the second src param is mapped to FIELD 2 of the target param structure DS1 having type string.
Element 216 may define a third exemplary set of metadata such as may be denoted by META1. The metadata may be a data descriptor including the information of 216 whereby element 216a denotes the particular ordering and number of src params as received by the NAV service and element 216b denotes the target param ordering and number. In this example, element 216a denotes that the src params include a single parameter that is a structure DS2 including two fields, FIELD 1 and FIELD 2. FIELD 1 has a data type of INT64 denoting a 64 bit integer and FIELD2 has a data type of INT32 denoting a 32 bit integer. Element 214b indicates that the target params include 3 parameters which are just values such as integer quantities as follows: DS2.Field2, DS2.Field1, DS2.Field2-DS2.Field1, whereby DS2.Field2 denotes the value included in Field 2 of DS2 (e.g., VAL2), DS2.Field1 denotes the value included in Field 1 of DS2 (e.g., VAL1) and DS2.Field2−DS2.Field1 denotes the result of the expression “VAL2−VAL1”.
In this manner, the metadata may generally describe a mapping between the src params and target params and also any layout or format of the target params. The metadata may identify any reordering of parameter information and/or reformatting as illustrated above. The foregoing examples of
Referring to
Although exemplary uses herein may be made with reference to particular UI elements, it will be appreciated that techniques herein may be used in connection with any suitable UI element of an interface. UI elements may include, for example, a menu, a menu bar, a menu item, a text box, a button (e.g., radio button, cycle button), a wizard, a navigation section including one or more hyperlinks, a table, a drop-down list, a list box, a check box, a dialog box, and a combo box. Menus allow the user to execute commands by selecting from a list of choices. Menu options are selected, for example, with a mouse or other pointing device within a GUI. A keyboard may also be used. A menu may be, for example, a pull-down menu displayed in response to a user selection. A menu bar may be displayed horizontally across the top of the screen and/or along the tops of some or all windows. A software wizard is a UI type that presents a user with a sequence of dialog boxes that lead the user through a series of well-defined steps. A text box may be a box in which to enter text or numbers. A hyperlink may be displayed as text with some visual indicator (such as underlining and/or color) indicating that selecting the link will result in linking or displaying another screen or page. Properties of a hyperlink may relate to whether the hyperlink is enabled, disabled or hidden. If enabled, the particular path or location identifying a website or the web page may be displayed in response to selection of the hyperlink. A drop-down list may be a list of items from which to select. The list normally only displays items when a special button or indicator is selected. A list box allows a user to select one or more items from a list contained within a static, multiple line text box. A combo-box may be a combination of a drop-down list or list box and a single-line textbox, allowing the user to either type a value directly into the control or choose from the list of existing options. A check box indicates an “on” or “off” state via a check mark or a cross . A radio butting is similar to a check-box, except that only one item in a group can be selected. Its name comes from the mechanical push-button group on a car radio receiver. Selecting a new item from the group's buttons also deselects the previously selected button. A cycle button is a type of button that cycles its content through two or more values, thus enabling selection of one from a group of items. A table may also be referred to as a grid in which numbers and/or text may be displayed in rows and columns. The foregoing are some examples of UI elements that may be supported in an embodiment in accordance with techniques herein.
Using techniques herein, UI content (e.g., strings), settings of style-based properties and other properties related to UI controls may be dynamically modified such as by code of a target body of code of the application invoked to provide customization and dynamic modification of UI element attributes (e.g., to disable or hide any/all UI elements such as by setting the property of a particular UI element to a value denoting the selected state of enabled, disabled or hidden. The properties may relate, for example, visual aspects of displayed text or content (e.g. font, text size, bolded/not bolded, italicized/not italicized), display state (e.g., enabled/disable/hide) of a UI element, an ordering of displayed elements or text (left to right, right to left, ordering of menu items such as displayed in pull-down menu, size or physical dimensions of a UI element (e.g., width, height), location/position of button on UI display (e.g., may be an absolute or relative location as displayed), sort ordering of buttons or UI element on screen, ordering or position of displayed text in table, listing of UI elements, and the like.)
In one embodiment, the NAV service as described herein may be implemented using an object model including JavaScript objects. In connection with invoking or transferring control to a target body of code of the application (e.g., such as elements 126, 128 of
What will now be described are techniques that may be used in an embodiment for management of the payload while navigating through various navigation points in an application such as in connection with deep linking. Payload may generally refer to the data or information, such as the src params and meta data, and/or the corresponding mapped target params relevant for the different navigation points in the application. Described above are techniques which may be used to pass a single set of target params (corresponding to a single set of src params formatted based on the associated metadata) to the GUI application code from the NAV service when navigating to a new target navigation point from a current navigation point. The single set of target params correspond to the single set of information sent to the GUI application by the NAV service for a single navigational event (e.g., navigating to the new target navigation point). More generally, an embodiment may have the NAV service provide, to the GUI code, payload including one or more sets of target params when navigating to a single target navigation point from a current navigation point where such payload may include multiple sets of target params that collectively represent the aggregated payload for all navigation points in the new path from the root navigation point to the target navigation point.
Techniques described in following paragraphs provide for the NAV service maintaining the correct payload representing the collective payload for a path from the root navigation point to the current navigation point, receiving notification regarding a navigation to a target navigation point from the current navigation point, and accordingly updating the payload maintained by the NAV service to reflect a new updated path from the root navigation point to the target navigation point. For example, responsive to receiving the notification regarding navigating to the target navigation point, the NAV service may determine whether the target navigation point is within the same path as the current navigation point (e.g., to a descendant navigation point in the same path, to an ancestor navigation point in the same path, or whether the target navigation point is the same as the current navigation point) or whether the target navigation point is within a different path other than the current navigation point. Such processing performed by the NAV service to maintain and perform any updates necessary to the payload for the new updated path from the root node to the target navigation point may include retaining or reusing any existing payload based on navigation points which are common ancestors to both the current path (from the root node to the current navigation point) and the new updated path (from the root node to the target navigation point).
In this manner, the NAV service may provide for maintaining the correct payload and forwarding the payload to the GUI application (whereby the payload represent the collective payload from the root navigation point to the target location) so that the GUI application does not have to maintain and update such information. The GUI application may then use the updated payload information for a navigation to a target navigation point, for example, to perform any necessary updates to the rendered display, optionally obtain any new data from the server/data storage system, and the like.
Additionally, techniques herein provide for the NAV service maintaining location information corresponding to the path from the root navigation point to the current navigation point and, responsive to navigating to a new target navigation point, having the NAV service accordingly maintain and update the location information as well as the payload to reflect the new path from the root navigation point to the target navigation point. The location information may be in the form of one or more strings (e.g., including alphabetic or alphanumeric characters) and include a string portion for each navigation location in the new path. The various strings of the location information may be collectively viewed, such as by concatenation or appending the strings, to form a human readable representation or description of the new path. The updated location information may be provided to the GUI application along with the updated payload information for the new path for use by the GUI application. For example, the GUI application may use the location information to display a human readable description about the target navigation point. In one embodiment described herein where the GUI is rendered in a web browser, the location information and payload for the target location may be provided by the NAV service to the GUI application for use in forming a URL or other string descriptor denoting the current navigation location. More generally, the location information may be provided by the NAV service to the GUI application for use in displaying information or feedback to the user describing the most recently selected navigation point.
In connection with illustrating such techniques with the payload and location information being maintained and updated by the NAV service, an example will be described using a navigational tree that is a variation from that described above in connection with
Referring to
Element 501 is the root node denoting that initially, the UI display may include a content view with a first level of menu options, buttons, or other UI elements for provisioned storage 502, hosts 504, systems 506, and support 508. The nodes 502, 504, 506 and 508 at level 1 may represent the major partitioned navigational sections of the UI displays in the application. Each of the nodes at levels 2 and 3 represent a UI content view that may be rendered in connection with UI navigation. A user may navigate to various points in the hierarchy in a manner similar to that as described elsewhere herein in connection with other figures. For example, a user may navigate to a UI content view corresponding to node 502a at level 2 by selecting the UI element corresponding to node 502a's parent, node 502, at level 1. A user may navigate to node 502b through selection of a UI element displayed in connection with the content view for node 502a. Additionally, in this example, the leaf node 502b corresponds to a content view which may provide for navigating to the host details node 504a through selection of a UI element 502 from the content view for node 502b. This is described in more detail below in connection with illustrating use of the payload and location information by the NAV service in an embodiment in accordance with techniques herein.
With reference now to
In the example 550, element 553 may represent the contents of the LOC array 552 and the payload array 554 at a first point in time when an application having the structure of
At yet a later point in time, the user may choose to navigate from host details 504a back to the root node 501. In response to the NAV service receiving a third notification regarding navigation from 504a to the root 501 (such as by selection of a main UI tab or other element), the NAV service may update both LOC and the payload array to be as represented in 553.
In this manner, the NAV service may maintain and update the LOC and Payload arrays responsive to notifications regarding the individual navigation events made as the user traverses or navigates to different points in the structure of
Reference is made in following paragraphs to
Referring to
A user may select UI element 601a to display a list of LUNs in the form of a LUN or logical device table. Elements 601 and 601a-d may be any suitable UI element as described above in connection with other figures such as
With reference to
The NAV service may then perform S3A and transfer control to JS_RTN2 128. In connection with the transfer of control to JS_RTN2, the NAV service provides the current contents of the LOC array and the payload array to the GUI application code. It should be noted that the information of the LOC and payload arrays may be in any suitable form depending on the invoked routine or code module of the GUI application code.
JS_RTN2 128 may perform processing similar to S4 as described in connection with element 126. JS_RTN2 may also perform processing to use the LOC and payload information provided by the NAV service. JS_RTN2 may modify aspects of the UI needed to create the content view 602 including table 606 and also obtain the data from the server 110 needed to populate the table 602. JS_RTN2 128 may include JavaScript to dynamically define a new table structure and object in the DOM for table 602 and also dynamically set any appropriate styles or attributes. Additionally, the code of 128 may also create a table 606 with the title of “LUN (Logical Device) Table”. The code of 128 may issue a request S5 to the server 110 to obtain a list of LUN identifiers (e.g., LUN0, LUN 1, etc.) used to populate the LUN table 606.
JS_RTN2 may perform processing using LOC to update information displayed in the UI regarding the current navigation point. For example, the strings of the LOC array may be appended to one another in forming a location identifier in a human readable form to the user regarding the current navigation point. In a similar manner, the payload information provided may be used. At this particular point in time, the payload array includes all nulls/no payload so there is no information to be utilized in connection with this particular navigation.
A user may then select a UI element displayed in 602. In this example, the user may select an element 606a of the LUN table 600 for LUN 1 as illustrated. In response to selecting 606a, the browser 120 may notify S1 the NAV service 130 whereby the NAV service is passed information identifying the UI element 606 as well as the particular table entry or element 606a for LUN1. In this example, assume the NAV service receives a row ID of 1 denoting the particular entry or element 606a selected. The NAV service 130 may obtain S2 from the file 140 the information of 520b of
Element 520b of
With reference to
The NAV service may transfer control S3A to JS_RTN1 126 using the LOC array and the payload array including the mapped target params (at LOC [2]). In connection with the transfer of control to JS_RTN2, the NAV service provides the current contents of the LOC array and the payload array to the GUI application code. It should be noted that the information of the LOC and payload arrays may be in any suitable form depending on the invoked routine or code module of the GUI application code.
JS_RTN1 126 may perform processing similar to S4 as described elsewhere herein. JS_RTN1 may modify aspects of the UI needed to create the content view 610 including details table 610 and also obtain the detailed information for the particular LUN1 from the server 110 needed to populate the table 610. JS_RTN1 126 may include JavaScript to dynamically define a new details table structure and object in the DOM for table 610 and also dynamically set any appropriate styles or attributes. Additionally, the code of 126 may issue a request S5 to the server 110 to obtain detailed information for LUN1 (e.g., the particular LUN identified by the src param) used to populate the LUN details table 610 (corresponding to content view and navigation point 502a of
JS_RTN1 may also perform additional processing using the LOC and other portions of the payload information, as may be necessary. For example, JS_RTN1, or other code of the GUI application code, may update the displayed location information regarding the current navigation point to identify the current navigation point as corresponding to “Dashboard. Provisioned Storage LUNs. LUN Details”. Additionally, processing may be performed using other payload information from other navigational levels besides 2 as may be needed depending on the application code, current navigation point and particular display rendered.
It should be noted that the same target body of code JS_RTN1 may be invoked to provide LUN detailed information for any selected LUN of the table 610 whereby the src params and thus the target params may identify the selected LUN.
The LUN1 details table 610 includes detailed information regarding the provisioned LUN such as the LUN's capacity, RAID configuration, and also a list of any snapshots of the LUN1 which have been created. In this example, there is only a single snapshot for LUN 1, denoted as LUN1 SNAP but generally, there may be multiple snapshots of the LUN. UI element 610a may be an entry in the LUN details which, when selected, denotes selection of a particular snapshot, LUN1 SNAP. In this example, the user may select entry 610a resulting in a navigational event notification being sent to the NAV service in a manner similar to that as described above.
In response to selecting 610a, the NAV service may receive a notification including source parameters identifying the particular snapshot selected. The browser 120 may notify S1 the NAV service 130 whereby the NAV service is passed information identifying the UI element 610 as well as the particular table entry or element 610a for LUN1 SNAP. In this example, assume the NAV service receives an ID of 1 denoting the particular LUN snapshot 610a selected. The NAV service 130 may obtain S2 from the file 140 the information of 520c of
Element 520c may identify JS_RTN1 126 as the target code of the GUI application code 124 to which control is transferred. Element 520c may include target_params=META1 meaning that (as part of S2) the NAV service maps src params to target params in accordance with the metadata description META1. In this example, assume that there is only a single src param which is mapped to a target parameter that is a numeric value denoting the identifier of the selected snapshot of LUN 1, LUN1 SNAP.
With reference to
The NAV service may transfer control S3A to JS_RTN1 126 using the LOC array and the payload array including the mapped target params (at LOC [2] and also LOC[3]). The NAV service may transfer control S3A to JS_RTN1 126 using the mapped target params such as LOC[3]. JS_RTN1 126 may perform processing similar to S4 as described elsewhere herein. JS_RTN1 may modify aspects of the UI needed to create the content view 612 including snapshot details table 612 and also obtain the detailed information for the particular snapshot of LUN1 from the server 110 needed to populate the table 612. JS_RTN1 126 may include JavaScript to dynamically define a new details table structure and object in the DOM for table 612 and also dynamically set any appropriate styles or attributes. Additionally, the code of 126 may issue a request S5 to the server 110 using information of LOC[3] to obtain detailed information for snapshot LUN1 (e.g., the particular LUN identified by the src param) used to populate the LUN details table 612 (corresponding to content view and navigation point 502b of
JS_RTN1 may also perform additional processing using the LOC and other portions of the payload information, as may be necessary. For example, JS_RTN1, or other code of the GUI application code, may update the displayed location information regarding the current navigation point to identify the current navigation point as corresponding to “Dashboard. Provisioned Storage LUNs. LUN Details. LUN Snap Details”. Additionally, processing may be performed using other payload information from other navigational levels besides 3 as may be needed depending on the application code, current navigation point and particular display rendered.
The LUN1 Snap details table 612 may include a list of information regarding the particular snapshot of LUN 1 whereby such information may be displayed in a table. The table may include, for example, the date the snapshot was created and may identify a list of one or more hosts which have used, or are currently using, the LUN 1 snapshot. Element 612a may represent a table entry of 612 for Host 1 currently using the LUN 1 snapshot.
In this example, the user may select entry 612a to display more information about Host 1 resulting in a navigational event notification being sent to the NAV service in a manner similar to that as described above.
In response to selecting 612a, the NAV service may receive a notification including source parameters identifying the particular host selected. The browser 120 may notify S1 the NAV service 130 whereby the NAV service is passed information identifying the UI element 612 as well as the particular table entry or element 612a for the selected Host1. In this example, assume the NAV service receives an ID of 1 denoting the particular host 612a selected. The NAV service 130 may obtain S2 from the file 140 the information of 520d of
Element 520d may identify JS_RTN1 126 as the target code of the GUI application code 124 to which control is transferred. Element 520c may include target_params=META1 meaning that (as part of S2) the NAV service maps src params to target params in accordance with the metadata description META1. In this example, assume that there is only a single src param which is mapped to a target parameter that is a numeric value denoting the identifier of the selected host, Host 1.
With reference to
With reference to
The NAV service may transfer control S3A to JS_RTN1 126 using the LOC array and the payload array as in
JS_RTN1 may also perform additional processing using the LOC and other portions of the payload information, as may be necessary. For example, JS_RTN1, or other code of the GUI application code, may update the displayed location information regarding the current navigation point to identify the current navigation point as corresponding to “Dashboard. Hosts. Host Details”. Additionally, processing may be performed using other payload information from other navigational levels besides level 2 as may be needed depending on the application code, current navigation point and particular display rendered.
As mentioned above, when maintaining and updating the payload and LOC arrays, the NAV service may generally perform processing to retain payload information for ancestor nodes of the hierarchical navigational structure common to both the current path and the target path, whereby the current path is represented by a path from the root node to the current navigation point in the structure and the target path is represented by a path from the root node to the target navigation point in the structure.
In connection with examples provided herein, src params received by the NAV service may be mapped to target params having a different form or format. It should be noted that such mapping is optional and an embodiment in accordance with techniques herein may or may not perform any such mapping.
What will now be described in
Referring to
The decisions made at steps 1404, 1408 and 1412 handle different cases where the current navigation location and target navigation location are on the same path. If the target and current navigation locations are not on the same path, processing filters down to step 412 where step 1412 will evaluate to no resulting in step 1416 being performed.
Referring to
At step 1452, the LOC information for all entries in the LOC array is retained since both paths are the same. At step 1454, the payload for entries 0 through target_level−1 is retained. At step 1456, payload[target_level] is assigned the target params (corresponding to the src params provided to the NAV service in step 1402).
Referring to
At step 1502, the existing LOC information for entries 0 through target_level is retained and all other LOC information may be initialized. At step 1504, the existing payload for entries 0 through target_level−1 is retained. At step 1506, payload[target_level+1] through payload[current level] may be initialized. At step 1508, payload[target_level] is assigned the target params (corresponding to the src params provided to the NAV service in step 1402).
Referring to
Referring to
At step 1602, ancestor NAV id is assigned to be the highest level ancestor node/navigation point which is in the navigation tree structure and which is common to both the current path and the target path. With reference to
In connection with the foregoing descriptions and example, there is an assumption that, responsive to an occurrence of a navigation event, the GUI application code provides the NAV service any parameters in connection with the navigational event. In this case, the NAV service updates the appropriate entry in the payload array to include any such parameters provided and otherwise initializes the entry to Null (denoting no parameter information). As a variation, the GUI application code may not provide parameters for every navigation event occurrence and the NAV service may reuse existing payload, if any, if such parameters are not provided. The particular assumptions and processing may vary with the underlying understanding between the GUI application code and the NAV service.
An embodiment may implement the techniques herein using code executed by a processor. For example, an embodiment may implement the techniques herein using code which is executed by a processor. As will be appreciated by those skilled in the art, the code may be stored on a computer-readable storage medium having any one of a variety of different forms including volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Computer-readable storage media (also referred to as computer readable media) may include, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can accessed by a processor.
While the invention has been disclosed in connection with preferred embodiments shown and described in detail, their modifications and improvements thereon will become readily apparent to those skilled in the art. Accordingly, the spirit and scope of the present invention should be limited only by the following claims.
Claims
1. A method of event processing comprising:
- receiving notification at a navigation service of a first navigation event regarding an interaction with a user interface element of a user interface of an application, said notification including a set of one or more parameters describing context information about the notification and including information identifying a target navigation point in the application whereby the first navigation event is a navigation from a current navigation point in the application to a target navigation point in the application; and
- responsive to receiving the notification, performing first processing by the navigation service, the first processing including: identifying first target code of the application to be invoked to update the user interface to include a content view associated with the target navigation point; updating location information and payload information in accordance with a target path in a hierarchical navigation structure of the application, wherein said payload information is updated to include additional information identifying said set of one or more parameters, wherein said payload information is a structure and, prior to said updating, said structure of said payload information includes an entry with existing payload for each level in a current path from a root of the hierarchical navigational structure to the current navigation point, and wherein, after said updating, said structure of said payload information includes an entry with payload for each level in the target path from said root to the target navigation point, wherein said updating only retains the existing payload associated with one or more nodes of the hierarchical navigation structure wherein each of said one or more nodes is a common ancestor included in both said target path, from the root to the target navigation point, and the current path, from the root to the current navigation point; and transferring control to the first target code whereby said location information and said payload information are provided as inputs to the first target code.
2. The method of claim 1, wherein said location information includes information identifying a navigation point in the hierarchical navigation structure and wherein, prior to said updating, said location information identifies said current navigation point and after said updating, said location information identifies said target navigation point.
3. The method of claim 1, wherein, prior to said updating, said payload information includes parameter information collectively representing an aggregated payload for all navigation points in the current path, and wherein, after said updating, said payload information includes parameter information collectively representing an aggregated payload for all navigation points in the target path.
4. The method of claim 1, wherein said hierarchical navigation structure includes a plurality of nodes representing different navigation points in the application and wherein said target path is formed from the root of the hierarchical navigation structure to another node corresponding to the target navigation point in the hierarchical navigation structure.
5. The method of claim 1, wherein, prior to performing said updating, said location information and said payload information are in accordance with the current path in the hierarchical navigation structure of the application.
6. The method of claim 1, wherein the notification is sent to the navigation service by a web browser executing code of the user interface of the application.
7. The method of claim 1, wherein the first target code performs any of: dynamically modifies one or more aspects of currently displayed content, dynamically modifies a document object model used by a web browser and dynamically creates a new object or modifies an existing object of the document object model.
8. The method of claim 7, wherein the first target code performs a call to a server to request first data in accordance with said payload information, wherein said first data is used to populate a user interface element having a corresponding object in the object model, wherein the corresponding object is any of dynamically created or modified by the first target code.
9. The method of claim 1, wherein a navigational structure file is provided as an input to the navigation service, said navigation structure file including a description of the hierarchical navigation structure of the application describing a navigational flow of the application, said hierarchical navigation structure including objects corresponding to different navigation points of the application whereby interaction with a user interface element causes transition or navigation from a first navigation point of the application to a second navigation point of the application as described in the hierarchical navigation structure.
10. The method of claim 9, wherein each navigation point of the application is represented by a node in the hierarchical navigation structure, said each navigation point being associated with a content view.
11. The method of claim 10, wherein the hierarchical navigation structure forms a tree structure of a plurality of nodes corresponding to a plurality of navigation points of the application, said tree structure including a plurality of levels, each of said plurality of levels including one or more nodes, said tree structure including a root node at first level and one or more nodes at one or more other levels, and one or more leaf nodes.
12. The method of claim 11, wherein a first content view is associated with a first node that is not a leaf node and represents a first navigation point of the hierarchical navigation structure, said first content view including a first user interface element which, when selected, results in navigation to a second content view associated with a second node representing a second navigation point of the hierarchical navigation structure.
13. The method of claim 12, wherein the first node is a parent node of the second node, and the second node is a child node of the first node.
14. The method of claim 9, wherein the hierarchical structure of the navigational structure file includes a first node representing said target navigation point and the content view, and wherein the navigational structure file includes additional information for the first node, said additional information including information identifying the first target code of the application.
15. The method of claim 1, wherein said user interface element is any of a menu, a menu bar, a menu item, a text box, a button, a navigation section including one or more hyperlinks, a hyperlink, a table, a table item table row, table column, a drop-down list, a list box, a check box, a dialog box, a wizard, and a combo box.
16. The method of claim 1, wherein said first target code of the application updates, using said location information, displayed information to describe said target location.
17. A non-transitory computer readable medium comprising code stored thereon that, when executed, performs method for event processing comprising:
- receiving notification at a navigation service of a first navigation event regarding an interaction with a user interface element of a user interface of an application, said notification including a set of one or more parameters describing context information about the notification and including information identifying a target navigation point in the application whereby the first navigation event is a navigation from a current navigation point in the application to a target navigation point in the application; and
- responsive to receiving the notification, performing first processing by the navigation service, the first processing including: identifying first target code of the application to be invoked to update the user interface to include a content view associated with the target navigation point; updating location information and payload information in accordance with a target path in a hierarchical navigation structure of the application, wherein said payload information is updated to include additional information identifying said set of one or more parameters, wherein said payload information is a structure and, prior to said updating, said structure of said payload information includes an entry with existing payload for each level in a current path from a root of the hierarchical navigational structure to the current navigation point, and wherein, after said updating, said structure of said payload information includes an entry with payload for each level in the target path that from said root to the target navigation point, wherein said updating only retains the existing payload associated with one or more nodes of the hierarchical navigation structure wherein each of said one or more nodes is a common ancestor included in both said target path, from the root to the target navigation point, and the current path, from the root to the current navigation point; and transferring control to the first target code whereby said location information and said payload information are provided as inputs to the first target code.
18. A system comprising: wherein said client system includes a memory comprising code that, when executed, performs a method for event processing comprising:
- a client system; and
- a data storage system; and
- receiving notification at a navigation service of a first navigation event regarding an interaction with a user interface element of a user interface of an application, said notification including a set of one or more parameters describing context information about the notification and including information identifying a target navigation point in the application whereby the first navigation event is a navigation from a current navigation point in the application to a target navigation point in the application; and
- responsive to receiving the notification, performing first processing by the navigation service, the first processing including: identifying first target code of the application to be invoked to update the user interface to include a content view associated with the target navigation point; updating location information and payload information in accordance with a target path in a hierarchical navigation structure of the application, wherein said payload information is updated to include additional information identifying said set of one or more parameters, wherein said payload information is a structure and, prior to said updating, said structure of said payload information includes an entry with existing payload for each level in a current path from a root of the hierarchical navigational structure to the current navigation point, and wherein, after said updating, said structure of said payload information includes an entry with payload for each level in the target path from said root to the target navigation point, wherein said updating only retains the existing payload associated with one or more nodes of the hierarchical navigation structure wherein each of said one or more nodes is a common ancestor included in both said target path, from the root to the target navigation point, and the current path, from the root to the current navigation point; and transferring control to the first target code whereby said location information and said payload information are provided as inputs to the first target.
5873064 | February 16, 1999 | De Armas et al. |
7831582 | November 9, 2010 | Scofield |
20060149782 | July 6, 2006 | Yeh |
20090204900 | August 13, 2009 | Champion et al. |
20120030577 | February 2, 2012 | Akolkar et al. |
20130326400 | December 5, 2013 | Hosotsubo |
20140282118 | September 18, 2014 | Kumamoto |
- U.S. Appl. No. 13/200,139, filed Sep. 19, 2011, Hongzhen.
- U.S. Appl. No. 13/800,044, filed Mar. 13, 2013, Joyce, et al.
- U.S. Appl. No. 13/800,044, filed Mar. 13, 2013, Joyce.
Type: Grant
Filed: Sep 19, 2013
Date of Patent: Jan 31, 2017
Assignee: EMC IP Holding Company LLC (Hopkinton, MA)
Inventors: Scott E. Joyce (Foxboro, MA), Timothy Cox (Mendon, MA), Donald Labaj (Northborough, MA)
Primary Examiner: Diem Cao
Application Number: 14/031,210
International Classification: G06F 3/00 (20060101); G06F 9/44 (20060101); G06F 9/46 (20060101); G06F 13/00 (20060101); G06F 9/54 (20060101);