Search code examples
javajavascriptwidgetcesiumjs

merging Cesium and the Ozone Widget Framework


I am a fresh college graduate and at my new job I have been tasked with the job of merging two different applications. The applications are Cesium (a web-based service written in JavaScript, HTML and CSS) and the Ozone Widget Framework ( Written in JAVA). This seems like a fairly complex task to start out with. How would I go about doing this? or learning how to merge such technologies?

Advice/help is greatly appreciated!


Solution

  • The OWF website says it already supports Cesium:

    A fully functional map widget that is designed to be extensible by other programs for their particular needs, and currently provides Google Earth, OpenLayers, Cesium and WorldWind renderers

    I work on Cesium, but have never used OWF so I can't speak to the details.

    There is also a Cesium plugin that provides GWT wrappers for Java developers that may be of interest to you.

    Patrick