Lift:
* stateful
* no code in the view
* there is more than one way to use Lift
Play!:
* stateless
* code in view: similar to erb files in rails
pros and cons about code in the view: http://scalate.fusesource.org/code-in-view.html
My experience: Well lets say on my next project I'll give "code in view" a try :)
Lift:
* stateful
* no code in the view
* there is more than one way to use Lift
Play!:
* stateless
* code in view: similar to erb files in rails
pros and cons about code in the view: http://scalate.fusesource.org/code-in-view.html
My experience: Well lets say on my next project I'll give "code in view" a try :)