Hi,

We are using Ruby on Rails for an internal project. The data for our
model objects exists in many different data sources (database,
mainframe, etc), so we we need to avoid using ActiveRecord. Our
development teams built a data service layer in Java that provides
access to our company's information. We want to place Ruby/Rails in
front of this data service layer and integrate our model components to
get populated from that same Java layer.

So, we want to replace ActiveRecord in our model classes and replace it
with code integrated with our Java data services framework. Is there an
example that demonstrates how to replace ActiveRecord with Java code?

Thank you
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.

Reply via email to