I'm not 100% sure if this satisfies your requirements, but you could have
ImageBundle classes that are shared between modules.

Or if you want actual sharing (as opposed  to simply code sharing), you
could create an ant task that copies your resources to the war/ directory -
this way (if you set up your links correctly), you can share those resources
between all modules.

Check out the GWT.getModuleBase() & the like to determine how to calculate
the address of the resource you want.

On Sat, Apr 11, 2009 at 7:00 AM, Ed <[email protected]> wrote:

>
> Hellu,
>
> I am about to mergen vrom 1.5 to 1.6 and like to know how I can easily
> share rersources like for example an image folder between different
> gwt modules/apps ?
>
> I .5. I simple have a symlink to from inside a gwt app public folder
> to the project that contains the shared folder.
> But can't I improve this in 1.6. ?
>
> -- Ed
> >
>

--~--~---------~--~----~------------~-------~--~----~
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