Hi, The documentation also has a say on that one:
http://tapestry.apache.org/component-templates.html#ComponentTemplates-TemplateLocation -- Chris On Wed, Feb 12, 2014 at 5:28 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Wed, 12 Feb 2014 13:38:00 -0200, George Christman < > gchrist...@cardaddy.com> wrote: > > Hi Guys, I'm using 5.4 and my colleague brought to my attention in Igor's >> Tapestry5 book he noticed an example where the tml templates were being >> packaged together with the java classes. Anyhow I took it a step further >> and looked into Geoff's jumpstart package structure and noticed he was >> doing the same thing. The question is where is the best place to put the >> templates and/or is there a major downside to placing the templates in >> the java package? >> > > Your question is all about where to put sources. It's up to you. > For Tapestry itself, all it matters is that the templates go into the > webapp root or classpath; in both cases, in the right folder. I think the > recommended way is classpath. > > My choice? src/main/resources, which later goes to the classpath, no > doubts about it. > > -- > Thiago H. de Paula Figueiredo > Tapestry, Java and Hibernate consultant and developer > http://machina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >