Questions tagged [saas]

Software as a service (SaaS), or "on-demand software," is a software delivery model in which software and its associated data are hosted centrally and are typically accessed by users using a thin client, normally using a web browser over the Internet.

Software as a service (SaaS), sometimes referred to as "on-demand software," is a software delivery model in which software and its associated data are hosted centrally (typically in the (Internet) cloud) and are typically accessed by users using a thin client, normally using a web browser over the Internet.

SAAS Definition - Wikipedia

1084 questions
6
votes
3 answers

One user per database vs single user for all databases

I'm working on SaaS application that uses the one DB per client model. It also has common "accounts" database where some basic information about the account is kept and also provides log-in functionality. My question - is it worth creating new…
arnaslu
  • 1,044
  • 3
  • 11
  • 20
6
votes
1 answer

REST API heart beat standard

For a SaaS product which provide its services via REST API, is it a standard requirement to have a heartbeat API? I have a debate on this subject at work, in my point of view, the heartbeat API is redundant - in case of outages we have a status…
planben
  • 680
  • 6
  • 20
6
votes
0 answers

SaaS, multi-tenant architecture with Symfony 4 (one app many databases)?

I've been looking for a multi-tenant architecture solution with Symfony 4 & Doctrine for a long time, where we have single App and many databases. So, i've managed a little with this: sf4-multi-tenancy. But i'm not sure if is good solution. If…
Adilet M.
  • 119
  • 1
  • 5
6
votes
3 answers

Client cname pointing to my domain on cloudflare

A client of ours has the domain client.com Our application is at superapp.mycompany.com We want the client to be able to access our application via their own subdomain, like: superapp.client.com. Normally we'd just tell the client to add a cname for…
Benjimoon
  • 63
  • 5
6
votes
2 answers

Symfony2 - Create a Doctrine filter to select current user data

I'm building a Saas / Multitenant application using Symfony 2. I've created a Doctrine event-subscriber to add and update the owner of a row, the user who created it, the user who modified it, timestamps and so. And now I need to implement some kind…
mHouses
  • 875
  • 1
  • 16
  • 36
6
votes
3 answers

How to create a SaaS application for existing software in asp.net c# mvc

I'm looking to offer a software product using the SaaS model. This of course will require that I build a web site where customers can sign up, log in, manage their membership and billing options. Now suppose i have a software like calculator (just…
Gaurav
  • 8,367
  • 14
  • 55
  • 90
6
votes
2 answers

In SAAS architecture, how do I handle db schema and MVC user logins for multi-tenants

Our requirement is something like this. We are building a multi-tenant website in ASP.NET MVC, and each customer should be able to create their own users as per predefined user roles. We are thinking about to create a schema for few tables which…
ANIL MANE
  • 1,395
  • 2
  • 16
  • 30
6
votes
3 answers

In RESTful Web Services, should Response DTOs contain their child DTOs?

Consider a user (/users/{id}) which has a name and multiple locations (/users/{id}/locations). When I request a user (/user/{id}), should that user be represented fully--its id, name and locations--or should locations only be returned on a separate…
M. Herold
  • 684
  • 1
  • 7
  • 18
6
votes
2 answers

Service Oriented Architecture suggestions

For personal and university research reasons I am thinking of building a simple CRM using a service oriented architecture. Its meaning is just to explain the architecture itself, not commercial use. I was thinking of implementing a CRM that offers a…
user765144
6
votes
5 answers

Difference between SaaS App & Web App

Anybody, please explain the differences between a SaaS App and Web App. Also how can we make a Java Web App, a SaaS App?
Ammar
  • 1,811
  • 5
  • 26
  • 60
5
votes
2 answers

Which framework for multi-tenant SaaS

I am looking to build a multi-tenant SaaS app for creating and managing domain-specific content (sorta like a CMS but very domain specific). This app will support some basic workflow (change approval process) and possible (down the road, not now)…
5
votes
3 answers

When building a hosted/SAAS application, how do you manage multiple versions when customizations by the customer are allowed?

Let's imagine you are building a Calculator application. You will allow customers to customize this Calculator with their own logos and CSS stylesheets. Customers will point their domains to your hosted Calculator and the application will serve up…
Robert Campbell
  • 6,848
  • 12
  • 63
  • 93
5
votes
3 answers

Localization (i18N) in ASP.Net Multi-tenant SaaS application

Problem scenario: Implement ASP.Net localization in a SaaS based application. Additional complexity: The tenant should be able to edit the localized content. Thus, if the hosted application has 10 tenants with each supporting 5 languages, we could…
5
votes
3 answers

Liferay - Choosing Organization vs Portal Instance

We are trying to create a SaS based portal using Liferay 6 for multiple (non related) organizations. And we want to go for a approach where we can generate these organization setup automatically based on user information. We may require to have…
Kzvi
  • 519
  • 1
  • 6
  • 17
5
votes
2 answers

How to Import sass file to single components in React

I think it might be silly question to ask but trust me I am in trouble and frustrated . Actually I have two components one is Home and second is Dashboard . I created two sass file for individuals components mean one for home and second is for…
Sami
  • 51
  • 1
  • 3