Re: [Neo] Broken link on neo4j.org

2007-11-20 Thread Björn Granvik
What! You want old news? ;-) I'll fix. Will get back. /Björn Johan Svensson wrote: On 11/20/07, Björn Granvik <[EMAIL PROTECTED]> wrote: Now www.jayway.se/jayview/jayview14.pdf works. So, if a direct link is needed use the above. /Björn A direct link to issue 13 would be nic

Re: [Neo] Broken link on neo4j.org

2007-11-20 Thread Johan Svensson
On 11/20/07, Björn Granvik <[EMAIL PROTECTED]> wrote: > Now > >www.jayway.se/jayview/jayview14.pdf > > works. > So, if a direct link is needed use the above. > > /Björn > A direct link to issue 13 would be nice since that is the issue with the Neo article :) -Johan ___

Re: [Neo] First external committer?

2007-11-20 Thread Viktor Klang
On Nov 20, 2007 11:29 PM, Björn Granvik <[EMAIL PROTECTED]> wrote: > > writing TraverseSpecification.by(Order.BREADTH_FIRST).by( > Order.BREADTH_FIRST) > > gives me a compiler warning saying that static methods should be > accessed in a > > static way. > > I understood that when I read it was stat

Re: [Neo] First external committer?

2007-11-20 Thread Björn Granvik
writing TraverseSpecification.by(Order.BREADTH_FIRST).by(Order.BREADTH_FIRST) gives me a compiler warning saying that static methods should be accessed in a static way. I understood that when I read it was static (I had to reread to:-) This means you have a two-level approach - a static "by" wit

Re: [Neo] Broken link on neo4j.org

2007-11-20 Thread Björn Granvik
Now www.jayway.se/jayview/jayview14.pdf works. So, if a direct link is needed use the above. /Björn Peter Neubauer wrote: Hi there, this should be linking to the JayView issues site http://jayway.se/newspress/jayview.4.22f90280115a3439d1a800075.html, and the issue 14 - http://jayway.se/do

Re: [Neo] First external committer?

2007-11-20 Thread Viktor Klang
On Nov 20, 2007 11:12 PM, Björn Granvik <[EMAIL PROTECTED]> wrote: > Hi Viktor, > > Ok, now I understand better what you're getting at. > I like the division of labor between traverse and specification. It > makes for some sort of declarative class for the traversal. > And the verbose version is

Re: [Neo] First external committer?

2007-11-20 Thread Björn Granvik
Hi Viktor, Ok, now I understand better what you're getting at. I like the division of labor between traverse and specification. It makes for some sort of declarative class for the traversal. And the verbose version is ...verbose :-) Btw, ISA and ISE means? Cheers, Björn Viktor Klang wrote

Re: [Neo] First external committer?

2007-11-20 Thread Viktor Klang
On Nov 20, 2007 10:27 PM, Björn Granvik <[EMAIL PROTECTED]> wrote: > Hi Viktor, > > Fluent interfaces are nice and makes for easy reading. But I have a > question or two. > > What would the following mean? >Traverser t = *root.traverse(by(Order.BREADTH_FIRST) >.add(MyRelTyp

Re: [Neo] Neo 1.0b6 released under GNU Affero General Public License

2007-11-20 Thread Klas Ehnrot
Great news! And so many improvements made, you guys must have had some hectic weeks. :) Well done! /Klas On Nov 20, 2007 5:19 AM, Emil Eifrem <[EMAIL PROTECTED]> wrote: > Ladies and gentlemen, > > It is my honor and distinct pleasure to announce that the last beta of > the 1.0 version of Neo has

Re: [Neo] First external committer?

2007-11-20 Thread Björn Granvik
Hi Viktor, Fluent interfaces are nice and makes for easy reading. But I have a question or two. What would the following mean? Traverser t = *root.traverse(by(Order.BREADTH_FIRST) .add(MyRelTypes.DADDY, Direction.OUTGOING) .add(MyRelTypes.MOMMY,Direction

Re: [Neo] Broken link on neo4j.org

2007-11-20 Thread Björn Granvik
Hi Peter, Please do not use those kind of links since we can not guarantee that they will work in the future. We could do an alias straight into JayView 14 with an alias though. Use instead: http://www.jayway.se/jayview I'll check if we can set up an convenient alias straight to the pdf.. /B

Re: [Neo] Broken link on neo4j.org

2007-11-20 Thread Björn Granvik
The link should be: http://www.jayway.se/jayview The site has been updated and the url will henceforth be the one used. Sorry about the mishap. It seems I can't update the broken link myself, so if someone could fix it? /Björn Viktor Klang wrote: Greetings people! The link: http://jayway

Re: [Neo] Broken link on neo4j.org

2007-11-20 Thread Peter Neubauer
Hi there, this should be linking to the JayView issues site http://jayway.se/newspress/jayview.4.22f90280115a3439d1a800075.html, and the issue 14 - http://jayway.se/download/18.22f90280115a3439d1a80001597/jayview14.pdf Can anyone change that? /peter On Nov 20, 2007 9:29 PM, Viktor Klang <[EMAIL

[Neo] Broken link on neo4j.org

2007-11-20 Thread Viktor Klang
Greetings people! The link: http://jayway.se/news_jayview.html in the text: There's an introductory three-page article about Neo in JayView. As soon as we get our hands on a digital version, we'll have a locally-hosted copy here. on the page: http://neo4j.org/

[Neo] First external committer?

2007-11-20 Thread Viktor Klang
Greetings people! How'd you like to be able to write stuff like this? ReturnableEvaluator returnEval = new ReturnableEvaluator(){ @Override public boolean isReturnableNode(TraversalPosition currentPos) { return (currentPos.currentNode().hasProperty("name"))

Re: [Neo] Neo 1.0b6 released under GNU Affero General Public License

2007-11-20 Thread Björn Granvik
Neo - now for real! :-) /Björn Emil Eifrem wrote: Ladies and gentlemen, It is my honor and distinct pleasure to announce that the last beta of the 1.0 version of Neo has been released under GNU Affero General Public License, which was finalized by the Free Software Foundation a couple of hou

[Neo] [ticket] #22: Update and publish the Event framework

2007-11-20 Thread neo4j.org
#22: Update and publish the Event framework -+-- Reporter: tobias | Owner: johans Type: enhancement request | Status: new Priority: major| Milestone: neo-1.0 Compone

[Neo] [ticket] #21: Neo holds on to transaction log file after shutdown

2007-11-20 Thread neo4j.org
#21: Neo holds on to transaction log file after shutdown ---+ Reporter: tobias | Owner: johans Type: bug report | Status: new Priority: major | Milestone: Component: neo

RE: [Neo] Neo 1.0b6 released under GNU Affero General Public License

2007-11-20 Thread Jonas Bergvall
Great news! Congratulations! And Trinity is already adopted to the new release. :) //Jonas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emil Eifrem Sent: den 20 november 2007 05:19 To: Neo user discussions Subject: [Neo] Neo 1.0b6 released under GNU

Re: [Neo] Neo 1.0b6 released under GNU Affero General Public License

2007-11-20 Thread Tobias Sodergren
--== Congratz ==-- /Tobias ___ Neo mailing list User@lists.neo4j.org http://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Neo 1.0b6 released under GNU Affero General Public License

2007-11-20 Thread Viktor Klang
Wicked cool! Great job guys! Cheers, Viktor On 11/20/07, Emil Eifrem <[EMAIL PROTECTED]> wrote: > > Ladies and gentlemen, > > It is my honor and distinct pleasure to announce that the last beta of > the 1.0 version of Neo has been released under GNU Affero General > Public License, which was fi