Hi,
I included a example description for including external jars / Java
projects into GWT projects (client side) in this tutorial:
http://www.vogella.de/articles/GWT/article.html
Best regards, Lars
On 22 Apr., 18:53, Qing <
zq.zhangq...@gmail.com> wrote:
> Oh, i see. Thankyou! It works.
> > That is correct, ifyourexternal library is only used on the server
> > side (Hibernate, axis, etc) then there is no need to reference it in
> >yourgwt.xmlfile.
>
> > However, ifyoudo need to use it inyourclient code then it must
> > containsource(.java files) as well as have agwt.xmlfile of its
> > own, AND be "translatable" (not something thatyouraverage java lib is)
>
> > -jason
>
> > On Apr 4, 2009, at 7:18 AM,Qingwrote:
>
> > >Youmean I don't need to add <inherits name='FinancialFookit'/> to the
> > > OnlineBanker.gwt.xml?
>
> > > On Apr 4, 1:58 am, Vitali Lovich <
vlov...@gmail.com> wrote:
> > >> Wait, ifyouonly have a dependancy inyourserver-side code, why are
> > >>youtrying to integrate the client code?
> > >>> I added FinancialToolkit.gwt.xmlinto the jar. Doesn't work. do I
> > >>> need
> > >>> to put this file to the folder of OnlineBanker as well?
>
> > >>> On Apr 4, 12:16 am, Nicanor Babula <
nicanor.bab...@gmail.com> wrote:
> > >>>> Hi,
> > >>>> It looks likeyouhave to add toyourjar file