Re: Wicket in PHP

2012-11-08 Thread Gabriel Landon
What is really funny is that it was an april's fool in 2009! http://apache-wicket.1842946.n4.nabble.com/Picket-Web-Framework-PHP-s-answer-to-Java-s-Wicket-td1881740.html -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-in-PHP-tp4653237p4653732.html

Re: Wicket in PHP

2012-10-23 Thread James mCruncher
ster only provides php. I´m used to > work with wicket, so i didnt want to miss this pleasure for my own website. > > So, the only solution was to implement wicket in php and call it > (picket):). > > This is just a hobby project in pre-alpha state and far from > production-r

Wicket in PHP

2012-10-23 Thread martin.dilger
Hi, I´m a freelance software developer in germany. I recently got a problem, since my webhoster only provides php. I´m used to work with wicket, so i didnt want to miss this pleasure for my own website. So, the only solution was to implement wicket in php and call it (picket):). This is just a

Re: Wicket in Php

2009-05-21 Thread Ajayi Yinka
> >> > >> 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? > > > > > > ----- >

Re: Wicket in Php

2009-05-21 Thread pkcinna
s 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 > >

Re: Wicket in Php

2009-05-21 Thread Steve Swinsburg
Only if you call it Picket! Sound cool, massive job. On 21 May 2009, at 11:43, Martin Sachs wrote: Hi, wicket in php is a very cool idea. It occurred to me that we can start a port the wicket to a php Framework. I dont know a php-Framework with features like wicket have. Many

Re: Wicket in Php

2009-05-21 Thread Martin Sachs
Hi, wicket in php is a very cool idea. It occurred to me that we can start a port the wicket to a php Framework. I dont know a php-Framework with features like wicket have. Many frameworks works more like struts IMHO. Maybe someone can help me, estimated the work of such porting of Wicket

Re: Wicket in Php

2009-05-20 Thread Martin Grigorov
Hi Ajayi, Take a look at http://www.caucho.com/ Their web container (Resin) has an addon for PHP (Quercus). I have never use them but maybe you could mix the both apps ;-) El mié, 20-05-2009 a las 16:39 +0100, Ajayi Yinka escribió: > Hi, > > Can anyone give me an insight on how I can integrate

Re: Wicket in Php

2009-05-20 Thread Jeremy Thomerson
Not impossible. But you really need a reason for taking on such a big project. I've done integration between disparate systems, for example, between a ColdFusion application and a Tapestry application. But they are difficult and time consuming. You should not take on such a project just for "oh,

Re: Wicket in Php

2009-05-20 Thread James Carman
I don't think they said it's impossible, but it's definitely impractical. On Wed, May 20, 2009 at 3:12 PM, Paolo Di Tommaso wrote: > In other words .. impossible > > -- paolo > > On Wed, May 20, 2009 at 6:24 PM, Jeremy Thomerson > wrote: > >> That's for you to decide.  Typically it involves some

Re: Wicket in Php

2009-05-20 Thread Paolo Di Tommaso
In other words .. impossible -- paolo On Wed, May 20, 2009 at 6:24 PM, Jeremy Thomerson 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

Re: Wicket in Php

2009-05-20 Thread Jeremy Thomerson
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 use

Re: Wicket in Php

2009-05-20 Thread Ajayi Yinka
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

Re: Wicket in Php

2009-05-20 Thread Jeremy Thomerson
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 W

Wicket in Php

2009-05-20 Thread Ajayi Yinka
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?