I'm working with a php developer and our reqirements are that we both need to be able execute each others code, the jetspeed php bridge code isn't robust enough for our specifications we need to be able to use php 5 and here http://portals.apache.org/bridges/multiproject/portals-bridges-php/index.htmlit states that php 5 isn't a good solution. so I've found a robust integration of php and java where you can execute each others code. http://php-java-bridge.sourceforge.net/ I've installed this web application and it works fine. now I've come to the part of integrating it into a portlet and I'm running into problems. I took the Simplest portlet example code and created a portlet with the JavaBridge webapp in it using the org.apache.portals.bridges.common.GenericServletPortlet. jetspeed serves up the app but there is a problem the JavaBridge Servlet does not implement the Portlet specification so all the url's point to the wrong thing. I found the class org.apache.portals.bridges.common.ScriptPostProcess but I havn;'t found any code that implements these features. So my question is how do I implement a portlet that wraps a regular web application?
Thanks, Dominique
