[GIS] Displaying a GeoServer Map from a Java Mobile Application

geoserverjavamobile

How can I display a Map generated by GeoServer from a Java Mobile Application?

I would like to display it inside a Java App instead of a android application. Is this possible?

Best Answer

All you need to do is create a correct URL in your app and use Java to open the URL and fetch the contents as an image. The display the image as usual.

To determine what URL you need you should read the WMS specification, or if you are in a hurry crib one from the GeoServer examples page or any other web map you can find.