Hi Manav,

You may want to consider Groovy (http://groovy.codehaus.org/). Why?

        1. It is an easy to learn scripting language with constructs nearly 
analogous to Ruby.
        2. It is a superset of Java so you can do Java programming if you wish.
        3. You can use it as a REPL or through an IDE as a development language.
        4. It is the host language of Gremlin (http://gremlin.tinkerpop.com) so 
you get the ability to do graph traversals in an elegant manner.

Hope that helps,
Marko.

http://markorodriguez.com

On Jun 18, 2011, at 8:16 AM, Manav Goel wrote:

> Hi
>      I am working on neo4j for past 2 months and found it everything which
> I needed. But the problem coming is integrating it with php.I was looking
> into php-java bridge and it looks  a headache. Python binding of neo4j are
> old and there is not much on net to work with it. My teammates dont want to
> work on Java framework because of big learning curve and also their is
> concern of it being costly.Is it?
> 
> My question is this php-java bridge suitable for big projects(or have the
> potential to become big)?
> If not then I would have to move from neo4j which I dont want.
> I seriously need advice and suggestions to make it work.
> Also wanted to know how other people using neo4j are handling frontends of
> their projects?
> 
> Regards,
> 
> -- 
> Manav Goel
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to