Paulo, Placing those files under war/ will make them accessible to your web application as static files. I think this is what you want.
You can also use ClientBundle to grab resources at compile time from the Java classpath. This is possible in GWT 2.0 (trunk), but not in GWT 1.6. Fred On Tue, Jul 7, 2009 at 1:02 PM, Paulo Coutinho <[email protected]> wrote: > > I have a question about structure: > > i have a war folder like this: > > > war/ > index.html > images > image1.png > image2.png > ... > css > structure.css > jquery.css > js > jquery.js > jquery.plugin.js > swf > player.swf > WEB-INF/ > appengine-web.xml > web.xml > logging.properties > classes/ > lib/ > ...App Engine JARs... > > > So my question is, the images/css/js/swf folder is in correct place ? > > I have to MAP in any place(xml or .properties) my css/js/images ? > > > 2009/7/7 Fred Sauer <[email protected]>: > > I hope this helps: > > http://code.google.com/eclipse/docs/existingprojects.html > > Fred > > > > On Fri, Jul 3, 2009 at 4:58 AM, magon <[email protected]> wrote: > >> > >> using GWT 1.6 with eclipse plugin > >> > >> before this version the gwt-project file structure had a public > >> folder, where i put all my resources, > >> and those resources become "visible" for all other gwt-project that > >> references this first project > >> > >> now i have a war folder where i put all my resources, but other > >> projects that references this one can“t use > >> those resources. > >> > >> my doubt is: how to deal with that? > >> > >> > >> thanks > >> > >> > > > > > > > > -- > > Fred Sauer > > [email protected] > > > > > > > > > > > -- > Atenciosamente, > Paulo Coutinho. > Blog: www.prsolucoes.com/blog > Site: www.prsolucoes.com > Msn: [email protected] > > > > -- Fred Sauer Developer Advocate Google Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
