brikis98 / ping-play

BigPipe streaming for the Play Framework
MIT License
307 stars 60 forks source link

Composite Page with MVC #11

Closed AhmedObaidi closed 9 years ago

AhmedObaidi commented 9 years ago

I refactored the application so pagelets will have their own real MVC structure, which means that each pagelet will have controller responsible for making the Rest call and rendering the content.

The main page template will only call the sub-templates for providing place holders. And the main controller will only call the sub-controllers for providing HtmlStream.

I would really appreciate any comment, since I'm just starting with both Scala and Play.

brikis98 commented 9 years ago

I left a few comments in the code, but to be honest, I'm not sure I fully understand the goal of the pull request. Can you describe it a bit more? Thanks!

brikis98 commented 9 years ago

Haven't heard back in a few months. Closing.