System and method for application flow integration in a portal framework

Information

  • Patent Grant
  • 7240280
  • Patent Number
    7,240,280
  • Date Filed
    Thursday, October 24, 2002
    22 years ago
  • Date Issued
    Tuesday, July 3, 2007
    17 years ago
Abstract
A system and a method for providing application flow integration in a portal framework. In accordance with one embodiment, the invention comprises a portal servlet, which handles all incoming servlet requests and determines whether the incoming request represents a request either for a portal page or for a non-portal page; and, a portal processor which handles all portal page requests passed by the portal servlet, and executes an appropriate webflow to update the current state of the portal page, depending on a current set of events. Each of a plurality of portlets may have an individual webflow associated with it.
Description
FIELD OF THE INVENTION

The invention relates generally to portals, and particularly to a system and a method for providing application flow integration in a portal framework.


BACKGROUND

In the world of e-commerce, portal systems and applications (more commonly referred to as “portals”) are being increasingly used to provide software applications and services to end-users and third-parties. This is particularly important in the business enterprise environment, or on the Internet (where portals are often referred to as “Web portals”), since the portal can be used to group together and manage a large number and a wide variety of applications in a manner that allows those applications to be effectively delivered to a large number of users, each of which may have very different needs and access rights. The portal provides a central access point and a common look-and-feel to the end user. Portals can also be used to support collaboration between different parties, so that for example, a third-party vendor application can be integrated seamlessly within the enterprise platform.


Typically, the portal resides atop an application server, such as the WebLogic server product from BEA Systems, Inc. A product such as BEA WebLogic Portal, for example, delivers a single, unified portal framework for all enterprise requirements by providing foundation services that allow for sophisticated portal development; personalization and interaction management, intelligent portal administration to simplify and speed portal deployment; and portal integration services that allow application integration within and beyond the enterprise. Portlets, smaller pre-built modular applications that are primarily based upon Java Server Page (JSP) technology, execute within the portal, and can be provided either as part of the portal or can be created by third-parties. Portlets enable fast, out-of-the-box assembly and deployment of an enterprise portal solution by providing common application capabilities.


One of the problems with current portal offerings is they lack a convenient mechanism to integrate the flow of a complex software application (“application”) within the framework of the portal, so that the portal developer can easily include logic for portal-related events. What is needed is a mechanism for allowing the portal and the portlets, and other components therein, to communicate with each other in a manner that supports application flow within the portal as a whole.


SUMMARY

The invention relates generally to portals, and particularly to a system and a method for providing application flow integration in a portal framework. In accordance with one embodiment, the invention comprises a portal servlet, which handles all incoming servlet requests and determines whether the incoming request represents a request either for a portal page or for a non-portal page; and, a portal processor which handles all portal page requests passed by the portal servlet, and executes an appropriate webflow to update the current state of the portal page, depending on a current set of events.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 shows an architectural overview of a portal webflow in accordance with an embodiment of the invention.



FIG. 2 shows a screenshot of a portal page that uses webflow in accordance with an embodiment of the invention.



FIG. 3 shows a screenshot of a second portal page that uses webflow in accordance with an embodiment of the invention.



FIG. 4 shows an illustration of a portal webflow in accordance with an embodiment of the invention.



FIG. 5 shows a sequence diagram of a portal access in accordance with an embodiment of the invention.



FIG. 6 shows a sequence diagram for changing the current portal page (tab) in accordance with an embodiment of the invention.



FIG. 7 shows a sequence diagram for re-rendering the portal in accordance with an embodiment of the invention.



FIG. 8 shows sequence diagrams for various portlet window events including minimize, maximize, un-maximize and edit, in accordance with an embodiment of the invention.



FIG. 9 shows further sequence diagrams for various portlet window events including minimize, maximize, un-maximize and edit, in accordance with an embodiment of the invention.



FIG. 10 shows a sequence diagram of the links to self and sibling in accordance with an embodiment of the invention.



FIG. 11 shows a sequence diagram of the self to sibling in accordance with an embodiment of the invention.



FIG. 12 shows a class diagram of the portal appflow common package in accordance with an embodiment of the invention.



FIG. 13 shows a class diagram of the portal servlet in accordance with an embodiment of the invention.



FIG. 14 shows a sequence diagram of a servlet dispatcher in accordance with an embodiment of the invention.



