On Mon, Feb 23, 2009 at 2:07 PM, Benjamin WATINE - Logixys <[email protected]> wrote: > Hi the list, > > First post here ; I'm new to mina, so please forgive my possibly stupid > questions !
Np ! We all started from the beginning :) > I've set up the MinaTimeServer for testing purpose, it's ok, I can use it > with telnet. > So now, I try to make a little client with mina, but it doesn't work. No > objet seems to be written to the session (MinaTimeServer don't receive > anything). You should have a look at the Chat sample. Before being able to write to a session, as a client, you must connect to the server and get a session. Have a look at ChatClientSupport which implement the client dialog with the server ( the SwingChatClient is just the GUI envelop) -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
