Hi I'm looking for some guidance here and I don't think this is addressed in the book.
I've got domain classes that need to go get stuff from the database "list all ... " type of methods. So presumably my domain class should have, or be allowed to have methods that access Model But my unit tests need to test these methods. So I need a model which is instantiated within the test environment and so does not need to be extended with RequestVarEM which presumably would be a bad thing (though perhaps it's harmless). Any suggestions on "best practice" to achieve this? (I'm still very much trying to find my way round natural scala constructs) Should it be mentioned in the jpa chapter in the book? Tim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
