| # Comparing the frameworks | | # Comparing the frameworks |
| | | |
| - How easy was the framework to learn ? | | - How easy was the framework to learn ? |
| - How easy was the setup ? | | - How easy was the setup ? |
| - How easy is the deployment of new versions ? | | - How easy is the deployment of new versions ? |
t | - How extend able is the result ? (Imagine i would | t | - How extend able is the result ? (e.g. Imagine i |
| like to add a workflow where changes get online o | | would like to add a workflow where changes get onl |
| nce an administrator approves them) | | ine once an administrator approves them) |
| - How much [duplication](http://c2.com/cgi/wiki?Do | | - How much [duplication](http://c2.com/cgi/wiki?Do |
| ntRepeatYourself) was necessary ? (e.g. need to de | | ntRepeatYourself) was necessary ? (e.g. need to de |
| scribe the models in the database as well as in co | | scribe the models in the database as well as in co |
| de or xml ? / need to describe attributes of model | | de or xml ? / need to describe attributes of model |
| s in models and views ?, etc.) | | s in models and views ?, etc.) |
| - How much useless code (code which is the same fo | | - How much useless code (code which is the same fo |
| r every application, view, model, ...) was require | | r every application, view, model, ...) was require |
| d | | d |
| | | |