You may want to use (or investigate) iBatis. It is perfect for these types of scenarios.
-Chad On 6/12/06, Craig Neuwirt <[EMAIL PROTECTED]> wrote: > So you created your own data acess services? > > > > On 6/12/06, hammett <[EMAIL PROTECTED]> wrote: > > I'm in a kind similar situation. I didn't use AR nor NHibernate at > > all. Anyway, you might want to spike it for a while before making a > > decision. > > > > On 6/12/06, Craig Neuwirt <[EMAIL PROTECTED]> wrote: > > > However, the existing app uses a set > > > of tables that do not represent the domain AT ALL. Stored Procedures > are > > > used to access and update the tables. Eventually, I will replace the > > > database schema, but for now I need to live with it. As such, I would > like > > > to use ActiveRecord in my controllers. Is this possible? Can > ActiveRecord > > > interact with the database in a custom way? > > > > -- > > Cheers, > > hammett > > http://hammett.castleproject.org/ > > > > > > _______________________________________________ > > CastleProject-users mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/castleproject-users > > > > > > > _______________________________________________ > CastleProject-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/castleproject-users > > > _______________________________________________ CastleProject-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/castleproject-users
