Tagged Questions

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.

learn more… | top users | synonyms

27
votes
7answers
1k views

Are there any good online IDEs?

Bounty Added: I am looking for an online "IDE" that supports Objective-C. Does anybody know of any good online IDEs that allow collaboration, like google docs and spreadsheets do? I'm not ...
14
votes
5answers
1k views

Are there any ASP.NET MVC subscription-based starter kits or examples?

Basically something that handles the low-level "plumbing" code for a subscription-based service. I see a lot of things dealing with basic membership, but nothing that handles the subscription aspect ...
13
votes
11answers
8k views

Good TFS Hosting Provider [closed]

I'm looking for a good 3rd party host for Team Foundation Server. Have any of you had good or bad experiences in the past? Will be working on a small .NET project with several other guys in ...
12
votes
3answers
1k views

SaaS / Multi-Tenancy approaches for Java-based (GWT, Spring, Hibernate) web applications

I am currently looking into converting a single-tenant Java based web-app that uses Spring, GWT, Hibernate, Jackrabbit, Hibernate Search / Lucene (among others) into a fully fledged SaaS style app. I ...
11
votes
5answers
738 views

What do I do about recurring billing?

This might be a subjective question, but I'll give it a go. There are already a number of questions on SO that revolves around subscription billing management. I am currently working on a SaaS ...
10
votes
2answers
789 views

SaaS Architecture Question from Newbie

I have developed a number of departmental client-server applications, and am now ready to begin working on moving one of these applications to a SaaS model. I have done some basic web development, but ...
9
votes
5answers
154 views

Validation: Beyond email addresses/Phone numbers

Several years ago I developed a website for a wholesale company that wanted to keep its online catalog (and wholesale pricing) private. Short of manually reviewing each submitted application, I was ...
8
votes
8answers
409 views

What are good ways to guarantee business continuity with a SaaS product?

For my Bachelor Thesis I am researching how SaaS providers can arrange some sort of business continuity guarantee. You probably know the Source Code Escrow arrangements for 'shrink-wrapped' ...
8
votes
8answers
2k views

Version control “in the clouds”

I'm a developer who works on both individual and group projects using Microsoft Visual Studio. I could setup one of several different source control packages, such as VSS, SourceGear Vault or SVN on ...
8
votes
9answers
6k views

SaaS database design - Multiple Databases? Split?

I've seen SaaS applications hosted in many different ways. Is it a good idea to split features and modules across multiple databases? For example, putting things like the User table on one DB and ...
7
votes
1answer
284 views

Best Practices for developing a multi-tenant application with Symfony2 and Doctrine2

I am working on an application that needs to support the multi-tenant model. I am using the symfony2 php framework and doctrine2. I'm not sure the best way to go about architecting this ...
6
votes
2answers
472 views

Active Directory authentication for SaaS product

After some theoretical help on the best approach for allowing a SaaS product to authenticate users against a tenant's internal Active Directory (or other LDAP) server. The application is hosted, but ...
6
votes
5answers
1k views

Difference between SaaS or PaaS [closed]

Is there any general standard that defines what is a SaaS and what is a PaaS. The 2 seems to be used interchangeably? My guess is that everything is SaaS, so is there something about PaaS that makes ...
6
votes
4answers
206 views

Tracking User's Actions in a Business Application

The company I work for is redesigning our application in .NET. Our application is sold using the Software as a Service model. We track all of our users actions in the software for reporting purposes ...
6
votes
3answers
607 views

How to give cname forward support to saas software

I have a webapp where users can create their account and use the service. Now I want to give them a custom domain facility where app.customer1web.com points_to myservice.com with userid ...
6
votes
5answers
320 views

SAAS per seat authentication

Our company makes the web based application which is priced per workstation. That means that user/pass credentials should only be used from one particular machine. Currently what is happening that ...
5
votes
6answers
536 views

SAAS vs Cloud Computing

