question on Using the server (including web administration) with an embedded database in spring-data-neo4j
I want to see what's stored in neo4j graph database.
so i used neoclipse to search nodes stored.
but i cannot search in neoclipse when i'm running examples.
only after stopping the example i can see nodes and relations i've added.
If i run server with embedded database, Can I search nodes directly after I commit.
Can you give advice on how to configure?