I am actually searching a very lightweight client (like jscript or php) that
could be executed without any web browser, in order to send or receive XML
files or contents. That's a bit fastidious but the people i'm working for (i
am just a trainee) don't want to integrate any java or other 'heavy'
languages in there applications, it's full-web and it's a mix of php, 
jscript, and C++ for some complex algortithm.
For now, i am testing the php-stomp connector, that seems to be the most
complete solution, cause php can be executed in a command line, but as i a
not a php guy, i was wondering if there could be any other lightweight
client solution ?
thx 
Did


James.Strachan wrote:
> 
> I'm a little confused what you are asking for. What kind of client do
> you actually want (language/platform etc)?
> 
> On 4/16/07, didyeah971 <[EMAIL PROTECTED]> wrote:
>>
>> I figured out my php problem and i tested the stomp connector and it
>> worked
>> fined.
>> The problem is that my bosses would like the future application to
>> communicate without any browser, but while using lightweight client.
>> That's
>> why i' was interested in activemq, but the only i could use the light
>> client
>> (jscript or php) that's through a navigator. The society i am working for
>> are developing a full web  application that uses many little script with
>> a I
>> compiler just like gecko (mozilla's ).
>> I you could give kind of clue cause i am a little stuck now.
>> Thx
>> Did
>>
>> didyeah971 wrote:
>> >
>> > Thx, i'll take a look at this. I am not a PHP guy, but i'll try to
>> figure
>> > this out.
>> > Did
>> >
>> > jonm wrote:
>> >>
>> >> If you're getting that socket_create() error in PHP it is because your
>> >> install of PHP does not have the sockets extension compiled in.
>> >> Re-compile your PHP installation and add --enable-sockets to the
>> >> ./configure options
>> >>
>> >> For more info on PHP's sockets extension visit:
>> >>
>> >> http://us.php.net/manual/en/ref.sockets.php
>> >>
>> >> jon
>> >>
>> >>
>> >> didyeah971 wrote:
>> >>>
>> >>> I just tested the PHP Client, an error occurs :
>> >>> Fatal error: Call to undefined function: socket_create() in
>> >>> C:\workspaceweb\Ariel\Stomp.php on line 55.
>> >>>
>> >>> If I unsterstood well, it's not necessary to use StompConnect as it's
>> >>> embedded in activemq, how can Stomp.php call these methods
>> >>> (socket_create, socket_connect...)
>> >>>
>> >>> Could you make it bright to me please
>> >>> Thx
>> >>> Did
>> >>>
>> >>>
>> >>> James.Strachan wrote:
>> >>>>
>> >>>> On 4/11/07, didyeah971 <[EMAIL PROTECTED]> wrote:
>> >>>>>
>> >>>>> Hi, i just finished my Ajax Client and  i am really satisfied, but
>> i
>> >>>>> would
>> >>>>> like to test other connectors like Stomp and Rest.
>> >>>>> I tried the Rest Demo, but i cannot receive any messages.
>> >>>>> What's more, could i have some more specifications one how Stomp
>> >>>>> walks,
>> >>>>> especially the PHP client.
>> >>>>
>> >>>> The PHP client is pure PHP so can be run in any place that other PHP
>> >>>> code can be run. Ditto for Ruby, Flash, Python, Delphi, Perl et al
>> >>>>
>> >>>> --
>> >>>>
>> >>>> James
>> >>>> -------
>> >>>> http://radio.weblogs.com/0112098/
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>
>> >>
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Rest-and-Stomp-tf3558451s2354.html#a10016030
>> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> 
> James
> -------
> http://radio.weblogs.com/0112098/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Rest-and-Stomp-tf3558451s2354.html#a10018382
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to