views:

1653

answers:

2

Has anyone tried to use MS Velocity with NHibernate.

I've seen that NHibernate can use NCache as a distributed cache, but I am more interested in using MS Velocity instead.

Are you aware of Cache Provider for MS Velocity for NHibernate?

+6  A: 

Check this out NHibernate.Caches.Velocity

Yitzchok
Ahh sweet. I tried going to NHibernate's website and Googling it, but didn't see anything about it.Thanks man!
Elijah Manor
A: 

I concur that NHibernate 2.0.0.1 works with Velocity CTP2. Although you'll have to re-compile the NHibernate.Caches.Velocity project with the updated reference dlls.