From: <php...@li...> - 2010-09-11 19:58:08
|
is this your only requirement for using the bridge? have you considered http://de.php.net/manual/en/class.httprequest.php or http://de.php.net/curl instead? On Sat, Sep 11, 2010 at 9:21 PM, <php...@li...> wrote: > > Hi, > > I don't have a use case because what I'm trying to do is a very small thing. Lets see if I can explain a little better. > I'm working with "AHA!" which is an open source adaptive hypermedia architecture. The AHA was developed using Java but I'm working with PHP. This of course is forcing me to work with both languages together. > At the moment what I have to do involves accessing and updating an XML file created by the AHA, which isn't at all a hard thing to do. However, the AHA already has a servlet that does that and one of the Professors I'm working with asked me to try and use that servlet to update the file instead of doing it myself. The servlet receives information from a form (via POST) and updates the XML file accordingly. So basicaly I need to be able to pass information to that specific servlet and I have to do that using PHP. I was trying to do that using file_get_contents() because this method allows me to use a context with which I can send the necessary information. > Does any of this make sense to you? > > Sincerely, > > Marta Fernandes > >> Date: Sat, 11 Sep 2010 13:14:23 +0200 >> To: php...@li... >> From: php...@li... >> Subject: Re: [Php-java-bridge-users] Sending request object to servlet with file_get_contents >> >> Hi, >> >> I don't understand. Do you have a use case? >> >> >> Regards, >> Jost Bökemeier >> >> ------------------------------------------------------------------------------ >> Start uncovering the many advantages of virtual appliances >> and start using them to simplify application deployment and >> accelerate your shift to cloud computing >> http://p.sf.net/sfu/novell-sfdev2dev >> _______________________________________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > 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 ! |