Neo4j .NET Client over HTTP using REST and json

Magnus Mårtensson

Here it is; a Proof of Concept of the world’s first Neo4j .NET Client. In other words: Here follows a discussion on how to create a client library for communicating with a graph database over REST. UPDATE: There is now a live CodePlex project for the realization of this concept; A .NET Client Library for [...]

Tags: , , , ,

Configuring Timeout with Apache HttpClient 4.0

Mattias Hellborg Arthursson

Great news everyone: just recently an all-new version of Apache HttpClient was released. HttpClient is now part of the new initiative Apache HttpComponents, which seems to aim for a complete approach to Http programming in Java; server side as well as client side. I’ve used Commons HttpClient in older versions on several occasions in the [...]

Tags: , , , , ,