Re: [Neo] neoclipse performance

2008-06-26 Thread Viktor Klang
this kind of inspections > > > > The use I can see for now is to browse the nodespace with a rather low > > traversal depth. This also performs well. > > > > To render bigger graphs, some other kind of UI would be needed. > > > > > > /anders > > ___ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Viktor Klang Rogue Software Architect ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] neoclipse performance

2008-06-26 Thread Viktor Klang
http://www.eclipse.org/swt/opengl/ On Thu, Jun 26, 2008 at 3:22 PM, Peter Neubauer <[EMAIL PROTECTED]> wrote: > Yes, > Jogl etc should work with SWT. Then I am not sure about OpenGL + > www.prefuse.org in SWT? > > /peter > > On Thu, Jun 26, 2008 at 1:23 PM, Vik

Re: [Neo] neoclipse performance

2008-06-26 Thread Viktor Klang
On Thu, Jun 26, 2008 at 1:21 PM, Anders Nawroth <[EMAIL PROTECTED]> wrote: > > Viktor Klang wrote: > >> Couldn't it be made into a 3d-model that can be freely navigated? >> > > Do you know of any good toolkit that could be used to

Re: [Neo] neoclipse performance

2008-06-26 Thread Viktor Klang
ow > traversal depth. This also performs well. > > To render bigger graphs, some other kind of UI would be needed. > > > /anders > > > ___ > Neo mailing list > User@lists.neo4j.org &g

Re: [Neo] neo4j documentation

2008-06-18 Thread Viktor Klang
ell > > http://wiki.neo4j.org/content/Neoclipse_Guide > Guide on running Neoclipse. > > https://projects.thobe.org/neo4j.py/wiki/NeoGraphviz > NeoGraphviz visualization tool > ___ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Viktor Klang Rogue Software Architect ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Neo and Newton

2008-05-28 Thread Viktor Klang
Unfortunately the Affero-license is hindering Neo4j adoption. IANAL, but I prefer Apache/BSD licensing. Just my 2 ören, -V On Wed, May 28, 2008 at 12:58 PM, Peter Neubauer <[EMAIL PROTECTED]> wrote: > Ok, > > On Wed, May 28, 2008 at 12:49 PM, Viktor Klang <[EMAIL PROTECTED]

Re: [Neo] Neo and Newton

2008-05-28 Thread Viktor Klang
On Wed, May 28, 2008 at 7:13 AM, Peter Neubauer <[EMAIL PROTECTED]> wrote: > Hi, > > On Tue, May 27, 2008 at 7:47 PM, Viktor Klang <[EMAIL PROTECTED]> > wrote: > > Do they love Scala guys? > As stated, we love Great People. Programming languages are fashion, >

Re: [Neo] Neo and Newton

2008-05-27 Thread Viktor Klang
Do they love Scala guys? -V On Tue, May 27, 2008 at 2:24 PM, Tobias Sodergren <[EMAIL PROTECTED]> wrote: > All the time! > > /Tobias > > On Tue, May 27, 2008 at 2:16 PM, Viktor Klang <[EMAIL PROTECTED]> > wrote: > > > Are there funstuff happening at JayWay

Re: [Neo] Does RelationshipType enum need to be unique?

2008-05-05 Thread Viktor Klang
enum MomsRelationshipTypes implements RelationshipType > > { > > CONTAINED_IN, KNOWS > > } > > > > will neo treat these as the same or new relationships? > > > > Philip > > ___ > > Neo mailing list > > User@lists.neo4j.org > > https://lists.neo4j.org/mailman/listinfo/user > ___ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Viktor Klang Rogue Software Architect ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Maturity of Python bindings?

2008-04-23 Thread Viktor Klang
> Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > -- Viktor Klang Rogue Software Architect ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Unable to start Neoclipse

2008-04-23 Thread Viktor Klang
as structured > content). > > > Btw, I have started a "Neoclipse Guide" in the Wiki. > > > Regards, > Peter > _______ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user &g

