| Περίληψη: |
The article explores the application of Ruby, a programming language, in solving enterprise integration problems. Object-relational mappers in Ruby map rows in a database table to objects and vice versa, without a single structured query language statement. An active record is a class that provides the typical Create, Retrieve, Update, Delete methods for a single row in a database table. Simple Object Access Protocol is a remote procedure call protocol which allows the user to create and use objects on a remote host as if they were part of the local process. |