简体   繁体   English

django式框架?

[英]django-like frameworks?

Hi I've been working with Django for a few months and find it really helpful. 嗨,我已经和Django合作了几个月,发现它真的很有帮助。 Is there a similar framework for other programming languages such as Java or C#? 是否有其他编程语言(如Java或C#)的类似框架? The problem I have with Django is finding a server to host the project because supporting servers are more expensive and harder to find. 我与Django的问题是找到一个服务器来托管项目,因为支持服务器更昂贵,更难找到。

In Django I find the following items useful: the object-relational mapper, admin interface and url management. 在Django中,我发现以下项有用:对象关系映射器,管理界面和URL管理。

Thanks! 谢谢!

If you're only looking for an alternative because of the hosting aspect of it, I suggest you simply find suitable hosting as opposed to throwing away the framework you like. 如果您只是因为托管方面而寻找替代方案,我建议您只需找到合适的托管,而不是丢弃您喜欢的框架。

If you are looking for a good Django host, I HIGHLY recommend Webfaction . 如果您正在寻找一个好的Django主机,我强烈推荐Webfaction

If they're not your cup of tea, check out djangofriendly.com , which has a huge list of good Django hosts. 如果他们不是你的一杯茶,请访问djangofriendly.com ,它有很多优秀的Django主机。

If you're looking for the cheapest hosting then PHP is probably your choice. 如果您正在寻找最便宜的托管,那么PHP可能是您的选择。 The downside is that PHP is a horrible cobbled together language, and a lot of the PHP code out there is equally terrible (par for the course, I suppose). 缺点是PHP是一种可怕的拼凑语言,而且很多PHP代码同样很糟糕(我认为这个课程相当)。

Actually since django can run on fcgi, its theoretically possible to run it on any shared host. 实际上由于django可以在fcgi上运行,理论上可以在任何共享主机上运行它。 Here's some instructions for site5 http://www.codekoala.com/blog/2008/installing-django-shared-hosting-site5/ 以下是site5的一些说明http://www.codekoala.com/blog/2008/installing-django-shared-hosting-site5/

Getting hosting for django should be much easier and cheaper than java and asp.net. 获取django的托管应该比java和asp.net更容易和更便宜。

Consider deploying on GAE, which is free for small sites. 考虑在GAE上部署,GAE对于小型站点是免费的。

http://code.google.com/intl/da/appengine/articles/app-engine-patch.html http://code.google.com/intl/da/appengine/articles/app-engine-patch.html

如果您希望借助CPAN中的大量模块进行开发,那么Catalyst-Web Framework是一个不错的选择。

You can create the Dynamic Data Site in Visual Studio 2010, which does the same thing like Django-admin site. 您可以在Visual Studio 2010中创建动态数据站点,它与Django-admin站点一样。 It requires Entity Framework. 它需要实体框架。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Java / JPA中类似Django的查询 - Django-like queries in Java/JPA 如何在Tapestry5应用程序中实现类似django的管理命令? - How to implement django-like management commands in Tapestry5 app? Django或RoR就像常见的Java或ASP Web框架一样 - Django or RoR like common Java or ASP web-frameworks 注释在像Spring这样的各种Java框架中有什么用? - What is the use of Annotations in various java frameworks like Spring? 什么是注释,它们如何真正适用于像Spring这样的框架? - What are annotations and how do they actually work for frameworks like Spring? Java中是否有同步框架或算法(例如Microsoft同步框架) - Are there sync frameworks or algorithms in java like Microsoft sync framework 类似的功能,例如其他持久性框架中的EclipseLink Flex扩展? - Similar Feature like EclipseLink Flex Extensions in other Persistence Frameworks? 什么是引导程序类,如何在像spring这样的框架中使用它? - What is a bootstrap class and how is itused in frameworks like spring? 像Hibernate这样的框架带来多少开销? - How much overhead do frameworks like Hibernate bring? Java框架/库支持创建“类似于向导”的命令行应用程序 - Java Frameworks/Libraries to support creating “wizard-like” Commandline Applications
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM