PDA

View Full Version : Learn more about the Flyweight Pattern



patspam
17 Dec 2007, 4:43 PM
If you're interested in learning more about the Flyweight pattern which is used to good effect in the Ext library (Ext.fly() method etc..), the YUI blog is currently hosting a chapter on the flyweight pattern from a new Apres book "Pro JavaScript Design Patterns" by Ross Harmes and Dustin Diaz.

Check it out here (http://yuiblog.com/assets/projsdesignpatterns-ch9.pdf).

Patrick