From: Jost B. <jos...@ya...> - 2005-03-25 17:39:19
|
On Thu, 2005-03-24 at 22:11, Jay Gaynor wrote: > If I use the php-java bridge, will my Java code be run in the applet > sandbox? The java code (usually) runs in a J2EE application server and the PHP scripts (usually) run in the HTTP server domain. The PHP/Java Bridge connects those two components. I.e. it is a server technology, it cannot run in a client browser or on a client machine and it cannot be used as a replacement for java applets or ECMA script. Regards, Jost Boekemeier |