Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by JacquesBlier:
http://wiki.apache.org/tapestry/Tapestry5WhereToStoreConfigurationResources

------------------------------------------------------------------------------
  Configuration Resources often need to be stored with your web application.  
These are consumed either by your application server, or libraries in your 
application (such as Hibernate).
  
  
-  * These locations a based on using a directory structure generated by Maven 
Tapestry 5 Archetype.  At the time of this writing, this is the typical way to 
start working on a Tapestry 5 project.  If your structure looks different, you 
will need to make changes accordingly.
+  * These locations are based on using a directory structure generated by 
Maven Tapestry 5 Archetype.  At the time of this writing, this is the typical 
way to start working on a Tapestry 5 project.  If your structure looks 
different, you will need to make changes accordingly.
  
   * Things that can go in 
     src/main/resources
@@ -21, +21 @@

   * Things that can go in 
     src/main/webapp/WEB-INF
        1. web.xml, as used by web application containers (Tomcat/Jetty, etc)  
In here you can put your context parameters, filters and filter mappings, and 
JNDI resource references.
-       2. app.properites, the application wide message catalog.  Use this for 
defining the labels for buttons, field labels and more.
+       2. app.properties, the application wide message catalog.  Use this for 
defining the labels for buttons, field labels and more.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to