java RMI 和 eclipse
我已经阅读了有关 rmi 的基础知识,并且我认为我已经准备好开发我的第一个应用程序,我可以使用 eclipse 来测试我的 rmi 应用程序吗?如何? 另外我想要服务器端应用程序的一些信息,(我认为它必须在 glassfish 或 tomcat 服务器上运行,我是对的吗?)
抱歉我的英语,感谢您的帮助!
I have read the basics about rmi, and i think that I am ready to develop my first application, can i use eclipse for testing my rmi app?How?
Also i want some informations for the server side app,(i think that it must run on a glassfish or tomcat server,am I right?)
sorry for my english and thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 eclipse 执行 RMI 所需的一切操作。不需要任何特定的服务器端基础设施。建议遵循以下路线:
http://download.oracle.com/javase/tutorial/ rmi/index.html
You can do everything you need to do for RMI from eclipse. Don't need any particular server-side infrastructure. Suggest following the trail:
http://download.oracle.com/javase/tutorial/rmi/index.html