A task-like user interface is provided for Web-based applications. Preferred embodiments enable users to initiate multiple instances of tasks within a single Web application, where independent state information is retained for each instance. Each user-initiated task also has a prescribed life cycle with a definite start and end. Resources allocated to perform various activities can therefore be released when the activity ends. Optionally, contextual information can be passed to a task upon invocation. Support for persisting a currently-viewable work unit as a user-selectable favorite may optionally be provided.
|
1. A method of dynamically adding content to a displayed work unit view in a task-based interface for a Web-based application, the task-based interface provided in a content aggregation framework, comprising:
responsive to a request to execute a selected task, initially creating a work unit view to display the selected task in the content aggregation framework, comprising:
locating a template page definition that corresponds to the selected task;
invoking each of at least one content-creating software entity identified in the template page definition, the located template page definition further specifying a layout of the work unit view to display the selected task; and
rendering, in the work unit view according to the specified layout, content created by each of the at least one invoked content-creating software entity;
displaying the work unit view in the content aggregation framework;
responsive to a request for dynamic invocation, from the displayed work unit view, of an additional content-creating software entity that is not identified in the template page definition, dynamically updating the work unit view to include content resulting from dynamically invoking the additional content-creating software entity, comprising:
creating a container, the container comprising a work unit view area and a row for the resulting content;
rendering, in the work unit view area of the container, the currently-displayed work unit view;
invoking the additional content-creating software entity; and
rendering, in the row of the container, the content resulting from invoking the additional content-creating software entity; and
displaying the dynamically-updated work unit view, as a replacement for the currently-displayed work unit view, using the container.
13. A system for dynamically adding content to a displayed work unit view in a task-based interface for a Web-based application, the task-based interface provided in a content aggregation framework, comprising:
a computer comprising a processor; and
instructions which are executable, using the processor, to perform:
responsive to a request to execute a selected task, initially creating a work unit view to display the selected task in the content aggregation framework, comprising:
locating a template page definition that corresponds to the selected task;
invoking each of at least one content-creating software entity identified in the template page definition, the located template page definition further specifying a layout of the work unit view to display the selected task; and
rendering, in the work unit view according to the specified layout, content created by each of the at least one invoked content-creating software entity;
displaying the work unit view in the content aggregation framework;
responsive to a request for dynamic invocation, from the displayed work unit view, of an additional content-creating software entity that is not identified in the template page definition, dynamically updating the work unit view to include content resulting from dynamically invoking the additional content-creating software entity, comprising:
creating a container, the container comprising a work unit view area and a row for the resulting content;
rendering, in the work unit view area of the container, the currently-displayed work unit view;
invoking the additional content-creating software entity; and
rendering, in the row of the container, the content resulting from invoking the additional content-creating software entity; and
displaying the dynamically-updated work unit view, as a replacement for the currently-displayed work unit view, using the container.
14. A computer program product for dynamically adding content to a displayed work unit view in a task-based interface for a Web-based application, the task-based interface provided in a content aggregation framework, the computer program product embodied on at least one computer-usable storage media having computer-usable program code embodied therein for:
responsive to a request to execute a selected task, initially creating a work unit view to display the selected task in the content aggregation framework, comprising:
locating a template page definition that corresponds to the selected task;
invoking each of at least one content-creating software entity identified in the template page definition, the located template page definition further specifying a layout of the work unit view to display the selected task; and
rendering, in the work unit view according to the specified layout, content created by each of the at least one invoked content-creating software entity;
displaying the work unit view in the content aggregation framework;
responsive to a request for dynamic invocation, from the displayed work unit view, of an additional content-creating software entity that is not identified in the template page definition, dynamically updating the work unit view to include content resulting from dynamically invoking the additional content-creating software entity, comprising:
creating a container, the container comprising a work unit view area and a row for the resulting content;
rendering, in the work unit view area of the container, the currently-displayed work unit view;
invoking the additional content-creating software entity; and
rendering, in the row of the container, the content resulting from invoking the additional content-creating software entity; and
displaying the dynamically-updated work unit view, as a replacement for the currently-displayed work unit view, using the container.
2. The method according to
3. The method according to
4. The method according to
5. The method according to
6. The method according to
9. The method according to
updating contextual information used by the additional invoked content-creating software entity when initially creating the resulting content, responsive to receiving an update trigger;
rendering, in the row of the container, an updated version of the resulting content, the updated version created by subsequently invoking the additional content-creating software entity using the updated contextual information; and
re-displaying the dynamically-updated work unit view using the updated version of the resulting content rendered in the row of the container.
10. The method according to
the template page definition further specifies a number of columns to use when dynamically adding content to the row in the work unit view; and
the rendering, in the row of the container, the content resulting from invoking the additional content-creating software entity comprises rendering, in the row of the container, the resulting content into a first-available one of the specified number of columns within the row.
11. The method according to
12. The method according to
|
The present invention is related to the inventions disclosed in the following commonly-assigned U.S. patent applications Ser. No. 10/795,008 (now U.S. Pat. No. 7,493,563), entitled “Using Content Aggregation to Build Administration Consoles”, which was filed on Mar. 05, 2004; Ser. No. 10/795,007 (now U.S. Pat. No. 7,444,633), entitled “Federating Legacy/Remote Content into a Central Network Console”, which was filed on Mar. 05, 2004; and Ser. No. 10/754,375, entitled “Dynamic Composition of Help Information for an Aggregation of Applications”, which was filed on Jan. 9, 2004.
1. Field of the Invention
The present invention relates to computing systems, and deals more particularly with techniques for providing a task interface for users of Web-accessible applications, such as console applications.
2. Description of the Related Art
Computer software and hardware systems are often configured, monitored, and managed by one or more administrators using graphical user interfaces called “consoles”. Often, each system component within an information technology (“IT”) environment has its own independently-developed console for carrying out these operations. Even a relatively small business can require a number of different computer-based products (including hardware components and/or software components) for its business solution, and a large business or other enterprise may have a very large number of such products in its IT environment.
A number of problems with prior art consoles have been described in the related inventions titled “Using Content Aggregation to Build Administration Consoles” (U.S. Pat. No. 7,493,563) and “Federating Legacy/Remote Content into a Central Network Console” (U.S. Pat. No. 7,444,633), and solutions to those problems are described therein.
A problem not addressed in the related inventions is that Web-based consoles have been limited in their capabilities because of the lack of a standard, shareable infrastructure to support task-based user interfaces. Task-based user interfaces are quite common today in desktop computing environments and operating systems based on a windowing paradigm where a window is created to represent each active user task. Applications could build their own task-based mechanism, but that is analogous to having to build both the application user interface and the desktop user interface within the application. This build-your-own approach also does not facilitate interactions among application user interfaces or the ability to easily switch from a task in one user interface to a task in another user interface without loss of data, both of which are features that users expect to be present in desktop computing environments.
Without a task-based user interface for Web-based consoles, it may be difficult for users of those consoles to achieve optimum productivity levels. The need for task-based Web user interfaces is not restricted to administration consoles, however. For example, some applications such as word processors may be presented as Web applications. As in a desktop computing environment, a user can be productive if he can manage different instances of the word processor application for different documents that he switches between. Accordingly, what is needed are improvements that provide task-based user interface features in Web-based applications.
An object of the present invention is to provide task-based user interface features in Web based applications.
Another object of the present invention is to provide techniques that enable users of Web-based user interfaces to have multiple instances of a particular activity in progress at any given time, with independent state information maintained for each instance.
A further object of the present invention is to enable users of Web-based applications to be interrupted from a first activity to switch to a second activity, without losing state when later returning to the first activity.
Still another object of the present invention is to provide techniques that enable activities carried out in a Web-based application to have a life cycle with a definite beginning and end.
Yet another object of the present invention is to provide users with a capability for persisting custom tasks comprised of dynamically-built aggregated content and contextual information.
A further object of the present invention is to enable users to launch a task from a task-based user interface and programmatically pass contextual information to the launched task.
Other objects and advantages of the present invention will be set forth in part in the description and in the drawings which follow and, in part, will be obvious from the description or may be learned by practice of the invention.
To achieve the foregoing objects, and in accordance with the purpose of the invention as broadly described herein, the present invention may be deployed as methods, systems, and/or computer program products embodied on one or more computer-readable media. In one aspect, the present invention provides a task-based interface for a Web-based application by creating a new instance of a work unit for which a rendered view is requested, where the view comprises content renderable by one or more content-creating software entities; and associating state information with the new instance, thereby enabling one or more additional instances of the work unit to be created, each maintaining its own independent version of the associated state information. Creating the new instance and associating the state information may be repeated for one or more distinct work units.
An entry representing each of the instances is preferably rendered in a user interface control, such that any of the instances can be viewed by selecting its rendered entry. The user interface presents a view of a particular work unit, and the view of the particular work unit is preferably overlaid with a view rendered by the newly-created instance.
Content may be added dynamically to the new instance, wherein the dynamically-added content is created by a dynamically-selected content-creating software entity.
With the creation of a work unit or dynamically-added content, contextual information may be passed as well so that the content may be rendered in context of the current activity. After the initial presentation of content, the contextual information may be refreshed to permit the rendering in a new context.
A user may close a view associated with any of the distinct work units or the new instance or additional instances thereof, while retaining the associated state information for the work units not being closed. In addition or instead, the user may remove the dynamically-added content from the new instance.
The new instance, its associated state information, and contextual information for its content-creating software entities may be persisted (at least temporarily) for subsequent recall.
The present invention will now be described with reference to the following drawings, in which like reference numbers denote the same element throughout.
Preferred embodiments of the related invention titled “Using Content Aggregation to Build Administration Consoles” (U.S. Pat. No. 7,493,563, also referred to herein as “the content aggregation invention”) provide a solution-based approach to IT administration, whereby content can be flexibly arranged to provide a content view that is adapted for the IT solution deployed in a particular IT environment. In one disclosed approach, portal technology is used as the content aggregation framework and portlets are used for creating content. (Alternatively, other approaches such as “struts and tiles” may be used. Struts is a framework for building Java® Web applications, and was created as part of the Apache Jakarta Project that is sponsored by the Apache Software Foundation. Refer to the Apache Web site or publications for more information. “Java” is a registered trademark of Sun Microsystems, Inc. in the United States, other countries, or both.) Preferred embodiments of this related invention deploy an administration console as a Web-accessible application, and this console consolidates the administration interfaces for an arbitrary set of management operations, including administration of an arbitrary collection of hardware and/or software resources. Roles/permissions may be used when rendering content for the console, and views may be customized for individual end users (or user groups).
Preferred embodiments of the related invention titled “Federating Legacy/Remote Content into a Central Network Console” (U.S. Pat. No. 7,444,633, also referred to herein as “the federation invention”) aggregate content from multiple remote/legacy consoles within a central console to provide a single point-of-access for managing remote and/or legacy resources. Preferred embodiments deploy the central console as a network-accessible application, and this console application communicates with remotely-located console applications (and/or other locally-executing functions) that carry out tasks selected from the central console by an administrator and then return content generated by those tasks for rendering in the central console. The run-time environment used at the central console is not required to match the run-time environment of the remote/legacy consoles when using preferred embodiments of this related invention.
The related invention titled “Dynamic Composition of Help Information for an Aggregation of Applications” (U.S. patent application Ser. No. 10/754,375) discloses techniques for aligning the presentation of help information (or other information) with the presentation of content for which help may be requested.
While these related inventions provide a number of advantages, they do not disclose a task-based user interface as disclosed herein. (Techniques disclosed in one or more of the related inventions may optionally be used in combination with embodiments of the present invention.) Preferred embodiments of the present invention will now be described.
A task-based user interface as disclosed herein provides several important capabilities to a user, including (but not limited to): the ability to have multiple instances of a particular activity or task in progress at any given time, with independent state information maintained for each instance; the ability to be interrupted from one activity without losing its state upon later returning to the activity; the ability to quickly switch between tasks (without losing task-specific state); the ability to programmatically launch a new task from within a rendered view (e.g., responsive to a user's selection or activity), and to optionally pass contextual information to the new task upon its launch; the ability to close a task upon completion of an activity; the ability to release resources allocated to an activity when the activity is complete; and/or the ability to release allocated resources when a user session ends.
A task-based user interface becomes increasingly important as users change from occasional use of Web-based applications to full-time use, as will be the case for administrators who work in IT environments where a Web-based administration console is deployed. Such increased usage brings higher expectations for capabilities to be provided by the user interface.
A task-based user interface will also be useful as more and more functions that are conventionally deployed in a desktop computing environment, such as document editors, are offered as Web applications in environments such as portals. Furthermore, a task-based user interface also provides a number of advantages for program developers, including the ability to free resources allocated to perform some activity when the activity is completed.
Preferred embodiments implement a task-like user interface as an extension to a portal infrastructure, such as WebSphere® Portal Server, a commercially-available product of International Business Machines Corporation (“IBM”). (“WebSphere” is a registered trademark of IBM in the United States, other countries, or both.) Use of a portal infrastructure such as WebSphere Portal Server for deploying administration consoles was disclosed in the content aggregation invention.
The content aggregation invention discloses using WebSphere Portal Server when creating and presenting a navigation hierarchy where each entry represents a separate invocable portal page. However, without a tasking interface as disclosed herein, a user is not able to terminate a task once it has been invoked, and without this definite termination point, it may be quite difficult for a programmer to identify an event upon which the task's allocated resources can safely be released. Systems that leverage prior art portal page technology also do not provide an ability to launch multiple instances of a task, with independent state maintained for each. Furthermore, systems that leverage prior art portal page technology do not provide the ability to dynamically alter the content of a page or work unit based upon a user's action when processing a task (such as launching a new portlet onto the current page).
Preferred embodiments of the present invention, by contrast, provide an integrated capability within a content aggregation framework for launching new tasks. In one approach, new tasks are launched for each selection from a navigation pane. (Optionally, a singleton capability may be provided as an exception. Singletons are described in more detail below, with reference to
Furthermore, preferred embodiments of the present invention enable extending aggregated page content with dynamically-launched portlets based upon user or programmatic actions. For example, a page that contains content for an event view might provide a mechanism to display further detailed information about a selected event. This can be accomplished with an embodiment of the present invention by launching a new portlet instance onto the aggregated page content, where this new portlet instance provides further details about the currently-selected event. This new content is then maintained as part of the state for this task (and will not affect the state of other event view work units).
Preferred embodiments are described herein with reference to using Web portals as a content aggregation framework, and using portlets for creating content that is to be rendered in a Web-based console. It should be noted, however, that references herein to using portals or portlets are by way of illustration and not of limitation. Alternatively, a different framework and/or different types of content-creating software entities may be used, without deviating from the scope of the present invention. As one example, a “struts and tiles” approach may be used to provide the framework and the content, as in the content aggregation invention. As another example, servlets may be used for generating content. Furthermore, while examples presented herein depict a Web-based console application, this is by way of illustration and not of limitation: techniques of the present invention may be used advantageously to provide a task-based user interface without regard to the purpose for which the content in that interface is created.
More generally,
The term “task-based user interface” or “task-based interface”, as used herein, refers to an interface that permits the user to operate on individual activities as independent tasks. The user is permitted to initiate an activity, be interrupted from that activity, and then return to it without loss of the activity's state. User-initiated activities are also referred to herein as “tasks”, and a view created by a task is preferably rendered in work area 130. One type of task corresponds to a portal page instance, and these tasks are also referred to herein as “work units”. Thus, everything launched from the navigation pane is considered a work unit. (Another type of task is a portlet, which may be considered a task from the prograrnmer's perspective. These tasks are referred to herein as portlets to eliminate confusion with user-initiated tasks, which may span more than one portlet. References hereinafter to tasks and work units are intended to be synonymous.)
To accommodate this task-based approach, work area 130 of
Task bar 250 is preferably positioned at the top of the group 250, 260, 270, and contains an entry for each currently-active task (except for singletons) in the user session. Preferably, a textual representation of each task's name is presented in these entries, and the task names may be shortened as necessary if display space is constrained. The names preferably operate as a type of hyperlink, whereby the user can immediately switch to the view of a different one of the tasks by selecting its name from the task bar. In addition, each entry preferably includes an indication that can be activated by the user to explicitly close that work unit. This is illustrated in
Preferably, the task entry associated with the currently-displayed work unit view is shown in a different graphical representation (e.g., using a different color, font, or highlighting), although this has not been shown in
In preferred embodiments, tasks are transient in that they exist only for a user session or until a user chooses to terminate an invoked task. The entire set of tasks launched by the user during the user session are preferably presented to the user in an appropriate user interface control.
The user can also terminate tasks at will when using preferred embodiments. Removing a task causes its associated view to be removed from the system and the entry for that view is also removed from the task bar. When a task is being terminated, the programs (i.e., portlets, in preferred embodiments) which are involved in the task are notified so that system resources can be released. (Similarly, when a task is being created, the programs are notified of task creation, enabling system resources to be allocated as necessary to facilitate task execution. This is discussed in more detail with reference to
If the entries for active tasks presented on the task bar would exceed the available display space, preferred embodiments programmatically add task bar controls, shown in
Each time a different work unit is selected for viewing, the currently-displayed work unit title and work unit view are preferably overlaid with those of the newly-selected work unit. The work unit title bar 260 of
In preferred embodiments, a work unit view is structured as a layered container. Within a particular work unit view 270, content rendered by one or more portlets may be displayed. In the example of
In the general case, template pages may be arbitrarily complex in their containment structure. A general-purpose means of adding dynamically-launched portlets is thereby provided, where the original page definition will be included in another container itself and a row containing the specified (or default) number of columns will be added below that container. Column containers at the bottom of the work unit view area will be the target containers for any dynamically-launched portlets. (Every page definition can be used as a template page and has the potential to include content from dynamically-launched portlets.) Thus, the outer boundary 400 in
In addition to creating a new task instance responsive to selection of an entry in a navigation pane, embodiments of the present invention preferably enable any running portlet to programmatically launch a new task instance using functions made available in a portlet service. Suppose, for example, the user selects action 721 to add a new user group. A task may be launched for this action, and
Now suppose that the user receives an urgent call inquiring about problems with a managed resource. The user can temporarily suspend working on the new user group and switch to monitoring the resource by selecting the navigation pane entry for “Resources” (see reference number 830).
Preferred embodiments enable launching portlets dynamically within a rendered work unit view, causing the rendered view to be updated rather than overlaid. This is illustrated in
Selection of a resource of a different type than Server A from drop-down list 940 may result in adding different portlets to the work unit view, where the content of those portlets may differ from that shown at 950. If the portlet shown at 950 is appropriate for a subsequently-selected resource, then the already-rendered portlet view may be refreshed with new content for the newly-selected resource. If a different portlet is appropriate for the subsequently-selected resource, then the portlet shown at 950 may be closed and replaced with the new portlet content.
Once the user has finished the activity of managing resources, that work unit can be closed by activating the close indication provided in the work unit title bar or, alternatively, the indication provided in the task bar. At that point, the user's last-visited work unit view is redisplayed, in preferred embodiments, and therefore the user will be presented with the view 820 shown in
A further aspect of preferred embodiments (not demonstrated in
In addition, when a portlet is dynamically launched within a rendered work unit view, the context of that portlet can also be refreshed and the portlet's rendered content can be updated in response. For example, in the scenario discussed in
Turning now to
In Block 1010, user input identifying a target portlet is obtained. Appropriate contextual information may also be provided. In some cases, the contextual information may comprise the selected object itself. In other cases, the user may be requested to provide contextual information. A text entry box may be provided for this purpose, for example. Alternative approaches may also be used. For example, if an icon representing a managed resource is the selected object at Block 1000, a choice presented to the user at Block 1005 might be to open a log file associated with that resource, and the name of this log file might be used as contextual information for the target portlet. In any case, using the user's input obtained in Block 1010, the source portlet identifies the portlet to be invoked (Block 1015), and when contextual information is provided, a context object is constructed (Block 1020).
The target portlet is then launched (Block 1025), and in response, preferred embodiments of the present invention cause a new instance of the target portlet to be created (Block 1030). The context object created in Block 1020 is preferably added to an object handle associated with the new portlet instance (Block 1035) and an action is then executed on that portlet instance (Block 1040). Preferably, this action operates as a signal to the portlet instance, informing it that contextual information has been passed. In response, the portlet instance determines its object handle and retrieves the context object therefrom (Block 1045). The information in the context object may be used, for example, as set-up or initialization information for the new portlet instance. The portlet instance then executes its function (Block 1050), which typically results in creating content for display. That content is then added to the currently-viewed work unit (Block 1055).
A further feature of the present invention is that the contextual information that was passed as part of the launch may be refreshed at a later point in time. In this case, the processing of Blocks 1035-1050 may be executed, such that the updated contextual information can be replaced and the portlet's content can be rendered apart from a launch operation.
It will be obvious how the logic in
When contextual information is provided, a context object is constructed (Block 1120), as in Block 1020.
The target work unit is then launched (Block 1125), causing a new instance of that work unit to be created (Block 1130). In addition, a new instance of each portlet defined in the template page for this work unit is also created (Block 1135). Block 1140 adds an entry for this new work unit instance to the task bar. The context object created in Blocks 1120 and 1125 is preferably added to an object handle associated with the new work unit instance (Block 1145) and also to an object handle associated with each of the new portlet instances (Block 1150). An action is then executed on the work unit instance (Block 1155) and on each of the portlet instances (Block 1160). Preferably, the action operates as a signal to the work unit instance and portlet instances, informing them that contextual information has been passed. In response, the work unit instance and each of the portlet instances determine their object handles and retrieve the context object therefrom (Blocks 1165 and 1170). The portlet instances then execute their function (Block 1175), and content created as a result is used to create an aggregated page which is then rendered on the user interface as the currently-viewable work unit (Block 1180).
As stated with reference to
As with
An exception to this processing is for so-called “singleton” pages. As this term is used herein, it refers to exceptions to the general rule that a new work unit instance is created for each task launched from the navigation pane. Preferably, a limited number of predetermined tasks are treated as singletons. Special processing performed for singleton pages, in addition to not creating a new instance of the page, preferably comprises the following: the corresponding work unit view does not have a close indication in its title bar, and an entry for this view is not added to the task bar.
Preferred embodiments of the present invention provide a task life-cycle for portlets within a work unit instance (which is an extension of the life cycle of a portlet itself). This enables advantageous features of the present invention, including the ability to safely release resources allocated to a portlet or work unit when that portlet or work unit is being closed. Accordingly, a portlet instance according to preferred embodiments may be in an active state or an inactive state. The active state is entered upon creation of the portlet instance, and the inactive state is entered upon removing or destroying the portlet instance. The portlet author can therefore perform any necessary setup processing before a newly-launched portlet instance is presented to the user and can also perform clean-up processing when a portlet instance is being removed.
Life cycle operations are depicted in the flowchart in
When an event is received (Block 1305), a test is made to determine whether it is a “create” event (Block 1310). If so, control transfers to Block 1315, where portlet-specific set-up processing can be performed (including allocation of appropriate resources).
More particularly, when an embodiment of the present invention receives a request to launch a portlet instance on a work unit, a “login( )” method based upon the PortletSessionListener interface is preferably invoked in the portlet if it implements this interface. Notably, this invocation occurs before the portlet instance is rendered on the work unit.
When a request arrives to launch a new work unit, preferred embodiments preferably iterate through all portlet instances defined on the template page for that work unit. For each of these portlet instances, a login( ) invocation is made on the portlet's assigned listener (if one has been assigned).
If the test in Block 1310 has a negative result, then another test is performed at Block 1320 to determine whether the received event was a “destroy” event. If so, control transfers to Block 1325, where portlet-specific clean-up processing can be performed (including release of previously-allocated resources). In preferred embodiments, this processing is performed using a method of the “portletInstanceListener” interface.
More particularly, when an embodiment of the present invention receives a request to close a portlet instance on a work unit, a portletInstanceDestroyed method is preferably invoked against the registered object assigned to all instances having that specified portlet name. Notably, this invocation occurs before the portlet instance is removed from the work unit. The portlet session object corresponding to the portlet instance that is to be removed is passed on the method invocation, and the portlet instance preferably uses information accessible from this session object when releasing any necessary back-end resources for the instance.
And, when a request arrives to close a work unit, preferred embodiments preferably iterate through all portlet instances defined on the template page for that work unit. For each of these portlet instances, a portletInstanceDestroyed invocation is made on the portlet's assigned listener (if one has been assigned). If multiple instances of the same portlet name are found on the work unit, multiple invocations of the method will be made, each with its own session object. The destroy event is processed before the work unit is removed, and this iteration of the processing of
Otherwise, when the test in Block 1320 has a negative result, then the event is neither a create event nor a destroy event. Prior art error handling may be performed (Block 1330), or the event may be ignored.
When a user session times out or is explicitly terminated, preferred embodiments programmatically terminate all tasks associated with that session. This ensures that system resources are not wasted. Preferably, destroy events are sent to all currently-active work units in this situation, allowing for an orderly shut-down as has been described with reference to
Preferred embodiments preferably store a collection of the work unit handles for all currently-active work units in a session variable associated with this user session. This collection can then be used for various administrative operations that may be desirable. For example, a selectable task may be provided from the navigation bar for managing work units. (This task is preferably treated as a singleton, in that only one instance can be created.) A work unit view for this task preferably provides the user with an at-a-glance view of each currently-active work unit and enables the user to close one or more work units (e.g., using checkbox entries) or to switch to a view of one of the work units (e.g., by treating the rendered information for the work units as selectable hyperlinks). See
When a work unit is closed (either by the user or through programmatic operations), its entry in the session object that stores the collection of work unit handles is removed. When the user session ends, this collection may be used to determine which work units and portlets should be notified of the end of their life cycle (i.e., by sending destroy events thereto, as discussed above).
Note that portlets participating in the task-based user interface, according to preferred embodiments, do not need to be aware that they are being used in a task-based user interface unless they choose to exploit it. Therefore, existing portlets can run unchanged. (For example, portlets may also be queried to determine whether they are capable of reporting contextual information for use with the task-based interface. If a portlet does not provide an expected response to this query, it may be assumed that this portlet is not adapted for use with embodiments of the present invention. In this case, substitute content, such as “information not available”, may be used instead of restoring content using contextual information that pertains to the portlet.)
Optionally, embodiments of the present invention may be adapted for providing “favorites” or “favorite page” processing of the type provided by well-known Web browser software, wherein user-specific choices can be made about particular views to be persisted for subsequent retrieval. Preferred embodiments therefore provide users with a way to save a work unit view as a favorite, in which case a copy of that work unit is persisted (at least temporarily) as a new page (similar to a template page). The manner in which this processing occurs in preferred embodiments will now be described.
A container hierarchy is used for persisting favorites, and each user selection is added to a root of this container hierarchy. Each user automatically has authorization to view pages he or she created within this container. The layout of the work unit will be persisted, including views added from any dynamically-launched portlets.
Preferably, an icon or tool bar entry (such as “Add to Favorites”) is provided with which the user can signify that the currently-displayed work unit view is to be persisted as a favorite. A method is preferably invoked on each portlet of the work unit to enable that portlet to report applicable contextual information, and this reported contextual information is then preferably persisted in portlet properties or settings to be used when the work unit is subsequently recalled, via favorites processing, by the user.
A “Manage Favorites” view is preferably provided, with which users can see an at-a-glance view of all presently-persisted favorite pages (e.g., by presenting a textual version of the work unit title or other identifier). Preferably, this view has a layout similar to that shown in
A user may recall a previously-persisted favorite, causing the persisted layout and portlet state to be redisplayed as the currently-viewable work unit. See, for example, reference number 910 in
A user may delete previously-persisted favorites, if desired (for example, by checking a box associated with that favorite on the Manage Favorites view). The persisted template is then deleted from the container hierarchy.
The content aggregation invention discussed page definitions that reference portlets which are not presently available (e.g., the portlets have not been deployed, or the current user is not authorized to see content created by those portlets, and so forth). This may also occur with the portlets specified in template pages for work units that are selectable from the navigation pane, and/or in templates created for favorites, of the present invention. Accordingly, when rendering a work unit view from a template page (in either situation), preferred embodiments determine whether each of the portlets on that page are available. If not, then no content from that portlet is included in the aggregated work unit view. If a work unit view from which portlet content has been omitted in this manner is subsequently persisted as a favorite, then the template created for that favorite preferably omits reference to the unavailable portlet. In this manner, the favorite will appear with the same content upon subsequent recall by the user. Optionally, a repository may be updated with information about which portlets are referenced in persisted favorites. Thus, upon undeploying a component containing portlets, this repository can be consulted to see if any of the favorites include references to now-unavailable portlets. If so, the persisted templates may be revised. (Alternatively, this processing may be deferred until the user subsequently requests that a favorite be recalled, in which case the portlet references in the template may be checked and any portlets which are not presently available can be bypassed.)
As an alternative, rather than omitting references to unavailable portlets when persisting favorites, references to unavailable portlets may be included in the template for a favorite. A dynamic decision can then be made, if the user selects to recall the favorite, as to which portlets from this template are currently available. This approach enables including content from portlets for which the user is now authorized as well as content from portlets that were deployed after the favorite was persisted.
In an optional enhancement, embodiments of the present invention may persist the association with state information across console sessions (or similar sessions) using means common in the art, such that the state data for tasks that are left incomplete at the end of one console session is available the next time the user logs on, thus allowing the user to resume work on the incomplete task. In this case, resources associated with the incomplete instances may be programmatically released when the session closes and reattached when the user logs back on.
A task-based user interface is provided by the Windows operating system which is available from Microsoft Corporation, and Netscape Version 7 (a product of Netscape Communications Corporation) provides a mechanism to have multiple instances of a particular activity in different states concurrently. The Windows operating system provides a task-based user interface for the Intel desktop computing environment, but is not a Web-enabled task-based user interface for a Web-based application as disclosed herein. Netscape Version 7 also provides a tab-style implementation similar to the task bar of preferred embodiments, enabling users to quickly and easily switch between activities. However, the net effect is several browsers nested within one window: the user must choose a new “browser” window before launching an activity to be treated as a “task”. This is in contrast to embodiments of the present invention, where a new page is presented responsive to selection of a new task. Netscape Version 7 also does not provide a programmatic means for launching other tasks, in contrast to preferred embodiments of the present invention. Netscape Version 7 also does not provide techniques for communicating creation or destruction of tasks so that system resources can be allocated or deallocated. Finally, it provides no mechanism for communicating among tasks: instead, each task is essentially an island.
As has been demonstrated, the present invention defines advantageous techniques for providing Web-based applications with a task-based user interface. Techniques disclosed herein may be used in a variety of scenarios, and a number of such scenarios have been depicted in the examples presented herein. Portlets rendered when using embodiments of the present invention may perform operations that include, but are not limited to, querying resources and/or altering the state of those resources (where the state may be altered, for example, by issuing commands to a resource, such as starting or stopping one or more servers or other devices).
As will be appreciated by one of skill in the art, embodiments of techniques of the present invention may be provided as methods, systems, or computer program products. Preferably, an implementation of techniques of the present invention is provided in software, although implementations provided in hardware or firmware, or combinations of software with hardware and/or firmware, are also within the scope of the present invention. Furthermore, an implementation of techniques of the present invention may take the form of a computer program product which is embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and so forth) having computer-usable program code embodied therein.
The present invention has been described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart and/or block diagram block or blocks.
The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer-implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart and/or block diagram block or blocks.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims shall be construed to include preferred embodiments and all such variations and modifications as fall within the spirit and scope of the invention.
Koch, Stefan, Swanson, Carl S., Britton, Kathryn H., Uthe, Robert T., Choudhary, Samar, Pandiarajan, Vijay, Bohn, Joseph A., Petty, Douglas R., Bartek, Velda A., Barta, Gary T., Brogan, Brock K., Saunders, Joseph L.
Patent | Priority | Assignee | Title |
9223565, | Oct 16 2013 | GOOGLE LLC | Rendering interface objects defined by a separate application |
9766863, | Oct 16 2013 | GOOGLE LLC | Rendering interface objects defined by a separate application |
Patent | Priority | Assignee | Title |
5361361, | Sep 30 1993 | Intel Corporation | Hierarchical integrated help utility for a computer system |
5893916, | Dec 13 1996 | PROOSTDAM OFFSHORE BV, L L C | Method of converting man pages to help topic files |
6011537, | Jan 27 1997 | CXT SYSTEMS, INC | System for delivering and simultaneously displaying primary and secondary information, and for displaying only the secondary information during interstitial space |
6043816, | May 29 1998 | MICRO FOCUS LLC | User interface mechanism for maintaning quick access to important information in a windows-based computer environment |
6049799, | May 12 1997 | RPX Corporation | Document link management using directory services |
6219700, | Jul 28 1998 | Sun Microsystems, Inc. | Method and apparatus for managing services in a computer network from a central console |
6240410, | Aug 29 1995 | Oracle International Corporation | Virtual bookshelf |
6256668, | Apr 18 1996 | ZHIGU HOLDINGS LIMITED | Method for identifying and obtaining computer software from a network computer using a tag |
6281900, | Dec 05 1997 | Sony Corporation | Information processing apparatus and method, and providing medium |
6353446, | Jan 25 1999 | Network General Technology | Method and system for integrated network management applications |
6510466, | Dec 14 1998 | UNILOC 2017 LLC | Methods, systems and computer program products for centralized management of application programs on a network |
6563514, | Apr 13 2000 | EXTENSIO SOFTWARE, INC | System and method for providing contextual and dynamic information retrieval |
6573906, | Apr 26 1999 | International Business Machines Corporation | Method and system for delivering integrated user assistance information and traditional help from the same source |
6584496, | Jan 29 1999 | Sony Electronics, INC | Distributed help system for consumer electronic devices |
6621505, | Sep 30 1997 | International Business Machines Corporation | Dynamic process-based enterprise computing system and method |
6799198, | Jun 23 2000 | RPX CLEARINGHOUSE LLC | Method and apparatus for providing user specific web-based help in a distributed system environment |
6801222, | Oct 14 1999 | HULU, LLC | Method and system for dynamically building application help navigation information |
6820094, | Oct 08 1997 | Nuance Communications, Inc | Computer-based document management system |
6918090, | Jan 23 2002 | International Business Machines Corporation | Dynamic setting of navigation order in aggregated content |
6970869, | May 09 2000 | Oracle America, Inc | Method and apparatus to discover services and negotiate capabilities |
6993720, | May 14 1999 | CBS INTERACTIVE INC | Apparatus and method for integrated software documentation |
7024658, | Sep 28 2001 | Adobe Inc | Extensible help facility for a computer software application |
7028264, | Oct 29 1999 | SURFCAST, INC | System and method for simultaneous display of multiple information sources |
7062511, | Dec 31 2001 | ORACLE INTERNATIONAL CORPORATION OIC | Method and system for portal web site generation |
7072807, | Mar 06 2003 | ServiceNow, Inc | Architecture for distributed computing system and automated design, deployment, and management of distributed applications |
7181698, | Dec 16 2002 | SAP SE | Detachable tabs presenting accessed objects in a multi-tab interface |
7203909, | Apr 04 2002 | Microsoft Technology Licensing, LLC | System and methods for constructing personalized context-sensitive portal pages or views by analyzing patterns of users' information access activities |
7444633, | Mar 05 2004 | ServiceNow, Inc | Federating legacy/remote content into a central network console |
7493563, | Mar 05 2004 | International Business Machines Corporation | Using content aggregation to build administration consoles |
7502833, | May 11 2001 | International Business Machines Corporation | Method for dynamically integrating remote portlets into portals |
7783638, | Jan 09 2004 | International Business Machines Corporation | Search and query operations in a dynamic composition of help information for an aggregation of applications |
7930696, | Mar 05 2004 | ServiceNow, Inc | Federating legacy/remote content into a central network console |
7933632, | Sep 16 2005 | Microsoft Technology Licensing, LLC | Tile space user interface for mobile devices |
7934163, | Feb 28 2003 | Oracle International Corporation | Method for portlet instance support in a graphical user interface |
8140976, | Mar 05 2004 | International Business Machines Corporation | Using content aggregation to build administration consoles |
20010034771, | |||
20020032763, | |||
20020053020, | |||
20020054152, | |||
20020063735, | |||
20020091993, | |||
20020116454, | |||
20020120607, | |||
20020129136, | |||
20020143949, | |||
20020146018, | |||
20020147709, | |||
20020149601, | |||
20020158899, | |||
20020161876, | |||
20020165745, | |||
20020178254, | |||
20020178290, | |||
20020188612, | |||
20020188613, | |||
20030001875, | |||
20030018650, | |||
20030020671, | |||
20030055868, | |||
20030055878, | |||
20030056026, | |||
20030059009, | |||
20030065827, | |||
20030117437, | |||
20030126558, | |||
20030137538, | |||
20030145275, | |||
20030167315, | |||
20030167351, | |||
20040002944, | |||
20040059705, | |||
20040104931, | |||
20040113948, | |||
20040123238, | |||
20040133660, | |||
20040148586, | |||
20040199392, | |||
20040230901, | |||
20040254884, | |||
20040261032, | |||
20050065913, | |||
20050065953, | |||
20050071853, | |||
20050102429, | |||
20050154719, | |||
20050154986, | |||
20050187978, | |||
20050193001, | |||
20050198042, | |||
20050198196, | |||
20050198201, | |||
20050198648, | |||
20050246632, | |||
20060031222, | |||
20060031849, | |||
20060080612, | |||
20060271844, | |||
20070082707, | |||
20080270929, | |||
20090044152, | |||
20090144376, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Apr 06 2004 | International Business Machines Corporation | (assignment on the face of the patent) | / | |||
Apr 16 2004 | PETTY, DOUGLAS R | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 16 2004 | PANDIARAJAN, VIJAY | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 16 2004 | KOCH, STEFAN | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 16 2004 | CHOUDHARY, SAMAR | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 16 2004 | BROGAN, BROCK K | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 16 2004 | BRITTON, KATHRYN H | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 16 2004 | BOHN, JOSEPH A | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 16 2004 | BARTEK, VELDA A | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 16 2004 | UTHE, ROBERT T | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 21 2004 | BARTA, GARY T | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 21 2004 | SAUNDERS, JOSEPH L | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 | |
Apr 21 2004 | SWANSON, CARL S | International Business Machines Corporation | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 014727 | /0979 |
Date | Maintenance Fee Events |
Apr 15 2016 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Apr 16 2020 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Jul 22 2024 | REM: Maintenance Fee Reminder Mailed. |
Date | Maintenance Schedule |
Dec 04 2015 | 4 years fee payment window open |
Jun 04 2016 | 6 months grace period start (w surcharge) |
Dec 04 2016 | patent expiry (for year 4) |
Dec 04 2018 | 2 years to revive unintentionally abandoned end. (for year 4) |
Dec 04 2019 | 8 years fee payment window open |
Jun 04 2020 | 6 months grace period start (w surcharge) |
Dec 04 2020 | patent expiry (for year 8) |
Dec 04 2022 | 2 years to revive unintentionally abandoned end. (for year 8) |
Dec 04 2023 | 12 years fee payment window open |
Jun 04 2024 | 6 months grace period start (w surcharge) |
Dec 04 2024 | patent expiry (for year 12) |
Dec 04 2026 | 2 years to revive unintentionally abandoned end. (for year 12) |