CSC/ECE 517 Spring 2015/ch1a 5 ZX: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
__TOC__
__TOC__
== Background ==
== Background ==
=== Motivation for Online IDEs and Distributed Development ===
=== Introduction to Online Development ===  
=== Introduction to Online Development ===  
==== Introduction to Online IDEs ====
==== Introduction to Online IDEs ====
==== Introduction to Distributed Development ====
==== Introduction to Distributed Development ====
=== Motivation for Online IDEs and Distributed Development ===
 
== ==
== ==
== ==
== ==

Revision as of 00:58, 29 January 2015

Online IDEs and Distributed Development

An online IDE, also known as Web IDE or cloud IDE, is an integrated development environment (IDE) that is hosted in a browser, which allows for software development or web development. An online IDE can be accessed from a web browser, such as Google Chrome or Internet Explorer, allowing for a portable work environment. An online IDE does not usually contain all of the same features as a traditional, or desktop, IDE, although all of the basic IDE features, such as syntax highlighting, are typically present.

The idea of Distributed Development is a project development model where members in the same team spreading across geographical lines contribute to collaborate on applications or softwares and communicate through the Internet. In addition, if a project is so huge that the “team” above may be a micro-team, and then these micro-teams construct mid-teams and finally mid-teams construct the whole team.

Writing Assignment 1A

Background

Motivation for Online IDEs and Distributed Development

Introduction to Online Development

Introduction to Online IDEs

Introduction to Distributed Development