Sunday, April 3, 2011

How can I embed a no-sql graph db into my GWT app(Neo4j)

Hi, I've been using neo4j an embed graph db(relationships, properties,
and nodes(very useful)). It's working fine as a stand alone
project(separate to my gwt app). I'm now trying to integrate it into
my gwt project. I'm saving the db in the war folder, war/fyp1.1/
neo4jdb. I'm using it to find shortest paths. When I make a RPC there
seems to be no response from the db(ie not picking up nodes or
actually working). Has anyone ever used neo4j/an embedded db in an
app? Any suggestions/tips would be great!

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment