Re: [The Java Posse] The builder pattern in Dick's Devoxx presentation

2009-11-20 Thread Moandji Ezana
IIRC, it was a series of single-method interfaces. Each method returned the Builder type, except the "last" method, which returned the target type. The builder implemented all the interfaces and returned this for every implemented method. The point was to have the IDE's auto-complete guide you thr

[The Java Posse] The builder pattern in Dick's Devoxx presentation

2009-11-20 Thread Jesper de Jong
Hello Dick, In your presentation at Devoxx this week (which was very interesting!) you showed a slide that demonstrated a builder pattern in Java, with a number of interfaces. It looked interesting, but I forgot the exact details of how it looked. Can you please share it here? regards Jesper de J