I init this thread as Scott suggested here (
http://groups.google.com/group/Google-Web-Toolkit-Contributors/msg/3c3b1799a2ddd21d
).
APT is an API for code generation in Java 5. In Java 6, this API
becomes stable and was included in the javax package.APT has the same
functionallity than Generators, and I think it's a good alternative
for the GWT Generator API. IMHO, support for APT isn't hard to
implement, because this API is included with the JDK.
Please, take a look on this link: http://java.sun.com/javase/6/docs/technotes/guides/apt/index.html
On 21 ago, 22:44, "John Tamplin" <j...@google.com> wrote:
> On 8/21/07, Andrés Testi <andres.a.te...@gmail.com> wrote:
>
>
>
> > I init this thread as Scott suggested here (
>
> >http://groups.google.com/group/Google-Web-Toolkit-Contributors/msg/3c...
Its not as if it actually improves anything in terms of features or
performance. In the end the same code is run just via a different
mechanism.