I am using neo4j as backend in my project. For frontend,I dont want to do it in java as I am feeling too restricted in it. I am consider 2 options which are a) Use Jython/Django as I can call my java code in it. So that I can simply provide a good API of my database code and call it. b) Use Scala/Lift as do same as mentioned in above.
The only downside to this which I can think of now is it may be slow as calling one language from another and this can be a factor in scalability. I would like advise on what other issues can be there which can affect my project or this slowness alone can affect a lot? If too many then I would have to move to java only as neo4j suits perfectly to the project
P.S I am not inclined to any language.Ready to do it in any and I am not opting for Java not because I dont like but the thing is I am not sure about it because of cost factors and learning curve.Any advise on that would be cool.