Does anyone have any suggestions on how best to incorporate this style of ORM (basically an Active Record pattern) using ColdSpring? What would best practice be?
I'm working on a project using ColdSpring, and I'd like to use an ORM
framework (preferably Reactor). I'd like to inject Reactor objects
into the service layer, but the way Reactor works, if I want to use
record objects, it seems I have to inject an instance of the Reactor
factory and create record objects from there. This differs from
injecting home grown DAO's or gateways into a service, where the
service implementation can be separated from the way the DAO's were
generated.
- [coldspring-dev] Advice: Using Reactor Framework Scott Arbeitman
- [coldspring-dev] Advice: Using Reactor Framework Clint Miller
- [coldspring-dev] Advice: Using Reactor Framework Kurt Wiersma
- [coldspring-dev] Advice: Using Reactor Framework Porter, Benjamin L.
- [coldspring-dev] Advice: Using Reactor Framework Peter Bell
- [coldspring-dev] Advice: Using Reactor Framework Qasim Rasheed
- [coldspring-dev] Advice: Using Reactor Framework Scott Arbeitman
- [coldspring-dev] Advice: Using Reactor Framework Tom Chiverton
- [coldspring-dev] Advice: Using Reactor Framework Tom Chiverton