FIG. 15 shows a sequence diagram for helpers for a new servlet request in accordance with an embodiment of the invention.



FIG. 16 shows a sequence diagram for helpers for manipulating HTTP servlet request attributes in accordance with an embodiment of the invention.



FIG. 17 shows a sequence diagram for a portal processor sequence in accordance with an embodiment of the invention.





DETAILED DESCRIPTION

Disclosed herein is a system and a method for providing software application flow integration within a portal framework. In particular, the disclosed invention allows a portal framework to be supplemented with logical flow features such as webflow and pipeline functionality. As used herein a “webflow” is a state-machine-like mechanism that can be used to describe the flow of application logic throughout the Web site or portal, including the execution of business logic, error handling and dispatching. The flow is based on both user events and programming events. This state machine is then used as input to a webflow processor that guides the system, and that combines Web links, form submissions, form processing, business logic execution, and business logic exceptions, into an easily managed schema. Any required change to the logic flow of the system can be made by modifying just the webflow itself.


Typically, the webflow guides the progress of the interaction of the user with the actual e-commerce application. In many cases, the e-commerce system or application may be a Web site hosted on a Web server. Different types of application code can be used to track and to modify the user interface. These may include Java Servlet Pages (JSPs); input processing code which is used to modify the user input; and pipeline processing code. When properly configured, the webflow represents a tree structure along which the user is guided. The tree structure includes presentation nodes and actions nodes. Presentation nodes are what the customer actually sees in their browser, for example, these may include HTML and JSP files. While viewing the output from a presentation node, the customer's data is stored in a pipeline session. A pipeline session is a set of attributes which may in one embodiment be name value pairs which hold pertinent data on a given customer during a given session. Since the webflow acts like a state like machine, the pipeline session defines a current state for a given customer. The data stored in the pipeline session are used throughout the webflow to provide information to other features and services.


Action nodes perform the actual work for the e-business site, and include such features as input processors and pipelines. Input processors handle the attributes of the pipeline session. Typically the input processor may either: (a) put the attribute in the pipeline session; (b) modify the value of existing attributes within that pipeline session; or (c) validate values of particular attributes within the pipeline session. A pipeline controls the flow of the business logic within the e-commerce site. Typically the pipeline comprises many pipeline components. A pipeline component is an object responsible for doing a particular portion of the business logic. Each pipeline component is thus a unit of business functionality. The developer may combine the use of a webflow together with input processors and pipeline to modify their business functionality with ease of use and in real time. Further details about the use of webflow and pipelines in an e-commerce environment is presented in co-pending application “SYSTEM FOR MANAGING LOGICAL PROCESS FLOW IN AN ONLINE ENVIRONMENT; Inventors: Neil Smithline, and Sathyanarayana Giridhar, incorporated herein by reference.


The present invention provides a mechanism for providing software application flow integration, including such features as the webflow and pipelines described above, within a portal framework. In particular, the disclosed invention provides patterns for using webflow and pipeline technologies within a portal or with portlets. This allows the invention to provide a declarative means for developing portals and portlets. In addition a framework is provided for handling portal page events and portlet window events. A declarative means is provided for portal developers to add additional logic for framework supported events. A declarative means is also provided for handling any portal or portlet events. Lastly, a means is provided for communicating between the portlets and/or the portal and portlets.


The use of Webflow is not mandatory in developing the portal—instead it may be considered an advanced feature of the Portal development platform. Whether webflow is used in a particular portal depends on the particular needs and design of the application. Some reasons to use Webflow in individual portlets include:

    • To separate business logic from presentation;
    • To coordinate the navigation of a Web site with the execution of business logic;
    • To reuse existing InputProcessors and PipelineComponents; and,
    • To link business logic execution across portlets.


Throughout the following description of a particular embodiment, it is assumed that only one portal may be deployed per web application; and that a portal web application may include conventional web pages (non-portal pages), along with the portal (portal page, maximized portlet page). However, it will be evident to one of skill in the art that in alternate embodiments of the invention different assumptions may be made.


Portal Web Application


A portal web application is usually comprised of a portal jsp page and, optionally, one or more conventional web pages. The invention assists in declaring access to, and transition between, the portal jsp page and conventional web pages, including for example in the following cases:

    • Initial access to the portal from outside the web application,
    • Changing the portal page (tab),
    • Refreshing the portal,
    • Portlet window events,
    • Generic portal links, and,
    • Generic portlet links.


      Component Level Architecture


