> 1. GWT.create
>

<generate-with>: Annotation processors
<replace-with>: Dagger 2.x + AutoFactory (assisted inject) for injection 
and System.getProperty() to build the Dagger dependency graph based on your 
deferred binding properties.

For Dagger I created a pull request that generates a dagger-gwt artifact 
including a GWT module: https://github.com/google/dagger/pull/119



2. RPC
>

Anything that generates code in a way that is compatible with annotation 
processors so they can migrate to APT in the future. I guess you need to 
ask maintainers of your preferred alternatives and hear what they say. 
Regardless of GWT 3.0 I would never really use GWT-RPC again because things 
like RPC policy files, "do not use interfaces in serializable types" and 
that it is hard to consume outside of GWT are annoying.



-- J.

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

Reply via email to