Design Patterns

Design patterns and GWT

We have a calculator EntryPoint implementation that places a CalculatorWidget on the RootPanel, so we now need to provide this widget. This will be our own...

0 replies - 21307 views - 07/21/08 by Schalk Neethling in News

Intro to Design Patterns: Prototype Pattern

Today we're going to look at the Prototype design pattern.  Specify the kinds of objects to create using a prototypical instance, and create new objects by...

4 replies - 7558 views - 05/07/08 by Andre Mare in Articles