Functionally, five primary components make up the design: Portal Servlet, Portal Processor, PortalState object, PortalSession object and the Portal Manager.


The Portal Servlet handles all incoming servlet requests and determines whether they represent a request for either a portal page or a non-portal page. Non-portal page requests utilize the standard webflow (as described in further detail in copending application “SYSTEM FOR MANAGING LOGICAL PROCESS FLOW IN AN ONLINE ENVIRONMENT”; Inventors: Neil Smithline, and Sathyanarayana Giridhar), and are routed to the standard webflow executor unmodified. Portal page requests are however directed through the webflow executor to the Portal Processor for subsequent handling.


The Portal Processor handles all portal page requests. For each request, the Portal Processor obtains the current PortalState object for the request, and then executes appropriate framework logic to adjust the current state depending on the current appflow event. The Portal Processor then invokes webflow namespaces for the portal and all portlets to be rendered for the request. The webflow namespaces should declaratively cause execution of appropriate business logic for the given request. When the Portal Processor returns, it provides a URL to the Portal Servlet which is used to forward the request to the appropriate servlet (or jsp).


The PortalState object represents the current state of the Portal for the current user. The object returned by the Portal Manager contains only the persistent state for the current user. The Portal Processor augments this persistent state with the state of the current session (PortalSession). From the view of the rendering engine, realized in portal.jsp, the PortalState object contains all state for the current user, i.e. both the persistent and the session-based state. PortalState objects are intended to be used only for a single request.


The PortalSession is used to maintain the current portal page (tab) for the user and the content jsp page for each portlet.


The Portal Manager provides an interface between persisted portal data (XML and database data) and the clients of that data. The Portal Manager, with the aid of the entitlement engine, assembles a PortalState object for the current user and returns it to the client.


Webflow and the Portal Platform


To customize the behavior of the portal Web application, whether this means creating special navigation logic for a simple portlet, or developing complex business and presentation framework customizations that change the portal platform, to suit a particular business case, a basic understanding of Webflow is required. FIG. 1 shows the architecture of the portal framework or platform 100 in accordance with an embodiment of the invention, and illustrates how Webflow functionality can be implemented within the portal application. Because its main function is to serve as a structure of reusable presentation and navigation modules, the Portal framework itself can be thought of primarily as one large Webflow application. For the most part, Webflow functionality is invoked in a similar way within the Portal framework as it is within the WebLogic Server platform (as described in further detail in copending application “SYSTEM FOR MANAGING LOGICAL PROCESS FLOW IN AN ONLINE ENVIRONMENT”), with the primary difference being that the Webflow servlet performs most of the routing between validation, session logic and custom processor nodes. As shown in FIG. 1, the webflow servlet 102 passes all portal page requests via the portal webflow servlet 104 to the webflow executor 106, for subsequent handling by the portal processor 107. For each request, the portal processor obtains the current portal state object for the request, and then executes appropriate framework logic 112, 114, 116, 118, 120, and knowledge of the current session 108, 110, to adjust the current state depending on any current application flow event. The portal processor returns a URL to the portal servlet which is then used to forward the request to the appropriate servlet or jsp.


Webflow and Portal can be thought of as two complementary navigation mechanisms. The portal platform provides an array of content placeholders, each able to function as a virtual browser that controls its own state without influencing the state of its neighbor portlets. The Webflow mechanism is designed to enable the navigation logic of a web application to be controlled by a multitude of factors, so that Personalization, etc., can all be coordinated to influence what is presented to the Web site visitor at runtime. Each individual portlet can be assigned its own particular Webflow. The following section explains the basic requirements in using Webflows with portlets.


Portlets and Webflow


The Webflow associated with portals are generally not edited by the application developer because it is fundamental to the application logic that makes up the portal platform. Individual portlets, however, can have individual webflows (in the form of Webflow files) assigned to them, allowing Webflow functionality to be applied to each portlet.


Portlet Webflow Parameters


Portal Webflow is invoked with the following three parameters:

    • Portlet Webflow Namespace: Portlet namespace handling allows the Webflow Servlet to discern individual portlets when handling events within a portal.
    • Event: Portlet Webflows listen for as many as seven events related to user actions within a portlet.
    • Origin: Unlike a typical web application using Webflow, the Portal server must keep track of the current node for each portlet Webflow being displayed. This current node information may be considered for each new event.


