What are the best MVC web frameworks on the market

2019-03-08 20:32发布

I am looking for a Web Framework to move windows based applications to the web.

The main requirements to WF are the following:

  1. unit tests support
  2. desktop and mobile browsers support
  3. long term viability
  4. maturity of the framework

19条回答
SAY GOODBYE
2楼-- · 2019-03-08 20:58

I heavily prefer CakePHP for PHP, Django for Python, Rails for Ruby.

In terms of front-end, if you're looking for a desktop-esque end user experience you should look into ExtJS or YUI.

查看更多
做自己的国王
3楼-- · 2019-03-08 20:59

In my opinion, with contributions from the SO community

查看更多
够拽才男人
4楼-- · 2019-03-08 21:01

I have been using Wicket for about a year and it is fantastic. It's java based, supports unit tests, and uses a very flexible templating system for display.

查看更多
趁早两清
5楼-- · 2019-03-08 21:01

ASP.NET MVC will probably be the de facto standard on the .NET platform. Also, MonoRail has been around for quite a while and still doesn't support caching. It seems like a very difficult thing to do, and is a major drawback if you ask me.

查看更多
爱情/是我丢掉的垃圾
6楼-- · 2019-03-08 21:01

For Python, I recommend Pylons (docs) (book)

查看更多
三岁会撩人
7楼-- · 2019-03-08 21:03

if you're a java progammer, check out the Struts framework by the Apache folks.

查看更多
登录 后发表回答