Re: [Neo] NeoRDF and its indices.

2008-04-16 Thread Viktor Klang
DF indexing problem > is...? > > > > Thanks, > > > > Marko A. Rodriguez > > Los Alamos National Laboratory (B258) > > Los Alamos, NM 87545 > > Phone +1 505 606 1691 > > http://cnls.lanl.gov/~marko <http://cnls.lanl.gov/%7Emarko> >

Re: [Neo] Support for BigDecimal?

2008-04-16 Thread Viktor Klang
the framework: Map,NEOPropertyValueSerializer> serializers @SuppressWarnings("unchecked") public > T getSerializer(Class targetClass) { return (T)serializers.get(targetClass); } But this might be me misinterpreting the question... Cheers, -V > >

Re: [Neo] Multiple Neo not starting?

2008-01-25 Thread Viktor Klang
On 1/25/08, Peter Neubauer <[EMAIL PROTECTED]> wrote: > > Hi there, > trying to start 2 Neo instances, I can't get the appended test to > execute. Any hints? If multiple instances of the EmbeddedNeo isn't supported, the more correct type of exception would be an IllegalStateException, and not a p

Re: [Neo] JTA dependency in Maven failing

2008-01-09 Thread Viktor Klang
On 1/9/08, Jonas Bergvall <[EMAIL PROTECTED]> wrote: > > Hi all, > > When rebuilding my project on a clean machine I get an error saying it > can't find the JTA version 1.0.1 dependency. > In http://repo1.maven.org/maven2/javax/transaction/jta/ I only find > "1.0.1B", but Neo requires "1.0.1". But

Re: [Neo] Re: NodeDelegate?

2007-12-18 Thread Viktor Klang
model (a Customer _is_ a > Node, it doesn't _have_ a Node). On the other hand, Viktor Klang came with a > valid point regarding the NodeDelegate. You don't know what kind of node you > are retrieving when you fetch one from the node-space. Any ideas on how to > handle this? Vi

Re: [Neo] NodeDelegate?

2007-12-17 Thread Viktor Klang
Hey Mattias, I don't seem to find any attachments in your email.. Cheers, Viktor On 12/17/07, Mattias Ask <[EMAIL PROTECTED]> wrote: > > Hi, > > I have just recently started to check out Neo4j and I have a small > question for the user group. I understand why NodeImpl is package private, > but

Re: [Neo] First external committer?

2007-11-29 Thread Viktor Klang
frem <[EMAIL PROTECTED]> wrote: > > On 11/21/07, Viktor Klang <[EMAIL PROTECTED]> wrote: > > > I fully understand that you're not wholly decided on procedures yet. > > > Take your time, I won't go away ;) > > > > Excellent, will ping you as s

Re: [Neo] [ticket] #27: Eliminate negative predicate

2007-11-22 Thread Viktor Klang
Greets! If I may comment: " (*) The dummy-relationship approach has been discussed before, it would not allow any method invocations except {{{isType(...)}}} and that method would always return {{{false}}}." I vote for this one. "null" is, and has always been, the biggest crap Java ever produc

Re: [Neo] First external committer?

2007-11-21 Thread Viktor Klang
On Nov 22, 2007 12:54 AM, Emil Eifrem <[EMAIL PROTECTED]> wrote: > On 11/22/07, Viktor Klang <[EMAIL PROTECTED]> wrote: > > And also, is there a reason that RandomEvaluator isn't ised in > > TraverserFactory? > > Oh, that old code. :) It's not used anym

Re: [Neo] First external committer?

2007-11-21 Thread Viktor Klang
On Nov 22, 2007 12:14 AM, Emil Eifrem <[EMAIL PROTECTED]> wrote: > On 11/21/07, Viktor Klang <[EMAIL PROTECTED]> wrote: > > Addendum! > > > > Actually, don't we actually want a Map ? > > Or is there any meaning allowing for duplicates when speci

