NetBeans

From Seo Wiki - Search Engine Optimization and Programming Languages
Jump to navigationJump to search
NetBeans IDE
File:NetBeans.svg
Developer(s) Sun Microsystems (Owned by Oracle Corporation)
Stable release 6.8 / December 10, 2009; 466397563 ago
Written in Java
Operating system Cross-platform (multi-platform)
Available in Multilingual
Type Java IDE
License CDDL or GPL2 + "certain source files" allow classpath exception
Website www.netbeans.org

NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java, JavaScript, PHP, Python, Ruby, Groovy, C, C++, Scala and Clojure.

The NetBeans IDE is written in Java and runs everywhere where a JVM is installed, including Windows, Mac OS, Linux, and Solaris. A JDK is required for Java development functionality, but is not required for development in other programming languages.

The NetBeans Platform allows applications to be developed from a set of modular software components called modules. Applications based on the NetBeans platform (including the NetBeans IDE) can be extended by third party developers.[1]

History

Early history

NetBeans began in 1996 as Xelfi (word play on Delphi),[2][3] 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. The NetBeans community has since continued to grow, thanks to individuals and companies using and contributing to the project.[4]

Current versions

NetBeans IDE 6.0 introduced support for developing IDE modules and rich client applications based on the NetBeans platform, a Java Swing GUI builder (formerly known as "Project Matisse"), improved CVS support, Weblogic 9 and JBoss 4 support, and many editor enhancements. NetBeans 6.0 has been added to the official repositories for the Ubuntu 8.04 and the Debian Linux distributions.[5]

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 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++ development.

The 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. Other improvements include new powerful C/C++ profiling features, support for web application development with PHP 5.3 and the Symfony framework, and improved code completion, layouting, hints and navigation in JavaFX projects.

NetBeans Platform

The NetBeans Platform is a reusable framework for simplifying the development of Java Swing desktop applications. The NetBeans IDE bundle for Java SE contains what is needed to start developing NetBeans plugins and NetBeans Platform based applications, no additional SDK is required.

Applications can install modules dynamically. Any application can include the Update Center module to allow users of the application to download digitally-signed upgrades and new features directly into the running application. Reinstalling an upgrade or a new release does not force users to download the entire application again.

The platform offers reusable services common to desktop applications, allowing developers to focus on the logic specific to their application. Among the features of the platform are:

  • User interface management (e.g. menus and toolbars)
  • User settings management
  • Storage management (saving and loading any kind of data)
  • Window management
  • Wizard framework (supports step-by-step dialogs)
  • NetBeans Visual Library

NetBeans IDE

The 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, 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: 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[6]

NetBeans integrated modules

These modules are part of the NetBeans IDE.

NetBeans Profiler

The NetBeans Profiler[7] is a tool for the monitoring of Java applications: It helps you 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

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

The GUI builder has also built-in support for JSR 296 (Swing Application Framework), and JSR 295 (Beans Binding technology).

NetBeans JavaScript Editor

NetBeans JavaScript Editor provides extended support for Javascript, Ajax, and CSS[9][10].

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).

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 & Java EE

The NetBeans IDE Bundle for Web & Java EE[11] 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.

NetBeans IDE Bundle for Ruby

The NetBeans IDE Bundle for Ruby[12] includes a Ruby editor (with code completion, and syntactic and semantic highlighting), debugger, and full support for Rails. NetBeans supports development with Ruby and JRuby, as well as Rails for these two implementations of Ruby.[13][14]

NetBeans IDE Bundle for Java ME

The NetBeans IDE Bundle for Java ME is a tool for developing applications that run on mobile devices; generally mobile phones, but this also includes entry-level PDAs, and Java Card, among others.

The NetBeans IDE comes bundled with the latest Java ME SDK 3.0 which supports both CLDC and CDC development. One can easily integrate third-party emulators for a robust testing environment. You can download other Java platforms, including the Java Card Platform 3.0, and register them in the IDE.

NetBeans IDE Bundle for C/C++

File:NetBeansCppScreenshot.png
Netbeans 6.5 Beta 1 debugging a C++ application with NetBeans C/C++ Pack & The Cygwin Compiler, In Microsoft Windows XP.

The NetBeans IDE Bundle for C/C++[15] adds support for C/C++ developers to NetBeans IDE 5.5.

This pack lets C/C++ developers use their specified set of compilers and tools in conjunction with NetBeans IDE to build native applications for Windows, Mac OS X, Linux, and Solaris. The pack makes the editor language-aware for C/C++ and provides project templates, a dynamic class browser, makefile support, profiler and debugger functionality. The NetBeans C/C++ bundle does not include a C/C++ compiler but it comes with instructions on how to install the free GNU C/C++ Compiler.[16]

