i am building an app that searches B&B spots from a database. when it came to choosing the server side technology, i heard so many different views - java & servlets./ C# & asp.MVC and others.
so here some information about the web app: - this app searches from an sql database. - it will have javascript/ajax UI and latest front end framework (maybe even backbone.js).
what are the advantages/dis-advantages on going one way or another? what is preferred way?
i've reading a lot about building fast web apps. i'd love to hear how would you go about it.