Wednesday, September 21, 2011

Book Review: Play Framework Cookbook

Ok, after some reading in parts of the book and touring some other parts (remember my previous entry?), here are my notes about this book. But first I have to mention the beckground I come from:
- Basically I come from a front-end development environment.
- C++ is my main interest, then comes Java.
- I've just started to learn Play framework and found it interesting to go deeper into.

Now let's get to the review:



1- From the book intro, the author indicated that proceeding with a Play tutorial plus some web developer skills—HTML and JavaScript. So I thought it would not be that hard to get started, and it wasn't at the very beginning, then it accelerated very quickly that I had to skip more parts chapter after chapter. Maybe I needed more that some knowledge or skills, I needed the "web culture".

2- I liked how the examples were introduced along with test cases. Examples on the internet may settle with some code and leave the testing to the user, so the book made it more professional.

3- Some code parts seemed to be eligible to be put inside real projects, not just dummy examples. They were well designed.

4- Most of the times I notice how the author tends to to stop at some part of the explanation or move faster. So I sometimes had the feeling that parts of the book were more like highlights.

5- This book can be useful as a reference while coding or preparing materials for a course/project. But not a solid tutorial to take (remember my background, it is still useful as I mentioned).


Thursday, September 8, 2011

To Read: Play Framework Cookbook


Today I had the opportunity to receive a softcopy of a new book: Play Framework Cookbook , by Alexander Reelsen, Packt Publishing.

And since Play Framework has not so many books to find, It was a good opportunity I cannot miss. What is attractive in this book? From the first look, it does not require deep experience with Play Framework. You just need to follow a couple of examples ( link1link2 ) on the internet to be ready for this book which already explains some basics in the first chapter and promises to mention some basic throughout the book.

Now let me start reading and give my review. If you are in a hurry to see the book from inside, here is a link to a sample chapter: (download)

Stay tuned ...