NetBeans

NetBeans IDE
Original author(s)Roman Staněk
Developer(s)
Stable release
24[1] Edit this on Wikidata / 10 December 2024; 44 days ago (10 December 2024)
Repositorygitbox.apache.org/repos/asf?p=netbeans.git
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 Engineering and Technology 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 had to find some synergy with JDeveloper, a freeware IDE that has historically been a product of the company, by 2012 both IDEs were rebuilt around a shared codebase - the NetBeans Platform. 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

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

NetBeans IDE is licensed under the Apache License 2.0. Previously, from July 2006 through 2007, it 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.[10] 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.[11]

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.[12]

  • Oracle Developer Studio, a commercial C, C++, Fortran and Java development environment is 100% based on NetBeans[12]
  • Oracle JDeveloper, an end-to-end development for Oracle's technology stack takes major subsystems from NetBeans[12]
  • 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[12]
NetBeans 6.0 installation disc

Integrated modules

These modules are part of the NetBeans IDE:

NetBeans Profiler

The NetBeans Profiler[13] 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 developers 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.[14]

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.[15][16]

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[17] 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)[18]

NetBeans IDE Complete Bundle

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

Official Ruby support was removed with the release of 7.0.

Localization

NetBeans IDE is translated into the following languages:

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

Community translations[19]
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[20]
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[21] 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[22] 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. ^ "[ANNOUNCE] Apache NetBeans 24 Released". December 10, 2024. Retrieved December 13, 2024.
  2. ^ "NetBeans IDE Dual License Header and License Notice". Netbeans.org. April 1, 1989. Archived from the original on November 2, 2019. Retrieved 2013-07-18.
  3. ^ "HTML5 Web Development Support". netbeans.org. Archived from the original on December 24, 2016. Retrieved August 2, 2017.
  4. ^ "NetBeans MOVED". platform.netbeans.org. Archived from the original on May 15, 2020. 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. Archived from the original on May 17, 2008. Retrieved May 17, 2008.
  7. ^ "A Brief History of NetBeans IDE". Netbeans.org. Archived from the original on August 31, 2013. Retrieved May 17, 2008.
  8. ^ "Java founder James Gosling endorses Apache takeover of NetBeans Java IDE". InfoWorld. September 13, 2016. Retrieved September 19, 2016.
  9. ^ "NetBeans Incubation Status". Retrieved August 4, 2017.
  10. ^ "Why GPL v2 Frequently Asked Questions". netbeans.org. Archived from the original on February 11, 2019. Retrieved August 2, 2017.
  11. ^ "The Apache Software Foundation Announces Apache NetBeans as a Top-Level Project". blogs.apache.org. April 24, 2019. Retrieved July 12, 2019.
  12. ^ 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.
  13. ^ "Profiler". Netbeans.org. Retrieved May 17, 2008.
  14. ^ "Swing GUI Builder (formerly Project Matisse)". Netbeans.org. Archived from the original on July 29, 2013. Retrieved May 17, 2008.
  15. ^ "Javascript". Netbeans wiki. March 31, 2007. Archived from the original on April 10, 2008. Retrieved 2008-04-19.
  16. ^ "Java Web Applications". Netbeans.org. Archived from the original on October 18, 2012. Retrieved April 19, 2008.
  17. ^ "Web & Java EE". Netbeans.org. Archived from the original on May 9, 2008. Retrieved May 18, 2008.
  18. ^ "Netbeans Bugzilla - Bug 186731". Retrieved May 23, 2012.
  19. ^ "TFL10nCommunityStatus - NetBeans Wiki". Wiki.netbeans.org. Archived from the original on August 13, 2010. Retrieved July 18, 2013.
  20. ^ "Catalan localization group at OpenSolaris". Archived from the original on July 16, 2011. Retrieved August 2, 2017.
  21. ^ "NetBeans.org Community News: Go Multilingual with NetBeans IDE 5.5.1!". Archived from the original on November 18, 2016. Retrieved August 2, 2017.
  22. ^ "NetBeans Community News". netbeans.org. Archived from the original on August 4, 2020. Retrieved August 2, 2017.

Further reading


Read other articles:

Jersey Post International LimitedCompany typeLimited Liability CompanyIndustryMailPredecessorCommittee for Postal AdministrationFounded1 July 2006 (2006-07-01)HeadquartersPostal HeadquartersLa Rue GrellierRue des Pres Trading Estate[1], Parish of St Saviour, JerseyKey peopleAlan Merry(Chairman)Tim Brown(Chief Executive)[2]Websitejerseypost.com Jersey Post is the licensed universal service provider of mail service for the Bailiwick of Jersey. History Jersey Post...

 

