Guest
Welcome login
Share/Save
Share/Save
TIBCOmmunity > Products > ActiveMatrix SOA > Resources
Home   Members Communities
Conversations () Resources () Blogs ()

Resources

Up to Resources in ActiveMatrix SOA

Using RubyGems with Ruby IT in TIBCO ActiveMatrix Service Grid (in this example, we use activerecords and jdbcmysql gems)

VERSION 1 Published

Created on: May 25, 2009 1:15 PM by Setumadhav - Last Modified:  May 25, 2009 1:44 PM by Setumadhav

Acrive Records is an implementation of the "Object-relation mapping" pattern. Using ActiveRecords the database access becomes object oriented. Tables map to classes, rows map to objects and columns map to object attributes. ActiveRecords provides the programmer easy, neat and fast (essentially Object Oriented) access to the business domain data stored in the database. The attachment contains a webex, step-by-step readme.html for an end-to-end sample, startup projects and completed projects. More info on AR found on: http://ar.rubyonrails.org/

Ruby-DBAccess-Using GEMS.zip
You are currently not logged in. To be able to access attachments, please login.
Average User Rating
(0 ratings)







There are no comments on this resource

More Like This

  • Retrieving data ...