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.x-incubating
Reporter: impetus technologies
Fix For: 1.0.x-incubating
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.