Hello all,

we are using an annotation processor to generate the async interfaces that 
are required by the GWT RPC services. This annotation processor automatizes 
the generation and works smoothly both with the maven build and on the IDE, 
plus we have other generation requirements and we have then added some more 
options to customize the output. Code generation is triggered by adding the 
@Asynchronize annotation to the original interface.

We *have released it open source*, on 
https://github.com/codejuicer/asynchronize and the first public release is 
already available and published into Maven Central repo:
<dependency>
    <groupId>org.codejuicer</groupId>
    <artifactId>asynchronize-processor</artifactId>
    <version>0.9.1</version>
</dependency>

Here is a Youtube video overview <https://youtu.be/YC853Kkm_6E> I have made 
to show how to use the processor and what it does (but generically it is 
sufficient to add this dependency and put @Asynchronize to make it work). 

We would like it to be used for future GWT, so we ask please the main 
contributors to have a look and give feedback, report issues (on github!) 
or ask documentation clarification so we can improve it for GWT developers 
needs.

Thank you all,

Cristiano

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/9f90feae-e904-4e7b-a13b-9e6fad203afd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to