On 1/4/02 4:02 AM, "Endre St�lsvik" <[EMAIL PROTECTED]> wrote:
> > | There are a a few cool things in View that will probably migrate into > | Velocity proper, namely the WebappLoader, which does template loading via > | letting the container return input streams > > HOW do you do it now, then?! _Files_? Paths? > There's a few ways. You can do it via paths using the file loader, you can do it via specific jars with the jar loader, you can do it via the classpath loader by putting jars of templates into WEB-INF/lib or you can load from a database with the DataSource loader... With the webapp resource loader, you can just sprinkle them throughout the webapp, and reference them relative to context root... -- Geir Magnusson Jr. [EMAIL PROTECTED] System and Software Consulting "Now what do we do?" -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
