GWT Exporter now available, GWT Demystified: Generators Part 3 now up

12 views
Skip to first unread message

Ray Cromwell

unread,
Jun 15, 2007, 5:12:53 PM6/15/07
to Google Web Toolkit

The source code is on http://code.google.com/p/gwt-exporter

The articles explaining some of what the code does are up on
http://timepedia.blogspot.com

-Ray

charlie...@gmail.com

unread,
Jun 16, 2007, 8:27:34 PM6/16/07
to Google Web Toolkit
Damn nice series of articles sir, and the Chronoscope is impressive
too. Thanks.

On Jun 15, 5:12 pm, Ray Cromwell <cromwell...@gmail.com> wrote:
> The source code is onhttp://code.google.com/p/gwt-exporter

ZhangJianshe

unread,
Jun 17, 2007, 10:35:42 AM6/17/07
to Google Web Toolkit
o,great work,
i use this tools well,but i met a problem:
when i export one class TFoo which has two method like this

/**
* @gwt.export
*/
class TFoo implements Exportable
{
public TFoo2 getFirst()
{
return new TFoo2();
}
public TFoo2 getSecond()
{
return new TFoo2();
}
}

/**
* @gwt.export
*/
class TFoo2 implements Exportable
{
public void MyMethod(){}
}

then the compiler writes this error:
[WARN] A request to create type 'com.mapway.client.TLatLngImpl' was
received while the type itself was being created; this might be a
generator or configuration bug.

hello ray ,how can i solve this problem.

On 6月17日, 上午8时27分, "charlie.coll...@gmail.com"

> > -Ray- 隐藏被引用文字 -
>
> - 显示引用的文字 -

Ray Cromwell

unread,
Jun 17, 2007, 12:56:20 PM6/17/07
to Google Web Toolkit

Are you still using the pre-release version, or did you download the
newest version from http://code.google.com/p/gwt-exporter?

-Ray

ZhangJianshe

unread,
Jun 17, 2007, 9:12:15 PM6/17/07
to Google Web Toolkit
it works!,thank you.

On 6月18日, 上午12时56分, Ray Cromwell <cromwell...@gmail.com> wrote:
> Are you still using the pre-release version, or did you download the

> newest version fromhttp://code.google.com/p/gwt-exporter?


>
> -Ray
>
> On Jun 17, 7:35 am, ZhangJianshe <ZhangJian...@gmail.com> wrote:
>
>
>
> > o,great work,
> > i use this tools well,but i met a problem:
> > when i export one class TFoo which has two method like this
>
> > /**
> > * @gwt.export
> > */
> > class TFoo implements Exportable
> > {
> > public TFoo2 getFirst()
> > {
> > return new TFoo2();
> > }
> > public TFoo2 getSecond()
> > {
> > return new TFoo2();
> > }
>
> > }
>
> > /**
> > * @gwt.export
> > */
> > class TFoo2 implements Exportable
> > {
> > public void MyMethod(){}
>
> > }
>
> > then the compiler writes this error:
> > [WARN] A request to create type 'com.mapway.client.TLatLngImpl' was
> > received while the type itself was being created; this might be a
> > generator or configuration bug.
>

> > helloray,how can i solve this problem.


>
> > On 6月17日, 上午8时27分, "charlie.coll...@gmail.com"
>
> > <charlie.coll...@gmail.com> wrote:
> > > Damn nice series of articles sir, and the Chronoscope is impressive
> > > too. Thanks.
>

> > > On Jun 15, 5:12 pm,RayCromwell <cromwell...@gmail.com> wrote:
>
> > > > The source code is onhttp://code.google.com/p/gwt-exporter
>
> > > > The articles explaining some of what the code does are up onhttp://timepedia.blogspot.com
>
> > > > -Ray- 隐藏被引用文字 -
>

> > > - 显示引用的文字 -- 隐藏被引用文字 -
>
> - 显示引用的文字 -

Reply all
Reply to author
Forward
0 new messages