On Tue, Sep 9, 2008 at 11:53 AM, John Tamplin <[EMAIL PROTECTED]> wrote:
> On Tue, Sep 9, 2008 at 10:11 AM, Eric Ayers <[EMAIL PROTECTED]> wrote: > >> Would you please review the following change I made to the Developer's >> Guide? >> >> Updated the page: >> >> >> http://code.google.com/p/google-web-toolkit-doc-1-5/wiki/DevGuideMarshaling?updated=DevGuideMarshaling&ts=1220969310 >> >> with the following text near the bottom: >> >> "When passing arrays between JavaScript and Java, the helper classes >> JsArray, JsArrayBoolean, JsArrayInteger, JsArrayNumber, and JsArrayString >> can be used to efficiently pass arrays when compiled into JavaScript. When >> compiled, these classes turn into native JavaScript arrays." >> > > LGTM, other than the wording might be construed as meaning it is only when > you compile and isn't available in hosted mode. > OK, this is probably more accurate: When passing arrays between JavaScript and Java, the helper classes JsArray, JsArrayBoolean, JsArrayInteger, JsArrayNumber, and JsArrayString can be used. These classes are wrappers around a native JavaScript array. -- Eric Z. Ayers - GWT Team - Atlanta, GA USA http://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