Re: [Neo] First external committer?

2007-11-21 Thread Viktor Klang
Addendum! Actually, don't we actually want a Map ? Or is there any meaning allowing for duplicates when specifying RelationshipType + Direction pairs? Best regards -Viktor On Nov 21, 2007 11:39 PM, Viktor Klang <[EMAIL PROTECTED]> wrote: > > > On Nov 21, 2007 11:31 PM,

Re: [Neo] First external committer?

2007-11-21 Thread Viktor Klang
On Nov 21, 2007 11:31 PM, Emil Eifrem <[EMAIL PROTECTED]> wrote: > On 11/21/07, Viktor Klang <[EMAIL PROTECTED]> wrote: > > Okay, now I've made the TraverseSpecification into a standalone class > (One > > class, One file...) > > > > Now the syntax

Re: [Neo] First external committer?

2007-11-21 Thread Viktor Klang
On Nov 21, 2007 10:33 PM, Emil Eifrem <[EMAIL PROTECTED]> wrote: > On 11/21/07, Viktor Klang <[EMAIL PROTECTED]> wrote: > > You make alot of sense. :) > > I'll do some more experimentation to fully decouple it from the core > API. > > Lemme know if there

Re: [Neo] First external committer?

2007-11-21 Thread Viktor Klang
On Nov 21, 2007 10:20 PM, Emil Eifrem <[EMAIL PROTECTED]> wrote: > On 11/20/07, Viktor Klang <[EMAIL PROTECTED]> wrote: > > for(Node node : root.traverse(byBreadth.include(MyRelTypes.DADDY, > > Orientation.INCOMING > > > ).returnAll(myReturnEval).randomizeW

Re: [Neo] First external committer?

2007-11-20 Thread Viktor Klang
traverse( Order.BREADTH_FIRST..)) 3) encourages code reuse 4) makes it easier to refactor Cheerio! -Viktor > > > /Björn > > > > Viktor Klang wrote: > > On Nov 20, 2007 11:12 PM, Björn Granvik <[EMAIL PROTECTED]> wrote: > > > > > >> Hi Vi

Re: [Neo] First external committer?

2007-11-20 Thread Viktor Klang
t; > > Btw, ISA and ISE means? > Ah, sorry, too tired to type in long exception-names. :/ IAE = IllegalArgumentException ISE = IllegalStateException Cheers! -Viktor > > Cheers, > Björn > > > Viktor Klang wrote: > > On Nov 20, 2007 10:27 PM, Björn Granvik <[EM

Re: [Neo] First external committer?

2007-11-20 Thread Viktor Klang
. > Is there some kind of state that will recognize the double use of "by" > in the code above? > > I didn't mean to sound pessimistic about your idea, it's just that I've > had these questions running around my head for some of the fluent > interface

[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 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

Re: [Neo] Just saying Hi

2007-11-19 Thread Viktor Klang
On 11/19/07, Emil Eifrem <[EMAIL PROTECTED]> wrote: > > On 11/18/07, Viktor Klang <[EMAIL PROTECTED]> wrote: > > I'm the one who should be thanking you man! > > As I said, you're practically part of the reason I started programming > some > > 8 y

Re: [Neo] Just saying Hi

2007-11-18 Thread Viktor Klang
On Nov 18, 2007 10:04 PM, Emil Eifrem <[EMAIL PROTECTED]> wrote: > On 11/18/07, Viktor Klang <[EMAIL PROTECTED]> wrote: > > Hello folks, > > > > I'm new on the list, just sending this to make sure that my subscription > and > > email client is pr

[Neo] Just saying Hi

2007-11-18 Thread Viktor Klang
Hello folks, I'm new on the list, just sending this to make sure that my subscription and email client is properly configured. Best regards -Viktor Klang ___ Neo mailing list User@lists.neo4j.org http://lists.neo4j.org/mailman/listinfo/user