Sure it is.

You can put them into whatever package you want.

The trick is, that the compiler needs to know to process whatever
package they end up in.

In order to tell the GWT compiler to process that folder, edit your
<module>.gwt.xml file.

At the end, you should find some lines that look like this:

<source path="client" />
<source path="shared" />

If you put yours into a package, say called gadgets, then add a line
like this:

<source path="gadgets" />

The package will have to be a direct descendant of your module.  i.e.:

Your module is:  com.testCo.testApp

So, standard packages are: com.testCo.testApp.client

New gadgets package is: com.testCo.testApp.gadgets

Cheers!
On Apr 26, 2:24 pm, suresh <[email protected]> wrote:
> Hi
> We would like to have uixmls and coresponding java files in different
> packages (i.e directories). It is possible to have like that. Please
> let me know how to configure this.
>
> Thanks
> Suresh
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to