Changes between Version 4 and Version 5 of FrequentlyAskedQuestionsWeb2Py
- Timestamp:
- 09/27/09 11:21:27 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestionsWeb2Py
v4 v5 1 1 == Why Web2Py? == 2 2 Web2Py is a modern environment which has been built to learn from the good & bad of other frameworks (such as Django & Ruby on Rails):[[BR]] 3 http:// mdp.cti.depaul.edu/examples/static/web2py_vs_others.pdf3 http://web2py.com/examples/static/web2py_vs_others.pdf 4 4 5 5 * Easy to Install … … 13 13 * integrated web-based IDE can be used for all functionality (although can also use other IDEs) 14 14 15 * In-Built Translation interface 16 17 * [http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller MVC] design approach to separate Presentation from Code 15 * Commitment to backward compatibility 16 * http://groups.google.com/group/web2py/browse_thread/thread/21dcd8faff44e9bf# 18 17 19 18 * Secure by default: 20 http:// mdp.cti.depaul.edu/examples/default/features19 http://web2py.com/examples/default/features 21 20 22 21 * Database abstraction … … 24 23 * we-based database administration tool which works across all back-ends 25 24 25 * [http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller MVC] design approach to separate Presentation from Code 26 27 * In-Built Translation interface 28 26 29 * Support for key interoperability standards 27 * AJAX: http:// mdp.cti.depaul.edu/AlterEgo/default/show/1030 * AJAX: http://web2py.com/AlterEgo/default/show/10 28 31 * JSON 29 * XML-RPC: http:// mdp.cti.depaul.edu/examples/default/examples#xmlrpc_examples30 * SOAP: http:// mdp.cti.depaul.edu/AlterEgo/default/show/16532 * XML-RPC: http://web2py.com/examples/default/examples#xmlrpc_examples 33 * SOAP: http://web2py.com/AlterEgo/default/show/165 31 34 32 35 * Helpful community: