开发者

technology for new webproject?

开发者 https://www.devze.com 2023-01-02 06:05 出处:网络
i am planing to set up a new webproject which has to use a database and a model which can be presented in a browser. I looked at a lot of technologies (JSF, PHP, ..) but i could not find a free and ea

i am planing to set up a new webproject which has to use a database and a model which can be presented in a browser. I looked at a lot of technologies (JSF, PHP, ..) but i could not find a free and easy framework/technology for me (in the end i prefered asp.net, but this is not开发者_JS百科 free).

What can you recommend me for a new webproject from scratch?


I recommend you to either use Groovy/Grails (if you are already familiar with Java) or Ruby on Rails.

Grails tutorial (first part of the series): https://www.ibm.com/developerworks/java/library/j-grails01158/

RoR tutorial: http://storecrowd.com/blog/top-50-ruby-on-rails-tutorials/


i suggest to write it with the language you know more and understand better, all languages are good and can do whatever you want if you understand them well.

So if you know asp.net good go with it.


there are so many, here a few I would recommend

  • Ruby on Rails http://rubyonrails.org/ (coding is in Ruby)
  • Grails (runs on JVM, loosely based on ruby on rails) http://www.grails.org/ (coding is in Groovy)
  • web2py http://www.web2py.com/ (coding is in Python), pretty easy to get started with

Also hosting considerations (not that you asked but when you start to talk about 'free', most options have a cost)

+1 for ruby on rails because of hosting options like Heroku http://heroku.com/pricing#blossom-1-0 where you can host small apps for 'free' and if they get successful then you can bump to paid versions

as for web2py they do have options to deploy to Google App Engine but this does come with limitations

and for Grails check out Cloud Foundry http://www.cloudfoundry.com/ allows you to deploy to Amazon ec2 instance, takes care of alot of the deployment details but you pay full cost direct to amazon for your ec2 usuage (~$70.00 per month), better option might be slicehost http://www.slicehost.com/

not sure about asp.net hosting options or pricing? they do have a cloud offering now http://www.microsoft.com/windowsazure/offers/ doesn't look very cheap

not sure about

0

精彩评论

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