NetBeans

Print Print
Reading time 13:8

NetBeans
Apache NetBeans Logo.svg
Screenshot
Apache NetBeans 12.2 screenshot.png
Apache NetBeans 12.2 in Arch Linux
Original author(s)Roman Staněk
Developer(s)
Stable release
12.3[1] Edit this on Wikidata / 3 March 2021; 3 months ago (3 March 2021)
Preview release
12.3 Beta 3 Edit this on Wikidata / 5 November 2020; 7 months ago (5 November 2020)
RepositoryNetBeans Repository
Written inJava
Operating systemWindows, macOS, Linux, Solaris; feature-limited OS independent version available
PlatformJava SE, Java EE, JavaFX
Available in28 languages
List of languages
TypeIDE
LicenseApache License 2.0 (previously CDDL or GPLv2 with classpath exception)[2]
Websitenetbeans.apache.org

NetBeans is an integrated development environment (IDE) for Java. NetBeans allows applications to be developed from a set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition to Java development, it has extensions for other languages like PHP, C, C++, HTML5,[3] and JavaScript. Applications based on NetBeans, including the NetBeans IDE, can be extended by third party developers.[4]

History

NetBeans began in 1996 as Xelfi (word play on Delphi),[5][6] a Java IDE student project under the guidance of the Faculty of Mathematics and Physics at Charles University in Prague. In 1997, Roman Staněk formed a company around the project and produced commercial versions of the NetBeans IDE until it was bought by Sun Microsystems in 1999. Sun open-sourced the NetBeans IDE in June of the following year. Since then, the NetBeans community has continued to grow.[7] In 2010, Sun (and thus NetBeans) was acquired by Oracle Corporation. Under Oracle, NetBeans competed with JDeveloper, a freeware IDE that has historically been a product of the company. In September 2016, Oracle submitted a proposal to donate the NetBeans project to the Apache Software Foundation, stating that it was "opening up the NetBeans governance model to give NetBeans constituents a greater voice in the project's direction and future success through the upcoming release of Java 9 and NetBeans 9 and beyond". The move was endorsed by Java creator James Gosling.[8] The project entered the Apache Incubator in October 2016.[9]

NetBeans IDE releases[10]

NetBeans IDE 6.5, released in November 2008, extended the existing Java EE features (including Java Persistence support, EJB 3 and JAX-WS). Additionally, the NetBeans Enterprise Pack supports the development of Java EE 5 enterprise applications, including SOA visual design tools, XML schema tools, web services orchestration (for BPEL), and UML modeling. The NetBeans IDE Bundle for C/C++ supports C/C++ and FORTRAN development.

NetBeans IDE 6.8 is the first IDE to provide complete support of Java EE 6 and the GlassFish Enterprise Server v3. Developers hosting their open-source projects on kenai.com additionally benefit from instant messaging and issue tracking integration and navigation right in the IDE, support for web application development with PHP 5.3 and the Symfony framework, and improved code completion, layouts, hints and navigation in JavaFX projects.

NetBeans IDE 6.9, released in June 2010, added support for OSGi, Spring Framework 3.0, Java EE dependency injection (JSR-299), Zend Framework for PHP, and easier code navigation (such as "Is Overridden/Implemented" annotations), formatting, hints, and refactoring across several languages.

NetBeans IDE 7.0 was released in April 2011. On August 1, 2011, the NetBeans Team released NetBeans IDE 7.0.1, which has full support for the official release of the Java SE 7 platform.[11]

NetBeans IDE 7.3 was released in February 2013 which added support for HTML5 and web technologies.[12]

NetBeans IDE 7.4 was released on 15 October 2013.

NetBeans IDE 8.0 was released on 18 March 2014.

NetBeans IDE 8.1 was released on 4 November 2015.

NetBeans IDE 8.2 was released on 3 October 2016.

Netbeans 9.0, which adds support for Java 9 and 10, was released on 29 July 2018, by the Apache Incubator project.[9][10][13][14]

NetBeans 10.0 was released on 27 December 2018. It brings support for Java 11 and improved support for PHP (7.0–7.3).

NetBeans 11.0 was released on 4 April 2019.

NetBeans 11.1 was released on 22 July 2019.

NetBeans 11.2 was released on 25 October 2019.

NetBeans 11.3 was released on 24 February 2020.

NetBeans 12.0 was released on 4 June 2020.

NetBeans IDE

NetBeans IDE is an open-source integrated development environment. NetBeans IDE supports development of all Java application types (Java SE (including JavaFX), Java ME, web, EJB and mobile applications) out of the box. Among other features are an Ant-based project system, Maven support, refactorings, version control (supporting CVS, Subversion, Git, Mercurial and Clearcase).

