You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/06/02 19:01:06 UTC

[jira] Created: (BEEHIVE-783) Page Flow factory should be configurable

Page Flow factory should be configurable
----------------------------------------

         Key: BEEHIVE-783
         URL: http://issues.apache.org/jira/browse/BEEHIVE-783
     Project: Beehive
        Type: Improvement
  Components: NetUI  
    Versions: V1    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
     Fix For: TBD


Right now, there is a factory that creates page flows (and shared flows).  It needs to be configurable, so someone could use other frameworks to instantiate the objects.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-783) Page Flow factory should be configurable

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-783?page=all ]

Rich Feit updated BEEHIVE-783:
------------------------------

    Fix Version: V1
                     (was: TBD)

> Page Flow factory should be configurable
> ----------------------------------------
>
>          Key: BEEHIVE-783
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-783
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1

>
> Right now, there is a factory that creates page flows (and shared flows).  It needs to be configurable, so someone could use other frameworks to instantiate the objects.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-783) Page Flow factory should be configurable

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-783?page=all ]
     
Rich Feit resolved BEEHIVE-783:
-------------------------------

    Resolution: Fixed
     Assign To: Alejandro Ramirez  (was: Rich Feit)

Fixed with revision 190419.  To configure a Page Flow factory, you'd add the <pageflow-factories> entry in beehive-netui-config.xml.  The idea is that you can specify a factory to create your page flow objects, instead of allowing our framework to create the objects.  There is a repro case for this under netui/test/webapps/drt/coreWeb, in WEB-INF/beehive-netui-config.xml and  WEB-INF/src/miniTests/flowControllerFactory.  The custom factory simply creates the page flow (miniTests.flowControllerFactory.Controller) and sets a custom property on it.

It would be good to verify that you can also use a factory for JSF backing beans (<faces-backing-bean-factory>).  Let me know if you have questions about this.

> Page Flow factory should be configurable
> ----------------------------------------
>
>          Key: BEEHIVE-783
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-783
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: TBD

>
> Right now, there is a factory that creates page flows (and shared flows).  It needs to be configurable, so someone could use other frameworks to instantiate the objects.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira