Hi Eswar, The document Michael referenced explains how to deploy Neo4j inside GeoServer. It will appear as an additional data source (or data store) inside GeoServer and can be used for that. The Neo4j instance running inside GeoServer will then be an embedded instance. If you wish to include your own code inside that plugin, you would need to build the GeoServer plugin yourself. The current plugin is a collection of classes including neo4j, spatial and their dependencies. If you wish to connect to that Neo4j from a separate process, you might need to do more work to enable either the neo4j shell or the REST interface. Others have blogged or SO'd on that subject.
Regards, Craig On Fri, Apr 15, 2016 at 2:59 PM, eswar reddy <[email protected]> wrote: > actually I am trying to connect with geo server my own implementation. so > could you please tell me which classes are using to connect with geo > server. I am doing RND on neo4j to connect my own way. > I have observe that you are using kernel and spatial plugins and few class > ,I want some more information on that .any one can help me please > > On Tuesday, April 12, 2016 at 4:34:29 PM UTC+5:30, eswar reddy wrote: >> >> HI Team >> I want to make a connection with geo server .could you please give a >> detailed document .and if you have any jar or any easiest way >> > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
