Database Reference
In-Depth Information
The next listing shows an implementation of an unmanaged extension that looks up a user
based on their name and then returns all of the user's immediate friends whose name starts
with a J .
Listing 10.15. An unmanaged extension
As with server plugins, this class needs to be a JAR file and made available to the Neo4j
server. By convention, this is done by placing the JAR file in the plugins directory of your
Neo4j server.
Additionally, you'll need to add and map any unmanaged extensions in the neo4j-serv-
er.properties file against the org.neo4j.server.thirdparty_jaxrs_classes
 
Search WWH ::




Custom Search