- Cloud Development andDeployment with CloudBees
- Nicolas De loof
- 297字
- 2021-07-21 17:54:37
Software as a Service
Another well-known actor in the Cloud ecosystem is Google Mail . Such software doesn't require installation; you access it with a standard browser using a secure HTTP transporter on the Internet. You can create a new Gmail address using a fully automated subscription process. Such services are called Software as a Service (SaaS) since they provide a fully running product, with some options to customize them, but are focused on a specific use case. You can customize Gmail's style for your company and set some default filters for all the users, but you can't convert Gmail into a CMS—it's a mailbox service, period.
SaaS is based on another standardization: web-based applications that run on modern, JavaScript-powered browsers. They can compare with the installed applications for user experience (at least, for those of us who don't run Internet Explorer), but don't suffer the same installation and maintenance overweight. SaaS users need not worry about installation of security fixes, backups, and maintenance.
If the project you're working on matches with SaaS offer, don't look any further; just use it. The time that you'll gain can be invested in lots of useful things to make your business successful. If your business is successful, and you really hit a technical limit, you will be able to switch to a custom solution, but don't try to implement your own general-purpose service if you don't have highly specialized requirements. Gmail users would never consider writing their own mailing system.
The drawback of SaaS is that you have limited options to customize the software. They all expose API so that you can programmatically interact with the service to integrate with the third-party tools and extend it to your own need, but you can't change the general service spirit.
- C++案例趣學
- Intel Galileo Essentials
- JavaScript 從入門到項目實踐(超值版)
- 造個小程序:與微信一起干件正經(jīng)事兒
- Visual FoxPro 程序設(shè)計
- 體驗設(shè)計原理:行為、情感和細節(jié)
- iOS開發(fā)實戰(zhàn):從零基礎(chǔ)到App Store上架
- TypeScript圖形渲染實戰(zhàn):基于WebGL的3D架構(gòu)與實現(xiàn)
- Instant QlikView 11 Application Development
- JavaScript by Example
- 小學生C++創(chuàng)意編程(視頻教學版)
- Unity 2018 Augmented Reality Projects
- QGIS 2 Cookbook
- 零基礎(chǔ)學C++(升級版)
- Clojure Polymorphism