[richfaces-planning-issues] [JBoss JIRA] Issue Comment Edited: (RFPL-1430) Integration: investigate integration of RichFaces 4 and Spring WebFlow

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Fri Apr 22 09:18:19 EDT 2011


    [ https://issues.jboss.org/browse/RFPL-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597591#comment-12597591 ] 

Lukáš Fryč edited comment on RFPL-1430 at 4/22/11 9:17 AM:
-----------------------------------------------------------

I have rewritten WebFlow's swf-booking-faces 2.3.0 demo to use RF 4.0.0.Final.

Only special modification needed for WebFlow-RichFaces integration  is registration of handler which provides RichFaces resources handling:

{code:XML}
<bean name="richfacesResourceHandler" class="org.springframework.faces.webflow.JsfResourceRequestHandler" />

<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
	<property name="order" value="0" />
	<property name="mappings">
	     <value>
	          /rfRes/**=richfacesResourceHandler
	     </value>
	</property>
</bean>
{code}

      was (Author: lfryc):
    I have rewritten WebFlow's swf-booking-faces demo to use RF 4.0.0.Final.

Only special modification needed for WebFlow-RichFaces integration  is registration of handler which provides RichFaces resources handling:

{code:XML}
<bean name="richfacesResourceHandler" class="org.springframework.faces.webflow.JsfResourceRequestHandler" />

<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
	<property name="order" value="0" />
	<property name="mappings">
	     <value>
	          /rfRes/**=richfacesResourceHandler
	     </value>
	</property>
</bean>
{code}
  
> Integration: investigate integration of RichFaces 4 and Spring WebFlow 
> -----------------------------------------------------------------------
>
>                 Key: RFPL-1430
>                 URL: https://issues.jboss.org/browse/RFPL-1430
>             Project: RichFaces Planning
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.0.0.Final
>            Reporter: Nick Belaevski
>            Assignee: Lukáš Fryč
>              Labels: tran
>         Attachments: booking-richfaces.zip
>
>
> Investigate integration of Spring WebFlow and RF4. We use standard JSF 2 APIs, so we to develop PoC and find out about possible issues.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-planning-issues mailing list