Thanks.  I'll look into OpenLayers.  For the moment, I would like to render
points on a map as a proof-of-concept, but I'd like to expand into more
complex visualizations.  Perhaps I can do all that with OpenLayers, or maybe
not, in which case I'll build a WFS.

Ethan

On Mon, Feb 7, 2011 at 9:33 AM, David Winslow <[email protected]> wrote:

> GeoServer probably can't understand your custom web service (unless it
> looks a lot like WFS).  If you want to teach it, you could implement a
> custom GeoTools DataStore implementation for your service.  See
> http://docs.geotools.org/latest/tutorials/advanced/datastore.html
>
> However, if all you are doing is rendering search results in a web browser,
> OpenLayers may be sufficient for your needs.  OL can pull GML from an
> arbitrary URL and render it in the browser, so it would probably be simpler
> and quicker to get it working with your service.  See
> http://openlayers.org/ and particularly
> http://openlayers.org/dev/examples/vector-formats.html
>
> --
> David Winslow
> OpenGeo - http://opengeo.org/
>
> On Mon, Feb 7, 2011 at 8:51 AM, Ethan Gruber <[email protected]> wrote:
>
>> Hi,
>>
>> I'm new to geoserver and doing some research about its capabilities.  From
>> what I have read, it is possible to place a large, static GML file into the
>> data folder, but can geoserver render GML data delivered from a web
>> service?  For example, my application uses Solr as its search index.  Since
>> Solr can deliver query results as XML, I can transform it with XSLT, and
>> therefore I can develop a web service that returns query results in the form
>> of GML.  But that isn't very useful if GeoServer can't communicate with my
>> web service.
>>
>> Thanks,
>> Ethan
>>
>>
>> ------------------------------------------------------------------------------
>> The modern datacenter depends on network connectivity to access resources
>> and provide services. The best practices for maximizing a physical
>> server's
>> connectivity to a physical network are well understood - see how these
>> rules translate into the virtual world?
>> http://p.sf.net/sfu/oracle-sfdevnlfb
>> _______________________________________________
>> Geoserver-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>>
>
------------------------------------------------------------------------------
The modern datacenter depends on network connectivity to access resources
and provide services. The best practices for maximizing a physical server's
connectivity to a physical network are well understood - see how these
rules translate into the virtual world? 
http://p.sf.net/sfu/oracle-sfdevnlfb
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to