Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-04-10 Thread Amir Hossein Jadidinejad
codes that I can solve the problem? Kind regards, Amir --- On Sat, 3/13/10, Rick Bullotta rick.bullo...@burningskysoftware.com wrote: From: Rick Bullotta rick.bullo...@burningskysoftware.com Subject: Re: [Neo] Connecting to Neo4j DB from ActionScript To: 'Neo user discussions' user@lists.neo4j.org

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-04-10 Thread rick . bullotta
the webapp is destroyed. You can only have a single instance of the GraphDatabaseService active at a time. Those changes should get you working. Rick Original Message Subject: Re: [Neo] Connecting to Neo4j DB from ActionScript From: Amir Hossein

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-13 Thread Rick Bullotta
Bullotta rick.bullo...@burningskysoftware.com Subject: Re: [Neo] Connecting to Neo4j DB from ActionScript To: 'Neo user discussions' user@lists.neo4j.org Date: Friday, March 12, 2010, 6:27 PM Amir, I'm doing something similar (also with Flexviz). I looked at a number of other Flex graph

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-13 Thread Amir Hossein Jadidinejad
...@burningskysoftware.com Subject: Re: [Neo] Connecting to Neo4j DB from ActionScript To: 'Neo user discussions' user@lists.neo4j.org Date: Saturday, March 13, 2010, 9:57 AM Hi, Amir. Most of what we're doing is fairly specific to our domain model (each node has a type and a name property) and technology landscape

[Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Amir Hossein Jadidinejad
Hi, Is it possible to connect a Neo4j instance using ActionScript and Adobe Flex?! Thanks. ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Todd Stavish
Hi Amir, I used GSON (google's json package) on the Neo side and Flex's json AS3 classes to make the connection. -Todd On Fri, Mar 12, 2010 at 4:31 PM, Amir Hossein Jadidinejad amir.jad...@yahoo.com wrote: Hi, Is it possible to connect a Neo4j instance using ActionScript and Adobe Flex?!

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Amir Hossein Jadidinejad
Stavish toddstav...@gmail.com Subject: Re: [Neo] Connecting to Neo4j DB from ActionScript To: Neo user discussions user@lists.neo4j.org Date: Friday, March 12, 2010, 4:43 PM Hi Amir, I used GSON (google's json package) on the Neo side and Flex's json AS3 classes to make the connection. -Todd

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Rick Bullotta
: Re: [Neo] Connecting to Neo4j DB from ActionScript Dear Todd, I'm not familiar with them. Would you please provide me a simple how-to or some source code example? In fact, I'm going to visualise the Neo4j DB using FlexViz. It's really beautiful and flexible. Thanks. Amir --- On Fri, 3/12/10, Todd

Re: [Neo] Connecting to Neo4j DB from ActionScript

2010-03-12 Thread Amir Hossein Jadidinejad
...@burningskysoftware.com Subject: Re: [Neo] Connecting to Neo4j DB from ActionScript To: 'Neo user discussions' user@lists.neo4j.org Date: Friday, March 12, 2010, 6:27 PM Amir, I'm doing something similar (also with Flexviz).  I looked at a number of other Flex graph visualization libraries (Kapit, SpringGraph