Questions tagged [netbeans-8]

NetBeans IDE 8.0 provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies--Java SE 8, Java SE Embedded 8, and Java ME Embedded 8. The IDE also has a range of new enhancements that further improve its support for Maven and Java EE with PrimeFaces; new tools for HTML5, in particular for AngularJS; and improvements to PHP and C/C++ support.

NetBeans IDE 8.0 provides out-of-the-box code analyzers and editors for working with the latest Java 8 technologies--Java SE 8, Java SE Embedded 8, and Java ME Embedded 8. The IDE also has a range of new enhancements that further improve its support for Maven and Java EE with PrimeFaces; new tools for HTML5, in particular for AngularJS; and improvements to PHP and C/C++ support.

New Feature Highlights:

Java

  • JDK 8 support: tools and editor enhancements for working with Profiles, Lambdas, and Streams.
  • Java SE Embedded support to deploy, run, debug or profile Java SE applications on an embedded device, such as Raspberry PI, directly from the NetBeans IDE.
  • Java ME Embedded 8 support.
  • Several Java Editor enhancements, such as many new Java hints, Javadoc shown as tooltip, instant rename enhancements, and code completion exclusions.
  • Improved integration with JavaFX Scene Builder.

Java EE

  • New PrimeFaces code generators, to generate complete PrimeFaces skeleton CRUD applications with connection to databases.
  • Tomcat 8.0 and TomEE support, including out-of-box JPA, JSF and JAXRS configuration and data sources.
  • Facelets Template Client wizard asks for sections to generate.
  • Code completion for template sections, and within JSF composite components.
  • Enhanced CDI integration in beans.xml file, with code completion for alternative classes and stereotypes.
  • More flexibility for JPA hints, which can be disabled, enabled, and warning level changed.

Maven

  • New Maven graph layout switcher.
  • Navigator shows POM goals.
  • Additional web resources shown in Projects window.
  • Improved Maven performance when re-running Web applications.
  • Improved Maven performance of "Apply Code Changes" while debugging.

JavaScript

  • AngularJS navigation via hyperlinking from view to controllers.
  • Many enhancements for AngularJS in code completion between artifacts, such as code completion in the view to properties defined in controllers.
  • Code completion support in Knockout templates.
  • New editor support for creating JQuery widgets and plugins.
  • Debugging of JavaScript code executed in Nashorn (JDK 8+) script engine is supported.

HTML5

  • Android 4.4 WebKit debugging supported for Cordova 3.3+.
  • New Karma test runner support.
  • New Grunt build support.
  • Avatar.js is available in the Plugin Manager, via Tools | Plugins. After installation, you're able to create Avatar.js projects.

PHP

  • Support for PHP 5.5.
  • New support for Nette tester.
  • New support for PHP CS Fixer.
  • Enhancements for Twig, Latte, and Neon.
  • Composer supported by New Project Wizard.

C/C++

  • New Breadcrumbs feature for navigation in editor.
  • New GDB Console to enable usage of command line GDB mode.
  • New hints and code completions.
  • Improved remote performance.

Platform

  • Enhanced flexibility in the Window System, such as split of editor via drag and drop, and a new API to customize editor tabs.
  • New design of user interface for managing Project Groups.
  • Files in folders can be sorted by extension.

Miscellaneous

  • Profiler enhancements: Profile on embedded platforms, show thread owning monitor for lock contention, and improved Threads view.
  • Versioning enhancements: Support for Subversion 1.8 working copies, various enhancements to Git and Mercurial support.
  • Task Schedule and other new features in Tasks window for bug tracking.

Official Website: http://netbeans.org/
Official Release informations: https://netbeans.org/community/releases/80/

Release Date: 18.03.2014

Tagging recommendation: It is recommended to use the tag together with the version specific tag.

1758 questions
3
votes
2 answers

List of GUI functions built in NetBeans?

