> development and application oriented ? > > can any one tell please? > > php or java or ruby on rails ? > > which one is best ?
More information needed on what exactly you want to achieve. If you are looking at hosting cheaply and you are writing yet-another-blog-component, you are better off doing this in PHP. If you are writing an app to be deployed in a windows environment and has to integrate with other windows apps, then your choice could very well be .NET. If you are writing an app to be massively scalable, then the choice of language is actually a minor decision - what you should be considering is all the other aspects of the solution such as the caching architecture, clustering etc. If you are looking at millisecond response times, you may be looking at writing the entire web app in C/C++ like the solution LSE is currently using. My advice is to select a suitable framework first - and then use the language that works best with that framework. Of course some frameworks allow you to program using multiple languages - example: you could use the python syntax (groovy) or the ruby syntax (jruby) and still deploy on the jvm. Regards, Prem _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
