|
A SaaS Platform is a computer program or collection of more than one computer program that acts as a host to applications that reside on it. The platform manages underlying computer hardware and software resources and uses those resources to endow its hosted applications with multi-tenant, on-demand capabilities that are found in Software as a service applications. Generally, hosted applications are written to target the platform and support a single user. The platform absorbs the responsibility of distributing the application as a service to multiple users over the Internet. The SaaS Platform can be considered a layer of abstraction above the traditional application server, creating a computing platform that parallels the value offered by the traditional operating system, only in a web-centric fashion. The SaaS platform is rooted in the need to reduce the time and difficulty associated with developing highly available, enterprise grade business applications that are to be delivered on-demand.[1] A computer program is a collection of instructions that describe a task, or set of tasks, to be carried out by a computer. ...
A computer program is a collection of instructions that describe a task, or set of tasks, to be carried out by a computer. ...
Computer hardware is the physical part of a computer, including the digital circuitry, as distinguished from the computer software that executes within the hardware. ...
Computer software (or simply software) refers to one or more computer programs and data held in the storage of a computer for some purpose. ...
Software as a service (SaaS) is a model of software delivery where the software company provides maintenance, daily technical operation, and support for the software provided to their client. ...
This article or section does not cite its references or sources. ...
In computing, a platform describes some sort of framework, either in hardware or software, which allows software to run. ...
An operating system (OS) is a computer program that manages the hardware and software resources of a computer. ...
Responsibilities
Aside from enhancing a hosted application with one-to-many capabilities, SaaS platforms generally take on a larger set of responsibilities. The list below highlights some of these.
Tenancy Partitioning One of the major responsibilities of any SaaS platform is offering tenancy partitioning services. Applications written in a single tenant fashion generally have little or no concept of serving multiple customers. For example, the application database schema may be geared for catering to a single tenant (customer), preventing multiple customers from storing data in the same database. Furthermore, execution may not be partitioned so situations may arise where inadvertant state sharing occurs between tenants that otherwise should have been isolated from one another. SaaS platforms are responsible for providing multi-tenancy aspects when needed.
Scaling SaaS applications purposefully aggregate demand for all customers and users to one physical or virtual location. Being able to support this aggregation is therefore a requirement of any SaaS application. To achieve this sort of scaling, the application must be architected in a fashion that is conducive to scaling as well as having the support required of any auxilliary pieces. SaaS platforms attempt to remove the work associated with scaling by commoditizing the scaling portion
Monitoring & Metering A SaaS application is required to meter and monitor usage from both data and execution standpoints. This is generally closely tied to both scaling and monetization models. Much of this is extracted into a platform layer, where the platform becomes responsible for metering tenant and user usage, as well as monitoring for system events.
Distributed Services Traditional, on-premise software relies on a variety of services to accomplish the task of executing business logic. These on-premise services, such as logging or job scheduling, tend to become overly complex if used in a distributed system that generally backs most SaaS applications. SaaS platforms provide distributed equivalents of many such services, giving similar or even augmented capability when comparing to on-premise counterparts. SaaS platform companies are currently introducing themselves to the market. Generally, their platforms can be categorized based on focus: either vertically aligned, horizontally aligned, product-centric, or general purpose.[2] Although each is categorically different, the platforms generally adhere to most of the basic principals outlined above.
Lock-in One topic that frequently surfaces within SaaS and SaaS platform circles is the topic of lock-in. Much like other technologies, SaaS platforms offer varying degrees of openness. On the proprietary side, an example is the upcoming Salesforce.com's AppExchange and it's underlying Apex platform, which requires the use of a proprietary programming language and technology stack. Generally, this is considered a lock-in approach to the platform concept.[3][4] Lock-in through new programming languages and frameworks tends to increase adoption risk and require that any existing technology (such as open source components) be ignored or integrated in through adapter mechanisms if possible. Arguments supporting lock-in style platforms tend to originate from the claim that a new language and framework is needed to support SaaS applications. A programming language is an artificial language that can be used to control the behavior of a machine, particularly a computer. ...
Other listings of programming languages are: Categorical list of programming languages Generational list of programming languages Chronological list of programming languages Note: Esoteric programming languages have been moved to the separate List of esoteric programming languages. ...
Conversely, SaaS platform newcomers such as Apprenda, have announced intentions to introduce platforms to the market that present little to no technological lock-in. The goal is to allow the use of existing technologies to provide implementation logic, while attaching SaaS functionality to the software through the platform. Criticisms tend to focus on the fact that providing SaaS functionality in an easy-to-implement fashion is difficult to do using existing technologies, and could prove burdensome for providers.
See also There are 5 communes and a valley that have the name Saas in Switzerland: Saas im Prättigau, in the Canton of Graubünden Saas-Almagell, in the Canton of Valais Saas-Balen, in the Canton of Valais Saas-Fee, in the Canton of Valais Saas-Grund, in the Canton...
This article or section may contain original research or unverified claims. ...
References - ^ http://itmanagement.earthweb.com/article.php/3663266 Repealing the SaaS Tax
- ^ http://www.saasblogs.com/2006/12/27/taxonomy-of-saas-platforms/ Taxonomy of SaaS Platforms
- ^ http://www.saasblogs.com/2006/10/10/salesforcecoms-apex-benioffs-handcuffs-for-on-demand/ Salesforce.com’s Apex: Benioff’s Handcuffs for On Demand
- ^ http://www.internetnews.com/bus-news/article.php/3604316 SaaS Players Jostle for Position
|