From: <php...@li...> - 2010-08-27 15:45:15
|
Its only possible if the php process and the java process are running under the same user on the same machine and the user who should see the frame is also the user running the java + php process. An example would be if you have some swing GUI and you want to code some logic in PHP and ship the app as a whole, so no _remote_ webserver is required. You cannot show a JFrame to a _remote_ user, if thats what you want. On Fri, Aug 27, 2010 at 5:19 PM, <php...@li...> wrote: > Hi Jost Bökemeier, > so it's possible to display a swing frame with Java bridge?but how can i do > that and what changes can i make in order to do that? > thnx > > > > ________________________________ > De : "php...@li..." > <php...@li...> > À : php...@li... > Envoyé le : Ven 27 août 2010, 15h 46min 48s > Objet : Re: [Php-java-bridge-users] Re : Aide sur JavaBridge > > 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 > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > > > > ------------------------------------------------------------------------------ > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program > Be part of this innovative community and reach millions of netbook users > worldwide. Take advantage of special opportunities to increase revenue and > speed time-to-market. Join now, and jumpstart your future. > http://p.sf.net/sfu/intel-atom-d2d > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > -- Dominik Dorn http://dominikdorn.com http://twitter.com/domdorn Tausche Deine Lernunterlagen auf http://www.studyguru.eu ! |