Introducing the… PHP/Groovy Bridge
Posted by AntPhill on January 9th, 2009. Other posts by AntPhill
Java and Groovy have always had great interoperability. In sMash 1.0 we also provided a PHP/Java Bridge. This allowed PHP scripts to get easy and lightning fast access to Java libraries. Well in Sebring we are planning to do the same for Groovy.
This slide cast talks through our thoughts on the new PHP/Groovy Bridge and shows some interesting interop scenarios between the languages such as sharing classes, closures and range objects.
Note: Press play for audio playback.
The product documentation for the PHP/Groovy Bridge is available here.


January 15th, 2009 at 12:12 pm
[...] recipe shows how to call Groovy classes from PHP. This uses a new feature in Sebring called the PHP/Groovy Bridge – you will need to download the latest Sebring [...]