I am using the drag-and-drop style of GUI ( I can't write GUI code yet ). I only know a few function like: setVisible, getText, setText, etc. But I want to learn all the functions for the buttons or textfields that I can use
joseph
  • 31
  • 2
3
votes
2 answers

Attribute "integrity" not allowed on element "script" at this point

I want to "decorate" my Website with Bootstrap, but when I paste the two tags for Bootstrap on my HTML file, it says that the attribute integrity is not allowed here. What do I do wrong? These are the Tags I did copy :
3
votes
1 answer

Focuslost event on Jcombobox in netbeans

I am trying to have a bind a focuslost event on my combobox but it's not happening. Here is my code-: jComboBox1.addFocusListener(new FocusListener(){ public void focusGained(FocusEvent e){ } public void focusLost(FocusEvent…
payal_suthar
  • 355
  • 8
  • 31
3
votes
3 answers

With maven, how to modify deploy files just prior to deploy phase?

I have a maven project with one war and several ear projects. Each ear project requires a slightly different war/WEB-INF/web.xml. Each ear's pom.xml uses com.google.code.maven-replacer-plugin:replacer and org.codehaus.mojo:truezip-maven-plugin to…
John Manko
  • 1,828
  • 27
  • 51
3
votes
1 answer

Clear the NetBeans 8.2 cache

I created a project in NetBeans 8.2, and I would like to clear the NetBeans cache.
NIkunj Patel
  • 33
  • 1
  • 1
  • 8
3
votes
1 answer

How do I update glassfish 4.1.1 inside netbeans 8.2

I am working on a tutorial using glassfish inside netbeans https://netbeans.org/kb/docs/javaee/ecommerce/setup.html . I reached this point in the tutorial (Don't mind the Pool name, I changed it to fit my own) But when I click next I get this error…
cop77
  • 79
  • 1
  • 6
3
votes
2 answers

Netbeans 8.2 won't run the project

i'm new at java language. I try to make my first program that refer from Youtube. but when i click "run" button, it won't work. I don't know why but all the build or the code is successful. Maybe i have some little some mistake there..(?) Can anyone…
Deary Yehuda
  • 41
  • 1
  • 1
  • 5
3
votes
0 answers

Target unreachable identifier '' resolved to null

I know there have been many SO questions asked regarding this issue, but I have surfed everywhere and tried all possible solutions to no avail. I'm trying to deploy a small application using GlassFish 4.1.1. The application successfully builds…
jubilantdollop
  • 223
  • 3
  • 11
3
votes
2 answers

How to create a Unix shell script project in NetBeans?

I want to clone my Git repo into NetBeans (which only contains a Unix shell script). When I'm asked by NetBeans if I would like to create a project for this repo, I only find Java, PHP, Web, C/C++, etc.. projects groups, but I want an bare-bone…
asaeles
  • 66
  • 6
3
votes
0 answers

Where is located http://www.springframework.org/schema/p that appear with 404

I am developing a netbeans web server with spring MVC in dispatcher-servlet.xml file the header that was generated automatically looks like this.
Emiliano
  • 698
  • 9
  • 30
3
votes
2 answers

Netbeans, is there a way to expand tab to spaces on existing files?

I'm using the last version of NetBeans and I would like to know if there is a feature (or a plugin) that converts the tabs into spaces on existing files without changing anything else.
user2572526
  • 1,219
  • 2
  • 17
  • 35
3
votes
3 answers

How to assign NULL value to a string and then insert it in mysql database

Here I'am calculating the average of one column If the avg comes to be 0.0, then i would want to assign the string variable as NULL else the avg value itself. These values are getting stored in mysql db Now my problem is that when the avg does come…
Sneha P
  • 31
  • 1
  • 5
3
votes
2 answers

methods injected by lombok not recognized inside the same class

During a simple use of lombok, IDEs such as Netbeans, Intellij allows the use of methods injected by the library lombok for example @Getter & @Setter. import lombok.Getter; public class Test { @Getter private Double var; public…
Mesbah Gueffaf
  • 518
  • 1
  • 7
  • 21
3
votes
1 answer

Netbeans 8.2 autocomplete for FXML document is always showing "No suggestions"

I created a JavaFX project in Netbeans 8.2 for the first time and autocomplete for FXML document is always showing "No suggestions". For example: I have seen a similar question, e.g. Netbeans7.1 & JavaFX 2.0 - FXML code completion doesn't work, but…
bnp887
  • 5,128
  • 2
  • 26
  • 30
3
votes
1 answer

How to access resource files in Netbeans (Java)?

There are two requirements, Locate and Run a .m (Octave script) using Java Take the output and use it in the program. This is how my files are I tried putting them in different folders and it didn't work. This is how I want to use them. How…
Tarun Maganti
  • 3,076
  • 2
  • 35
  • 64