In one embodiment, the portal framework uses the following portlet events, all of which must be handled when Webflow is invoked:

    • Refresh—Required of all Webflows,
    • Maximize—Required if Maximizable and no Maximize URL specified in portlet definition,
    • unMaximize—Required if Maximizable and no Maximize URL specified in portlet definition,
    • Edit—Required if Editable and if no Edit URL specified in portlet definition,
    • unEdit—Required if Editable and if no Edit URL specified in portlet definition,
    • Minimize—Required if portlet is minimizable (No Minimize URL needed),
    • unMinimize—Required if portlet is minimizable (No Minimize URL needed).


These events are called when the corresponding actions are performed, and are handled by the portal framework. These events can be used within custom portlets, and a developer can also define their own events. Custom events can be added if desired, and can be triggered from within custom portlets, or alternatively they can be triggered by portlet framework events.


The Refresh Event


Understanding Webflow in portals requires a grasp of the Refresh event. To illustrate the way this event is used, consider the page view 130 of the sample portal screenshot shown in FIG. 2. If a site visitor minimized portlet2, a refresh event would be sent to both the other portlets 131, 133 via the PortalWebflowServlet 104, illustrated in FIG. 1. It is this refresh event which allows one portlet to communicate with or respond to another portlet.


The Origin Parameter


Portlet Webflows do not use Origin differently than other web applications. Consider what happens when a user clicks on the “Next Page” link 136 in Portlet2 as shown in FIG. 2. The Webflow fragment shown below indicates that the presentation node defined as the origin is “portlet,” and the destination node declared for that origin is portletB.














<presentation-origin node-name=”portlet”node-type=”jsp”>


  <node-processor-info page-relative-path=”/portlets/portlet2” page-


  name”port]


  <event-list>


  <!-- next -->


  <event event-name=”switch”>


    <destination namespace=”portlet2”


      node-name=”portletB”


      node-type=”jsp”/>


    </event>


  </event-list>


</presentation-origin>









Clicking on the “Next Page” link in page 1 of Portlet2 takes the visitor to Page 2 (138), as shown in FIG. 3. To understand how the “Previous Page” link 140 on Page 2 is made to point to the initial presentation node designated for Portlet2, consider the Webflow fragment shown below:














<presentation-origin node-name=”portletB” node-type=”jsp”>


  <node-processor-info page-relative-path=”/portlets/portlet2” page-


  name”port


  <event-list>


  <!-- back -->


  <event event-name”switch”>


    <destination namespace=”portlet2”


      node-name=”portlet”


      node-type=”jsp”/>


    </event>


  </event-list>


</presentation-origin>









Considering this simple example illustrating the Origin parameter and the way Refresh events are handled in the portal framework, it is apparent that much customization can be accomplished without writing any Java code.



FIG. 4 is an image from the Webflow editor, which can be used to edit webflows for each portlet, showing an example of a portlet Webflow which navigates from one JSP 142 to another 144 and back.


A few general reminders should be followed when using webflows within portlets:

    • When using Webflow within a portlet, the developer must use a portlet-specific JSP tag. Where a non-portal web application would invoke Webflow using <wf:CreateWebflowURL/>tag, you would use the following tag within a portlet: <portlet:CreateWebflowURL/>.
    • To refer to the saved state of a portlet, LastContentURL can be used to denote a special destination informs the portal engine to display the last/current JSP. For example: <destination namespace=“portal” node-name=“lastContentUrl” node-type=“portal”/>
    • Another special destination, “portalRefreshProcessor” is used to refresh the portal or return from a “regular” webflow back to the portal. For example: <destination namespace=“portal” node-name=“portalRefreshProcessor” node-type=“inputprocessor”/>
    • For all refresh events, a wildcard event handler can be used with last LastContentURL. This enables back-end processing without changing the front-end state of the object.


      Lifecycle for Initial Portal Access



FIG. 5 shows a sequence diagram 150 of a portal access in accordance with an embodiment of the invention, and illustrates accessing the portal from either inside or outside the current web application. As shown in FIG. 5, the user (or “visitor”) accesses the portal web application (and the portlet) with an appropriate url. Since no namespace is associated with the request, the internal helper method returns false. The webflow executor examines the request and determines that no namespace is specified and no user session exists, so the default namespace is used. Likewise, no event is specified so the executor uses the begin event. Consequently the executor invokes the Portal Processor.