What is the difference b/n SAAS and Cloud Computing ? There are SAAS vendors (RackSpace) Cloud Vendors (Amazon, Microsoft , Google etc). So what is the difference between the services offered ?
5
votes
2answers
680 views

Architecture for RoR SaaS application

I have done a decent amount of base RoR work, but haven't really faced much concerning scaling and running multiple applications. I am in the process of building an application for a client that I ...
5
votes
2answers
248 views

How do SaaS companies verify and track the code they release to the customers?

I'm working at a SaaS company who releases new features and bug fixes to our customers every six weeks. When we write code changes they pass through different steps (like a state machine) before ...
5
votes
3answers
489 views

Need GPLv3 and GPLv2 in Plain English - non lawyer-speak

I was hoping GPLv3 would make GPLv2 easier to understand for the layman, but when I came across the phrase "propagate by procuring conveyance" what the heck is that supposed to mean!?!? I spent a lot ...
5
votes
4answers
708 views

Community License Agreement for Commercial (SaaS) software?

I've got a commercial SaaS application, an online collaboration/lean project mgmt tool. I want to offer a "Community Edition", with specific limitations on how the software can be used, for free. For ...
5
votes
2answers
699 views

What are the best practices in building multi-tenancy applications?

What are the best practices in building applications that support multiple tenants such as Software as a Service? Links to white papers that expand on this topic are greatly appreciated.
5
votes
4answers
532 views

Account based lookup in ASP.NET

I'm looking at using ASP.NET for a new SaaS service, but for the love of me I can't seem to figure out how to do account lookups based on subdomains like most SaaS applications (e.g. 37Signals) do. ...
5
votes
3answers
376 views

Efficient Filtering / Searching

We have a hosted application that manages pages of content. Each page can have a number of customized fields, and some standard fields (timestamp, user name, user email, etc). With potentially ...
4
votes
3answers
103 views

How To Manage User Identity Via Javascript?

I run a SaaS that allows free trials. Basically if you register you get a few dollars worth of free services immediately. I have been determining new users based on IP address alone and it has worked ...
4
votes
1answer
173 views

To what extent do I need to release my SaaS code using iText with the AGPL v3 license?

I'm seeing conflicting arguments over the terms in the license, what constitutes a "modified version" and what constitutes a "covered work". My SaaS product is licensed to customers, I would like to ...
4
votes
4answers
125 views

Building a webportal which will be rented to customers. Need an Architecture Suggestion

Iam building a web portal which will be rented to customers on a hosted model (SAAS), where they will be using the entire portal features on their own domains with their own branding. Now I don't ...
4
votes
3answers
990 views

What makes it a PaaS not SaaS - or examples

I found some questions here on how to create a SaaS. This much is easy, but what I don't understand is what makes an application a PaaS and not a SaaS. What lines does an application cross before we ...
4
votes
3answers
1k views

Entity Framework and multi-tenancy database design

I am looking at multi-tenancy database schema design for an SaaS concept. It will be ASP.NET MVC -> EF, but that isn't so important. Below you can see an example database schema (the Tenant being the ...
4
votes
2answers
236 views

Hosted app status dashboard

I wish to provide a status dashboard to users of my SAAS internet application similar to the status dashboards provided by Google and Amazon. Does anyone know of a ready-made 3rd party hosted service ...
4
votes
3answers
617 views

How to do Basecamp-style accounts in Asp.Net Mvc?

For an Asp.Net software as a service application, I want to do account based subdomains like Basecamp and the rest of the 37Signals products have. E.g. acme.myapp.com will load the account for that ...
4
votes
7answers
1k views

Hosted subversion recommendations or suggestions

I'm investigating using hosted subversion for a new project at work and was wondering if anyone had any experiences they would share. I've personally used Beanstalk for small projects at home, but ...
3
votes
1answer
71 views

Looking for a .NET BuildServer SaaS

