The articles explaining some of what the code does are up on
http://timepedia.blogspot.com
-Ray
On Jun 15, 5:12 pm, Ray Cromwell <cromwell...@gmail.com> wrote:
> The source code is onhttp://code.google.com/p/gwt-exporter
/**
* @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
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- 隐藏被引用文字 -
>
> > > - 显示引用的文字 -- 隐藏被引用文字 -
>
> - 显示引用的文字 -