Netty and Spring framework
Marco Mistroni
mmistroni at gmail.com
Sun Jan 9 12:25:20 EST 2011
Hello all
i am starting to use Netty, and i have couple of questions:
1 - is anyone using Netty together with Spring framework?
It seems weird to me that to startup Netty i would just use a standalone
class with a main() method where i configure everything
2 - what's the best way to shut down a server programmatically? in the
example guide it is shown how to shut down netty from via a Client. I was
wondering how can i organize the serverside code so that when i receive a
message like 'ADMIN_SHUTDOWN' i can gracefully shutdown everything rather
than doing a System.exit
w/kindest regards
Marco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20110109/837be8ea/attachment.html
More information about the netty-users
mailing list