Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Embedded Neo4j
An example project for demonstration of Neo4j used as an embedded data storage for data received via REST service and propagated to Wicket GUI via WebSockets.
How to run the example
- Clone the repository.
- Run the command
gradle tomcatRun
. - Open a browser on URL http://localhost:4040/deep-thought to see a page without data.
- Open SoapUI project from
src/test/soapui
. - Run the test suite Cases + Persons + Documents.
- Check the browser with newly loaded data.
- Check the log in the console.
- Browse the source code.
What if you're sitting behind a proxy?
You need to modify (or create) your $HOME/.gradle/gradle.properties
in
following way:
systemProp.http.proxyHost=<your-proxy-host> systemProp.http.proxyPort=<your-proxy-port> systemProp.http.nonProxyHosts=localhost|<other-non-proxy-host> systemProp.https.proxyHost=<your-proxy-host> systemProp.https.proxyPort=<your-proxy-port> systemProp.https.nonProxyHosts=localhost|<other-non-proxy-host>
License
The blog-embedded-neo4j project is published under BSD 3-Clause license.