You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
I need to connect neo4j database with android programming... I embed Neo4j into Java code for testing purpose and I created an interface top of that for my database access. But I am confusing with that... I am poor at connecting with application and Neo4j database... Can someone explains how it can be done with suitable explaination....
Peter Neubauer
unread,
Sep 9, 2014, 3:02:53 AM9/9/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Neo4j User
Hi there,
first thing - are you wanting to embed Neo4j into Android or have the
datase run as a server in the cloud and talk to it from an Android
client over the network?
Open Data - @mapillary
Open Source - @neo4j
Open Future - @coderdojo
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to neo4j+un...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
Message has been deleted
Jeyaganeshan Jeyatharsini
unread,
Sep 12, 2014, 2:30:33 AM9/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
I need to use RestAPI.. They have used jersey for their example... Jersey webservices is Java supported... will it support to Android if I add jar files into class path? Or should I use Apache client?
Sukaant Chaudhary
unread,
Sep 12, 2014, 2:47:19 AM9/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ne...@googlegroups.com
Hi,
I'll suggest you to separate neo4j implementation with android.
If I'll be in your place, I'll write separate code for neo4j and create the service for android. Then I'll consume those service using android, benefit of using this way will be, in future we can use these code for other application as well (for eg: web).
For connecting neo4j with java use cypher-jdbc, that will be faster than REST.