I have a model with java objects communicating to a database via Hibernate. Hibernate abstracts the business logic of the java logic in to a classic relational database layout. When using Ruby it would be useful to use this abstracted layer of business logic. Ie communicate with Hibernate….if this is possible???
RoR Java
\ /
Hibernate
|
DB
pls press edit to see diagram
So RoR can use the abstraction already implemented.