Modularity: All the functions of the IDE are provided by modules. Each module provides a well-defined function, such as support for the Java language, editing, or support for the CVS versioning system, and SVN. NetBeans contains all the modules needed for Java development in a single download, allowing the user to start working immediately. Modules also allow NetBeans to be extended. New features, such as support for other programming languages, can be added by installing additional modules. For instance, Sun Studio, Sun Java Studio Enterprise, and Sun Java Studio Creator from Sun Microsystems are all based on the NetBeans IDE.

License: The IDE is licensed under the Apache License 2.0. Previously, from July 2006 through 2007, NetBeans IDE was licensed under Sun's Common Development and Distribution License (CDDL), a license based on the Mozilla Public License (MPL). In October 2007, Sun announced that NetBeans would henceforth be offered under a dual license of the CDDL and the GPL version 2 licenses, with the GPL linking exception for GNU Classpath.[15] Oracle has donated NetBeans Platform and IDE to the Apache Foundation where it underwent incubation and graduated as a top level project in April 2019.[16]

Other products

In an October 2016 interview with Gabriela Motroc, Oracle Vice President Bill Pataky stated that Oracle has a number of products that depend on NetBeans.[17]

  • Oracle Developer Studio, a commercial C, C++, Fortran and Java development environment is 100% based on NetBeans[17]
  • Oracle JDeveloper, an end-to-end development for Oracle's technology stack takes major subsystems from NetBeans[17]
  • Oracle JavaScript Extension Toolkit, a modular, open source toolkit based on modern JavaScript, CSS3 and HTML5 design and development principles uses NetBeans as its preferred IDE[17]

Alternative distributions

NetBeans 6.0 installation disc

Integrated Modules

These modules are part of the NetBeans IDE:

NetBeans Profiler

The NetBeans Profiler[18] is a tool for the monitoring of Java applications: It helps developers find memory leaks and optimize speed. Formerly downloaded separately, it is integrated into the core IDE since version 6.0. The Profiler is based on a Sun Laboratories research project that was named JFluid. That research uncovered specific techniques that can be used to lower the overhead of profiling a Java application. One of those techniques is dynamic bytecode instrumentation, which is particularly useful for profiling large Java applications. Using dynamic bytecode instrumentation and additional algorithms, the NetBeans Profiler is able to obtain runtime information on applications that are too large or complex for other profilers. NetBeans also support Profiling Points that let you profile precise points of execution and measure execution time.

GUI design tool

NetBeans GUI Builder

Formerly known as project Matisse, the GUI design-tool enables developers to prototype and design Swing GUIs by dragging and positioning GUI components.[19]

The GUI builder has built-in support for JSR 295 (Beans Binding technology), but the support for JSR 296 (Swing Application Framework) was removed in 7.1.

NetBeans JavaScript editor

The NetBeans JavaScript editor provides extended support for JavaScript, Ajax, and CSS.[20][21]

JavaScript editor features comprise syntax highlighting, refactoring, code completion for native objects and functions, generation of JavaScript class skeletons, generation of Ajax callbacks from a template; and automatic browser compatibility checks.

CSS editor features comprise code completion for styles names, quick navigation through the navigator panel, displaying the CSS rule declaration in a List View and file structure in a Tree View, sorting the outline view by name, type or declaration order (List & Tree), creating rule declarations (Tree only), refactoring a part of a rule name (Tree only).

The NetBeans 7.4 and later uses the new Nashorn JavaScript engine developed by Oracle.

NetBeans IDE Download Bundles

Users can choose to download NetBeans IDE bundles tailored to specific development needs. Users can also download and install all other features at a later date directly through the NetBeans IDE.

NetBeans IDE Bundle for Web and Java EE

The NetBeans IDE Bundle for Web & Java EE[22] provides complete tools for all the latest Java EE 6 standards, including the new Java EE 6 Web Profile, Enterprise Java Beans (EJBs), servlets, Java Persistence API, web services, and annotations. NetBeans also supports the JSF 2.0 (Facelets), JavaServer Pages (JSP), Hibernate, Spring, and Struts frameworks, and the Java EE 5 and J2EE 1.4 platforms. It includes GlassFish and Apache Tomcat.

Some of its features with Java EE include:

  • Improved support for CDI, REST services and Java Persistence
  • New support for Bean Validation
  • Support for JSF component libraries, including bundled PrimeFaces library
  • Improved editing for Expression Language in JSF, including code completion, refactoring and hints

NetBeans IDE Bundle for PHP

NetBeans supports PHP since version 5.6. The bundle for PHP includes:

  • syntax highlighting, code completion, occurrence highlighting, error highlighting, CVS version control
  • semantic analysis with highlighting of parameters and unused local variables
  • PHP code debugging with xdebug
  • PHP Unit testing with PHPUnit and Selenium
  • Code coverage
  • Symfony framework support (since version 6.8)
  • Zend Framework support (since version 6.9)
  • Yii Framework support (since version 7.3)
  • PHP 5.3 namespace and closure support (since version 6.8)
  • Code Folding for Control Structures (since version 7.2 dev)[23]

NetBeans IDE Complete Bundle