NetBeans IDE Bundle for PHP

Netbeans supports PHP since version 6.5. The bundle for PHP includes:

  • basic editing, syntax highlighting, code completion, occurrence highlighting
  • 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)
  • PHP 5.3 namespace and closure support (since version 6.8)

NetBeans IDE Bundle for JavaFX

A NetBeans IDE Bundle is also available for JavaFX since NetBeans 6.5.[17] Additional to full Java SE support it provides a JavaFX editor and a JavaFX Composer, and it allows to create, preview and profile JavaFX Desktop or JavaFX Mobile applications.

NetBeans IDE Complete Bundle

Sun Microsystems 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 & Java EE
  • Java ME
  • Ruby
  • C/C++
  • PHP (Version 6.5 and later)
  • GlassFish
  • Apache Tomcat

NetBeans IDE Starter Kit

Sun Microsystems used to offer a free DVD-ROM which included all of the components needed to run NetBeans. An ISO of the DVD is still available for download.[18]

Other NetBeans IDE Bundles

Apart from the above mentioned, a NetBeans IDE Bundle is also available for Python. NetBeans for Python is available as an "early access" download in an IDE bundle form and as a plugin for any NetBeans 6.5 IDE bundle as well.

Localization

As of January 2007, Simplified Chinese, Traditional Chinese, German, Japanese, Portuguese (Brazil) and Spanish language packs are available for Netbeans 5.5.1.[1]

Albanian, Azerbaijani, Czech, Dutch, French, Greek, Indonesian, Italian and Swedish language packs are in progress.

References

  1. platform: NetBeans Modules and Rich-Client Applications Learning Trail
  2. "original Xelfi homepage". http://www.xelfi.cz/. Retrieved 2008-05-17. 
  3. "Happy Birthday NetBeans - interview with Jaroslav "Yarda" Tulach". Netbeans.org. http://www.netbeans.org/community/articles/interviews/yarda-tulach.html. Retrieved 2008-05-17. 
  4. "A Brief History of NetBeans". Netbeans.org. http://www.netbeans.org/about/history.html. Retrieved 2008-05-17. 
  5. "Open Source Java Technology Debuts In GNU/Linux Distributions". Sun Microsystems. http://www.sun.com/aboutsun/pr/2008-04/sunflash.20080430.1.xml. Retrieved 2008-05-02. 
  6. Why dual license Netbeans faq
  7. "Profiler". Netbeans.org. http://profiler.netbeans.org/. Retrieved 2008-05-17. 
  8. "Swing GUI Builder (formerly Project Matisse)". Netbeans.org. http://www.netbeans.org/features/java/swing.html. Retrieved 2008-05-17. 
  9. "Javascript". Netbeans wiki. 2007-03-31. http://wiki.netbeans.org/JavaScript. Retrieved 2008-04-19. 
  10. "Java Web Applications". Netbeans.org. http://www.netbeans.org/features/web/web-app.html. Retrieved 2008-04-19. 
  11. "Web & Java EE". Netbeans.org. http://www.netbeans.org/features/web/index.html. Retrieved 2008-05-17. 
  12. "Ruby". Netbeans.org. http://www.netbeans.org/features/ruby/index.html. Retrieved 2008-05-17. 
  13. http://netbeans.org/community/news/show/1015.html
  14. http://www.infoworld.com/article/07/03/01/HNsunruby_1.html
  15. "C/C++ Development". Netbeans.org. http://www.netbeans.org/features/cpp/index.html. Retrieved 2008-05-17. 
  16. http://netbeans.org/community/releases/67/cpp-setup-instructions.html
  17. "JavaFX". Netbeans.org. http://www.netbeans.org/features/javafx/index.html. Retrieved 2009-03-29. 
  18. NetBeans DVD Starter Kit Program

Bibliography

See also

External links

Template:Integrated development environments for C and C++ Template:Sun Microsystems

ar:نت‌بينز bn:নেটবিন্স cs:NetBeans de:NetBeans IDE es:NetBeans eu:NetBeans fr:NetBeans ko:넷빈즈 it:NetBeans he:NetBeans lt:NetBeans hu:NetBeans nl:NetBeans ja:NetBeans pl:NetBeans pt:NetBeans ru:NetBeans IDE sk:NetBeans sv:NetBeans th:เน็ตบีนส์ tr:NetBeans uk:NetBeans zh:NetBeans

If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...