Integrated Development Environment

The educational technology and digital learning wiki
Jump to navigation Jump to search

Draft

Integrated Development Environment are commonly used to simplify the programming process. These usually integrate syntax coloration for particular code, wysiwyg content editor, code compilation, code management and sometimes collaborative development utilities (SVN or CVS).

See also: text editor

Examples

The most well-known free and open source systems is probably:

  • Eclipse (Wikipedia). Some e-learning applications, e.g.
  • Netbeans (Wikipedia) is a popular environment in the Java community.
  • Dreamweaver is an example of a commercial system to develop HTML pages but also interactive client and server-side webpages.
  • Komodo is a PHP developement environment.

Links

[[Category: Authoring tools]