Hi,
I wish to create a git server for which I wish developers in my team to access their git repos through HTTP/git protocol by a web application. I want to develop this solution fairly in a short amount of time and i have to depend on the existing tools to do this. I am having a dilemma of choosing java/python/ruby(rails) for this purpose. Gitosis is in python, so Can I write my app in java and use gitosis to access the details of a git repo. Or should I use just python compulsarily to access git through gitosis ? Is there any other good and complete tool like gitosis for java ? I hope All these questions will lead me to choose the language in which I must implement the server code of the web application.
I am not an experience web developer so please guide me on this. Which is the right language for implementing the server code for this web application ?