Re: MVP widgets where to put support for i18n - into view or presenter

2011-08-19 Thread Jeff Larsen
I stick them in the view. They've always seemed like view objects to me. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/_YYqN69dcS8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



MVP widgets where to put support for i18n - into view or presenter

2011-08-19 Thread Tomasz Gawel
Hi,
as MVP pattern suits perfectly when it comes to designing gwt widgets
(e.g. widgets - as presenter and "layout" inner class as view - for
more about see http://www.youtube.com/watch?v=PDuhR18-EdM) i still
have a dillema where to put support for messages (with possibility to
change messages in runtime) - presenter or view? Please share your
experience in the subject if you could. :)
thanks.

ps. i use application-wide messeages incjected to uibinder templates
with  not automatically generated uibinder messages
- as i need them in java and templates.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.