blob: 70e1ae57a0d95b4f879d77ba7cc87a3397fcad4f [file] [log] [blame]
Welcome to Velocity!
This directory contains a few examples to help get you started.
As always, the if you have any questions :
1) Make sure you followed any directions :-) (did you build
everything?)
2) Review documentation included in this package, or online at
http://velocity.apache.org/
3) Ask on the velocity-user list. This is a great source of support
information. To join, read http://velocity.apache.org/contact.html
and then follow the links to join the lists.
context_example
---------------
This is a demonstration of 2 different context implementations :
- a context implementation that uses a database as the storage.
Use the DBContextTest program to test. See the DBContextTest.java file for the
db table info. Unsupported demonstration code. You may need to futz with
it to get it to work in your environment. To run, use the dbcontexttest.sh
script.
- a context implementation that uses a TreeMap for storage. Very simple.
Thanks for using Velocity!
- the Velocity team