users@grizzly.java.net

Re: Am I crazy? Yes... (I think I know more, so will re-ask)

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Mon, 08 Feb 2010 17:36:56 +0100

Hi Paul,

I'll check this today and let you know.

WBR,
Alexey.

On Feb 6, 2010, at 0:10 , Paul.M wrote:

>
> My Goal:
>
> 1. I want to write a stripped down program. Am avoiding the default
> jar and
> config xml files.
> 2. I want a server that handles two cases.
> 2a. It should act as a repeater on most channels. So that it can
> act like a
> chat. (This could be the default case for 2b when it's not
> interested)
> 2b. I want it to be able to listen on channels also. When it receives
> something it is interested in
> 2b1. It should interpret the JSON and act on the message.
> 2b2. It should send a new message on a different channel (with
> browsers
> listening).
>
> It's driving me nuts because I'm not 100% on terminalolgy.
>
> * I can get 2a working using CometdAdapter, but I can't figure out
> how to
> make that do 2b.
> *All the examples I see tell me to set up a Servlet and add the
> CometAdapter
> to that using CometEngine and CometContext. But I can't make that do
> either 2a or 2b. I tried the example
>
> Side note, I couldn't get grizzly-cometd-client to work either.
>
> So before I go off crying and beat my head against jetty for a
> while... Any
> help please?
> --
> View this message in context: http://old.nabble.com/Am-I-crazy--Yes...--%28I-think-I-know-more%2C-so-will-re-ask%29-tp27475268p27475268.html
> Sent from the Grizzly - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>