Is seems like PHP/java bridge or command-line script solution are not the ideal solution. Now we have option left is using Caja as a web service. Is there any chance we can use Caja as Web Serivce? If that could be possible then that could be an another service from any of the web service providers like Google, MySpace, Yahoo... as it will be a lot more easier and more accepteble from all the platforms like PHP, ROR, Perl, Java to use Caja. What do you think??
I was also thinking on porting Caja for PHP... but that will probably be a time consuming and even not a generic solution!! On Thu, Nov 13, 2008 at 6:18 AM, Jasvir Nagra <[EMAIL PROTECTED]> wrote: > A bunch of caja folk also lurk here and we're pretty receptive to changes > we > can make if it'll make it easier to integrate with php/shindig. > > Note that bin/cajole_gadget uses its own parser for the gadget xml. If you > use a java bridge/cajoling webservice from php/shindig you almost certainly > only want to hand it the contents of the Content tag using > DefaultGadgetRewriter.rewriteContent(...). > > Jasvir > > On Wed, Nov 12, 2008 at 4:30 PM, Chris Chabot <[EMAIL PROTECTED]> wrote: > > > Hey Astha, > > > > It's been slow progress since no ideal solution has presented it's self > > yet. > > > > Java bridging is one option, one that (if you do actually have a bridge > > installed, which 99.9% of the situations won't be the case!) does work > very > > well. > > > > Another thing i've been looking at is the command line version of caja, > if > > you svn checkout caja and look in the <caja>/bin directory you'll see a > > 'cajole_gadget' script, which works 'pretty well', the one thing that > might > > make this less then ideal is from the performance point of view, but it > > does > > work. > > > > I'm open to any suggestions and/or you might have on this topic! > > > > -- Chris > > > > On Wed, Nov 12, 2008 at 4:18 AM, Astha Bhatnagar < > > [EMAIL PROTECTED]> wrote: > > > > > Hi Shindig Dev, > > > > > > I was looking for caja equivalent thing for PHP as that is something > > really > > > very crucial for PHP-Shindig based production application. I already > > posted > > > on shindig-dev for any plans of Caja-PHP version, but at that time > > replies > > > were like there are no plans to port caja for PHP. Ihab Awad suggested > to > > > have Caja as web service/command line but Chris replied on that is that > > > solution is only theoretical right now. > > > > > > I am again asking the same question here. Is there anything (even in > > under > > > development) to have Caja like functionality in PHP. If yes, then > please > > > let > > > me know, I would like to contribute in that. > > > > > > If not, then I would like to propose a solution for the same. The > > solution > > > is - By using PHP/JavaBridge (see > > > http://php-java-bridge.sourceforge.net/pjb/index.php) we can integrate > > > Caja(Java) and PHP Shindig. Any suggestion or remarks. > > > > > > > > > Astha > > > > > > Astha

