documentation tips
Marian Stranecky
marian.stranecky at mobilbonus.cz
Mon Dec 29 13:27:57 EST 2008
Hi,
That's me again :)
I would like to share some ideas with you about what else should be yet
documented a little bit more:
- InterestOps and related getInterestOps() method - what is use case and how
is it related to a "connection" lifecycle?
- links to projects using Netty (I don't think Netty is just a startup so I am
wondering if there are any more complex projects from which we can study more)
- donwload links for wiki contributed examples so they can be downloaded and
used (compiled and tried) very quickly (in best case I suppose use of maven,
ant or Ivy?)
building a more complex client side example of "resource adaptor" which
efficiently polls a source of messages (e.g. db), encodes it and sends while
receives from remote side asynchronously. This example should be able to show
some hints and basic use of:
- multithreading (message poll and sender workers)
- management (e.g. watchdog or jmx)
- message buffering with a blocking queue
- possibly reconnecting (or repeatedly calling a connect())
The above stated issues are the ones I am trying to solve right now. In case I
reach success I will share it with you. But maybe there is a work done
already?
I would also appreciate proper information in examples and posts about which
netty version is used (can we make it a rule?)
Cheers,
Marian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20081229/cbe9e4a8/attachment.html
More information about the netty-users
mailing list