In the general case, access should be through a generic url, such as: http://www.company.com/myPortal (with no additional query string or extra path information), and the portal for an anonymous visitor at the default portal page (tab) should be displayed.


EXAMPLE URL





    • <host>:<port>/<portal web app>/

    • <host>:<port>/<portal web app>/namespace=<portal namespace>





Variations on the above include the ability to authenticate the visitor via a cookie, or by some other means, and render the default portal page (tab) for this visitor.


Changing the Portal Page



FIG. 6 shows a sequence diagram 160 for changing the current portal page (tab). The Portal Processor is called via declarative logic.


EXAMPLE URL





    • <host>:<port>/<portal web app>/namespace=<portal
      • namespace>&origin=portal.jsp&event=portal.page.<page name>


        Portal Refresh






FIG. 7 shows a sequence diagram 170 for re-rendering the portal.


EXAMPLE URL





    • <host>:<port>/<portal web app>/namespace=<portal
      • namespace>&origin=<some origin>&event=portal.refresh


        Portlet Window Events






FIG. 8 and FIG. 9 show sequence diagrams (180 and 190 respectively) for various portlet window events including minimize, maximize, un-maximize and edit.


EXAMPLE URL





    • <host>:<port>/<portal web app>/namespace=<some portlet
      • namespace>&origin=<some origin>&event=portal.portlet.<event>


        where <event> is one of minimize, maximize, unmaximize or edit.


        Generic Portal Links





The application flow use cases described in further detail below illustrate several types of links that may be made available to a portal developer for use within portal areas of the portal page. These include “self”; “sibling’; “in”; and “out”. The following are example urls that correspond to these link types:

    • Self: <host>:<port>/<portal web app>/namespace=<portal namespace>&origin=
      • <some origin>&event=<some non-portal event>
    • Sibling: <host>:<port>/<portal web app>/namespace=<portal
      • namespace>&origin=<some origin>&event=<some non-portal event>


        (Sibling is the same as self but refreshing the portlets changes 1 or more portlet content pages)
    • In: namespace=<non-portal namespace>&origin=<some origin>&event=<some event>


      (relative URL)
    • Out: <host>:<port>/<some web app>/



FIG. 10 shows a sequence diagram 200 of the links to self and sibling.


Generic Portlet Links


The application flow use cases described in further detail below illustrate several types of links that may be made available to a portal developer for use within portlet areas of the portal page. These also include “self”; “sibling’; “in”; and “out”. The following are example urls that correspond to these link types:

    • Self: <host>:<port>/<portal web app>/namespace=<some portlet
      • namespace>&origin=<some origin>&event=<some non-portal event>
    • Sibling: <host>:<port>/<portal web app>/namespace=<some portlet
      • namespace>&origin=<some origin>&event=<some non-portal event>


        (Sibling is the same as self but the portlet changes its content page)
    • In: namespace=<non-portal namespace>&origin=<some origin>&event=<some event>


      (relative URL)
    • Out: <host>:<port>/<some web app>/



FIG. 11 shows a sequence diagram 210 of the self to sibling.


Object Implementations


The following section describes some object implementations in accordance with a particular embodiment of the invention as it may be used with a product such as WebLogic Server from BEA systems, Inc. to provide application flow in a portal framework. The following object descriptions are not intended to be exhaustive but merely to illustrate a particular embodiment. It is intended that alternate implementations may be developed by those skilled in the art, within the spirit and scope of the invention.


Com.bea.portal.appflow.common Package



FIG. 12 shows a class diagram 220 of the portal appflow common package.


Com.bea.portal.appflow.servlet Package



FIG. 13 shows a class diagram 230 of the portal servlet.



FIG. 14 shows a sequence diagram 240 of a servlet dispatcher.


Com.bea.portal.appflow.internal Package



FIG. 15 shows a sequence diagram 250 for helpers for a new servlet request.



FIG. 16 shows a sequence diagram 260 for helpers for manipulating HTTP servlet request attributes.



FIG. 17 shows a sequence diagram 270 for a portal processor sequence.


