US20110055704A9 - Method and system to control operation of a portlet - Google Patents

Method and system to control operation of a portlet Download PDF

Info

Publication number
US20110055704A9
US20110055704A9 US11/839,850 US83985007A US2011055704A9 US 20110055704 A9 US20110055704 A9 US 20110055704A9 US 83985007 A US83985007 A US 83985007A US 2011055704 A9 US2011055704 A9 US 2011055704A9
Authority
US
United States
Prior art keywords
portlet
deactivated
response
portal
content
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
US11/839,850
Other versions
US20090049387A1 (en
US11157589B2 (en
Inventor
Patrick R. Guido
Robert C. Leah
Paul F. McMahan
Wayne B. Riley
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US11/839,850 priority Critical patent/US11157589B2/en
Publication of US20090049387A1 publication Critical patent/US20090049387A1/en
Publication of US20110055704A9 publication Critical patent/US20110055704A9/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GUIDO, PATRICK R., LEAH, ROBERT C., MCMAHAN, PAUL F., RILEY, WAYNE B.
Application granted granted Critical
Publication of US11157589B2 publication Critical patent/US11157589B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code

Definitions

  • the present invention relates to portlets and portal pages and more particularly to a method and system to deactivate and reactivate a portlet associated with a portal page or the like.
  • Portlets are a series of related tasks or portal applications presented to a user in a web page of a portal environment.
  • a portal page may contain multiple portlets.
  • Portlets are usually depicted as small boxes in a web page, portal or portal page.
  • portlets on a portal page may automatically pass content or data between each other to allow all portlets to synchronize the data they present based on an incident, event or task being performed. This behavior is in accordance with the standard Portal Development Model provided by portal servers such as the IBM Websphere Portal or the like.
  • Portlets are reusable components that may provide access to applications, web-based content, and other resources.
  • a singleton portlet is a portlet that only exist once on a given portal page. If the portlet doesn't already exit on the page, the portlet is created and passed context or content, if needed or called for to be used with respect to a particular operation, event or task. If the portlet already exists on the portal page, context or data may be passed to it to carry out the particular event, operation or task. For example, an operator or user may select an event in an event viewer portlet of a portal page.
  • Selecting the event may launch a singleton portlet to perform a particular function in conjunction with the event viewer portlet, such as an event properties portlet to show the event properties information associated with the selected event. If the operator or user now selects a different event in the event viewer portlet, the context or content of the event properties singleton portlet will change to show the event properties information associated with the newly selected event and the former context or content will be replaced and lost. Because the event properties portlet is a singleton portlet, a new event properties portlet is not launched in response to selection of the new event. There may be times, however, when preserving the data or information in a portlet, whether a singleton or not, may be desired.
  • preserving or freezing the data content of an individual portlet and changing the behavior of a portlet on a portal page may also be desirable under other circumstances, such as preserving data content across refreshes of the portal page, selectively toggling a portlet's ability to be targeted by a Portal Click-to-Action feature or similar circumstances.
  • a Portal Click-to-Action feature is enabled, a user can broadcast messages to all portlets on a portal page to further promote cooperation between the portlets but pre-existing content may be lost. In most cases, a user wants portlets to behave in this manner. However, under some circumstances, a user may want to freeze the content or deactivate a specific portlet and therefore does not desire this portlet behavior. Current portal server technology does not provide a means to avoid such behavior or to preserve or freeze content in a portlet.
  • a method to control operation of a portlet may include preserving, freezing or caching data or information in a selected portlet.
  • the method may also include changing a behavior of the portlet on the portal page to prevent the portlet from being affected by refreshes across the portal page or to selectively toggle a portlet's ability to be targeted by a portal click-to-action feature or the like.
  • the method may further include selectively ignoring the presence of a singleton portlet and creating a new instance of the singleton portlet if needed.
  • a method to control operation of a portlet associated with a portal page may include deactivating a selected portlet in response to operating a deactivation feature. The method may also include reactivating the selected portlet in response to operating a reactivation feature.
  • a method to control operation of a portlet associated with a portal page may include deactivating a selected portlet in response to operating a deactivation feature.
  • the method may also include overlaying the selected portlet with an electronic pane or window to block all inputs of the selected portlet while the selected portlet is deactivated.
  • the method may further include reactivating the selected portlet in response to operating a reactivation feature.
  • a portal page may include a plurality of portlets.
  • the portal page may also include a deactivation feature associated with at least one of the plurality of portlets to deactivate the portlet to preserve a selected content of the at least one portlet.
  • a system to control operation of a portlet may include a portal server.
  • the system may also include a portlet deactivation/reactivation feature, program or computer executable code operable on the portal server.
  • a computer-readable medium have computer-executable instruction for performing a method that may include deactivating a selected portlet in response to operating a deactivation feature. The method may also include reactivating the selected portlet in response to operating a reactivation feature.
  • FIG. 1 is a flow chart of an exemplary method to control operation of a portlet associated with a portal page in accordance with an embodiment of the present invention.
  • FIG. 2 is a flow chart of an exemplary method to control operation of a portlet associated with a portal page in accordance with another embodiment of the present invention.
  • FIG. 3 is a flow chart of an exemplary method to control operation of a portlet associated with a portal page in accordance with a further embodiment of the present invention.
  • FIG. 4 is a flow chart of an exemplary method to launch a new instance of a singleton portlet in accordance with an embodiment of the present invention.
  • FIG. 5A illustrates an example of a portal page including portlets with a deactivation feature in accordance with an embodiment of the present invention.
  • FIG. 5B illustrates an example of a portal page including a new instance of a singleton portlet in accordance with an embodiment of the present invention.
  • FIG. 6 is an example of a system to control operation of a portlet in accordance with an embodiment of the present invention.
  • FIG. 1 is a flow chart of an exemplary method 100 to control operation of a portlet associated with a portal page in accordance with an embodiment of the present invention.
  • a deactivate feature, icon or the like may be operated to deactivate a selected portlet.
  • a button or icon may be provided inside the contents of the portlet or in a title bar of the portlet that may be operated. The button or icon may be clicked on or otherwise operated by a computer pointing device, mouse or the like to transmit a request to a portal server to deactivate the portlet or switch the portlet to a deactivated mode or state.
  • an application programming interface may be provided in a portal server that may be toggled to switch a selected portlet between an active and deactivated state or mode.
  • API application programming interface
  • a portlet may toggle its own activation state and other portlets can toggle the state as well.
  • the portal page may include a plurality of portlets for performing different functions or tasks that may each include a deactivate feature or only certain portlets may be able to be deactivated.
  • the content, data or information in the portlet may be frozen, preserved or cached in response to deactivating the selected portlet.
  • a selected portlet may be deactivated by a user or operator to preserve the content, information or data contained in the portlet for various reasons or purposes, such as for future use or reference, for troubleshooting purposes or the like.
  • hyperlinks, buttons and other inputs of the selected portlet may be disabled in response to deactivating the selected portlet.
  • a portal server may be reconfigured to ensure that the deactivated portlet cannot be affected while deactivated.
  • the portal server may be reconfigured to prevent the deactivated portlet from being moved, closed or placed in edit mode or other condition that may permit the portlet and its contents to be affected or altered.
  • the portal server may also disable any portlet messaging for the deactivated portlet.
  • the deactivate feature permits a user or operator to have the portal server selectively ignore the presence of a singleton portlet and to create a new instance of the portlet if needed or called for use in another task, function or event.
  • the deactivate feature also permits a user to preserve or freeze the data content of the selected, deactivated portlet across any refreshes of the portal page.
  • the deactivation feature further permits a user or operator to selectively toggle a portlet's ability to be targeted by a portal click-to-action feature. Accordingly, the deactivation feature provides a means of “locking” a selected portlet in a portal page or portal environment under the control of a user or operator and may be provided as a feature of the portal server versus an internal application program interface (API).
  • API application program interface
  • a reactivate feature or icon associated with the deactivated portlet may be operated to reactivate the portlet.
  • hyperlinks, buttons and other inputs associated with the portlet may be enabled in response to the portlet being reactivated or switched to an active state or mode.
  • updating the content of the portlet may be permitted.
  • the portal server may be reconfigured to permit alteration or changes to the content of the portlet. Accordingly, any refreshes of the portal page may now update the contents of the portlet and the portlet may now be targeted by any click-to-action messages.
  • FIG. 2 is a flow chart of an exemplary method 200 to control operation of a portlet associated with a portal page in accordance with another embodiment of the present invention.
  • a deactivate feature or icon may be operated to deactivate a selected portlet similar to that discussed with respect to method 100 of FIG. 1 .
  • a portal server may detect that the selected portlet is deactivated or in a deactivated state. The portal server may detect that the portlet is in a deactivated state by sending a message to interrogate the portlet or the portlet may transmit a deactivation message to the portal server in response to being deactivated.
  • the portal server may automatically replace the contents of the portlet with frozen contents or contents that cannot be altered.
  • hyperlinks, buttons and other inputs associated with the portlet may be disabled.
  • a reactivate feature or icon may be operated to reactivate the portlet or an API in the portal server may toggle to reactive the portlet.
  • the portal server may detect the reactivated state of the portlet.
  • hyperlinks, buttons and other inputs associated with the portlet may be enabled.
  • the portal server may automatically replace the contents of the portlet with any updated content.
  • FIG. 3 is a flow chart of an exemplary method 300 to control operation of a portlet associated with a portal page in accordance with a further embodiment of the present invention.
  • a deactivate feature may be operated to deactivate a selected portlet similar to that described with respect to blocks 102 and 202 in FIGS. 1 and 2 , respectively.
  • a portal server may detect the deactivated state of the portlet. The deactivated state may be detected by the portal server interrogating the portlet or the portlet transmitting a message to the portal server in response to being deactivated.
  • the portal server may automatically replace the contents of the portlet with frozen contents or contents that cannot be altered or changed. Alternatively, the contents of the portlet may be cached or preserved when the portlet is deactivated.
  • the deactivated portlet may be overlaid with an electronic, invisible pane or window to block the inputs of the deactivated portlet.
  • the electronic pane prevents clicking on any hyperlinks, buttons or the like in the deactivated portlet and may block any communication with the portlet except to reactivate the portlet.
  • the approach or technique used for the electronic pane or window may be similar to a “glass pane” used in Java® Swing, or the like.
  • a “glass pane” associated with Java® Swing is useful to catch events or paint over an area that already contains one or more components. For example, mouse events can be deactivated for a multi-component region by having the glass pane intercept the events.
  • the glass pane used to overlie a deactivated portlet in the present invention may use dynamic hypertext markup language (DHTML) or the like to create the glass pane that may be used in a manner very similar to how glass panes are used in Java® Swing.
  • DTML dynamic hypertext markup language
  • an image can be displayed over multiple components using the glass pane. More details regarding Java® Swing and the “glass pane” concept may be found at the Sun Microsystems web site.
  • a reactivate feature or icon may be operated to reactive the selected portlet.
  • the portal server may detect the reactivated portlet.
  • the reactivated portlet may be detected by the portal server sending an interrogation message to the portlet or the portlet may transmit an active signal to the portal server in response to be reactivated.
  • the invisible pane blocking the inputs of the portlet may be removed to permit communication with the portlet.
  • the portal server may automatically replace the contents of the portlet with any updated contents.
  • FIG. 4 is a flow chart of an exemplary method 400 to launch a new instance of a singleton portlet in accordance with an embodiment of the present invention.
  • any selected portlets may be deactivated in which content is desired to be preserved similar to that described above.
  • a portal server may receive a request for a different event or task selected by a user in the portal page.
  • a determination may be made whether the request needs or calls for the use of any deactivated portlets. If no deactivated portlets are needed, the method 400 may advance to block 408 and use of the portlets needed for the event or task may be coordinated. The method 400 may then return to block 402 and continue as previously described.
  • a dialogue box may be presented to the user to warn the user that a singleton portlet is needed for the newly selected event or task and that at least some of the existing content may be replaced and lost if the singleton is reused. The user may then be given an option to reuse the singleton portlet or to preserve the content of the singleton portlet and to launch a new instance of the portlet.
  • FIG. 5 illustrates an example of a portal page 500 including a portlet A 502 and a portlet B 504 each with a deactivation feature in accordance with an embodiment of the present invention.
  • the deactivation feature may be a button 506 labeled “DEACT,” “DEACTIVATION” or other suitable identification indicating the function of the button or icon.
  • the deactivation button 506 or icon may be located in the title bar 508 of each portlet 502 and 504 as illustrated in FIG. 5A . Alternatively, the deactivation button 506 or icon may be in the contents or body of the portlet 502 or 504 .
  • the portlets A and B 502 and 504 may communicate with one another as illustrated by the two way arrow 510 .
  • the portlets A and B 502 and 504 may be controlled or deactivated and reactivated similar to that described with respect to methods 100 , 200 and 300 and 400 of FIGS. 1-4 , respectively. Accordingly, portlet B 504 may be deactivated by operating the deactivate button 506 with a computer pointing device or the like. The content in portlet B 504 may then be frozen or preserved as illustrated in FIG. 5B in response to deactivating the portlet B 504 .
  • a reactivate feature may be provided in the deactivated portlet B 504 .
  • the reactivate feature may be a button 512 that may be labeled “REACT,” “REACTIVATE” or a similar label identifying the function of the button or icon.
  • the button 512 or icon may be in the title bar 508 as illustrated in FIG. 5B or somewhere in the contents or body of the portlet 504 .
  • the deactivate button 506 may be converted to the reactivate button 512 in the deactivated portlet B 504 .
  • portlet B 504 is a singleton portlet and a user selects another event or task that calls for use of the portlet B 504 , another instance of portlet B or a new portlet similar to portlet B 504 , portlet B- 1 514 , may be launched as illustrated in FIG. 5B .
  • the process may be similar to that described with respect to method 400 of FIG. 4 .
  • the new portlet B- 1 514 may also include a deactivation button 516 or icon.
  • the content of portlet B 504 may then be preserved or frozen and the content of new portlet B- 1 514 may be changeable in the event the user selects a new event or task in the portal page 500 , a refresh of the portal page 500 occurs, or a click-to-action or other occurrence takes place that may call for updating the content of the portal B- 1 514 .
  • the portlet A 502 and portlet B- 1 514 may communicate with one another as illustrated by arrow 518 . Any hyperlinks, buttons (other than the reactivate button 512 ) or other inputs associated with portlet B 504 may be disabled or covered by an electronic, invisible pane to prevent portlet B 504 and its contents from being affected as described with respect to methods 100 , 200 and 300 of FIGS. 1 , 2 and 3 , respectively.
  • the portlets 502 , 504 and 514 may also include a portlet pop-out or portlet detach/reattach feature 520 .
  • the portlet pop-out feature or portlet detach/reattach feature 520 permits portlets to be detached from the portal page 500 for various reasons, such as to reduce congestion or clutter within a portal page with numerous portlets.
  • the portlet detach/reattach feature may be similar to that described with respect to co-pending U.S. patent application Ser. No. 10/708,971, filed Apr. 5, 2004, entitled “Portal Including Detachable and Reattachable Portlets” which is incorporated herein by reference as indicated above.
  • the portal page 500 may also include a detach/reattach feature 522 to detach and reattach the portal page 500 to a portal environment.
  • the portal page detach/reattach feature 522 may be similar to that described in co-pending U.S. patent application Ser. No. 10/710,943, filed Aug. 13, 2004, entitled “Detachable and Reattachable Portal Pages” which are incorporated herein by reference as recited above.
  • FIG. 6 is an example of a system 600 to permit a user 602 to control operation of a portlet in accordance with an embodiment of the present invention.
  • the user or client 602 may be a desktop or mobile computing system, cellular telephone, personal digital assistance or the like.
  • the system 600 may also be accessed by a remote portlet request 603 from another server or system. Elements of the methods 100 , 200 , 300 and 400 of FIGS. 1 , 2 , 3 and 4 may be embodied in the system 600 .
  • the system 600 may include a portal server 604 .
  • the portal server 604 may provide common services, such as application connectivity, integration, administration, and presentation capabilities that may be needed across all portal environments.
  • the portal server 604 may include an authentication element 606 to establish a user's identity.
  • the portal server 604 may use form-based authentication.
  • form-based authentication a user may be prompted through an HTML form or the like to enter a user ID and password for authentication when trying to access a particular portal, portal environment or website.
  • the portal server 604 may validate the authentication information via an authorization element 608 .
  • the portal server 604 may validate the authentication information against information contained in a Lightweight Directory Access Protocol (LDAP) directory 610 .
  • LDAP Lightweight Directory Access Protocol
  • the authorization element 608 or process may also determine which pages or portlets a user has permission to access.
  • the authorization element 608 may access the LDAP directory 610 , a portal database 612 , and a user profile database 614 in determining proper authentication, which portals are accessible by the user and other privileges or settings.
  • the authorization element 608 may also interface with an extensible markup language (XML) access element 616 .
  • XML extensible markup language
  • the portal server 604 may also include a page aggregation element 618 .
  • Components of the page aggregation element 618 may be embodied in hardware or software.
  • the page aggregation element 618 may include a themes and skins module 620 . Users may be able to customize or personalize pages including for example, a choice of color themes, skins and page layouts. Themes may be used to define fonts, colors, spacing and other visual elements. Themes may consist of cascading style sheets, Java Script Page (JSP) files, images or the like. Skins may be decorations and controls placed around portlets, such as title bars, borders, shadows, or similar treatments.
  • the page aggregation element 618 may also include a JSP tab library 622 , transcoding module 624 and translation module 626 to further facilitate portal customization and presentation of the portal and portlets to the user 602 .
  • the portal server 604 may also include a portlet container and services element 628 .
  • Components of the portlet container and services element 628 may be embodied in hardware or software.
  • the portlet container and service element 628 may include a portlet Application Programming Interface (API) 630 .
  • Portlets rely on portal infrastructure to access user profile information, participate in window and action events, communicate with other portlets, access remote content, lookup credentials, store persistent data and perform other functions.
  • the portlet API 630 provides standard interfaces for these functions or services.
  • the portlet container and services module 628 may also include a portlet detach/reattach feature 632 .
  • the portlet detach/reattach feature 632 may be similar to that described with respect to co-pending U.S. patent application Ser. No. 10/708,971, entitled “Portal Including Detachable and Reattachable Portlets,” and co-pending U.S. patent application Ser. No. 10/710,943, entitled “Detachable and Reattachable Portal Pages.”
  • the portlet container and services module 628 may also contain portlets 634 or information to form portlets.
  • the portlet container and services module 628 may also include other services or functions 636 . Examples of other services or functions 636 may include, but is not limited to, content access, web page clipping, searching, document administration, portlet proxy, single signon and the like.
  • the server 604 may also include a portlet deactivation/reactivation feature 638 , program or computer executable code.
  • the portlet deactivation/reactivation feature 638 may be embodied in methods 100 , 200 , 300 and 400 of FIGS. 1 , 2 , 3 and 4 , respectively.
  • the portlet deactivation/reactivation feature may be part of the portlet container and services module 628 or a separate component as illustrated in FIG. 6 or portions of the portlet deactivation/reactivation feature may be contained in the module 628 .
  • the graphical user interfaces to form portal page 500 and portlets A and B 502 and 504 and new portlet B- 1 514 in FIG. 5B may also be embodied in the portal server 604 .
  • Each user 602 or client may include a processor 640 and input/output devices 642 .
  • a browser or web browser 644 may operate on the processor 640 to facilitate accessing the portal server 604 .
  • the input/output devices 642 may include separate input devices, output devices or combination input/output devices.
  • the input/output devices 642 may include a keyboard, pointing device, voice recognition system or the like.
  • the input/output devices 642 may also include optical, magnetic, infrared or radio frequency devices, disk drives or the like.
  • the input devices 642 may receive read or download software, computer-executable or readable instructions or the like, such as software that may embody elements of the methods 100 , 200 , 300 and 400 of FIGS. 1 , 2 , 3 and 4 .
  • Each user 602 may access the portal server 604 via a communication network or medium 646 .
  • the communication network or medium 646 may be any communication system including by way of example, dedicated communication lines, telephone networks, and wireless data transmission systems, two-way cable systems, and customized computer networks, interactive kiosk networks, the Internet and the like.
  • Elements of the present invention may be embodied in hardware and/or software as a computer program code that may include firmware, resident software, microcode or the like. Additionally, elements of the invention may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in a medium for use by or in connection with a system, such as system 600 of FIG. 6 . Examples of such a medium may be illustrated in FIG. 6 as I/O devices 642 or medium 646 or 648 .
  • a computer-usable or readable medium may be any medium that may contain, store, communicate or transport the program for use by or in connection with a system.
  • the medium for example, may be an electronic, magnetic, optical, electromagnetic, infrared or semiconductor system or the like.
  • the medium may also be simply a stream of information being retrieved when the computer program product is “downloaded” through a network, such as the Internet or the like.
  • the computer-usable or readable medium could also be paper or another suitable medium upon which the program may be printed.

Abstract

A method to control a portlet associated with a portal page may include deactivating a selected portlet in response to operating a deactivation feature. The method may also include reactivating the selected portlet in response to operating a reactivation feature. The method may also include freezing a portlet content in the selected portlet in response to deactivating the selected portlet. The method may further include disabling hyperlinks, buttons and other inputs to the selected portlet in response to deactivating the selected portlet. The method may further include reconfiguring a portal server to ensure that a portlet content of a selected portlet cannot be affected while the selected portlet is deactivated.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is related to co-pending U.S. patent application Ser. No. 10/708,971, filed Apr. 5, 2004, entitled “Portal Including Detachable and Reattachable Portlets,” which is incorporated herein in its entirety by reference and is assigned to the same assignee as this application.
  • This application is also related to co-pending U.S. patent application Ser. No. 10/710,943, filed Aug. 13, 2004, entitled “Detachable and Reattachable Portal Pages,” which is incorporated herein in its entirety by reference and is assigned to the same assignee as this application.
  • This application is further related to co-pending U.S. patent application Ser. No. 10/711,701, filed Sep. 30, 2004, entitled “System and Method to Control Operation of a Portlet,” the contents of which is incorporated by reference herein in its entirety and is assigned to the same assignee as this application.
  • BACKGROUND OF INVENTION
  • The present invention relates to portlets and portal pages and more particularly to a method and system to deactivate and reactivate a portlet associated with a portal page or the like.
  • Portlets are a series of related tasks or portal applications presented to a user in a web page of a portal environment. A portal page may contain multiple portlets. Portlets are usually depicted as small boxes in a web page, portal or portal page. By default, portlets on a portal page may automatically pass content or data between each other to allow all portlets to synchronize the data they present based on an incident, event or task being performed. This behavior is in accordance with the standard Portal Development Model provided by portal servers such as the IBM Websphere Portal or the like. Portlets are reusable components that may provide access to applications, web-based content, and other resources. Whenever a portlet is reused or used in conjunction with a different request or event selected by a user, the contents of the reused portlet may be changed and the original or preceding content, information or data is lost. This is particularly the case with a singleton portlet. A singleton portlet is a portlet that only exist once on a given portal page. If the portlet doesn't already exit on the page, the portlet is created and passed context or content, if needed or called for to be used with respect to a particular operation, event or task. If the portlet already exists on the portal page, context or data may be passed to it to carry out the particular event, operation or task. For example, an operator or user may select an event in an event viewer portlet of a portal page. Selecting the event may launch a singleton portlet to perform a particular function in conjunction with the event viewer portlet, such as an event properties portlet to show the event properties information associated with the selected event. If the operator or user now selects a different event in the event viewer portlet, the context or content of the event properties singleton portlet will change to show the event properties information associated with the newly selected event and the former context or content will be replaced and lost. Because the event properties portlet is a singleton portlet, a new event properties portlet is not launched in response to selection of the new event. There may be times, however, when preserving the data or information in a portlet, whether a singleton or not, may be desired. Additionally, preserving or freezing the data content of an individual portlet and changing the behavior of a portlet on a portal page may also be desirable under other circumstances, such as preserving data content across refreshes of the portal page, selectively toggling a portlet's ability to be targeted by a Portal Click-to-Action feature or similar circumstances. If a Portal Click-to-Action feature is enabled, a user can broadcast messages to all portlets on a portal page to further promote cooperation between the portlets but pre-existing content may be lost. In most cases, a user wants portlets to behave in this manner. However, under some circumstances, a user may want to freeze the content or deactivate a specific portlet and therefore does not desire this portlet behavior. Current portal server technology does not provide a means to avoid such behavior or to preserve or freeze content in a portlet.
  • SUMMARY OF INVENTION
  • In accordance with an embodiment of the present invention, a method to control operation of a portlet may include preserving, freezing or caching data or information in a selected portlet. The method may also include changing a behavior of the portlet on the portal page to prevent the portlet from being affected by refreshes across the portal page or to selectively toggle a portlet's ability to be targeted by a portal click-to-action feature or the like. The method may further include selectively ignoring the presence of a singleton portlet and creating a new instance of the singleton portlet if needed.
  • In accordance with another embodiment of the present invention, a method to control operation of a portlet associated with a portal page may include deactivating a selected portlet in response to operating a deactivation feature. The method may also include reactivating the selected portlet in response to operating a reactivation feature.
  • In accordance with another embodiment of the present invention, a method to control operation of a portlet associated with a portal page may include deactivating a selected portlet in response to operating a deactivation feature. The method may also include overlaying the selected portlet with an electronic pane or window to block all inputs of the selected portlet while the selected portlet is deactivated. The method may further include reactivating the selected portlet in response to operating a reactivation feature.
  • In accordance with another embodiment of the present invention, a portal page may include a plurality of portlets. The portal page may also include a deactivation feature associated with at least one of the plurality of portlets to deactivate the portlet to preserve a selected content of the at least one portlet.
  • In accordance with another embodiment of the present invention, a system to control operation of a portlet may include a portal server. The system may also include a portlet deactivation/reactivation feature, program or computer executable code operable on the portal server.
  • In accordance with another embodiment of the present invention, a computer-readable medium have computer-executable instruction for performing a method that may include deactivating a selected portlet in response to operating a deactivation feature. The method may also include reactivating the selected portlet in response to operating a reactivation feature.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 is a flow chart of an exemplary method to control operation of a portlet associated with a portal page in accordance with an embodiment of the present invention.
  • FIG. 2 is a flow chart of an exemplary method to control operation of a portlet associated with a portal page in accordance with another embodiment of the present invention.
  • FIG. 3 is a flow chart of an exemplary method to control operation of a portlet associated with a portal page in accordance with a further embodiment of the present invention.
  • FIG. 4 is a flow chart of an exemplary method to launch a new instance of a singleton portlet in accordance with an embodiment of the present invention.
  • FIG. 5A illustrates an example of a portal page including portlets with a deactivation feature in accordance with an embodiment of the present invention.
  • FIG. 5B illustrates an example of a portal page including a new instance of a singleton portlet in accordance with an embodiment of the present invention.
  • FIG. 6 is an example of a system to control operation of a portlet in accordance with an embodiment of the present invention.
  • DETAILED DESCRIPTION
  • The following detailed description of preferred embodiments refers to the accompanying drawings, which illustrate specific embodiments of the invention. Other embodiments having different structures and operations do not depart from the scope of the present invention.
  • FIG. 1 is a flow chart of an exemplary method 100 to control operation of a portlet associated with a portal page in accordance with an embodiment of the present invention. In block 102, a deactivate feature, icon or the like may be operated to deactivate a selected portlet. As described in more detail with respect to FIG. 5, a button or icon may be provided inside the contents of the portlet or in a title bar of the portlet that may be operated. The button or icon may be clicked on or otherwise operated by a computer pointing device, mouse or the like to transmit a request to a portal server to deactivate the portlet or switch the portlet to a deactivated mode or state. Alternatively, an application programming interface (API) may be provided in a portal server that may be toggled to switch a selected portlet between an active and deactivated state or mode. Using this API, a portlet may toggle its own activation state and other portlets can toggle the state as well. The portal page may include a plurality of portlets for performing different functions or tasks that may each include a deactivate feature or only certain portlets may be able to be deactivated.
  • In block 104, the content, data or information in the portlet may be frozen, preserved or cached in response to deactivating the selected portlet. A selected portlet may be deactivated by a user or operator to preserve the content, information or data contained in the portlet for various reasons or purposes, such as for future use or reference, for troubleshooting purposes or the like. In block 106, hyperlinks, buttons and other inputs of the selected portlet may be disabled in response to deactivating the selected portlet.
  • In block 108, a portal server may be reconfigured to ensure that the deactivated portlet cannot be affected while deactivated. The portal server may be reconfigured to prevent the deactivated portlet from being moved, closed or placed in edit mode or other condition that may permit the portlet and its contents to be affected or altered. The portal server may also disable any portlet messaging for the deactivated portlet. The deactivate feature permits a user or operator to have the portal server selectively ignore the presence of a singleton portlet and to create a new instance of the portlet if needed or called for use in another task, function or event. The deactivate feature also permits a user to preserve or freeze the data content of the selected, deactivated portlet across any refreshes of the portal page. The deactivation feature further permits a user or operator to selectively toggle a portlet's ability to be targeted by a portal click-to-action feature. Accordingly, the deactivation feature provides a means of “locking” a selected portlet in a portal page or portal environment under the control of a user or operator and may be provided as a feature of the portal server versus an internal application program interface (API).
  • In block 110, a reactivate feature or icon associated with the deactivated portlet may be operated to reactivate the portlet. In block 112, hyperlinks, buttons and other inputs associated with the portlet may be enabled in response to the portlet being reactivated or switched to an active state or mode. In block 114, updating the content of the portlet may be permitted. In block 116, the portal server may be reconfigured to permit alteration or changes to the content of the portlet. Accordingly, any refreshes of the portal page may now update the contents of the portlet and the portlet may now be targeted by any click-to-action messages.
  • FIG. 2 is a flow chart of an exemplary method 200 to control operation of a portlet associated with a portal page in accordance with another embodiment of the present invention. In block 202, a deactivate feature or icon may be operated to deactivate a selected portlet similar to that discussed with respect to method 100 of FIG. 1. In block 204, a portal server may detect that the selected portlet is deactivated or in a deactivated state. The portal server may detect that the portlet is in a deactivated state by sending a message to interrogate the portlet or the portlet may transmit a deactivation message to the portal server in response to being deactivated. In block 206, the portal server may automatically replace the contents of the portlet with frozen contents or contents that cannot be altered. In block 208, hyperlinks, buttons and other inputs associated with the portlet may be disabled.
  • In block 210, a reactivate feature or icon may be operated to reactivate the portlet or an API in the portal server may toggle to reactive the portlet. In block 212, the portal server may detect the reactivated state of the portlet. In block 214, hyperlinks, buttons and other inputs associated with the portlet may be enabled. In block 216, the portal server may automatically replace the contents of the portlet with any updated content.
  • FIG. 3 is a flow chart of an exemplary method 300 to control operation of a portlet associated with a portal page in accordance with a further embodiment of the present invention. In block 302, a deactivate feature may be operated to deactivate a selected portlet similar to that described with respect to blocks 102 and 202 in FIGS. 1 and 2, respectively. In block 304, a portal server may detect the deactivated state of the portlet. The deactivated state may be detected by the portal server interrogating the portlet or the portlet transmitting a message to the portal server in response to being deactivated. In block 306, the portal server may automatically replace the contents of the portlet with frozen contents or contents that cannot be altered or changed. Alternatively, the contents of the portlet may be cached or preserved when the portlet is deactivated.
  • In block 308, the deactivated portlet may be overlaid with an electronic, invisible pane or window to block the inputs of the deactivated portlet. The electronic pane prevents clicking on any hyperlinks, buttons or the like in the deactivated portlet and may block any communication with the portlet except to reactivate the portlet. The approach or technique used for the electronic pane or window may be similar to a “glass pane” used in Java® Swing, or the like. A “glass pane” associated with Java® Swing is useful to catch events or paint over an area that already contains one or more components. For example, mouse events can be deactivated for a multi-component region by having the glass pane intercept the events. The glass pane used to overlie a deactivated portlet in the present invention may use dynamic hypertext markup language (DHTML) or the like to create the glass pane that may be used in a manner very similar to how glass panes are used in Java® Swing. Alternative, an image can be displayed over multiple components using the glass pane. More details regarding Java® Swing and the “glass pane” concept may be found at the Sun Microsystems web site.
  • In block 310, a reactivate feature or icon may be operated to reactive the selected portlet. In block 312, the portal server may detect the reactivated portlet. The reactivated portlet may be detected by the portal server sending an interrogation message to the portlet or the portlet may transmit an active signal to the portal server in response to be reactivated. In block 314, the invisible pane blocking the inputs of the portlet may be removed to permit communication with the portlet. In block 316, the portal server may automatically replace the contents of the portlet with any updated contents.
  • FIG. 4 is a flow chart of an exemplary method 400 to launch a new instance of a singleton portlet in accordance with an embodiment of the present invention. In block 402, any selected portlets may be deactivated in which content is desired to be preserved similar to that described above. In block 404, a portal server may receive a request for a different event or task selected by a user in the portal page. In block 406, a determination may be made whether the request needs or calls for the use of any deactivated portlets. If no deactivated portlets are needed, the method 400 may advance to block 408 and use of the portlets needed for the event or task may be coordinated. The method 400 may then return to block 402 and continue as previously described. If a deactivated portlet is needed for the request or event in block 406, a determination may be made in block 410 if the portlet needed or called for is a singleton. If the portlet is not a singleton in block 410, the event or task may be performed using an existing instance of the portlet in block 408. If the portlet is a singleton in block 410, the method 400 may advance to block 412. In block 412, a new instance of the singleton portlet may be launched. In another embodiment of the present invention, a dialogue box may be presented to the user to warn the user that a singleton portlet is needed for the newly selected event or task and that at least some of the existing content may be replaced and lost if the singleton is reused. The user may then be given an option to reuse the singleton portlet or to preserve the content of the singleton portlet and to launch a new instance of the portlet.
  • FIG. 5 illustrates an example of a portal page 500 including a portlet A 502 and a portlet B 504 each with a deactivation feature in accordance with an embodiment of the present invention. The deactivation feature may be a button 506 labeled “DEACT,” “DEACTIVATION” or other suitable identification indicating the function of the button or icon. The deactivation button 506 or icon may be located in the title bar 508 of each portlet 502 and 504 as illustrated in FIG. 5A. Alternatively, the deactivation button 506 or icon may be in the contents or body of the portlet 502 or 504. The portlets A and B 502 and 504 may communicate with one another as illustrated by the two way arrow 510.
  • The portlets A and B 502 and 504 may be controlled or deactivated and reactivated similar to that described with respect to methods 100, 200 and 300 and 400 of FIGS. 1-4, respectively. Accordingly, portlet B 504 may be deactivated by operating the deactivate button 506 with a computer pointing device or the like. The content in portlet B 504 may then be frozen or preserved as illustrated in FIG. 5B in response to deactivating the portlet B 504. A reactivate feature may be provided in the deactivated portlet B 504. The reactivate feature may be a button 512 that may be labeled “REACT,” “REACTIVATE” or a similar label identifying the function of the button or icon. The button 512 or icon may be in the title bar 508 as illustrated in FIG. 5B or somewhere in the contents or body of the portlet 504. The deactivate button 506 may be converted to the reactivate button 512 in the deactivated portlet B 504.
  • If portlet B 504 is a singleton portlet and a user selects another event or task that calls for use of the portlet B 504, another instance of portlet B or a new portlet similar to portlet B 504, portlet B-1 514, may be launched as illustrated in FIG. 5B. The process may be similar to that described with respect to method 400 of FIG. 4. The new portlet B-1 514 may also include a deactivation button 516 or icon.
  • The content of portlet B 504 may then be preserved or frozen and the content of new portlet B-1 514 may be changeable in the event the user selects a new event or task in the portal page 500, a refresh of the portal page 500 occurs, or a click-to-action or other occurrence takes place that may call for updating the content of the portal B-1 514. The portlet A 502 and portlet B-1 514 may communicate with one another as illustrated by arrow 518. Any hyperlinks, buttons (other than the reactivate button 512) or other inputs associated with portlet B 504 may be disabled or covered by an electronic, invisible pane to prevent portlet B 504 and its contents from being affected as described with respect to methods 100, 200 and 300 of FIGS. 1, 2 and 3, respectively.
  • The portlets 502, 504 and 514 may also include a portlet pop-out or portlet detach/reattach feature 520. The portlet pop-out feature or portlet detach/reattach feature 520 permits portlets to be detached from the portal page 500 for various reasons, such as to reduce congestion or clutter within a portal page with numerous portlets. The portlet detach/reattach feature may be similar to that described with respect to co-pending U.S. patent application Ser. No. 10/708,971, filed Apr. 5, 2004, entitled “Portal Including Detachable and Reattachable Portlets” which is incorporated herein by reference as indicated above.
  • The portal page 500 may also include a detach/reattach feature 522 to detach and reattach the portal page 500 to a portal environment. The portal page detach/reattach feature 522 may be similar to that described in co-pending U.S. patent application Ser. No. 10/710,943, filed Aug. 13, 2004, entitled “Detachable and Reattachable Portal Pages” which are incorporated herein by reference as recited above.
  • FIG. 6 is an example of a system 600 to permit a user 602 to control operation of a portlet in accordance with an embodiment of the present invention. The user or client 602 may be a desktop or mobile computing system, cellular telephone, personal digital assistance or the like. The system 600 may also be accessed by a remote portlet request 603 from another server or system. Elements of the methods 100, 200, 300 and 400 of FIGS. 1, 2, 3 and 4 may be embodied in the system 600. The system 600 may include a portal server 604. The portal server 604 may provide common services, such as application connectivity, integration, administration, and presentation capabilities that may be needed across all portal environments. The portal server 604 may include an authentication element 606 to establish a user's identity. The portal server 604 may use form-based authentication. In form-based authentication, a user may be prompted through an HTML form or the like to enter a user ID and password for authentication when trying to access a particular portal, portal environment or website. After receiving the user's identification and password information, the portal server 604 may validate the authentication information via an authorization element 608. The portal server 604 may validate the authentication information against information contained in a Lightweight Directory Access Protocol (LDAP) directory 610. The authorization element 608 or process may also determine which pages or portlets a user has permission to access. The authorization element 608 may access the LDAP directory 610, a portal database 612, and a user profile database 614 in determining proper authentication, which portals are accessible by the user and other privileges or settings. The authorization element 608 may also interface with an extensible markup language (XML) access element 616.
  • The portal server 604 may also include a page aggregation element 618. Components of the page aggregation element 618 may be embodied in hardware or software. The page aggregation element 618 may include a themes and skins module 620. Users may be able to customize or personalize pages including for example, a choice of color themes, skins and page layouts. Themes may be used to define fonts, colors, spacing and other visual elements. Themes may consist of cascading style sheets, Java Script Page (JSP) files, images or the like. Skins may be decorations and controls placed around portlets, such as title bars, borders, shadows, or similar treatments. The page aggregation element 618 may also include a JSP tab library 622, transcoding module 624 and translation module 626 to further facilitate portal customization and presentation of the portal and portlets to the user 602.
  • The portal server 604 may also include a portlet container and services element 628. Components of the portlet container and services element 628 may be embodied in hardware or software. The portlet container and service element 628 may include a portlet Application Programming Interface (API) 630. Portlets rely on portal infrastructure to access user profile information, participate in window and action events, communicate with other portlets, access remote content, lookup credentials, store persistent data and perform other functions. The portlet API 630 provides standard interfaces for these functions or services.
  • The portlet container and services module 628 may also include a portlet detach/reattach feature 632. The portlet detach/reattach feature 632 may be similar to that described with respect to co-pending U.S. patent application Ser. No. 10/708,971, entitled “Portal Including Detachable and Reattachable Portlets,” and co-pending U.S. patent application Ser. No. 10/710,943, entitled “Detachable and Reattachable Portal Pages.” The portlet container and services module 628 may also contain portlets 634 or information to form portlets. The portlet container and services module 628 may also include other services or functions 636. Examples of other services or functions 636 may include, but is not limited to, content access, web page clipping, searching, document administration, portlet proxy, single signon and the like.
  • The server 604 may also include a portlet deactivation/reactivation feature 638, program or computer executable code. The portlet deactivation/reactivation feature 638 may be embodied in methods 100, 200, 300 and 400 of FIGS. 1, 2, 3 and 4, respectively. The portlet deactivation/reactivation feature may be part of the portlet container and services module 628 or a separate component as illustrated in FIG. 6 or portions of the portlet deactivation/reactivation feature may be contained in the module 628. The graphical user interfaces to form portal page 500 and portlets A and B 502 and 504 and new portlet B-1 514 in FIG. 5B may also be embodied in the portal server 604.
  • Each user 602 or client may include a processor 640 and input/output devices 642. A browser or web browser 644 may operate on the processor 640 to facilitate accessing the portal server 604. The input/output devices 642 may include separate input devices, output devices or combination input/output devices. The input/output devices 642 may include a keyboard, pointing device, voice recognition system or the like. The input/output devices 642 may also include optical, magnetic, infrared or radio frequency devices, disk drives or the like. The input devices 642 may receive read or download software, computer-executable or readable instructions or the like, such as software that may embody elements of the methods 100, 200, 300 and 400 of FIGS. 1, 2, 3 and 4.
  • Each user 602 may access the portal server 604 via a communication network or medium 646. The communication network or medium 646 may be any communication system including by way of example, dedicated communication lines, telephone networks, and wireless data transmission systems, two-way cable systems, and customized computer networks, interactive kiosk networks, the Internet and the like.
  • Elements of the present invention, such as methods 100, 200 and 300 and 400 of FIGS. 1, 2, 3 and 4 respectively, and system 600 of FIG. 6, may be embodied in hardware and/or software as a computer program code that may include firmware, resident software, microcode or the like. Additionally, elements of the invention may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in a medium for use by or in connection with a system, such as system 600 of FIG. 6. Examples of such a medium may be illustrated in FIG. 6 as I/O devices 642 or medium 646 or 648. A computer-usable or readable medium may be any medium that may contain, store, communicate or transport the program for use by or in connection with a system. The medium, for example, may be an electronic, magnetic, optical, electromagnetic, infrared or semiconductor system or the like. The medium may also be simply a stream of information being retrieved when the computer program product is “downloaded” through a network, such as the Internet or the like. The computer-usable or readable medium could also be paper or another suitable medium upon which the program may be printed.
  • Although specific embodiments have been illustrated and described herein, those of ordinary skill in the art appreciate that any arrangement which is calculated to achieve the same purpose may be substituted for the specific embodiments shown and that the invention has other applications in other environments. This application is intended to cover any adaptations or variations of the present invention. The following claims are in no way intended to limit the scope of the invention to the specific embodiments described herein.

Claims (29)

What is claimed is:
1. A method to control operation of a portlet associated with a portal page, comprising:
deactivating a selected portlet in response to operating a deactivation feature;
freezing a portlet content in the selected portlet except a reactivation feature in response to deactivating the selected portlet; and
reactivating the selected portlet in response to operating the reactivation feature,
wherein the deactivated selected portlet is prevented from being moved, closed, edited or affected.
2. The method of claim 1, further comprising disabling hyperlinks, buttons and other inputs to the selected portlet in response to deactivating the selected portlet.
3. The method of claim 1, further comprising reconfiguring a portal server associated with the portal page to ensure that a portlet content of the selected portlet cannot be affected while the selected portlet is deactivated.
4. The method of claim 1, further comprising detecting a deactivated state of the selected portlet.
5. The method of claim 1, further comprising replacing a content of the selected portlet with a frozen content in response to a portal server detecting a deactivated state of the selected portlet.
6. The method of claim 1, further comprising enabling hyperlinks, buttons and other inputs to the selected portlet in response to reactivating the selected portlet.
7. The method of claim 1, further comprising permitting a content of the selected portlet to be updated in response to reactivating the selected portlet.
8. The method of claim 1, further comprising launching a new portlet similar to the deactivated, selected portlet in response to a portal server receiving a request that calls for use of the deactivated, selected portlet if the deactivated, selected portlet is a singleton portlet.
9. A method to control operation of a portlet associated with a portal page, comprising:
deactivating a selected portlet in response to operating a deactivation feature;
overlaying the selected portlet with an electronic pane or window to block all inputs of the selected portlet while the selected portlet is deactivated except a reactivation feature in the portlet; and
reactivating the selected portlet in response to operating the reactivation feature,
wherein the deactivated selected portlet is prevented from being moved, closed, edited or affected.
10. The method of claim 9, further comprising automatically replacing a content of the selected portlet with a frozen content in response to detecting a deactivated state of the selected portlet.
11. The method of claim 9, further comprising removing the overlaying pane in response to a portal server detecting a reactivated state of the selected portlet.
12. The method of claim 9, further comprising automatically replacing a frozen content of the selected portlet with any updated content in response to reactivating the selected portlet.
13. The method of claim 9, further comprising launching a new portlet similar to the deactivated, selected portlet in response to a portal server receiving a request that calls for the deactivated, selected portlet and the deactivated, selected portlet being a singleton portlet.
14. A method to control operation of a portlet associated with a portal page, comprising:
deactivating a selected portlet by at least one of preserving, freezing or caching data or information in the selected portlet; and
changing a behavior of the deactivated selected portlet on the portal page,
wherein the deactivated selected portlet is prevented from being moved, closed, edited or affected.
15. The method of claim 14, further comprising preventing the portlet from being affected by refreshes across the portal page.
16. The method of claim 14, further comprising selectively toggling the portlet to change the portlet's ability to be targeted by a portal click-to-action feature.
17. The method of claim 14, further comprising:
selectively ignoring a presence of a singleton portlet; and
creating a new instance of the singleton portlet in response to the singleton portlet being needed to perform a task.
18. A method to form a portal page, comprising:
providing a plurality of portlets;
providing a deactivation feature associated with at least one of the plurality of portlets to deactivate the portlet to preserve a selected content of the at least one portlet; and
forming a reactivation feature in response to the at least one portlet being deactivated,
wherein the deactivated portlet is prevented from being moved, closed, edited or affected.
19. The method of claim 18, further comprising forming an electronic pane or window overlaying the at least one portlet to block all inputs of the at least one portlet except the reactivation feature while the at least one portlet is deactivated.
20. The method of claim 18, further comprising providing another portlet similar to the at least one portlet in response to a request that calls for use of the at least one portlet, if the at least one portlet is deactivated and a singleton portlet.
21. A method of making a system to control operation of a portlet, comprising:
providing a portal server;
providing a portlet deactivation/reactivation feature operable on the portal servers; and
providing means for freezing a portlet content in a selected portlet in response to deactivating the selected portlet,
wherein the deactivated selected portlet is prevented from being moved, closed, edited or affected.
22. The method of claim 21, further comprising providing means for disabling hyperlinks, buttons and other inputs to a selected portlet in response to deactivating the selected portlet.
23. The method of claim 21, further comprising providing means to reconfigure the portal server to ensure that a portlet content of a selected portlet cannot be affected while the selected portlet in deactivated.
24. The method of claim 21, further comprising providing means for replacing a content of a deactivated portlet with a frozen content in response to the portal server detecting a deactivated state of the portlet.
25. The method of claim 21, further comprising providing means for launching a new portlet similar to a deactivated portlet in response to the portal server receiving a request that calls for use of the deactivated portlet if the deactivated portlet is a singleton.
26. A computer-readable medium comprising one from the group consisting of an electronic medium, a magnetic medium, an electromagnetic medium a semiconductor medium, having computer-executable instructions for performing a method, comprising:
deactivating a selected portlet in response to operating a deactivation feature;
freezing a portlet content in the selected portlet in response to deactivating the selected portlet; and
reactivating the selected portlet in response to operating a reactivation feature,
wherein the deactivated selected portlet is prevented from being moved, closed, edited or affected.
27. The computer-readable medium having computer executable instructions for performing the method of claim 26, further comprising disabling hyperlinks, buttons and other inputs to the selected portlet in response to deactivating the selected portlet.
28. The computer-readable medium having computer executable instructions for performing the method of claim 26, further comprising reconfiguring a portal server associated with the portal page to ensure that a portlet content of the selected portlet cannot be affected while the selected portlet is deactivated.
29. The computer-readable medium having computer executable instructions for performing the method of claim 26, further comprising overlaying the selected portlet with an electronic pane or window to block all inputs of the selected portlet while the selected portlet is deactivated.
US11/839,850 2004-09-30 2007-08-16 Method and system to control operation of a portlet Active 2031-05-27 US11157589B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/839,850 US11157589B2 (en) 2004-09-30 2007-08-16 Method and system to control operation of a portlet

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/711,701 US7376900B2 (en) 2004-09-30 2004-09-30 Method and system to control operation of a portlet
US11/839,850 US11157589B2 (en) 2004-09-30 2007-08-16 Method and system to control operation of a portlet

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/711,701 Continuation US7376900B2 (en) 2004-09-30 2004-09-30 Method and system to control operation of a portlet

Publications (3)

Publication Number Publication Date
US20090049387A1 US20090049387A1 (en) 2009-02-19
US20110055704A9 true US20110055704A9 (en) 2011-03-03
US11157589B2 US11157589B2 (en) 2021-10-26

Family

ID=36100638

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/711,701 Expired - Fee Related US7376900B2 (en) 2004-09-30 2004-09-30 Method and system to control operation of a portlet
US11/839,850 Active 2031-05-27 US11157589B2 (en) 2004-09-30 2007-08-16 Method and system to control operation of a portlet

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/711,701 Expired - Fee Related US7376900B2 (en) 2004-09-30 2004-09-30 Method and system to control operation of a portlet

Country Status (1)

Country Link
US (2) US7376900B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090228987A1 (en) * 2008-03-04 2009-09-10 Microsoft Corporation Shield for user interface testing
US20120005618A1 (en) * 2010-06-30 2012-01-05 Alcatel-Lucent Canada Inc. Subforms
US20120005620A1 (en) * 2010-06-30 2012-01-05 Alcatel-Lucent Canada Inc. Intelligent auto-creation of new portlets

Families Citing this family (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6765592B1 (en) * 1999-04-30 2004-07-20 Microsoft Corporation Undockable sub-windows
US8181112B2 (en) * 2004-05-21 2012-05-15 Oracle International Corporation Independent portlet rendering
US7376900B2 (en) * 2004-09-30 2008-05-20 International Business Machines Corporation Method and system to control operation of a portlet
US7788340B2 (en) * 2004-11-22 2010-08-31 Bea Systems Inc. System and method for event based interportlet communications
US20060143580A1 (en) * 2004-12-20 2006-06-29 International Business Machines Corporation Method and system for quick screen switching in a multi-monitor environment
US20070006088A1 (en) * 2005-06-29 2007-01-04 Bea Systems, Inc. System and method for providing collaboration resources between web applications
US7716687B2 (en) * 2005-06-29 2010-05-11 Bea Systems, Inc. System and method for sharing resources between web applications
US7788584B2 (en) * 2005-08-03 2010-08-31 International Business Machines Corporation Computer-implemented method, system, and program product for hiding columns in an electronic table
US7661061B2 (en) * 2005-10-17 2010-02-09 International Business Machines Corporation Visualization of collaborative portlet sequences
CN100535900C (en) * 2005-12-06 2009-09-02 国际商业机器公司 Method and system for rendering asynchronous portal page
US7853882B2 (en) * 2006-04-11 2010-12-14 International Business Machines Corporation Portlets having different portlet specific enablement states
GB0611399D0 (en) * 2006-06-09 2006-07-19 Ibm A method, apparatus or software for providing a portal comprising one or more portlets for displaying data
US20080034420A1 (en) * 2006-08-01 2008-02-07 Array Networks, Inc. System and method of portal customization for a virtual private network device
US8056014B2 (en) * 2006-10-04 2011-11-08 International Business Machines Corporation Web portal page interactive user interfaces with maximum accessibility to user selected portlets
FR2919951B1 (en) * 2007-08-08 2012-12-21 Airbus France SYSTEM FOR PROCESSING AND DISPLAYING DATA
US8302013B2 (en) * 2007-08-16 2012-10-30 Yahoo! Inc. Personalized page modules
US8812944B2 (en) * 2007-08-16 2014-08-19 Yahoo! Inc. Page modules and providing content
US20090049380A1 (en) * 2007-08-16 2009-02-19 Joshua Allen Rehling Page Modules and States
US8615710B2 (en) * 2007-09-11 2013-12-24 Sas Institute Inc. Computer-implemented systems and methods for portlet management
US8447977B2 (en) * 2008-12-09 2013-05-21 Canon Kabushiki Kaisha Authenticating a device with a server over a network
US20110258578A1 (en) * 2010-04-14 2011-10-20 Bank Of America Corporation Interfacing Between Applications Utilizing a Desktop Module
US9383800B2 (en) * 2011-03-22 2016-07-05 International Business Machines Corporation Managing a portal application
US9286285B1 (en) 2012-10-30 2016-03-15 Google Inc. Formula editor
US10372808B1 (en) 2012-12-12 2019-08-06 Google Llc Passing functional spreadsheet data by reference
US9311289B1 (en) 2013-08-16 2016-04-12 Google Inc. Spreadsheet document tab conditional formatting
US20150278369A1 (en) * 2014-03-28 2015-10-01 Mckesson Financial Holdings Method And Apparatus For Aggregating Healthcare Information
US9959265B1 (en) 2014-05-08 2018-05-01 Google Llc Populating values in a spreadsheet using semantic cues
US11947978B2 (en) 2017-02-23 2024-04-02 Ab Initio Technology Llc Dynamic execution of parameterized applications for the processing of keyed network data streams
US10831509B2 (en) 2017-02-23 2020-11-10 Ab Initio Technology Llc Dynamic execution of parameterized applications for the processing of keyed network data streams
US11182056B2 (en) * 2018-01-31 2021-11-23 Salesforce.Com, Inc. Application navigation

Citations (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5430839A (en) * 1991-01-28 1995-07-04 Reach Software Data entry screen method
US5483632A (en) * 1988-09-03 1996-01-09 Hitachi, Ltd. Method and system of help-information control
US5677710A (en) * 1993-05-10 1997-10-14 Apple Computer, Inc. Recognition keypad
US5749070A (en) * 1993-09-09 1998-05-05 Apple Computer, Inc. Multi-representational data structure for recognition in computer systems
US20020152110A1 (en) * 2001-04-16 2002-10-17 Stewart Betsy J. Method and system for collecting market research data
US20020169852A1 (en) * 2001-05-11 2002-11-14 International Business Machines Corporation System and method for dynamically integrating remote protlets into portals
US20030126558A1 (en) * 2001-10-24 2003-07-03 Griffin Philip B. System and method for XML data representation of portlets
US20030167315A1 (en) * 2002-02-01 2003-09-04 Softwerc Technologies, Inc. Fast creation of custom internet portals using thin clients
US20040193699A1 (en) * 2002-12-02 2004-09-30 Juergen Heymann Session-return enabling stateful web applications
US20040199541A1 (en) * 2003-04-04 2004-10-07 Goldberg Evan M. Concise communication of real-time business information in an enterprise network
US20040243928A1 (en) * 2003-05-29 2004-12-02 International Business Machines Corporation Maintaining screen and form state in portlets
US20050039134A1 (en) * 2003-08-11 2005-02-17 Sony Corporation System and method for effectively implementing a dynamic user interface in an electronic network
US20050050021A1 (en) * 2003-08-25 2005-03-03 Sybase, Inc. Information Messaging and Collaboration System
US20050065913A1 (en) * 2003-09-22 2005-03-24 Lillie David J. Systems and methods for sharing portal configurations
US20050188051A1 (en) * 2003-12-19 2005-08-25 Iftah Sneh System and method for providing offline web application, page, and form access in a networked environment
US20060041637A1 (en) * 2004-08-18 2006-02-23 Jerrard-Dunne Stanley K Reverse proxy portlet with rule-based, instance level configuration
US20060070002A1 (en) * 2004-09-30 2006-03-30 International Business Machines Corporation Method and system to control operation of a portlet
US20060129935A1 (en) * 2004-12-15 2006-06-15 Honeywell International, Inc. Integrated information management system and method
US20070136329A1 (en) * 2005-12-12 2007-06-14 Timo Kussmaul System for Automatic Arrangement of Portlets on Portal Pages According to Semantical and Functional Relationship
US20070214420A1 (en) * 2006-03-09 2007-09-13 Jochen Guertler Systems and methods for providing a portal including multiple windows
US20070282673A1 (en) * 2006-04-28 2007-12-06 Lehman Brothers Inc. Method and system for implementing portal
US7429993B2 (en) * 2004-09-17 2008-09-30 Microsoft Corporation Method and system for presenting functionally-transparent, unobtrusive on-screen windows
US7475089B1 (en) * 2004-09-02 2009-01-06 Sprint Spectrum L.P. Enhanced portal server system and method
US7548957B1 (en) * 2002-05-07 2009-06-16 Oracle International Corporation Method and mechanism for a portal website architecture
US7607139B2 (en) * 2004-05-21 2009-10-20 Bea Systems, Inc. Quiescence mode for a portal
US7680927B2 (en) * 2005-11-17 2010-03-16 Bea Systems, Inc. System and method for providing testing for a communities framework

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5761071A (en) * 1996-07-27 1998-06-02 Lexitech, Inc. Browser kiosk system
US6466031B1 (en) * 2000-12-29 2002-10-15 Abb Power Automation Ltd. Systems and methods for locating faults on a transmission line with multiple tapped loads
US20020130900A1 (en) * 2001-03-16 2002-09-19 Tomorrowsoft Corporation System for generating an interface for software applications in a client-server environment
US20030061482A1 (en) * 2001-08-23 2003-03-27 Efunds Corporation Software security control system and method
US7890877B2 (en) * 2003-02-27 2011-02-15 Oracle International Corporation Systems and methods for improved portal development

Patent Citations (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5483632A (en) * 1988-09-03 1996-01-09 Hitachi, Ltd. Method and system of help-information control
US5430839A (en) * 1991-01-28 1995-07-04 Reach Software Data entry screen method
US5677710A (en) * 1993-05-10 1997-10-14 Apple Computer, Inc. Recognition keypad
US5749070A (en) * 1993-09-09 1998-05-05 Apple Computer, Inc. Multi-representational data structure for recognition in computer systems
US20020152110A1 (en) * 2001-04-16 2002-10-17 Stewart Betsy J. Method and system for collecting market research data
US20020169852A1 (en) * 2001-05-11 2002-11-14 International Business Machines Corporation System and method for dynamically integrating remote protlets into portals
US20030126558A1 (en) * 2001-10-24 2003-07-03 Griffin Philip B. System and method for XML data representation of portlets
US20030145275A1 (en) * 2001-10-24 2003-07-31 Shelly Qian System and method for portal rendering
US20030149722A1 (en) * 2001-10-24 2003-08-07 Chris Jolley System and method for application flow integration in a portal framework
US20030167315A1 (en) * 2002-02-01 2003-09-04 Softwerc Technologies, Inc. Fast creation of custom internet portals using thin clients
US7548957B1 (en) * 2002-05-07 2009-06-16 Oracle International Corporation Method and mechanism for a portal website architecture
US20040193699A1 (en) * 2002-12-02 2004-09-30 Juergen Heymann Session-return enabling stateful web applications
US20040199541A1 (en) * 2003-04-04 2004-10-07 Goldberg Evan M. Concise communication of real-time business information in an enterprise network
US20040243928A1 (en) * 2003-05-29 2004-12-02 International Business Machines Corporation Maintaining screen and form state in portlets
US20050039134A1 (en) * 2003-08-11 2005-02-17 Sony Corporation System and method for effectively implementing a dynamic user interface in an electronic network
US20050050021A1 (en) * 2003-08-25 2005-03-03 Sybase, Inc. Information Messaging and Collaboration System
US20050065913A1 (en) * 2003-09-22 2005-03-24 Lillie David J. Systems and methods for sharing portal configurations
US20050188051A1 (en) * 2003-12-19 2005-08-25 Iftah Sneh System and method for providing offline web application, page, and form access in a networked environment
US7607139B2 (en) * 2004-05-21 2009-10-20 Bea Systems, Inc. Quiescence mode for a portal
US20060041637A1 (en) * 2004-08-18 2006-02-23 Jerrard-Dunne Stanley K Reverse proxy portlet with rule-based, instance level configuration
US7475089B1 (en) * 2004-09-02 2009-01-06 Sprint Spectrum L.P. Enhanced portal server system and method
US7429993B2 (en) * 2004-09-17 2008-09-30 Microsoft Corporation Method and system for presenting functionally-transparent, unobtrusive on-screen windows
US20060070002A1 (en) * 2004-09-30 2006-03-30 International Business Machines Corporation Method and system to control operation of a portlet
US20060129935A1 (en) * 2004-12-15 2006-06-15 Honeywell International, Inc. Integrated information management system and method
US7680927B2 (en) * 2005-11-17 2010-03-16 Bea Systems, Inc. System and method for providing testing for a communities framework
US20070136329A1 (en) * 2005-12-12 2007-06-14 Timo Kussmaul System for Automatic Arrangement of Portlets on Portal Pages According to Semantical and Functional Relationship
US20070214420A1 (en) * 2006-03-09 2007-09-13 Jochen Guertler Systems and methods for providing a portal including multiple windows
US20070282673A1 (en) * 2006-04-28 2007-12-06 Lehman Brothers Inc. Method and system for implementing portal

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Richmond, Alan, "HTML's META-tag: HTTP-EQUIV", Oct. 12,1999, pp. 1-3 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090228987A1 (en) * 2008-03-04 2009-09-10 Microsoft Corporation Shield for user interface testing
US8261238B2 (en) * 2008-03-04 2012-09-04 Microsoft Corporation Shield for user interface testing
US20120005618A1 (en) * 2010-06-30 2012-01-05 Alcatel-Lucent Canada Inc. Subforms
US20120005620A1 (en) * 2010-06-30 2012-01-05 Alcatel-Lucent Canada Inc. Intelligent auto-creation of new portlets
US8271883B2 (en) * 2010-06-30 2012-09-18 Alcatel Lucent Intelligent auto-creation of new portlets

Also Published As

Publication number Publication date
US20060070002A1 (en) 2006-03-30
US20090049387A1 (en) 2009-02-19
US7376900B2 (en) 2008-05-20
US11157589B2 (en) 2021-10-26

Similar Documents

Publication Publication Date Title
US11157589B2 (en) Method and system to control operation of a portlet
US7921380B2 (en) Detachable and reattachable portal pages
US9866615B2 (en) Remote browsing session management
US10063618B2 (en) Remote browsing session management
US10567346B2 (en) Remote browsing session management
US11023088B2 (en) Composing the display of a virtualized web browser
JP5389829B2 (en) XML-based web feed for remote resource web access
US9253284B2 (en) Historical browsing session management
US10296558B1 (en) Remote generation of composite content pages
US9208316B1 (en) Selective disabling of content portions
US20110208801A1 (en) Method and apparatus for suggesting alternate actions to access service content
US9313100B1 (en) Remote browsing session management
JP2003337794A (en) Session preservation and migration among different browsers on different devices
EP2771803A1 (en) File fetch from a remote client device
JP2003015793A (en) Method and system for dynamically changing and displaying information to be monitored on network on monitor screen and user interface player program for realizing the same system
US9104837B1 (en) Exposing subset of host file systems to restricted virtual machines based on upon performing user-initiated actions against host files
US20050223081A1 (en) Portal including detachable and reattachable portlets
JP2021528766A (en) Mediated search for networked content
US9727534B1 (en) Synchronizing cookie data using a virtualized browser
US20100146485A1 (en) Environment Abstraction of a Business Application and the Executing Operating Environment
US11003463B2 (en) Virtual desktop
US9734131B1 (en) Synchronizing history data across a virtualized web browser
US10095662B1 (en) Synchronizing resources of a virtualized browser
WO2017001938A1 (en) Objects management
KR100513159B1 (en) Method for executing multiple programs through a single mode terminal communication channel when ASP is serviced on Internet, and method for freely changing the size of window excuted

Legal Events

Date Code Title Description
STCV Information on status: appeal procedure

Free format text: ON APPEAL -- AWAITING DECISION BY THE BOARD OF APPEALS

STCV Information on status: appeal procedure

Free format text: BOARD OF APPEALS DECISION RENDERED

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:GUIDO, PATRICK R.;LEAH, ROBERT C.;MCMAHAN, PAUL F.;AND OTHERS;REEL/FRAME:056982/0925

Effective date: 20040928

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED

STPP Information on status: patent application and granting procedure in general

Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED

STCF Information on status: patent grant

Free format text: PATENTED CASE