In my Tapestry 4.1 app, I have the session store a persistent cache that contains a variety of counts and such read from the database. I don't want to calculate this each time the user hits a page, hence the cache.

My question is, how do I integrate this with HiveMind so I can access other HiveMind services and get the auto wiring? I created a service- point that does an invoke-factory. However, it appears that these objects are being reused. How can I instantiate a object that HiveMind doesn't mange that object's lifecycle, i.e. it never re-uses that object.

This seems like it should be simple, but the HiveMind 1.1 documentation isn't any help here.

Norman Franke
Answering Service for Directors, Inc.
www.myasd.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to