Integrated Development Environment: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 9: Line 9:


The most well-known free and open source systems is probably:
The most well-known free and open source systems is probably:
* [http://en.wikipedia.org/wiki/Eclipse_(software) Eclipse] (Wikipedia). Some e-learning applications, e.g. the [[Reload editor]]s are made with eclipse.
* [http://en.wikipedia.org/wiki/Eclipse_(software) Eclipse] (Wikipedia). Some e-learning applications, e.g. the [[Reload Editor]]s are made with eclipse.


* [http://en.wikipedia.org/wiki/NetBeans Netbeans] (Wikipedia) is a popular environment in the Java community.
* [http://en.wikipedia.org/wiki/NetBeans Netbeans] (Wikipedia) is a popular environment in the Java community.
Line 17: Line 17:
* Komodo is a [[PHP]] developement environment.
* Komodo is a [[PHP]] developement environment.


* Flex builder is a commercial enviroment to develop [[Adobe flex|flex/actionscript/flash]] code.
* Flex builder is a commercial enviroment to develop [[Adobe Flex|flex/actionscript/flash]] code.


== Links ==
== Links ==

Revision as of 19:14, 29 August 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

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

  • 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