How to write a Product - Intro
There is a very good introduction to products available on the Web!
For everyone who wants to wrap his scripts into a product, an indispensable introduction called the "Minimal Product" is available. This is an excellent series about writing a product. This is how I started with products, and it's a must-read for everyone who wants to get into the product business.
The "Minimal Product" contains just the absolutely minimal code that is necessary for a product. You should read every line of the HowTo, and then use the very simple code as a starting point for your own product.
Part 1: http://www.vasudevaservice.com/documentation/how-to/HowToWriteAProductPart1/document_view
Part 2: http://www.vasudevaservice.com/documentation/how-to/HowToWriteAProductPart2/document_view
You can also download the code: http://zope.org/Members/ingeniweb/PloneMinimalProduct