Charlie Adam Adam bermain untuk Skotlandia pada tahun 2011Informasi pribadiNama lengkap Charles Graham AdamTanggal lahir 10 Desember 1985 (umur 38)Tempat lahir Dundee, SkotlandiaTinggi 185 m (606 ft 11 in)[1]Posisi bermain GelandangInformasi klubKlub saat ini Stoke CityNomor 16Karier junior1999–2004 DundeeKarier senior*Tahun Tim Tampil (Gol)2004–2009 Rangers 61 (13)2004–2005 → Ross County (pinjaman) 11 (2)2005–2006 → St. Mirren (pinjaman) 29 (5)2009 �...

 

This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) A major contributor to this article appears to have a close connection with its subject. It may require cleanup to comply with Wikipedia's content policies, particularly neutral point of view. Please discuss further on the talk page. (March 2022) (Learn how and when to remove this template message) This article needs additional citations fo...

Isoflurana Nama sistematis (IUPAC) (RS)-2-Kloro-2-(diflorometoksi)-1,1,1-trifloro-etanaatau(RS)-1-kloro-2,2,2-trifloroetill diflorometill eter Data klinis Nama dagang Aerrane, Forane, Isoflurane, Isoflurane Novell, Terrel Isoflurane AHFS/Drugs.com FDA Professional Drug Information Kat. kehamilan C Status hukum ? Rute Inhalasi Pengenal Nomor CAS 26675-46-7 Y Kode ATC N01AB06 PubChem CID 3763 Ligan IUPHAR 2505 DrugBank DB00753 ChemSpider 3631 Y UNII CYS9AKD70P Y KEGG D00545 ...

 

