Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Spring JSF Web Application 中将 Netty Client Handler 配置为消息接收点是否有特定的方法?
如果某些独立的 Java 应用程序充当 Netty 服务器 我如何才能接收到 Spring JSF Web 应用程序的消息?
我假设您的问题是如何在使用 JSF 的 Web 应用程序中使用 spring 配置 netty。如果是这样,请参阅此链接Using JAVA NIO framework in SPRING server。