users@grizzly.java.net

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

From: Paul.M <paul.mattheis_at_gmail.com>
Date: Fri, 5 Feb 2010 15:10:51 -0800 (PST)

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.