Hi,
I'm doing some research into web app frameworks. I've recently
downloaded and had a play with TDK 2.1, I must say it is a really nice
framework, great work!
I have a question though, that maybe a more experienced developer can
help me shed some light on:
I noticed the libraries included in the sample webapps WEB-INF/lib add
up to a hefty sum. In the case of multiple Turbine apps being deployed
on a web container, this replicates a lot of the jars unnecessarily. So
i tried relocating these to tomcats lib dir instead. I found most of
them can live there, but the turbine-2.1.jar file in particular appears
to need to be in WEB-INF/lib of the webapp presumably because the
org.apache.turbine.Turbine class is in the jar. Given this is still some
600k, is there some way to share the turbine jar file across all webapps
in the container?
nb: velocity site tutorial needs to inform people that the
HelloWorld.java should be in a screens sub-package of another package
and that package must be added to TurbineResources.properties, I went
round in circles for hours on that one...
---
Sam Coward
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]