Oldtimer
unread,Jul 4, 2009, 8:44:23 AM7/4/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi,
I am working on a generator class to generate a factory class to
create beans (GWT Composite classes) with configuration meta data in
the Spring xml format. With the help of some of the early posts and
articles about GWT generator, I am able to create the skeleton code
and it is working fine. The problem is, however, the same factory
class will be the same for all the permutations, is there a way to set
a property to tell the GWT compiler to generate the class file(s) only
once and include it in generating the javascript copies?
I have been using GWT Rocket, which is a great package, but I have
realized that I need to code my own generator for what I try to
accomplish.
Thanks.