0

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?

Swarne27
  • 5,521
  • 7
  • 26
  • 41

1 Answers1

0

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.

Community
  • 1
  • 1
Abe
  • 8,623
  • 10
  • 50
  • 74
  • It does not explain the data receiving part or any configuration related to it. And I do not know how those classes in the beans specified are coded. Basically what I want is how to retrieve the data to the web server, and if spring bean configurations are there for it what are they and the data retrieving code – Swarne27 Jun 27 '12 at 03:22
  • For those look at Netty HTTP examples themselves. They are available at the https://netty.io/ home website – Abe Jun 27 '12 at 04:29