Re: Bootique-tapestry

2020-01-10 Thread Carlos Montero Canabal
Hi Cezary, For app.properties (app_XX.properties) @Contribute(ComponentMessagesSource.class) ... works perfectly. Thank you for you message! For static files... I was thinking that I will map directly into my apache/nginx before to redirect to jetty. I asked because until now, with war package, I

Re: Bootique-tapestry

2020-01-10 Thread Cezary Biernacki
Hi, regarding serving static resources if they can be served from URL path /assets/ (or other configured via tapestry.asset-path-prefix), then put them in META-INF/assets folder (inside src/main/resources for Maven project structure). They will handled by Tapestry's AssetsDispatcher and can be pote