Jaroslav, I took a look in the Spring Roo videos and made a little notion on how you it works.
I wrote some programs when in college with the AspectJ (the base of the Spring Roo) and it was very nice to have custom aspects around my java classes. I think the main problem, at least for me, with the Roo tools is that it works basically only for the Java Plataform. I don't found any links on how to use only GWT + Roo whithout any server code. Anyway, i uploade some samples using my code template to generate some GwtEvents (the base for the MVP cool development in GWT). Thanks for the links, maybe when in a only Java project I consider using and learning more Spring Roo. On 18 jun, 19:27, Jaroslav Záruba <[email protected]> wrote: > I don't dare teach anyone Roo, I'm yet to try it myself. :) Let me only tell > you that I'm having pretty similar concerns to yours whenever I hear "code > generation". And after watching the video I know I will try it, it has > impressed me enough. > > 2010/6/19 André Moraes <[email protected]> > > > > > Jaroslav, > > > But how can I control the merge process? > > In my case the code is generated, than i can edit make any changes in > > the generated code (which will be preserved by the safe-code-marks) > > and then the GWT compiler (or any other compiler) will compile the > > code that i wrote. > > > I don't really know/use Roo, but I used some code generation tools > > before, so excuse me for any noob comment on the Roo subject. > > > On 18 jun, 19:08, Jaroslav Záruba <[email protected]> wrote: > > > 2010/6/18 André Moraes <[email protected]> > > > > > I'm not using the integration with Roo, but I dislike the idea of > > > > having a tool that after generating my code difficult to customize the > > > > generated code. > > > > Roo keeps your code untouched. It stores the modifications elsewhere and > > > merges those files at compilation-time. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Web Toolkit" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-web-toolkit%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
