If I want to see What the Generator write code,How can I do?

4 views
Skip to first unread message

Chenmin

unread,
Oct 17, 2008, 3:16:34 AM10/17/08
to rocket-gwt
If I want to see What the Generator write code,How can I do?

I create a Beans.java

package chenmin.client;

import rocket.beans.client.BeanFactory;

public interface Beans extends BeanFactory {

}

And use it like this

BeanFactory beans = GWT.create(Beans.class);

I know the GWT will use rocket.generator.rebind.Generator to generate
chenmin.client.Beans__BeanFactory
But I want to see chenmin.client.Beans__BeanFactory.java

Thank you

Miroslav Pokorny

unread,
Oct 17, 2008, 5:26:19 AM10/17/08
to rocke...@googlegroups.com
Add the command line option to "-gen $$some-temp-dir$$" to your hosted
mode launch or the gwt compiler. The temp java filed willbe written to
that die....

Sent from my iPhone

Reply all
Reply to author
Forward
0 new messages