<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
	<id>https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=NetBeans</id>
	<title>NetBeans - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="https://arolstar52-zhtest.hf.space/index.php?action=history&amp;feed=atom&amp;title=NetBeans"/>
	<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=NetBeans&amp;action=history"/>
	<updated>2026-07-01T09:31:24Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://arolstar52-zhtest.hf.space/index.php?title=NetBeans&amp;diff=61089&amp;oldid=prev</id>
		<title>2025年4月13日 (日) 13:00 imported&gt;Hyperodessey</title>
		<link rel="alternate" type="text/html" href="https://arolstar52-zhtest.hf.space/index.php?title=NetBeans&amp;diff=61089&amp;oldid=prev"/>
		<updated>2025-04-13T13:00:49Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Multiple issues|&lt;br /&gt;
{{External links|time=2023-06-02T12:03:46+00:00}}&lt;br /&gt;
{{Refimprove|time=2023-06-02T12:03:46+00:00}}&lt;br /&gt;
}}&lt;br /&gt;
{{noteTA&lt;br /&gt;
|G1=IT&lt;br /&gt;
|G2=FL&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox_Software&lt;br /&gt;
|name = NetBeans IDE&lt;br /&gt;
|screenshot = Apache NetBeans 11 Linux.png&lt;br /&gt;
|screenshot size = 220px&lt;br /&gt;
|caption = NetBeans 11.1&lt;br /&gt;
|developer = [[Apache软件基金会]]、[[甲骨文公司]]&lt;br /&gt;
|latest_release_version = 24&lt;br /&gt;
|latest_release_date = {{Release date and age|2024|12|10}}&lt;br /&gt;
|operating_system = [[跨平臺]]&lt;br /&gt;
|genre = [[集成開發環境|Java IDE]]&lt;br /&gt;
|license = [[Apache许可证]]&lt;br /&gt;
|website = {{URL|https://netbeans.apache.org/}}&lt;br /&gt;
}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NetBeans&amp;#039;&amp;#039;&amp;#039;是由[[昇陽電腦]]（Sun Microsystems）建立的開放原始碼的軟體開發工具，是一個開發框架，可擴展的開發平台，可以用於[[Java]]，[[C語言]]／[[C++]]，[[PHP]]，[[HTML5]]等程式的開發，可以通過擴展插件來擴展功能。&lt;br /&gt;
&lt;br /&gt;
在NetBeans Platform平台中，應用軟體是用一系列的軟體模組（modular software components）建構出來的，而這些模組是一個jar檔（Java archive file）。它包含了一組[[Java]]程式的類別而它們實作全依據依NetBeans定義了的公開介面以及一系列用來區分不同模組的[[清单文件|定義描述檔（Manifest file）]]。有賴於模組化帶來的好處，用模組來建構的應用程式可只要加上新的模組就能進一步擴充。由於模組可以獨立地進行開發，所以由NetBeans平台開發出來的應用程式能利用第三方軟體，非常容易及有效率地進行擴充。&lt;br /&gt;
&lt;br /&gt;
== 歷史 ==&lt;br /&gt;
NetBeans是一個始於1997年的Xelfi計劃，本身是捷克[[布拉格]]查理大學[[Charles University]]的數學及物理學院的學生計畫。此計劃延伸而成立了一家公司進而發展這個商用版本的NetBeans IDE，直到1999年昇陽電腦買下此公司。昇陽電腦於次年（2000年）的六月將NetBeans IDE開放為公開源碼，直到現在NetBeans的社群依然持續增長，而且更多個人及企業使用並開發NetBeans作為程式開發的工具。&amp;lt;ref&amp;gt;{{cite web | url=https://netbeans.org/about/history.html | title=A Brief History of NetBeans | accessdate=2013-04-04 | archive-date=2013-08-31 | archive-url=https://web.archive.org/web/20130831063145/https://netbeans.org/about/history.html | dead-url=no }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NetBeans IDE 6.0延伸了原來[[Java EE]]的特質。NetBeans C/C++ Pack更支援C/C++的編程計畫。現行穩定版本對[[PHP]]、[[Ruby]]及其它[[腳本語言]]的支持已非常成熟。2009年，Sun推出Kenai雲項目，並將其整合到Netbeans中，加強了團隊開發的交互性。&lt;br /&gt;
&lt;br /&gt;
== NetBeans平台 ==&lt;br /&gt;
NetBeans平台是一種可重複使用的框架，可用於簡化其他桌面應用程式的開發。當基於NetBeans平台的應用被執行，平台主要類別的main方法便會被執行。可用的模組會被放置在存儲器中，並且開始執行任務。通常模組會只在被需要時，其代碼才會被裝進內存。 &lt;br /&gt;
&lt;br /&gt;
應用程式能動態安裝模組。任何應用程式能包括更新模組，允許用戶申請下載的應用程式升級和加入新功能。這樣安裝，升級以及新發並行不必迫使用戶每次再下載整個應用程式。 &lt;br /&gt;
&lt;br /&gt;
整個Netbeans平台提供對桌面應用程式常用的服務，允許開發者集中於僅限於他的應用程式的邏輯設計。其中NetBeans平台的主要特徵是： &lt;br /&gt;
&lt;br /&gt;
* 用戶界面管理User interface management（例如選單和工具條）&lt;br /&gt;
* 用戶設定管理User settings management&lt;br /&gt;
* 存儲管理Storage management（保留和裝任何種類數據）&lt;br /&gt;
* 視窗管理Window management&lt;br /&gt;
* 精靈框架Wizard framework（一步一步支援對話框）&lt;br /&gt;
&lt;br /&gt;
== 參考文獻 ==&lt;br /&gt;
{{reflist|2}}&lt;br /&gt;
&lt;br /&gt;
== 外部链接 ==&lt;br /&gt;
{{commonscat}}&lt;br /&gt;
* [https://netbeans.org/ 官方網頁]* Introduction to [https://web.archive.org/web/20071022025726/http://www.netbeans.org/products/platform/ NetBeans Platform] -- [https://web.archive.org/web/20071021111434/http://www.netbeans.org/products/mobility/ NetBeans Mobility Pack] -- [https://web.archive.org/web/20071011061405/http://www.netbeans.org/products/profiler/ NetBeans Profiler] -- [https://web.archive.org/web/20100306160603/http://netbeans.org/products/enterprise/ NetBeans Enterprise Pack] -- [https://web.archive.org/web/20071023065216/http://www.netbeans.org/products/cplusplus/ NetBeans C/C++ Pack]&lt;br /&gt;
* {{Wayback|url=https://netbeans.org/ |date=20071023065216 }}（Flash movies）&lt;br /&gt;
* [https://netbeans.org/features/platform/ Build Your RCP Application on the NetBeans Platform]{{Wayback|url=https://netbeans.org/features/platform/ |date=20130327111114 }} + [http://platform.netbeans.org/tutorials/index.html RCP Tutorials]{{Wayback|url=http://platform.netbeans.org/tutorials/index.html |date=20061010110811 }}&lt;br /&gt;
* [https://netbeans.org/kb/kb.html NetBeans Programming Tutorials]{{Wayback|url=https://netbeans.org/kb/kb.html |date=20130815074631 }}：Swing GUIs, Web and Enterprise, Mobility, Profiling...&lt;br /&gt;
* [https://web.archive.org/web/20090308114253/http://www.netbeans.org/kb/50/quickstart-gui.html NetBeans GUI Builder &amp;quot;Matisse&amp;quot;]&lt;br /&gt;
* [https://web.archive.org/web/20061010152314/http://planetnetbeans.org/ Blogs about NetBeans]&lt;br /&gt;
* [https://web.archive.org/web/20080511224500/http://www.netbeans.org/catalogue/ NetBeans plugin catalogue] and [http://www.nbextras.org NB Extras]{{Wayback|url=http://www.nbextras.org/ |date=20160905043710 }} to extend IDE functionality&lt;br /&gt;
* [http://www.idapython.narod.ru/ NetbeansIDA-Interactive DisassemblerToDecompiler]{{Wayback|url=http://www.idapython.narod.ru/ |date=20061022234938 }} Netbeans module with [[Interactive Disassembler]]&lt;br /&gt;
* [https://web.archive.org/web/20061207061427/http://www.techienuggets.com/ Netbeans Archived User Forums]&lt;br /&gt;
&lt;br /&gt;
{{Integrated development environments for C and C++}}&lt;br /&gt;
{{Sun Microsystems}}&lt;br /&gt;
{{HTML编辑器}}&lt;br /&gt;
&lt;br /&gt;
[[Category:2000年软件]]&lt;br /&gt;
[[Category:自由跨平台軟體]]&lt;br /&gt;
[[Category:自由HTML编辑器]]&lt;br /&gt;
[[Category:自由UML工具]]&lt;br /&gt;
[[Category:自由電腦程式設計工具]]&lt;br /&gt;
[[Category:用Java編程的自由軟體]]&lt;br /&gt;
[[Category:自由整合開發環境]]&lt;br /&gt;
[[Category:Linux集成开发环境]]&lt;br /&gt;
[[Category:Java开发工具]]&lt;br /&gt;
[[Category:Java平台]]&lt;br /&gt;
[[Category:昇陽電腦軟體]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Hyperodessey</name></author>
	</entry>
</feed>