问题
I really need your help because I spend 2 days without finding a solution for this problem. Indeed, I've created an application in java which enables me to enter a cypher query and then execute it. But The result, if you notice, is a table, thing I don't like. I'd like to display the result of the query as a graph. The first thing I did is to to execute a query from neo4j browser, it works very well. However, I'm developping in Java, and I want to execute a query in Java and (somehow) take that query and execute it in neo4j browser in order to display a beautiful graph instead of ( a table in java console ).
Please help me. Thank you all.
来源:https://stackoverflow.com/questions/24409187/how-can-i-execute-a-cypher-query-from-java-to-neo4js-browser