The foregoing description of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many modifications and variations will be apparent to the practitioner skilled in the art. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the following claims and their equivalence.

Claims
  • 1. A system for providing application flow integration in a portal framework, comprising: a portal that provides a central access point and common look-and-feel for users of the portal to applications running at the portal;a portal state object which represents the current state of the portal for a current user;a portal servlet, which handles all incoming servlet requests and determines whether the incoming request represents a request either for a portal page or for a non-portal page; and,a portal processor which handles all portal page requests passed by the portal servlet, and executes an appropriate webflow, including detecting a current set of events and the current state of the portal, to update the current state of the portal page and a flow of application logic within the portal, depending on the current set of events.
  • 2. The system of claim 1 wherein said portal processor includes a webflow executor for receiving portal page requests and handling said portal page requests at the portal processor.
  • 3. The system of claim 1 wherein said portal processor is used to invoke webflow namespaces for the portal and any portlets to be rendered for the request, and to provide a URL to the portal servlet which is then used to forward the request to an appropriate servlet or Java Server Page as determined by the webflow.
  • 4. The system of claim 1 further comprising: a portal manager which provides an interface between persisted portal data and the clients of that data, by assembling a portal state object for the current user and returning it to the client.
  • 5. The system of claim 1 wherein each of a plurality of portlets has an individual webflow associated with the portlet.
  • 6. A method for providing application flow integration in a portal framework, comprising the steps of: providing a portal that provides a central access point and common look-and-feel for users of the portal to applications running at the portal;representing the current state of the portal for a current user in a portal state object;determining whether an incoming servlet request represents a request either for a portal page or for a non-portal page; and,passing all portal page requests to a portal processor, and executing an appropriate webflow, including detecting a current set of events and the current state of the portal, to update the current state of the portal page, and a flow of application logic within the portal, depending on the current set of events.
  • 7. The method of claim 6 wherein said portal processor includes a webflow executor for receiving portal page requests and handling said portal page requests at the portal processor.
  • 8. The method of claim 6 further comprising the steps of: invoking webflow namespaces for the portal and any portlets to be rendered for the request; and,providing a URL to the portal servlet which is used to forward the request to an appropriate servlet or Java Server Page as determined by the webflow.
  • 9. The method of claim 6 further comprising the step of: assembling a portal state object for the current user and returning it to the client to provide an interface between persisted portal data and the clients of that data.
  • 10. The method of claim 6 wherein each of a plurality of portlets has an individual webflow associated with the portlet.
  • 11. The method of claim 10 wherein each webflow is specified as a set of entries in a portlet webflow configuration file.
  • 12. A system for providing application flow integration in a portal framework, comprising: a portal servlet which handles all incoming servlet requests and determines whether they represent a request for either a portal page or a non-portal page;a portal processor which handles all portal page requests, and for each request obtains the current portal state object for the request, which represents the current state of the portal for a current user,detects a current set of events and the current state of the portal,executes appropriate framework logic to adjust the current state depending on the current set of events, and to modify the flow of application logic within the portal,invokes webflow namespaces for the portal and all portlets to be rendered for the request, wherein the webflow namespaces declaratively cause execution of appropriate business logic for the given request, and,provides a URL to the portal servlet which is used to forward the request to the appropriate servlet or Java Server Page;a portal session which maintains the current portal page for the user and the content jsp page for each portlet; and,a portal manager which provides an interface between persisted portal data and the clients of that data, by assembling a portal state object for the current user and returning it to the client.
  • 13. The system of claim 12 wherein each of a plurality of portlets has a webflow associated with it.
  • 14. A method for providing application flow integration in a portal framework, comprising the steps of: handling all incoming servlet requests and determining whether they represent a request for either a portal page or a non-portal page;for each request obtaining the current portal state object for the request, wherein the current portal state object represents the current state of the portal for a current user,detecting a current set of events and the current state of the portal,executing appropriate framework logic to adjust the current state depending on the current set of events, and to modify the flow of application logic within the portal,invoking webflow namespaces for the portal and all portlets to be rendered for the request, wherein the webflow namespaces declaratively cause execution of appropriate business logic for the given request, and,providing a URL to the portal servlet which is used to forward the request to the appropriate servlet or Java Server Page;representing the current state of the portal for the current user;maintaining the current portal page for the user and the content jsp page for each portlet; and,providing an interface between persisted portal data and the clients of that data, by assembling a portal state object for the current user and returning it to the client.
  • 15. The method of claim 14 wherein each of a plurality of portlets has a webflow associated with it.
  • 16. The method of claim 15 wherein each webflow is specified as a set of entries in a configuration file.
