Return-Path: Delivered-To: apmail-incubator-shindig-issues-archive@minotaur.apache.org Received: (qmail 18618 invoked from network); 4 Dec 2009 00:39:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Dec 2009 00:39:45 -0000 Received: (qmail 59975 invoked by uid 500); 4 Dec 2009 00:39:44 -0000 Delivered-To: apmail-incubator-shindig-issues-archive@incubator.apache.org Received: (qmail 59911 invoked by uid 500); 4 Dec 2009 00:39:44 -0000 Mailing-List: contact shindig-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: shindig-dev@incubator.apache.org Delivered-To: mailing list shindig-issues@incubator.apache.org Received: (qmail 59690 invoked by uid 99); 4 Dec 2009 00:39:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 00:39:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Dec 2009 00:39:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C9846234C48D for ; Thu, 3 Dec 2009 16:39:20 -0800 (PST) Message-ID: <395959945.1259887160824.JavaMail.jira@brutus> Date: Fri, 4 Dec 2009 00:39:20 +0000 (UTC) From: "Paul Lindner (JIRA)" To: shindig-issues@incubator.apache.org Subject: [jira] Commented: (SHINDIG-1008) PHP + Caja Integration In-Reply-To: <1848877833.1238740993590.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SHINDIG-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785677#action_12785677 ] Paul Lindner commented on SHINDIG-1008: --------------------------------------- anyone on the php side want to eval this? > PHP + Caja Integration > ---------------------- > > Key: SHINDIG-1008 > URL: https://issues.apache.org/jira/browse/SHINDIG-1008 > Project: Shindig > Issue Type: New Feature > Components: PHP > Affects Versions: 1.0 > Reporter: impetus technologies > Attachments: PHP - Caja Integration Code.zip > > > Hi All, > Here is the attached the Code which enables Caja support for PHP. > Details: > 1. It uses Caja-r3034 > 2. It creates a Socket Server which is basically a wrapper around Caja > 3. Shindig PHP code send the Gadget URL to Socket Server (TCP), Socket Server uses Caja to Cajole the gadget > 4. After Cajoling the gadget it sends back the cajoled code and its length to Shindig PHP. > 5. Shindig PHP processed that gadget's cajoled code in the same way as it process normal gadget xml (it uses caching too for cajoled code) > 6. Shindig PHP code uses server (shindig) configurations to check whether Cajoling should be done or not. (enableCaja = true/false) > Any of the commiters/reviewers please review and verify the code (zip) attached with this issue and add to shindig code base if it works. > Note : Shindig code patch file is also inside the zip. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.