1

我是一名刚毕业的大学毕业生,在我的新工作中,我的任务是合并两个不同的应用程序。这些应用程序是 Cesium(用 JavaScript、HTML 和 CSS 编写的基于 Web 的服务)和 Ozone Widget 框架(用 JAVA 编写)。这似乎是一项相当复杂的任务。我该怎么做呢?或学习如何融合这些技术?

非常感谢您的建议/帮助!

4

3 回答 3

1

OWF 网站说它已经支持 Cesium:

一个功能齐全的地图小部件,可被其他程序扩展以满足其特定需求,目前提供 Google Earth、OpenLayers、Cesium 和 WorldWind 渲染器

我在 Cesium 上工作,但从未使用过 OWF,所以我无法详细说明。

还有一个 Cesium 插件,它为您可能感兴趣的 Java 开发人员提供GWT 包装器。

帕特里克

于 2015-01-05T23:18:26.750 回答
1

Ozone Widget Framework 中的文档似乎很少。事实上,在 Stack Overflow 中搜索它只产生了 6 个结果。

于 2015-01-16T17:43:19.137 回答
1

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.

于 2015-01-16T21:50:46.340 回答