Changes between Version 2 and Version 3 of Technology
- Timestamp:
- 11/08/09 23:23:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Technology
v2 v3 1 MediaMosa is based on a [ Service Oriented Architecture:http://en.wikipedia.org/wiki/Service-oriented_architecture] (SOA). Part of what this means is that MediaMosa is divided into a back end and a front end. The back end consists of a number of web services, components and data repositories. This is where all the tasks are carried out, such as transcoding, uploading and playback. The front end consists of applications used by end users and administrators to communicate with the back end, using [Representational State Transfer:http://www.google.nl/url?sa=t&source=web&ct=res&cd=1&ved=0CAoQFjAA&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FRepresentational_State_Transfer&ei=1kL3SurNBZTQ-Qac4Mj6DQ&usg=AFQjCNFOI2woNZ9ksjkvVmSH6EOXv_0alw&sig2=kf9VRnNetAkM1IJ3DDD9uQ] (REST).1 MediaMosa is based on a [http://en.wikipedia.org/wiki/Service-oriented_architecture Service Oriented Architecture] (SOA). Part of what this means is that MediaMosa is divided into a back end and a front end. The back end consists of a number of web services, components and data repositories. This is where all the tasks are carried out, such as transcoding, uploading and playback. The front end consists of applications used by end users and administrators to communicate with the back end, using [http://www.google.nl/url?sa=t&source=web&ct=res&cd=1&ved=0CAoQFjAA&url=http%3A%2F%2Fen.wikipedia.org%2Fwiki%2FRepresentational_State_Transfer&ei=1kL3SurNBZTQ-Qac4Mj6DQ&usg=AFQjCNFOI2woNZ9ksjkvVmSH6EOXv_0alw&sig2=kf9VRnNetAkM1IJ3DDD9uQ Representational State Transfer] (REST). 2 2 3 3 The major advantage of this software architecture is its flexibility. Components can be combined easily to implement web services that can be accessed using front-end applications. The division between front end and back end results in better performance because tasks are carried out on central servers.
