Hi Andreas!
I'm using the neo4j inside a web application based on the
playframework 2.0 (mixed scala and java)
Currently I'm prototyping and don't care much about fault tolerance or
a good architecture, I just want my feedback cycle to be short and to
have a flow while I develop.
The embedded api is (for me at least) so much easier to use and so
much less verbose.
I am also not convinced that my application ever is going to need to
separate the database server from the webapplication, so the REST
layer is just adding complexity.
/Hans