"Hi Rob, thanks for the input. Even if this page just shows how to use Cypher from Java, it should use a meaningsful query. I filed a ticket for that: https://github.com/neo4j/commu... For more examples, see the link posted by Peter, and maybe this article is interesting as well: http://systay.github.com/blog/... I'm currently working on getting the article integrated into the documentation."
- Anders Nawroth
"Technically there should be no problems. But as the GPL and EPL licenses are not compatible, you can't use the (A)GPL versions of Neo4j in Eclipse RCP applications. Get in touch with http://neotechnology.com/ for other Neo4j licensing options."
- Anders Nawroth
"Harald, thanks for you input! I cleaned up the code, link to the source from the text and moved it over here: http://docs.neo4j.org/chunked/... Always happy to inprove on the docs :-)"
- Anders Nawroth
"Grejen är att den som attackerar inte vet om när de nästan knäckt ett lösenord - de vet bara om de lyckats eller inte. Så säg att du använder några svenska ord och byter ut en enda bokstav mot en siffra och en annan mot någon symbol. Då måste attackeraren testa alla siffror i alla positioner + samma med symbolerna för att hitta det. För att inte tala om stora/små bokstäver. Ett lösenord må se enkelt ut - men med rätt utformning måste attackeraren ändå testa alla möjliga kombinationer, eftersom de inte vet var i lösenordet "avvikelserna" finns. Och det ser lösenordets längd till att de inte hinner göra :-)"
- Anders Nawroth
"För några kanske förvånande slutsatser och bra info om lösenord rekommenderas den här sidan: https://www.grc.com/haystack.h... Bland annat förklarar den varför "D0g....................." är ett säkrare lösenord än "PrXyc.N(n4k77#L!eVdAfp9"! Jag testade ovanstående i PTS lösenords-testare, och den tror förstås att det är tvärtom, även om jag så upprepar hela det första lösenordet två gånger så det blir dubbelt så långt. De har helt enkelt missat längdens avgörande betydelse."
- Anders Nawroth
"Kent, thanks fort the heads up! I changed it to use the actual services file from the example, making sure this won't happen again. (it will take some time for this change to get published)"
- Anders Nawroth
"Sure, I'll refactor the examples along the lines of our HelloWorld example: http://docs.neo4j.org/chunked/... so that the crazy documentation code lives in a separate class. It's in my todo-list now. Thanks everyone for the input!"
- Anders Nawroth
"You will have to tell the shortest path algo or traverser to only follow the right relationship types. This is common practice, otherwise having relationship types wouldn't be very useful!"
- Anders Nawroth
"Sure, we're fixing examples with code to generate docs. There should only be extra for start/end of code snippets in them. It's better to copy and paste from the documentation and not use the actual source code in this case."
- Anders Nawroth
"A1 etc. represent a full row in a RDBMS. In Neo4j the column data would be stored in properties connected to a node or relationship. Of course you could also model some properties as nodes instead (like city names for example) if that suits your data better."
- Anders Nawroth