Municipal unit in Lezhë, AlbaniaSelitëMunicipal unitSelitëCoordinates: 41°47′N 20°5′E / 41.783°N 20.083°E / 41.783; 20.083Country AlbaniaCountyLezhëMunicipalityMirditëPopulation (2011) • Municipal unit745Time zoneUTC+1 (CET) • Summer (DST)UTC+2 (CEST) Selitë is a former municipality in the Lezhë County, northwestern Albania. At the 2015 local government reform it became a subdivision of the municipality Mirditë.[1&#...

 

1967 in the Vietnam War ← 19661968 →Air drop of supplies in Operation Junction CityLocationVietnamBelligerents Anti-Communist forces:  South Vietnam United States South Korea Australia Philippines New Zealand Thailand Kingdom of Laos Republic of China Communist forces:  North Vietnam Viet Cong Pathet Lao People's Republic of China Soviet Union North KoreaStrength South Vietnam: 798,800 United States: 485,600 South K...

Eccidio di PietransieriIl tempio che ricorda l'eccidio TipoFucilazione DataDomenica 21 novembre 1943mattina LuogoPietransieri Stato Italia ObiettivoCivili ResponsabiliMilitari tedeschi ConseguenzeMorti128 Modifica dati su Wikidata · Manuale L'eccidio di Pietransieri fu compiuto dalle forze di occupazione naziste in Italia il 21 novembre 1943 a Pietransieri, frazione del comune di Roccaraso (provincia dell'Aquila). In località bosco di Limmari i soldati tedeschi trucidarono 128 per...

 

  提示:此条目页的主题不是中華人民共和國最高領導人。 中华人民共和国 中华人民共和国政府与政治系列条目 执政党 中国共产党 党章、党旗党徽 主要负责人、领导核心 领导集体、民主集中制 意识形态、组织 以习近平同志为核心的党中央 两个维护、两个确立 全国代表大会 (二十大) 中央委员会 (二十届) 总书记:习近平 中央政治局 常务委员会 中央书记处 �...

 

Midnight in Paris Título Medianoche en ParísFicha técnicaDirección Woody AllenProducción Letty Aronson Stephen TenenbaumJaume RouresGuion Woody AllenBasada en París era una fiesta de Ernest HemingwayMúsica Stephane WrembelFotografía Darius KhondjiMontaje Alisa LepselterProtagonistas Owen WilsonRachel McAdamsKathy BatesAdrien BrodyCarla BruniMarion CotillardMichael Sheen Ver todos los créditos (IMDb)Datos y cifrasPaís Estados UnidosEspañaAño 2011Género ComediaRomanceDuración 94 m...

هذه المقالة بحاجة لصندوق معلومات. فضلًا ساعد في تحسين هذه المقالة بإضافة صندوق معلومات مخصص إليها. هذه المقالة يتيمة إذ تصل إليها مقالات أخرى قليلة جدًا. فضلًا، ساعد بإضافة وصلة إليها في مقالات متعلقة بها. (أغسطس 2021) أثرت موجة الحر الأوروبية في يوليو 2019 على فرنسا بشدة، إذ تج�...

 

  لمعانٍ أخرى، طالع هلالة (توضيح). هلالة الاسم العلميMenisci منظر علوي لرأس الظنبوب يظهر هلالة إنسية وهلالة وحشية وأربطة مفصل الركبة من الخلفمفصل الركبة من الخلف تفاصيل يتكون من الهلالة الوحشية  [لغات أخرى]‏  نوع من قرص مفصلي،  وكيان تشريحي معين  [لغات أخ�...

 

В Википедии есть статьи о других людях с такой фамилией, см. Максимович; Максимович, Михаил. Михаил Александрович Максимович Дата рождения 3 (15) сентября 1804(1804-09-15) Место рождения хутор Тымковщина, Золотоношский уезд, Полтавская губерния Дата смерти 10 (22) ноября 1873(1873-11-...

International trips made by Theresa May while Prime Minister World map highlighting the 33 countries visited by Theresa May during her premiership, as of July 2019   United Kingdom   One visit   Two visits   Three visits   Four visits   Seven or more visits This article is part of a series aboutTheresa May Political positions Electoral history MP for Maidenhead One-nation conservatism Home Secretary Home Office under Theresa May Host...

 

General Secretary of the People's Democratic Party Mohammed Hussein redirects here. For the Muslim cleric, see Muhammad Ahmad Hussein. Babrak Karmalبَبرَک کارمَلKarmal in 1983General Secretary of the People's Democratic Party of AfghanistanIn office27 December 1979 – 4 May 1986Preceded byHafizullah AminSucceeded byMohammad NajibullahChairman of the Revolutionary CouncilIn office27 December 1979 – 24 November 1986Preceded byHafizullah AminSucceeded byHaji Moha...

 

Species of butterfly Red tip C. a. antevippe ♂♂ in Ghana Conservation status Least Concern  (IUCN 3.1)[1] Scientific classification Domain: Eukaryota Kingdom: Animalia Phylum: Arthropoda Class: Insecta Order: Lepidoptera Family: Pieridae Genus: Colotis Species: C. antevippe Binomial name Colotis antevippe(Boisduval, 1836)[2] Synonyms Anthocharis antevippe Boisduval, 1836 Teracolus carteri Butler, 1882 Anthopsyche gavisa Wallengren, 1857 Papilio achine Stoll, 1781...

هذه المقالة هي جزء من سلسلةالتجارة الإلكترونية السلع والخدمات عبر الإنترنتكتب إلكترونيةبرمجياتبث حي خدمات التجزئةالبنوكدي في دي البريدتوصيل الأزهارطلب الطعامالبقالةالصيدليةالسياحة خدمات السوقإعلاناتمزاداتمقارنة السعرالتجارة الاجتماعيةالتداولمحفظة إلكترونية التج...

 

Оксид висмута​(III)​ Общие Систематическоенаименование Оксид висмута Традиционные названия Сесквиоксид висмута Хим. формула Bi2O3 Физические свойства Состояние желтовато-белые кристаллы Молярная масса 465,96 г/моль Плотность 8,90 г/см³ Термические свойства Темпера...

 

En este artículo se detectaron varios problemas. Por favor, edítalo y/o discute los problemas en la discusión para mejorarlo: Necesita referencias adicionales para su verificación. Podría ser demasiado largo, y algunos navegadores podrían tener dificultades al mostrar este artículo. Este aviso fue puesto el 14 de febrero de 2024. Algunos de los exiliados políticos principales en la historia de Venezuela: Francisco de Miranda, José Antonio Páez, Ezequiel Zamora y Rómulo Betanc...

Combination of words that has a figurative meaning For the realized structure particular to a language, see Idiom (language structure). For other uses, see Idiom (disambiguation). An idiom is a phrase or expression that largely or exclusively carries a figurative or non-literal meaning, rather than making any literal sense. Categorized as formulaic language, an idiomatic expression's meaning is different from the literal meanings of each word inside it.[1] Idioms occur frequently in a...

 

1939 novel by Thomas Mann This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: Lotte in Weimar: The Beloved Returns – news · newspapers · books · scholar · JSTOR (March 2010) (Learn how and when to remove this message) Lotte in Weimar: The Beloved Returns First US editionAuthorThomas MannOriginal titleLotte ...