如何将 GWT 项目部署到 OSGi 容器中?
我使用客户端/服务器包开发了一个简单的 GWT 应用程序。从服务器包仅将调用分派到其他包。然而,现在我正处于生产阶段,我需要将项目部署到像 Felix 这样的 OSGi 容器中。因此,我想知道是否有人可以告诉我我需要遵循哪些步骤???
提前致谢!
问候!!
I have developed a simple GWT application with the client/server packages. From server package only dispatches the calls to other bundle. However, now I am at production time and I need to deploy the project into OSGi container like Felix. By this reason I would like to know if someone could tell me what are the steps that I need to follow???
Thanks in advance!
Regards!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过 Equinox 上的声明式服务解决了这个问题。 GWT 运行!!!
I solve the problem with declarative services on Equinox. The GWT runs!!!!