Hello all<br>i am starting to use Netty, and i have couple of questions:<br><br>1 - is anyone  using Netty together with Spring framework?<br>It seems weird to me that to startup Netty i would just use a standalone class with a main() method where i configure everything<br>
<br>2 - what&#39;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 &#39;ADMIN_SHUTDOWN&#39; i can gracefully shutdown everything rather than doing a System.exit<br>
<br><br>w/kindest regards<br>  Marco<br>