I'm considering swapping out Grails for Ruby on Rails as the front-end for my application, which is currently comprised of a Grails front-end and a couple of RESTful "backend" Java Web Services. The various components are tied together using CAS. Before going ahead with the swap I'd appreciate insight on the following:
1. How can I "map" the table structure created by the Java Web Services using ActiveRecord or DataMapper? There will be times I'll need to pull data directly from the database rather than go through one of the services. 2. In Grails, I have access to SpringSecurityService which gives me access to user information -- i.e. id, name, etc. -- as well as CAS information. How can I achieve this in Rails? Thanks. -Dan -- 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.

