How do i use java based configuration? Is there any info about on the user manual?
On Sat, May 1, 2010 at 11:48 AM, Antonio Petrelli < [email protected]> wrote: > 2010/5/1 Asaf Lahav <[email protected]>: > > Following is the Tomcat initialization log inidcating usage of deprecated > > classes... (in red). > >... > > 62 [main] WARN org.apache.tiles.factory.TilesContainerFactory - > DEPRECATION > > WARNING! You are using parameter-based initialization, that is no > > longer supported! > > Please see docs: > > http://tiles.apache.org/framework/tutorial/configuration.html > > This means that configuration through initialization parameters is no > deprecated in Tiles 2.2.x. You can live with it, or use Java-based > configuration: > http://tiles.apache.org/framework/tutorial/configuration.html > > Antonio >
