[web2py] Re: Top 3 web2py features

2010-05-26 Thread weheh
1) One language -- python (other systems have multiple languages or non-standard languages such as Ruby) 2) Batteries included: - built-in authentication and security against various hacks - built-in admin interface - built-in json, xml, rss, screen-scraper ... interfaces/facilities - buil

[web2py] Re: Top 3 web2py features

2010-05-25 Thread Jonas Rundberg
Mengu, I agree to all the mentioned pros for web2py. Would you like to elaborate on your first item -scalable? Which features in web2y fo you refer to that facilitates scalability? cheers / jonas On May 7, 12:13 am, Mengu wrote: > 1) scalable > 2) fast > 3) easy

[web2py] Re: Top 3 web2py features

2010-05-07 Thread Beerc
As Mengu, but with different flavor: 1) easy as possible (you can write many details: DAL, forms, CRUD, templates etc.) 2) secure (web is dangerous, because of its openness, but with web2py easy to avoid many security problems) 3) fast and scalable (every part: the DAL, the core, the templates)

[web2py] Re: Top 3 web2py features

2010-05-06 Thread cjrh
On May 6, 5:18 pm, Álvaro Justen [Turicas] wrote: > So, please, each of you, prioritize your list and show me the top 3 > features you like. batteries, migration, python-in-templates.

[web2py] Re: Top 3 web2py features

2010-05-06 Thread Richard
SQLFORM Excellent GAE support DAL is very intuitive And a super helpful user group! On May 7, 1:18 am, Álvaro Justen [Turicas] wrote: > Hi folks, > I'm writing an article to a brazillian technology magazine about > web2py but I have limited space, so I need to write what are the most > importan

[web2py] Re: Top 3 web2py features

2010-05-06 Thread Mengu
1) scalable 2) fast 3) easy

Re: [web2py] Re: Top 3 web2py features

2010-05-06 Thread Thadeus Burgess
1) DAL ( like SQL, runs almost anything, very logical and natural if you are used to writing pure SQL all the time ) 2) All in one package (batteries included) 3) Simplicity. -- Thadeus On Thu, May 6, 2010 at 10:33 AM, Jonathan Lundell wrote: > On May 6, 2010, at 8:28 AM, mdipierro wrote: >

Re: [web2py] Re: Top 3 web2py features

2010-05-06 Thread Jonathan Lundell
On May 6, 2010, at 8:28 AM, mdipierro wrote: > 5) All in one packages with no dependencies and no config files This is my #1 feature. Frameworks tend to be cobbled together messes of independently developed bits and pieces; web2py is coherent.

[web2py] Re: Top 3 web2py features

2010-05-06 Thread mdipierro
It depends whether you want the most useful fetaures or the unique features. I would go with unique features: 1) backward compatibility (implies we try not to break your code) 2) ticketing system (implies easy to debug errors in production) 3) web based IDE for development, testing, debugging, dep