In other words .. impossible

-- paolo

On Wed, May 20, 2009 at 6:24 PM, Jeremy Thomerson <jer...@wickettraining.com
> wrote:

> That's for you to decide.  Typically it involves some kind of jump
> page between the two applications that once you are signed in, it
> sends the user to a page in the other app with a key (perhaps a UUID,
> etc) that correlates to that user in the DB so that the other app can
> automatically sign the user in.
>
> The problem of course will be keeping session data in sync between the
> two since they can't share the same object.  This typically means
> persisting much of the session state to a database or memcache layer.
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>
>
>
>
> On Wed, May 20, 2009 at 11:20 AM, Ajayi Yinka
> <iamstyaj...@googlemail.com> wrote:
> > Thanks
> >
> >
> > May I get the description on how to do the integration. I may not mind
> the
> > integration, provided it can handle my session for me (As in if a user
> log
> > in through a wicket page, we can use this same log in instance to manage
> the
> > wicket page).
> >
> >
> > regards,
> > yinka
> >
> > On Wed, May 20, 2009 at 4:45 PM, Jeremy Thomerson <
> jer...@wickettraining.com
> >> wrote:
> >
> >> Wicket is written in Java.  You would need to build an application in
> >> Java, running in a servlet container.  Perhaps you could do an
> >> integration and have some pages running in PHP and some in Java, but
> >> you are looking at a complex project.
> >>
> >> --
> >> Jeremy Thomerson
> >> http://www.wickettraining.com
> >>
> >>
> >>
> >>
> >> On Wed, May 20, 2009 at 10:39 AM, Ajayi Yinka
> >> <iamstyaj...@googlemail.com> wrote:
> >> > Hi,
> >> >
> >> > Can anyone give me an insight on how I can integrate wicket into php
> >> > project.
> >> >
> >> > I already have an application that is written in php.
> >> >
> >> > I will like to upgrade the application with some new features in which
> I
> >> > prefer to use  wicket.
> >> >
> >> > I am afraid if this is possible?
> >> >
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >> For additional commands, e-mail: users-h...@wicket.apache.org
> >>
> >>
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to