我是一名刚毕业的大学毕业生,在我的新工作中,我的任务是合并两个不同的应用程序。这些应用程序是 Cesium(用 JavaScript、HTML 和 CSS 编写的基于 Web 的服务)和 Ozone Widget 框架(用 JAVA 编写)。这似乎是一项相当复杂的任务。我该怎么做呢?或学习如何融合这些技术?
非常感谢您的建议/帮助!
我是一名刚毕业的大学毕业生,在我的新工作中,我的任务是合并两个不同的应用程序。这些应用程序是 Cesium(用 JavaScript、HTML 和 CSS 编写的基于 Web 的服务)和 Ozone Widget 框架(用 JAVA 编写)。这似乎是一项相当复杂的任务。我该怎么做呢?或学习如何融合这些技术?
非常感谢您的建议/帮助!
Ozone Widget Framework 中的文档似乎很少。事实上,在 Stack Overflow 中搜索它只产生了 6 个结果。
I have experience with both OWF and Cesium. OWF is particularly difficult, for the reasons mentioned here. Unless you're working in a community that does a lot with OWF, you're not going to get a lot of help.
Most likely the approach that will yield you the best results in a sane amount of time will be to create your own OWF widget (which can be just a page, like any other, that is imported through the admin tool or made available in a app/widget store). You could then use OZONE Synapse (ugh) to integrate with other widgets in OWF.
Cesium is a pretty darn good tool. I'm not really a fan of OWF for a number of reasons. If you can dissuade your employer from using it, that may be worthwhile. If it's a direct client requirement, then you'll probably want to see if you can join OWF specific developer communities.