Some ideas covered in the Software as a Service course conducted by edx are discussed here. The first week of course covers some basic software engineering concepts. Software and hardware, the two basic components of any system differs in many ways. Hardware is developed completely before it is being delivered to the vendor. If any error occurs after the delivery of the product, the only solution is to replace the whole hardware. But the situation is different in case of a software. Software evolves over time and if there occurs any bug, it could be easily cleared with some updates to the software.
Software can be categorized as legacy software and beautiful software. Even though legacy software satisfies the end user, it remains the same over time and is difficult to evolve. But beautiful software is easy to evolve as well as meets the customer needs.
The various software models to be discussed here are Waterfall model, Spiral model, Agile model.
Water fall model completes the software development process in five major steps.
Agile model embraces changes as a fact of life. Developers continuously refine working but incomplete prototype until customers are satisfied with customer feedback on each iteration. The method emphasizes on Test Driven Development(TDD) to reduce mistakes, written down user stories to validate customer requirements, velocity to measure progress.
Software as a Service
Software as a service, or 'SaaS', is a software application delivery model by which an enterprise vendor develops a web-based software application, and then hosts and operates that application over the internet for use by its customers. Customers do not need to buy software licenses or additional infrastructure equipment, and typically only pay monthly fees for using the software. SaaS applications are often updated more frequently than traditional software. Some of the main features are listed below
Service oriented architecture
SOA generally provides a way for consumers of services, such as web-based applications, to be aware of available SOA-based services. For example, several disparate departments within a company may develop and deploy SOA services in different implementation languages; their respective clients will benefit from a well-defined interOA-based services. For example, several disparate departments within a company may develop and deploy SOA services iface to access them. SOA defines how to integrate widely disparate applications for a Web-based environment and uses multiple implementation platforms. Rather than defining an API, SOA defines the interface in terms of protocols and functionality. An endpoint is the entry point for such a SOA implementation.
Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over a network. Cloud Computing provides the scalable and dependable hardware computation and storage for SaaS. Cloud computing consists of clusters of commodity servers that are connected by local area network switches, with a software layer providing sufficient redundancy to make this cost-effective hardware dependable. In the SaaS model, cloud providers install and operate application software in the cloud and cloud users access the software from cloud clients.
Software can be categorized as legacy software and beautiful software. Even though legacy software satisfies the end user, it remains the same over time and is difficult to evolve. But beautiful software is easy to evolve as well as meets the customer needs.
The various software models to be discussed here are Waterfall model, Spiral model, Agile model.
Water fall model completes the software development process in five major steps.
- Requirement analysis and Specification
- Architectural design
- Implementation and Integration
- Verification
- Operations and Maintenance
Agile model embraces changes as a fact of life. Developers continuously refine working but incomplete prototype until customers are satisfied with customer feedback on each iteration. The method emphasizes on Test Driven Development(TDD) to reduce mistakes, written down user stories to validate customer requirements, velocity to measure progress.
Software as a Service
Software as a service, or 'SaaS', is a software application delivery model by which an enterprise vendor develops a web-based software application, and then hosts and operates that application over the internet for use by its customers. Customers do not need to buy software licenses or additional infrastructure equipment, and typically only pay monthly fees for using the software. SaaS applications are often updated more frequently than traditional software. Some of the main features are listed below
- The application is hosted centrally, so new releases can be put in place without requiring customers to install new software.
- The application only has a single configuration, making development testing faster.
- The application vendor has access to all customer data, expediting design and regression testing.
- The solution provider has access to user behavior within the application (usually via web analytics), making it easier to identify areas worthy of improvement.
Service oriented architecture
SOA generally provides a way for consumers of services, such as web-based applications, to be aware of available SOA-based services. For example, several disparate departments within a company may develop and deploy SOA services in different implementation languages; their respective clients will benefit from a well-defined interOA-based services. For example, several disparate departments within a company may develop and deploy SOA services iface to access them. SOA defines how to integrate widely disparate applications for a Web-based environment and uses multiple implementation platforms. Rather than defining an API, SOA defines the interface in terms of protocols and functionality. An endpoint is the entry point for such a SOA implementation.
Cloud Computing
Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over a network. Cloud Computing provides the scalable and dependable hardware computation and storage for SaaS. Cloud computing consists of clusters of commodity servers that are connected by local area network switches, with a software layer providing sufficient redundancy to make this cost-effective hardware dependable. In the SaaS model, cloud providers install and operate application software in the cloud and cloud users access the software from cloud clients.
Comments
Post a Comment