All Questions
81 questions
0
votes
0
answers
32
views
LoadRunner Cloud Integrated with CICD pipeline using Jenkins Post Execution Results E-mail notification code creation
Can someone please guide on the steps on Loadrunner Cloud (saas version) with Jenkins to have CICD Pipeline. Configured E-mail Notification, SMTP and Port its working need to sent post execution ...
0
votes
0
answers
29
views
Asking for suggestions / ideas / help for my project
My company assigned me a project where we have to create a saas of an existing system software.
basically the software takes a data file and an input format. then it generate receipts with the format ...
0
votes
1
answer
275
views
Is it possible to use single service of SaaS, IaaS, and PaaS on different Cloud Provider simultaneously?
Is it possible to use single service of SaaS, IaaS, and PaaS on 3 different Cloud Provider and connect them together?for example my company needs Microsoft Cloud Software for their employees, IBM ...
0
votes
1
answer
137
views
how to serve content from CDN to non logged users and from actual webapps to logged ones?
I wonder, for example using AWS, if it was possible to detect the session of the user and send him to CDN if no session, or to the actual servers if logged in. Any ideas? I'm not too practical of ...
0
votes
1
answer
297
views
Is it a common cloud service feature for super admins to impersonate any other user on the service?
Some argue that it is a very handy debugging feature for developers to impersonate user accounts of customers. Others argue that this feature is a bad idea for security and information protection ...
0
votes
1
answer
764
views
Create web based Data entry application using Aws
I want to create a web-based data entry application,what should be the road map. can anyone recommend me any courses to create web-based application(AWS)
0
votes
1
answer
157
views
How can I host Angular frontend and Laravel backend messenger bot with many users
I'm starting a new SaaS, where shop owners can register and make their own Facebook messenger chatbots.
The project consists of:
1- Frontend(Angular): Where shop owners can connect their facebook ...
0
votes
1
answer
341
views
How can I ensure my Azure web app is serving overseas customers 'fast enough'?
I tried to have this title as descriptive as possible. But I'm looking to offer a SaaS product to a company that has various 'sites' (physical sites) across many different countries.
Each country ...
0
votes
1
answer
494
views
Acumatica - IT team wants to know the IP of the server but it's a Saas deployment
Question, not necessarily specific to Acumatica Cloud ERP.
The IT team is asking to whitelist the Acumatica server's IP for SMTP relay. But this is a Saas deployment and I'm not even sure the IP ...
0
votes
1
answer
165
views
What's the best and easy way to build a cloud based SaaS product?
am working on a project and don't have experience with developing applications, I want like the BEST and EASY way to build cloud based SaaS product.
Can anyone tell which tech stack I should use, ...
0
votes
1
answer
1k
views
Why do people classify Microsoft Azure as Platform-as-a-Service? [closed]
I had a lecture in college which shortly focused on cloud computing.
When seeing through the material, I found the professor categorized Microsoft Azure as Platform-as-a-Service.
In Addition to that,...
1
vote
1
answer
103
views
Authenticate SAAS services with Active Directory
Is it possible to authenticate Dropbox account in real-time using Active Directory? I mean not only one-time directory sync that can go out of sync very quickly but to be able to authenticate users in ...
5
votes
2
answers
2k
views
What is multi tenancy and ways to achive it?
I have been reading about multi-tenancy for quite a while. With the very trivial statements like below. I have read dozens of links and sites but all are quite abstract.
..In which a single ...
1
vote
0
answers
84
views
Are there any REST API builders with Cloud code?
Are there any REST API creator platforms?
I see Swapper as API builder alone without business logic and just for documentation. Is it possible to find a platform like Parse where I can develop Multi-...
3
votes
1
answer
56
views
Clients pointing their domains to our IP - Concerns & System Longevity
For our SaaS app, we're allowing customers to point their domain name to our server.
The plan right now is to simply hand out one of our AWS elastic IP addresses for them to point their domain to. ...
1
vote
1
answer
36
views
how do developers add new function on a massive online Saas application although it is running?
I want to know how developer continously develop a web application on cloud.
which software or which development environment they ae using?
Is Docker correct answer?
Thank you
0
votes
0
answers
27
views
Are there any cloud based file comparison service?
I have two huge XML files to compare. I have tried almost all of the recommendations in various similar StackOverflow questions. Windows based applications run out of memory and become unresponsive. ...
1
vote
1
answer
112
views
Difference between Saas and off-premise in erp?
what is the difference between off-premise and Software as a service ?
I understood that both means that the application runs on remote server farms. So why in ERP they are considered two different ...
1
vote
1
answer
253
views
SaaS local data storage (and local runtime)
In case I'm not in the right StackExchange forum, please advise me where to go with my question:
I'm working for a company, who has written software for handling sensitive data.
In order to prevent ...
2
votes
0
answers
276
views
Server Architecture/Automatic Deployment - How to set up a SAAS web application? [closed]
I wrote a web application, and I would like to sell it as software-as-a-service. I'm using Amazon Web Services to host the production environment, currently.
I'm hosting the applications internally on ...
0
votes
2
answers
87
views
Term PaaS application
I have allready read many articles about the difference between SaaS and PaaS, but sometimes they are very blurred.
So I'm a bit confused and want to know whether my following sentences are correct.
...
1
vote
1
answer
162
views
Cloud Computing with Saas Stricly needed Cloud Server Hosting? Can we host Saas to VPN? [closed]
I am working with a SaaS (Software as Service).
I want to know that is SaaS always need a Cloud Server hosting?
Can i provide SaaS over VPN? As i see more of answers with difference between
...
0
votes
1
answer
155
views
Cloud Service Or Iaas or Paas
I would like to develop a cloud solution , where multiple users login to the computing nodes to work on established big data clusters ,I am a beginner Could anyone please suggest open source ...
0
votes
1
answer
52
views
What Microsoft Azure should i use?
My company is about provide e-commercial website service and finding the best solution for deployment.
Our application is a multi-tenant e-commercial application. Once purchased, our customer has a ...
0
votes
1
answer
2k
views
Install software on cloud
I want to create a website where users can use software meant for windows. Software must be opened and stored online (at a cloud service). Is this possible without using a Virtual Machine? I believe ...
0
votes
1
answer
501
views
Software deployment in Cloud Computing Model
I understand the basic cloud computing pyramid of SaaS,Paas, and IaaS layer.
So, PaaS layer runs above the IaaS layer and allows development of applications which can be offered as SaaS. The IaaS ...
-2
votes
1
answer
61
views
how to measure Software as a services performace
i wnat to measure software as a service(SAAS) performace that i works with this new project SAAS optimization
can you share knowledge about this
what are the way are available now
how to optimize ...
1
vote
0
answers
247
views
Twelve-Factor App philosophy on Logs using Laravel
Quoting from The Twelve-Factor App, it states that on local development logs are to be printed to stdout and not written to log files:
A twelve-factor app never concerns itself with routing or ...
-1
votes
1
answer
751
views
Can we able to install exe files on cloud space?
Hi I would like to install a Dataloader software in cloud space , because I am using Ubuntu dataloader is exe file so i like install in the cloud
Thanks in advance
0
votes
1
answer
150
views
Integrated Development Environment with SaaS
I want to make simple online IDE with cloud storage feature, let us say this should be implement in C++,Python ,etc...
Does it SaaS (I mean the IDE :-) ) ?
I'm new in SaaS and Cloud world , where ...
0
votes
1
answer
700
views
Are there any DNS Server as a Service services available in the cloud? [closed]
It's a bit of a special use case.
I currently have several DNS servers running on my computer to do some special routing/redirection within my home network. I'm curious as to whether something like ...
0
votes
1
answer
112
views
Using SaaS along with PaaS
I've read some information on the SaaS/PaaS/IaaS and I'm thinking of this:
if I offered a SaaS application, could my customer develop and deploy his own application using PaaS which would interact ...
1
vote
2
answers
8k
views
PaaS, SaaS or IaaS for Wordpress
I am willing to host multiple web sites (wordpress / drupal) in the cloud. I am doing it mainly because of automatic scalability. I do not want to engage myself on server administration sort of work ...
1
vote
0
answers
17
views
Cloud batch submission API?
This is a question about APIs, not vendors. Please keep your answers vendor-neutral.
The question is language-agnostic but I don't mind an answer which is language-specific.
Suppose I am going to ...
0
votes
3
answers
254
views
Ways or services to host android app back end (for push)
I just had a developer create a menu app for my retail store. We sell 200 flavors of juice and the purpose is for the customer to search based on ingredients.
The back end is used to upload csv ...
2
votes
3
answers
196
views
Installer for Software? Paas?
currently I'm looking for an open source project that gives me the opportunity to install software easily. I prefer direct calls or access with a REST interface.
I thought that CloudFoundry would ...
0
votes
1
answer
181
views
Migration Framework that converts an existing System to SaaS Model
I have already a Java application, my purpose is to migrate it to a SaaS Model without rebuilding it from scratch.
1
vote
2
answers
3k
views
Meaning of no up-front commitments about cloud computing
A book about cloud computing says, that cloud computing has those benefit:
• No up-front commitments
• On-demand access
• Nice pricing
• Simplified application acceleration and scalability
• ...
2
votes
1
answer
109
views
Software as a Service, Content Delivery Networks and how it all fits together
I'm sure I am running the risk of being told off for being off topic or too vague with this question but after a great deal of research I really don't know where else to start other than the ...
1
vote
0
answers
236
views
How to use Box Python SDK for retrieving acess token
I have clientid,client secret keys obtained by creating box developer account, how do i authorize and get an access token to download a file from box account?
This i wanted to do it in my python ...
0
votes
1
answer
131
views
Working with various SaaS Applications
Team,
Good Day. One of the component for our solution requires integrating with various SaaS solutions EX: Amazon,Gmail,Google Drive etc and so many.
Q: Is there a known library or proposal ...
1
vote
3
answers
246
views
How to Choose Hosting for SAAS (Software_as_a_service) Products
Currently I am working on Application for Conducting Online Test Series [A Saas Product]
Any suggestions for selecting hosting, as there will be large no of concurrent requests to server while online ...
0
votes
1
answer
576
views
Multi tenant Real Life Software Case Study
I am trying to understand multi tenancy. I appreciate if some one help me with link to a good case study of a real application using muti tenancy. Also wanted to ask if Iphone's Siri would be a multi ...
2
votes
4
answers
168
views
Java application as a service - what are the options out there? [closed]
I have a Java application. I can expose it using web services or REST (JAX-WS or JAX-RS).
Now I actually want to run it "in a cloud" and expose it as a service. I have read around that there are ...
0
votes
1
answer
84
views
what are the best practice to run an executable on a server which takes parameters passed by a user?
I want to run an exectable on an ubuntu server which takes the arguments from a user (say from a form), and this executable might take a long time to finish. I am currently using php exec() command to ...
4
votes
3
answers
8k
views
Normal web app Vs cloud based web app
We get to hear cloud based computing a lot these days.
I just wanted to understand the basic difference between a web app and one which uses cloud based (SAAS model as they also say)
It is said that ...
-1
votes
1
answer
2k
views
it is possible to migrate J2EE Applications to a cloud-based services? [closed]
Does anyone know how much effort, time and budget (and even if it's posible) is required to change traditional J2EE application development to "on-the-cloud" services, I mean databases, datasources, ...
1
vote
1
answer
553
views
Addition of Audit Trails to a SaaS Platform
I am trying to add compliance mechanisms to a SaaS platform. I wanted to add audit trails in it. Well, the first thing I have decided is to log all the successful/un-successful attempts in ...
408
votes
12
answers
590k
views
What is SaaS, PaaS and IaaS? With examples
What do the following terms mean?
SaaS
PaaS
IaaS?
There are various cloud services available today, such as Amazon's EC2 and AWS, Apache Hadoop, Microsoft Azure and many others. Which category does ...
1
vote
2
answers
2k
views
Web application, SAAS?
I am trying to undestand "What really SAAS is". It is Software as a Service, and hotmail outlook is one example of SAAS. But I am still in confusion.
Suppose, I built an web app "Hospital Management ...