The GData API is primarily for reading/writing data, so it allows you
to create and manage saved maps for authenticated users but it doesn't
have any rendering capabilities. I recommend you look at GWT and the
gwt-maps library, which binds to the JS Maps API - it has the same
capabilities but allows you to code the client-side using Java instead
of JS.
Bobby