我们如何从应用程序创建库? (从应用程序派生库/API)
我的目的是为小型分布式多用户游戏/模拟创建一个库/API。
我已经使用 java RMI 创建了几个应用程序,我试图使它们保持简单并实现解耦,现在我想转换这些应用程序或想从中派生/提取通用模板。
有人可以阐明我如何提出库/API。
(可能的方式或设计模式是什么,可以帮助我或最可能的程序/方法),因此其他人可以轻松地使用它来创建多用户游戏。
PS:我可以期待这个问题的答案,但我仍然想研究每天做所有这些事情的技术大师的任何反馈。
非常感谢您的任何反馈。
吉比拉拉
My intent is to create a library/API for small scale distributed multi-user game /simulation.
i have created couple of applications using java RMI, i tried to keep them simple and to achieve decoupling and now i want to transform those or want to derive/extract from them a generic template.
Can somebody please shed light that How can i come up with library/API.
(What could be the possible ways or design patterns, which can help me or kind of most likely procedure/methodology), so it could be easily usable by other people to create multi-user game.
P.S: I can expect answers to this question but still i want to research for any feedback from technical guru who do all these stuff on every day basis.
load of thanks for any feedback.
jibbylala
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
怎么说呢,学习图书馆设计吧。没有其他捷径。
并彻底阅读这本书(Java 中的实用 API 设计)
What to say, learn library design. There are no other shortcuts.
and read this book (Practical API Design in Java) thoroughly