CLAIM OF PRIORITY

This application claims priority from provisional application “ENHANCED PORTALS [FLAGSTAFF RELEASE]” Application No. 60/386,487, filed Oct. 24, 2001, and incorporated herein by reference. This application is related to application “SYSTEM FOR MANAGING LOGICAL PROCESS FLOW IN AN ONLINE ENVIRONMENT; Inventors: Neil Smithline, and Sathyanarayana Giridhar, application Ser. No. 09/908,023, filed Jul. 18, 2001, and subsequently issued as U.S. Pat. No. 7,051,069, which is incorporated herein by reference.

US Referenced Citations (144)
Number Name Date Kind
5173939 Abadi et al. Dec 1992 A
5237614 Weiss Aug 1993 A
5347653 Flynn et al. Sep 1994 A
5355474 Thuraisngham et al. Oct 1994 A
5369702 Shanton Nov 1994 A
5426747 Weinreb et al. Jun 1995 A
5481700 Thuraisingham Jan 1996 A
5544322 Cheng et al. Aug 1996 A
5627886 Bowman May 1997 A
5649195 Scott et al. Jul 1997 A
5758355 Buchanan May 1998 A
5797128 Birnbaum Aug 1998 A
5826000 Hamilton Oct 1998 A
5826268 Schaefer et al. Oct 1998 A
5838909 Roy et al. Nov 1998 A
5848396 Gerace Dec 1998 A
5867667 Butman et al. Feb 1999 A
5918210 Rosenthal et al. Jun 1999 A
5950195 Stockwell et al. Sep 1999 A
5956400 Chaum et al. Sep 1999 A
5956719 Kudo et al. Sep 1999 A
5966707 Van Huben et al. Oct 1999 A
5987611 Freund Nov 1999 A
5991735 Gerace Nov 1999 A
5991877 Luckenbaugh Nov 1999 A
6005571 Pachauri Dec 1999 A
6006194 Merel Dec 1999 A
6006285 Jacobs et al. Dec 1999 A
6009410 LeMole et al. Dec 1999 A
6026433 D'Arlach et al. Feb 2000 A
6029144 Barrett et al. Feb 2000 A
6029182 Nehab et al. Feb 2000 A
6055637 Hudson et al. Apr 2000 A
6058392 Sampson et al. May 2000 A
6081829 Sidana Jun 2000 A
6083276 Davidson et al. Jul 2000 A
6092083 Brodersen et al. Jul 2000 A
6098173 Elgressy et al. Aug 2000 A
6105027 Schneider et al. Aug 2000 A
6112192 Capek Aug 2000 A
6128663 Thomas Oct 2000 A
6133915 Arcuri et al. Oct 2000 A
6141010 Hoyle Oct 2000 A
6141686 Jackowski et al. Oct 2000 A
6144988 Kappel Nov 2000 A
6148333 Guedalia et al. Nov 2000 A
6154844 Touboul et al. Nov 2000 A
6157924 Austin Dec 2000 A
6161139 Win et al. Dec 2000 A
6167448 Hemphill et al. Dec 2000 A
6169794 Oshimi et al. Jan 2001 B1
6170009 Mandal et al. Jan 2001 B1
6178172 Rochberger Jan 2001 B1
6182142 Win et al. Jan 2001 B1
6182226 Reid et al. Jan 2001 B1
6182277 DeGroot et al. Jan 2001 B1
6188399 Voas et al. Feb 2001 B1
6195696 Baber et al. Feb 2001 B1
6202066 Barkley et al. Mar 2001 B1
6202157 Brownlie et al. Mar 2001 B1
6205466 Karp et al. Mar 2001 B1
6209101 Mitchem et al. Mar 2001 B1
6216231 Stubblebine Apr 2001 B1
6226745 Wiederhold May 2001 B1
6233576 Lewis May 2001 B1
6236991 Frauenhofer et al. May 2001 B1
6241608 Torango Jun 2001 B1
6253321 Nikander et al. Jun 2001 B1
6260050 Yost et al. Jul 2001 B1
6269393 Yost et al. Jul 2001 B1
6275941 Saito et al. Aug 2001 B1
6285983 Jenkins Sep 2001 B1
6285985 Horstmann Sep 2001 B1
6295607 Johnson Sep 2001 B1
6308163 Du et al. Oct 2001 B1
6317868 Grimm et al. Nov 2001 B1
6327628 Anuff et al. Dec 2001 B1
6336073 Ihara et al. Jan 2002 B1
6341352 Child et al. Jan 2002 B1
6353886 Howard et al. Mar 2002 B1
6393474 Eichert et al. May 2002 B1
6412077 Roden et al. Jun 2002 B1
6418448 Sarkar Jul 2002 B1
6438563 Kawagoe Aug 2002 B1
6449638 Wecker et al. Sep 2002 B1
6457007 Kikuchi et al. Sep 2002 B1
6460084 Van Horne et al. Oct 2002 B1
6460141 Olden Oct 2002 B1
6463440 Hind et al. Oct 2002 B1
6473791 Al-Ghosein et al. Oct 2002 B1
6477575 Koeppel et al. Nov 2002 B1
6484177 Van Huben et al. Nov 2002 B1
6484261 Wiegel Nov 2002 B1
6519647 Howard et al. Feb 2003 B1
6530024 Proctor Mar 2003 B1
6539375 Kawasaki Mar 2003 B2
6571247 Danno et al. May 2003 B1
6584454 Hummel et al. Jun 2003 B1
6587849 Mason et al. Jul 2003 B1
6615218 Mandal et al. Sep 2003 B2
6618806 Brown et al. Sep 2003 B1
6654747 Van Huben et al. Nov 2003 B1
6665677 Wotring et al. Dec 2003 B1
6668354 Chen et al. Dec 2003 B1
6721888 Liu et al. Apr 2004 B1
6735586 Timmons May 2004 B2
6735701 Jacobson May 2004 B1
6751659 Fenger et al. Jun 2004 B1
6754672 McLauchlin Jun 2004 B1
6769118 Garrison et al. Jul 2004 B2
6789202 Ko et al. Sep 2004 B1
6880005 Bell et al. Apr 2005 B1
6904454 Stickler Jun 2005 B2
6920457 Pressmar Jul 2005 B2
6957261 Lortz Oct 2005 B2
6965999 Fox et al. Nov 2005 B2
6970876 Hotti et al. Nov 2005 B2
6985939 Fletcher et al. Jan 2006 B2
7051084 Hayton et al. May 2006 B1
7062490 Adya et al. Jun 2006 B2
20010009016 Hofmann et al. Jul 2001 A1
20020059394 Sanders May 2002 A1
20020062451 Scheidt et al. May 2002 A1
20020069261 Bellare et al. Jun 2002 A1
20020107913 Rivera et al. Aug 2002 A1
20020111998 Kim Aug 2002 A1
20020124053 Adams et al. Sep 2002 A1
20020173971 Stirpe et al. Nov 2002 A1
20020178119 Griffin et al. Nov 2002 A1
20030065721 Roskind Apr 2003 A1
20030078972 Tapissier et al. Apr 2003 A1
20030131113 Reeves et al. Jul 2003 A1
20030140308 Murthy et al. Jul 2003 A1
20030187956 Belt et al. Oct 2003 A1
20030229623 Chang et al. Dec 2003 A1
20040003071 Mathew et al. Jan 2004 A1
20040019650 Auvenshine Jan 2004 A1
20040024812 Park et al. Feb 2004 A1
20040205473 Fisher et al. Oct 2004 A1
20040205557 Bahrs et al. Oct 2004 A1
20040230546 Rogers Nov 2004 A1
20050050184 Boden et al. Mar 2005 A1
20050060324 Johnson et al. Mar 2005 A1
20060085412 Johnson et al. Apr 2006 A1
Foreign Referenced Citations (6)
Number Date Country
1 256 889 Nov 2002 EP
WO0038078 Jun 2000 WO
WO0114962 Mar 2001 WO
WO 0167285 Sep 2001 WO
WO 0177823 Oct 2001 WO
WO 02063496 Aug 2002 WO
Related Publications (1)
Number Date Country
20030149722 A1 Aug 2003 US
Provisional Applications (1)
Number Date Country
60386487 Oct 2001 US