Friday, 18 February 2011

Top open source IDEs


Integrated development environments lets the developers write lesser lines of code and concentrate more on the business logic layer,application layer and the presentation layer.They come with a lot of features like auto complete,debugger,linker,loader etc.
Below given  few details of top 5 open source integrated development environments.

1.Eclipse
 Support a variety of languages like c,c++,java,python,PHP etc.It run on  windows,linux or mac os x.The plug-ins to support a programming language  can be easily downloaded.It need lot of memory when it runs.
 www.eclipse.org/downloads/


2. Netbeans
 Support c,c++,java,java FX,java Web and EE,Ruby and PHP.Developers mainly  use it for java.Like eclipse,it needs a lot of memory when it runs.
 www.netbeans.org/downloads

3.MonoDevelop
 A good open source IDE to write ASP.NET applications in windows,linux and  mac os x.
 www.monodevelop.com

4.JEdit
 A text editor for creating applications in java.Auto complete,syntax  highlighter etc are its special features.Not good for beginners as it  doesnt have a visually appealing interface.
 www.jedit.org

5.Aptana Studio
 Great IDE for developing web applications using HTML,CSS,Javascript.It  runs on windows,linux and mac os x.It can be downloaded as an eclipse  plugin or a stand alone version.
 www.aptana.com

No comments:

Post a Comment