Studying existing source codes is the best method of learning new software technology. But it is difficult to find codes on Internet in case of portlets. In my previous post titled free portlets , I mentioned about few free resources on Internet where you can find portlets. But most of those resources are based on vendor dependant APIs and tools and hence not much useful in JSR 168 Portlet API learning. Here are few Sample Portlets that you can use for start learning portlet development -
1. http://www.geocities.com/lestermartin/portlet/portlet-dev-env.zip - 2 portlets (Hello World and Calculator) by Lester Martin
2. Notepad, Bookmark and Showtime Portlets - 3 sample portlets (Notepad, Bookmark and Showtime) from Sun Microsystems
3. http://sourceforge.net/project/showfiles.php?group_id=91153 - 5 portlets (Google, Rss, Wizard, Upload, Mail) by POST: Portlet Open Source Trading Website
I am sure that there are various example portlets scattered across the Internet. If yo...