Wednesday, September 7, 2016

gwt.user.rebind.SourceWriter vs gwt.codegen.server.SourceWriter

Hello all!

I've started to study GWT generators mechanism and noted that the SourceWriter interface is in two packages
  • com.google.gwt.codegen.server
  • com.google.gwt.user.rebin
As I understand tese packages relate to code generation task, but what's difference?

What package should I use?
Why com.google.gwt.i18n.rebind.LocalizableGenerator uses the codegen.server.SourceWriter,
but com.google.gwt.i18n.rebind.MessagesMethodCreator uses user.rebind.SourceWriter?


Best regards
Alexandr

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment