Re: wicket and flow

2013-07-01 Thread Martin Grigorov
Hi, You can do all this with a custom root request mapper. On Sat, Jun 29, 2013 at 2:50 PM, Piratenvisier hansheinrichbr...@yahoo.dewrote: Hello Martin, a central class in Webflow is PageFlowRequestCycleProcessor: public class PageFlowRequestCycleProcessor extends

Re: wicket and flow

2013-06-29 Thread Piratenvisier
Hello Martin, a central class in Webflow is PageFlowRequestCycleProcessor: public class PageFlowRequestCycleProcessor extends WebRequestCycleProcessor { /** {@inheritDoc} */ @Override public IRequestTarget_*resolve*_(RequestCycle requestCycle, RequestParameters

Re: wicket and flow

2013-06-18 Thread Piratenvisier
Thank you Martin. Now I started another evaluation process after studying spring Webflow and Seam an especially this discussion http://http://ptrthomas.wordpress.com/2007/03/02/wicket-impressions-moving-from-spring-mvc-webflow/ lets me think more profoundly about the subject. In cocoon I

Re: wicket and flow

2013-06-16 Thread Martin Grigorov
Hi, Some guys created integration of Wicket 1.4 with Spring WebFlow ( https://github.com/wicketstuff/core/tree/core-1.4.x/jdk-1.5-parent/spring-webflow-parent ). You may find it interesting and update it to newer versions of both Wicket and Spring WebFlow. On Sun, Jun 16, 2013 at 7:34 AM,