Re: Source code from other package into client app

2010-05-24 Thread Thomas Broyer
On 24 mai, 01:58, fazie wrote: > Hey, > I'm new in GWT and I'm building my first app using spring+gwt. > I get problem with source code from another package and used by client > side of gwt app. > > I've got two packages: > x.y.dao > x.y.web.gwt.client > > configuration of gwt module tells gwt t

Source code from other package into client app

2010-05-24 Thread fazie
Hey, I'm new in GWT and I'm building my first app using spring+gwt. I get problem with source code from another package and used by client side of gwt app. I've got two packages: x.y.dao x.y.web.gwt.client configuration of gwt module tells gwt to look up source under client/ directory: Now