This is not really a tapestry question. Here's the standard maven project layout http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
Any files under src/main/resources will be available on the classpath (eg Classloader.getResrouceAsStream(...)) Any files under src/main/webapp wil be available as a servlet resource (eg ServletContext.getResourceAsStream(...)) See also: http://tapestry.apache.org/assets.html http://tapestry.apache.org/5.3.6/apidocs/org/apache/tapestry5/services/AssetSource.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/Best-practice-to-store-other-languages-files-or-I-don-t-understand-tp5717488p5717490.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org