Re: [Resin-interest] comet hessian param

2008-09-11 Thread Emil Ong
On Wed, Sep 10, 2008 at 04:31:08PM -0700, Vic Cekvenich wrote: Is there a hello world or example on using .as BAM? There was, but it's down until I recode the AS Hessian implementation to match the new protocol. I'll send an update when it's done. Given various speaking engagements, etc., I'd

Re: [Resin-interest] comet hessian param

2008-09-11 Thread Vic Cekvenich
Thank you!!!In the mean time. there has to be a way that I can hack sending some param to the registartion servlet... .V On Thu, Sep 11, 2008 at 8:34 AM, Emil Ong [EMAIL PROTECTED] wrote: On Wed, Sep 10, 2008 at 04:31:08PM -0700, Vic Cekvenich wrote: Is there a hello world or example on

[Resin-interest] comet hessian param

2008-09-10 Thread Vic Cekvenich
oing standard things, like this from Flex: _push= new HessianStreamingService(pushReg); //servlet _push.responder=this; and this on server: public boolean service(ServletRequest request, ServletResponse response, CometController comet) throws IOException,

Re: [Resin-interest] comet hessian param

2008-09-10 Thread Emil Ong
On Wed, Sep 10, 2008 at 09:56:45AM -0700, Vic Cekvenich wrote: oing standard things, like this from Flex: _push= new HessianStreamingService(pushReg); //servlet _push.responder=this; and this on server: public boolean service(ServletRequest request, ServletResponse response,

Re: [Resin-interest] comet hessian param

2008-09-10 Thread Vic Cekvenich
Yes, having 2 is OK. But I have no way to register one w/ the other. Any idea how I know who is who? I really needs this, even if I hack it. If I can pass something from Flex to the comet servlet. If bam does it w/ actionscript? .V The Hessian Flex streaming service is not

Re: [Resin-interest] comet hessian param

2008-09-10 Thread Emil Ong
On Wed, Sep 10, 2008 at 01:09:32PM -0700, Vic Cekvenich wrote: Yes, having 2 is OK. But I have no way to register one w/ the other. Any idea how I know who is who? I really needs this, even if I hack it. If I can pass something from Flex to the comet servlet. If bam does it w/