There's a package play.api.libs.iteratee
in play2, which has a big object Iteratee
which has more than 1000 lines.
Why play2 need such a big object and how to understand it?
There's a package play.api.libs.iteratee
in play2, which has a big object Iteratee
which has more than 1000 lines.
Why play2 need such a big object and how to understand it?
You can understand it better by reading the following:
http://jsuereth.com/scala/2012/02/29/iteratees.html
http://github.com/playframework/Play20/wiki/Iteratees
http://mandubian.com/2012/08/27/understanding-play2-iteratees-for-normal-humans/
I just wrote an article trying to explain the concepts of Iteratees provided by Play2 for those who try to discover them.
http://mandubian.com/2012/08/27/understanding-play2-iteratees-for-normal-humans/
Here is the conclusion of the article because it appears I must put essential parts to answer your question. But my article is a whole and your question is also quite large...