I've a question regarding Build Servers for .NET Projects. Currently I'm using TeamBuild in conjunction w/ TFS 2010 to do automated builds in the .NET world. Some older projects are built using plain ...
3
votes
1answer
43 views

Should tenants be deleted? What about historical reporting?

I am creating a multi-tenant SaaS app with a shared-db, shared-schema. Here is my question: What are good policies for deleting tenants? Here are some of my thoughts... If I delete a tenant and all ...
3
votes
1answer
240 views

Ruby on Rails: how to design a SaaS infrastructure?

I'm building a Rails 3 application that I plan on provided as a subscription-based SaaS (Software as a Service) product. Basically, I want users to be able to hit my "Sign up" page, create a new ...
3
votes
3answers
161 views

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 ...
3
votes
1answer
475 views

How to offer custom sub-domains for SAAS Application

How do i offer Basecamp/SAAS App like sub domains to clients? For example, my website URL is http://www.example.com whenever the user signup i want to offer them url like http://company.example.com ...
3
votes
1answer
559 views

Multi tenant Saas resources

Hi We are working on a project and have decided to go with the multitenant Saas architecture level 4 and the Shared database shared schema approach as shown on this page ...
3
votes
1answer
120 views

What do people think of jira studio?

What are peoples opinions on jira studio? i.e. using the hosted product for a large company. Especially with hosted source control and reliability of the service? Is this product up to large scale ...
3
votes
2answers
50 views

Recommended out of the box solution for online freemium service infrastructure?

I have developed an online based service where people can help market their businesses using my platform. I have spent many hours developing the core functionality, but have totally skimped on the ...
3
votes
4answers
107 views

How do you control access to your web application based on IP address?

We have a requirement to control access to our SaaS based web application based on IP addresses (that is, we will have to limit access to Company A users only if the request originates from the PCs in ...
3
votes
5answers
1k views

What production-ready SaaS (recurring billing) solutions are available for Rails?

I am working on a software-as-a-service (SaaS) application and I am looking for a billing plugin of some sort that will manage my subscriptions, customers, and recurring billing. There is the ...
3
votes
3answers
1k views

Multi-user Web Application Database Design

I'm working on a web application that will be a hosted, multi-user solution when it is finished. I'm trying to figure out the best way to handle the database design for my app. Specifically, I need ...
3
votes
6answers
904 views

Generating sequential numbers in multi-user saas application

How do people generate auto_incrementing integers for a particular user in a typical saas application? For example, the invoice numbers for all the invoices for a particular user should be ...
3
votes
1answer
2k views

How to create an SaaS Application?

I don't know how else to say it so I'm just going to explain my ideal scenario and hopefully you can explain to me how to implement it... I'm creating an application with the Zend Framework that will ...
3
votes
4answers
3k views

Database Design - Multiple Lookup/Enum Tables or One Large Table?

I have many tables that use Lookup/Enum references for most of their column values. For example: Person Table - PersonID | RaceCode | HairColorCode | HairStyleCode | TeethConditionCode Location ...
3
votes
3answers
922 views

Which billing provider can I use for my SAAS applications?

I'm working on a Software-as-a-service (SAAS) application that allows companies to manage supplier information. What are the providers / vendors that can offer Billing services, including managing ...
3
votes
3answers
1k views

Rebranding a GPL'd app as SaaS

Just a quick question since I'm a little iffy on exactly how the GPL works. Say I am developing a hosted software-as-a-service application, and I've found a free GPL app that does 90% of what I was ...
3
votes
5answers
597 views

Best Way to Manage Configuration Data

I'm working on a SaaS application where each customer will have different configurations depending on the edition they have purchased, additional features they have purchased, etc. For example, a ...
2
votes
0answers
63 views

Schema-free/flexible ACID database for a SaaS application?

I am looking at rewriting a VB based on-premise (locally installed) application (invoicing+inventory) as a web based Clojure application for small enterprise customers. I am intending this to be ...

1 2 3 4 5 6