Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
how to create a java rest api instance of GraphDatabaseService.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
divyanshu das  
View profile  
 More options Oct 13 2012, 2:28 am
From: divyanshu das <divyanshu....@gmail.com>
Date: Fri, 12 Oct 2012 23:28:46 -0700 (PDT)
Local: Sat, Oct 13 2012 2:28 am
Subject: how to create a java rest api instance of GraphDatabaseService.

I am using neo4j-java-rest-binding and neo4j 1.6.1 community edition.

I need to know, how to create a java-rest-api binding  instance for
GraphDatabaseService?

for embedded api, we define it like this

 GraphDatabaseService graphDb = new EmbeddedGraphDatabase( "var/graphDb" );

What should be the equivalent code for java rest api?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options Oct 13 2012, 4:19 am
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Sat, 13 Oct 2012 10:18:56 +0200
Local: Sat, Oct 13 2012 4:18 am
Subject: Re: [Neo4j] how to create a java rest api instance of GraphDatabaseService.

new RestGraphDatabase(url) or new RestGraphDatabase(url, user, pass)

Michael

Am 13.10.2012 um 08:28 schrieb divyanshu das:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
divyanshu das  
View profile  
 More options Oct 13 2012, 5:50 am
From: divyanshu das <divyanshu....@gmail.com>
Date: Sat, 13 Oct 2012 02:50:37 -0700 (PDT)
Local: Sat, Oct 13 2012 5:50 am
Subject: Re: [Neo4j] how to create a java rest api instance of GraphDatabaseService.

Thanks michael. Its working !


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Cox  
View profile  
 More options Oct 14 2012, 11:17 am
From: Tom Cox <tcox5...@gmail.com>
Date: Sun, 14 Oct 2012 08:17:01 -0700 (PDT)
Local: Sun, Oct 14 2012 11:17 am
Subject: Re: [Neo4j] how to create a java rest api instance of GraphDatabaseService.

I have been connecting in this way:

GraphDatabaseFactory.databaseFor(url)

Any reason not to do it this way?

Thanks.

- Tom C.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »