Thank John for the link.

The ShowcaseGenerator, is actually reading the content of the source files
and generating .html files, but I want to extract method bodies and their
javadoc so what I need an AST. So my question is more about how to use the
gwt ast from a generator.




On Thu, May 23, 2013 at 11:32 PM, John A. Tamplin <[email protected]> wrote:

> On Thu, May 23, 2013 at 5:28 PM, Manuel Carrasco Moñino <[email protected]
> > wrote:
>
>> What I'm doing is a generator for presentations. Given a java class with
>> my example methods, create a set of html slides.
>>
>> The generator reads the javadoc and the body of the method, and put them
>> in a hash table into the generated class. Then in client side I can use
>> this info to insert the code and wording in my slides using gwtquery.
>>
>
> That sounds a lot like what Showcase does -- maybe this will help:
>
>
> https://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/showcase/src/com/google/gwt/sample/showcase/generator/ShowcaseGenerator.java
>
>
> --
> John A. Tamplin
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
> ---
> 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 [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to