开发者

How to choose the right web application framework?

http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks

Since we are ambitiously aiming to be big, scalability is important开发者_开发问答, and so are globalization features. Since we are starting out without funding, price/performance and cost of licences/hardware is important. We definitely want to bring AJAX well present in the web interface. But apart from these, there's no further criteria I can come up with.

I'm most experienced with C#/ASP.net, PHP and Java, in that order, but don't turn down other languages (Ruby, Python, Scala, etc.).

How can we determine from the jungle of frameworks the one that suits best our goal?

What other questions should we be asking ourselves?

Reference material: articles, book recommendations, websites, etc.?


For me, the most important things to consider were:

  • Fantastic lead developers who I trust to keep working on the project.
  • Googling a question brings a lot of good answers.
  • Most importantly, I have to like the way the code flows.
  • Edit: Also they have to be anal about coding standards. If there is inconsistency, I get very annoyed.

Those 3 points brought me to Symfony. It is always using the latest cutting edge features of the latest PHP version. Symfony 2.0 is using namespaces before any other framework.

Two of your points were:

  • i18n - there is great support for it (helps that the company behind it is French, so i18n is a first class citizen).
  • Scales - Yahoo Answers and Vimeo use Symfony and contribute back code. If those guys can scale Symfony to 100 million users, you can too :)


It all depends on the type of project you will be developing. Are you building a web application or a heavy content website or something else?

You also mix up programming languages with frameworks. The frameworks for PHP that I know are: CakePHP, CodeIgnitor, Zend and Symfony. For an out-of-the-box heavy content website I would suggest Drupal or Expression Engine.

It seems you won't be developing yourself. In that case I would determine the cost and availability of programmers and how widely the framework is supported and by who it is backed. The Zend framework is backed by the guys behind PHP, while CodeIgnitor is backed by the guys behind Expression Engine. Drupal has professional support packages,...


IMHO, for something that will have a lot of users, go for a compiled language.

If you don't try it, you will not know. So, I'd say do a small project in each of the frameworks you are seriously thinking about. I would prepare myself to do a lot of testing if it's something I'll be maintaining for some years. It's better to start off on the right foor than to get half way through a project only to realize you took the wrong path. There may be some requirements that end your search. For example, your servers' OS, a framework feature, or scalability. If you lay out your software plans and requirements, you probably will have very little left to choose from - unless your project really is quite generic or simple.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