xxx


Usage

Unmanaged Plugin

You have to add the following line to your neo4j-server.properties file org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.test.data.gen.ump=/testdata (the package to url mapping is : org.neo4j.test.data.gen.ump=/testdata ) The url to call the plugin is build up as follows: http://localhost:7474/testdata/tdg/pfile/ example: http://localhost:7474/testdata/tdg/pfile/tdgexample.props Both the embedded and unmanaged plugin variants use the property file. (When used in an Embedded form the TestDataGenerator is called via the java API. Output is than directed to system.out)