Server is (Java or .net API)
Client is (Ruby on rails)
How to call the actions through rails? and How to implement create, edit, update, delete through on rails.
Thanks.
Server is (Java or .net API)
Client is (Ruby on rails)
How to call the actions through rails? and How to implement create, edit, update, delete through on rails.
Thanks.
At a high level, you can use ActiveResource in Rails - http://api.rubyonrails.org/classes/ActiveResource/Base.html and on Java side expose this through servlets that output JSON.