Showing posts with label ASP. Show all posts
Showing posts with label ASP. Show all posts

Wednesday, 17 October 2012

What is Software as a Service (SaaS)?

SOA (Service Oriented Architecture) is fundamentally about enabling software to be constructed from a network of "services", so when I first encountered the SaaS (Software as a Service) acronym I assumed it was marketing hype for the same thing.

It isn't.
Share:

Thursday, 16 October 2008

SaaS and J(2)EE

Introduction

Multitenancy refers to the architectural principle whereby a single instance of software runs on a software-as-a-service (SaaS) vendor’s servers, whilst serving multiple client organizations (tenants). This is in contrast to multi-instance architecture where separate software instance or hardware systems are set up for different client organizations. in other words, under a multitenant architecture, applications are required to virtually partition data and configuration so that each client organization works with a customized virtual application instance. Customization typically includes aspects like user interface branding, access control, data and configuration, workflow, etc
Share: