Plone 3 Products Development Cookbook
Posted in CMS, Plone, book, python, review, zope on June 10th, 2010 by josemanises – Comments Off
Plone 3 Products Development Cookbook is a new book on plone development from Packt publishing open source. After receiving it, I decided to take a quick glance to it. The book features 364 pages, which makes it quite a big book for its price, organized in a cookbook approach, making it a very useful book.
Though the book is not written in a clasical style, because of its cookbook approach, there’s a progression in the recipes, as we can notice in the index:
- Chapter 1, Getting Started
- Chapter 2, Using Development Tools
- Chapter 3, Creating Content Types with ArchGenXML
- Chapter 4, Prevent Bugs through Testing
- Chapter 5, Creating a Custom Content Type with Paster
- Chapter 6, Creating Lightweight Content Types
- Chapter 7, Improving Product Performance
- Chapter 8, Internationalization
- Chapter 9, Adding Security to your Products
- Chapter 10, Improving User Interface with KSS
- Chapter 11, Creating Portlets
- Chapter 12, Extending Third-Party Products
- Chapter 13, Interacting with other Systems: XML-RPC
- Chapter 14, Getting our Products ready for Production
As you can notice from chapter titles there’s a progression we can follow through the book.But thanks to the cookbook approach we can easily find the recipe we need and use it. Note that it’s advisable to have knowledge on Plone, as the book doesn’t stops on explaining the basic concepts.
Don’t misunderstand this, the book is very thorough, it starts with the installation process, in Linux and Windows. The book is also very well explained, but basic knowledge is advisable so you can make the most from the book, as it’s not a beginners book.
