This package adds user access (visit) logging to a database using Hibernate. All you need to do to get it working is:
SessionFactory is available
from Tapestry-IoC.
br.com.arsmachina.accesslogger.hibernate.Access
to the list of annotation-mapped classes.
access table exists in your
database. This can be easily done
setting the to hibernate.hbm2ddl.auto
Hibernate configuration property
to update. This can also be done
using the SchemaExport Hibernate
class to generate the SQL table creation script.