Hi Lúcio, Composite in GWT is indeed the composite pattern as described in Wikipedia:...the composite pattern is a partitioning design pattern. Composite allows a group of objects to be treated in the same way as a single instance of an object.
Using com.google.gwt.user.client.ui.Composite you can treat a group of e.g. Widgets as a single instance of an object. Regards, Andreas On 23 Nov., 15:31, Lúcio Camilo <[email protected]> wrote: > The Command I understand, but and the Composite? Does not seems the same > than the pattern. > There are others design Patterns in GWT? > > 2009/11/23 Martin Trummer <[email protected]> > > > > > maybe you should ask a more detailed question > > > the GWT stuff is just an implementation of the corresponding pattern > > with the same name > > you'll find plenty of explanations for the patterns when you google > > for them > > or look it up in wiki > >http://en.wikipedia.org/wiki/Command_pattern > > > I don't know what more one could say about this.. > > > On 21 Nov., 23:58, Lúcio Camilo <[email protected]> wrote: > > > But someone can xplain what? > > > > 2009/11/20 Martin Trummer <[email protected]> > > > > > yes > > > > > On 19 Nov., 21:08, Lúcio Camilo <[email protected]> wrote: > > > > > The component Composite and the object Command have something in > > common > > > > with > > > > > the design patterns with same name? > > > > > -- > > > > > You received this message because you are subscribed to the Google > > Groups > > > > "Google Web Toolkit" group. > > > > To post to this group, send email to > > [email protected]. > > > > To unsubscribe from this group, send email to > > > > [email protected]<google-web-toolkit%2Bunsubs > > > > [email protected]> > > <google-web-toolkit%[email protected]<google-web-toolkit%252Bu > > [email protected]> > > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-web-toolkit?hl=. > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
