Is there a specific way in configuring Netty Client Handler as a message receiving point in Spring JSF Web Application?
If some standalone Java applications act as Netty Servers How can I receive messages to the Spring JSF web application?
I am assuming your question is how to configure netty with spring in a web application that uses JSF. If so, see this link Using JAVA NIO framework in SPRING server.