雄猫+ RMI 最好的方法?
在 tomcat 上使用 RMI 的最佳方法是什么?
我可以为我的所有应用程序创建全局 RMI 池或一个 RMI 连接吗?
What is the best way using RMI over tomcat?
Can i create global RMI-pool or one RMI connection for all my applications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在包装 RMI 接口的控制器中使用静态类。 RMI 会在服务器端汇集您的连接,您无需在 Tomcat 中担心它。
I use a static class in a controller that wraps the RMI interface. RMI will pool your connections on the serverside, you don't need to worry about it in your Tomcat.
示例 RMI
示例 Servlet
Sample RMI
Sample Servlet