Table of Contents
Fetching ...

Pricing-driven Development and Operation of SaaS : Challenges and Opportunities

Alejandro García-Fernández, José Antonio Parejo, Antonio Ruiz-Cortés

TL;DR

The implications of a Pricing-driven Development and Operation approach of SaaS systems are explored, highlighting the delicate balance between business-driven decision-making and technical implementation challenges and shedding light on how pricing plans can shape software features and deployment.

Abstract

As the Software as a Service (SaaS) paradigm continues to reshape the software industry, a nuanced understanding of its operational dynamics becomes increasingly crucial. This paper delves into the intricate relationship between pricing strategies and software development within the SaaS model. Using PetClinic as a case study, we explore the implications of a Pricing-driven Development and Operation approach of SaaS systems, highlighting the delicate balance between business-driven decision-making and technical implementation challenges, shedding light on how pricing plans can shape software features and deployment. Our discussion aims to provide strategic insights for the community to navigate the complexities of this integrated approach, fostering a better alignment between business models and technological capabilities for effective cloud-based services.

Pricing-driven Development and Operation of SaaS : Challenges and Opportunities

TL;DR

The implications of a Pricing-driven Development and Operation approach of SaaS systems are explored, highlighting the delicate balance between business-driven decision-making and technical implementation challenges and shedding light on how pricing plans can shape software features and deployment.

Abstract

As the Software as a Service (SaaS) paradigm continues to reshape the software industry, a nuanced understanding of its operational dynamics becomes increasingly crucial. This paper delves into the intricate relationship between pricing strategies and software development within the SaaS model. Using PetClinic as a case study, we explore the implications of a Pricing-driven Development and Operation approach of SaaS systems, highlighting the delicate balance between business-driven decision-making and technical implementation challenges, shedding light on how pricing plans can shape software features and deployment. Our discussion aims to provide strategic insights for the community to navigate the complexities of this integrated approach, fostering a better alignment between business models and technological capabilities for effective cloud-based services.
Paper Structure (16 sections, 5 figures)

This paper contains 16 sections, 5 figures.

Figures (5)

  • Figure 1: A potential pricing for Petclinic with 3 plans, 8 features and two add-ons.
  • Figure 2: Feature point implementation inside a SaaS codebase
  • Figure 3: Manual effort required to modifying every affected toggle point versus a centralised pricing-driven toggle router
  • Figure 4: Retrieving data from toggle context and pricing on each toggle point (left) versus using a router for fetching the data needed to all evaluations once (right)
  • Figure 5: Insecure transmission of feature toggling status through Internet