Backbase Portal

WOA Architecture

REST-style architectures are platform agnostics and consist of clients and servers. Clients initiate requests to servers; servers process requests and return appropriate responses. Requests and responses are built around the transfer of "representations" of "resources". Because your services stay where they are (in any programming language), you can immediately consume them without ever touching a line of code. This means that if you already have a bill payment web application, you can consume the application directly as a finished resource rather than as an API that still needs to be handled. Backbase Portal integrates seamlessly with your existing resources and infrastructure by concentrating on the resource view, rather than the service view.