So whats the best way to use these together? Right now in my DAO I'm
having to pass in an instance of my DataContext to each method to use.
This, overall isn't a big deal and easy to do. But it just smells bad
and involves a bit of extra work to get things going.

Right now, in my tapestry app I have a state object that holds a
DataContext for each user/session (going to change this to one general
context for a lot of the site, but thats for another discussion). I
can easily inject this into tapestry where ever I need it and pass it
to DAO's for use.

I would like to be able to combine Hiveminds different service
construction methods but I'm not sure the best route to take in this
situation when using Cayenne and its access model. Any suggestions?
BTDTs?

Thanks!
-Nick

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

Reply via email to