I'm not absolutely specking about a core implementation.

This should regards a Seam or just JBPM integration. JBPM provides a very
nice process flow designer.

I think would be possible to have a process flow that defines the Wicket
page and the inner model binding-persistence.

Using the designer the user could draw visually the flow between pages ..
but this is what Seam do with page flow.

- Paolo



On 7/6/07, Johan Compagner <[EMAIL PROTECTED]> wrote:

pageflow?
like defining the next page in xml file?
and then instead of

setResponsePage(new MyNextPage());

i get

setResponsePage("mynextpageasastring")

if you want something like that then you should really develop then on top
if wicket yourself.
because that won't make it into core.

johan


On 7/6/07, Paolo Di Tommaso <[EMAIL PROTECTED] > wrote:

> I think it depends how Seam will be really decoupled from JSF.
>
> I think it would be a nice option to Seam users to use Wicket as
> presentation layer instead of JSF, but if so the integration should be a
> Seam developers matter ..
>
> What would be nice to have in Wicket from an integration with Seam is
> the Pageflow mechanism.
>
> I think this is one the most interesting Seam feature that is missing in
> the Wicket framework.
>
>
>
> - Paolo
>
>
> On 7/6/07, Eelco Hillenius <[EMAIL PROTECTED] > wrote:
> >
> > > > I think the BPM feature would be a nice addition.
> > >
> > > I'm curious to learn what you would think that should look like.
> > I've
> > > heard of a couple of projects that used/ integrated Wicket + jBPM
> > > (likely the default of SEAM) but everyone might have different ideas
> > > on it. How would you want to use such integration as an end-user?
> >
> > I checked out seam from cvs today and browsed through the code a bit
> > (and also looked at JSR 299 for that matter).
> >
> > Gavin states that Seam is now ready to be used in other frameworks.
> > Well... only if those other frameworks work with page flows, support
> > EL, manage state independenly from objects, etc. Stuff Wicket doesn't
> > need. But if that's all stripped, what's left? Really, it looks to me
> > that Seam (and JSR-299) are completely bound to JSF, if not
> > technically, than at least conceptually.
> >
> > I think it is better to just stay focussed on what Wicket is good at.
> > We have excellent facilities for state management, model binding, etc,
> > and adding a framework in between will only make Wicket more heavy
> > weight. But please do speak up if you don't agree with what I think of
> > Seam + Wicket, and give some concrete examples of how such integration
> > would be an advantage.
> >
> > Eelco
> >
> > -------------------------------------------------------------------------
> >
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to