Integrated Development Environment: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
[[category:Programming]]
[[category:Programming]]


Integrated Development Environment are commonly used to simplify the programming process. These usually integrate syntax coloration for particular code, wysiwyg content editor and sometimes collaborative development utilities (SVN or CVS).
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==
==Examples==


*Eclipse (Java, PHP, etc.)
Well-known free and open source systems are
*Dreamweaver (HTML)
* [http://en.wikipedia.org/wiki/Eclipse_(software) Eclipse] (Wikipedia). Some e-learning applications, e.g. the [[Reload Editor]]s are made with eclipse.
*Komodo (PHP)
 
* [http://en.wikipedia.org/wiki/NetBeans Netbeans] (Wikipedia) is a popular environment in the Java community.
 
Commercial systems are for example:
 
* [http://en.wikipedia.org/wiki/ActiveState_Komodo Komodo] is built on top of the Mozilla platform and supports development with various dynamic programming languages such as [[PHP]], JavaScript, Python. The system is commercial but the editor is free.
 
* [http://en.wikipedia.org/wiki/Microsoft_Visual_Studio Microsoft Visual Studio] (Wikipedia)
 
* [[Adobe Flex Builder]], an environment to develop [[Adobe Flex|flex/actionscript/flash]] code.
 
* Dreamweaver is an example of a commercial system to develop HTML pages but also interactive client and server-side web pages.
 
== Links ==
 
* [http://en.wikipedia.org/wiki/Integrated_development_environment Integrated Development Environments] (Wikipedia)
* [http://en.wikipedia.org/wiki/Software_development_kit Software development kit] (Wikipedia)
* [http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments Comparison of integrated development environments] (Wikipedia)
 
[[Category: Programming]]
[[Category: Authoring tools]]

Latest revision as of 18:33, 5 November 2008

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

Well-known free and open source systems are

  • Netbeans (Wikipedia) is a popular environment in the Java community.

Commercial systems are for example:

  • Komodo is built on top of the Mozilla platform and supports development with various dynamic programming languages such as PHP, JavaScript, Python. The system is commercial but the editor is free.
  • Dreamweaver is an example of a commercial system to develop HTML pages but also interactive client and server-side web pages.

Links