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.
我们可以在 Worklight 定制 WAR 文件中创建 Web 服务吗?目的是让外部应用程序用户访问一些资源,例如来自 worklight 的适配器。
这可能是可能的,但我不认为我会建议它。编写您的 Web 服务以独立于 Worklight 运行。即使 Web 服务在完全独立的服务器上运行,适配器仍然可以连接到您的 Web 服务。
让 Worklight WAR 成为 Worklight,让 Web 服务成为 Web 服务。