Oracle also releases a version of NetBeans that includes all of the features of the above bundles. This bundle includes:

  • NetBeans Base IDE
  • Java SE, JavaFX
  • Web and Java EE
  • Java ME
  • C/C++
  • PHP (Version 5.5 and later)
  • asd
  • Apache Groovy
  • GlassFish
  • Apache Tomcat

Official Ruby support was removed with the release of 7.0.

Localization

NetBeans IDE is translated into the following languages:

  • Brazilian Portuguese (BR), as of 5.5
  • Japanese (JP), as of 3.4
  • Simplified Chinese (ZH-CN)

Community translations of the IDE are also available in the following languages:

Community translations[24]
Language Platform Java SE
(IDE)
All
Afrikaans As of 6.9 No No
Albanian As of 5.5 No No
Azerbaijani No No No
Catalan As of 6.7.1 As of 6.7.1 As of 6.9.1[25]
Czech As of 6.0 No No
Dutch Yes Yes No
Filipino As of 6.9 No No
French Yes Yes No
Galician Yes Yes As of 6.8
German As of 5.5 As of 5.5[26] No
Greek As of 6.9 No No
Hindi As of 6.9 No No
Indonesian As of 5.5 No No
Italian Yes Yes No
Korean As of 5.0 As of 5.0[27] No
Lithuanian As of 6.9 No No
Romanian As of 6.8 No No
Russian As of 5.0 As of 6.9.1
Serbian As of 6.9 No No
Spanish As of 5.5 As of 5.5 No
Swedish Yes Yes No
Traditional Chinese Yes Yes No
Turkish Yes Yes No
Vietnamese As of 6.9 No No

See also

References

  1. ^ https://netbeans.apache.org/download/nb123/nb123.html.
  2. ^ "NetBeans IDE Dual License Header and License Notice". Netbeans.org. April 1, 1989. Retrieved 2013-07-18.
  3. ^ "HTML5 Web Development Support". netbeans.org. Retrieved August 2, 2017.
  4. ^ "NetBeans MOVED". platform.netbeans.org. Retrieved August 2, 2017.
  5. ^ "original Xelfi homepage". Archived from the original on April 24, 2012. Retrieved May 17, 2008.
  6. ^ "Happy Birthday NetBeans - interview with Jaroslav "Yarda" Tulach". Netbeans.org. Retrieved May 17, 2008.
  7. ^ "A Brief History of NetBeans". Netbeans.org. Retrieved May 17, 2008.
  8. ^ "Java founder James Gosling endorses Apache takeover of NetBeans Java IDE". InfoWorld. Retrieved September 19, 2016.
  9. ^ a b "NetBeans Incubation Status". Retrieved August 4, 2017.
  10. ^ a b "Roadmap". Oracle. Retrieved February 13, 2018.
  11. ^ "NetBeans IDE 7.0.1 Now Available for Download". Oracle. Archived from the original on October 26, 2011. Retrieved September 11, 2011.
  12. ^ "NetBeans IDE 7.3 Details". Oracle. Retrieved September 13, 2013.
  13. ^ Wielenga, Geertjan. "Using Apache NetBeans (incubating) with JDK 9". Jaxenter. Retrieved February 13, 2018.
  14. ^ https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+9.0+New+and+Noteworthy
  15. ^ "Why GPL v2 Frequently Asked Questions". netbeans.org. Retrieved August 2, 2017.
  16. ^ "The Apache Software Foundation Announces Apache® NetBeans™ as a Top-Level Project". blogs.apache.org. Retrieved July 12, 2019.
  17. ^ a b c d Motroc, Gabriela (October 5, 2016). "Oracle developers will be involved in at least two Apache NetBeans releases". Jaxenter. Retrieved 2016-10-07.
  18. ^ "Profiler". Netbeans.org. Retrieved May 17, 2008.
  19. ^ "Swing GUI Builder (formerly Project Matisse)". Netbeans.org. Retrieved May 17, 2008.
  20. ^ "Javascript". Netbeans wiki. March 31, 2007. Retrieved 2008-04-19.
  21. ^ "Java Web Applications". Netbeans.org. Retrieved April 19, 2008.
  22. ^ "Web & Java EE". Netbeans.org. Retrieved May 17, 2008.
  23. ^ "Netbeans Bugzilla - Bug 186731". Retrieved May 23, 2012.
  24. ^ "TFL10nCommunityStatus - NetBeans Wiki". Wiki.netbeans.org. Retrieved July 18, 2013.
  25. ^ "Catalan localization group at OpenSolaris". Archived from the original on July 16, 2011. Retrieved August 2, 2017.
  26. ^ "NetBeans.org Community News: Go Multilingual with NetBeans IDE 5.5.1!". Retrieved August 2, 2017.
  27. ^ "NetBeans Community News". netbeans.org. Retrieved August 2, 2017.

Further reading

By: Wikipedia.org
Edited: 2021-06-18 14:11:59
Source: Wikipedia.org