I used quercus for a medium size project and it works great for accessing java packages since its implemented with a java servlet. My experience was the php.ini/configuration is limited and Quercus doesn't implement every method for every native php module. Also not sure about the licensing but if you grab a trial version of resin you can take the quercus.jar and run it from tomcat. Performance was very good and in some ways better than native PHP.
For the most part Quercus worked good and if you run into a feature of your php app that is not support you can implement it as a java class. martin-g wrote: > > 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 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: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Wicket-in-Php-tp23638080p23651726.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
