On Tue, Jun 30, 2009 at 1:25 PM, Bert Fitié <b...@analytag.com> wrote:

> Btw, what is the best way to get user input into Neo4j? The request
> for the outgoing paths from station Abc is now hard-coded; how could I
> enter the station on the command line?
>

I don't know if there's already a project to do this, but the
Console<http://java.sun.com/javase/6/docs/api/java/io/Console.html>class
makes it fairly easy. Your main class could read command line input
via readLine() in a loop.

Mwanji
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to