From: <php...@li...> - 2010-08-27 13:46:54
|
Hi Dominik, > Also you are mixing up things... you want to show a Swing Frame > through a Web-Request Not necessarily web requests, no. Both bridges can be used to control a Java desktop application (think of a Java report designer or something) through PHP scripts. The only difference is that Zend uses a binary protocol similar to PHP/Java Bridge version 1 and supports dynamic class loading through java_require(), while the PHP/Java Bridge uses an XML protocol and requires you to add all libraries to the java application class path. Regards, Jost Bökemeier |