Questions tagged [netbeans-7.1]

A specific version of Netbeans IDE. Use this for question related to Netbeans IDE version 7.1

NetBeans IDE 7.1 was released in January 2012.

This version introduce the following new features.

JavaFX

  • Support for JavaFX 2.1
  • Support of all three deployment models: Desktop, Applet, JNLP
  • Preloaders to improve application loading experience
  • Customized UI controls using CSS3

Java

  • New Visual debugger
  • Gap support in GridBagLayout customizer
  • Inspect and Refactor
  • Improved Javadoc highlighting and formatting

Web Languages

  • Support for CSS3
  • Code completion and documentation for new CSS3 elements
  • Browser specific properties

Java EE

  • Support for GlassFish 3.1.2
  • Cluster and Instance deployment support for GlassFish
  • Developing Java EE 6 applications for deployment to WebLogic Server
  • 50+ CDI enhancements in Java editor
  • JSF component suite support
  • Improvements in Java Persistence, Web Services, EJB, WebLogic and more

PHP

  • Improved PHP debugging
  • PHPUnit test groups capabilities
  • Support for Smarty templates
  • Faster uploads with keep-alive for (S)FTP client

NetBeans Platform

  • New Window System APIs
  • Enhanced TopComponentGroup behavior
  • Visual Window Layout designer
  • Pluggable multiview components

Versioning

  • Integrated Git support
  • History tab on file editor window
  • Locking/unlocking files in Subversion working directory
  • Support for Mercurial branches and tags

Resources:

Tagging recommandation:

There are several version specific tags. It is recommended to use the tag together with the version specific tag, e.g. .

70 questions
1
vote
1 answer

Symfony2 netbeans 7.1.2 and phpunit

I am trying very hard to get phpunit working in netbeans with my symfony2 project. I've made sub folder test in my project root. Tried linked the project to the phpunit.xml.dist and to the bootstrap.php.cash. and made a MyProjectTestSuite.php in…
Bram
  • 765
  • 1
  • 6
  • 14
1
vote
1 answer

NetBeans IDE 7.1 restore functions/methods pane in bottom left hand corner

For the life of me I cannot find the menu option to restore the functions/methods pane in the bottom left hand corner of the NetBeans IDE. I am using version 7.1. I have clearly closed it by accident at one point.
crmpicco
  • 16,605
  • 26
  • 134
  • 210
1
vote
2 answers

Could not group Data In Jasper Reports

I want to group the shown result set in the image to the shown Report Format in JasperReports. I am using JasperReports 4.5. I googled a lot but could not found the required xml tag to meet my requirement. Query for the resultset is as follows …
0
votes
1 answer

NetBeans 7.1: No current context on hover over in Java debugger

I'm working on a Mac 10.6.8 with NB 7.1 and Java 1.6.0_29. Here's an example scenario: When I hit a break point in my code, there is a boolean member variable called traceEnabled. If I hover over the code with my mouse arrow, I intermittently get…
stever
  • 235
  • 2
  • 9
0
votes
1 answer

How to get mouse location in NetBeans Visual Library?

I want to add widgets by double clicking, so I've added EditAction to my scene and overrode EditProvider's edit method. Now the problem is that I want to set initial position of the widget to my mouse position. I've found out that I can…
Uko
  • 13,134
  • 6
  • 58
  • 106
0
votes
2 answers

Using NetBeans IDE 7.1 +PHPMD+CodeSniffer

I am facing some problem while using PHPMD, CodeSniffer tools with NetBeans 7.1. After configuration when I run these tools on my code base I am getting some errors under "Mess Detector" and "Code Sniffer" that I completely don't…
Yogesh
  • 363
  • 3
  • 9
  • 22
0
votes
1 answer

Netbeans Platform access DTD from other module

We're writing a Netbeans platform app, and we want to add some data as an XML files. Also we want to have a DTD for that files, and we want to put it in one of our main modules, as it should be used in different places and dependent XML files will…
Uko
  • 13,134
  • 6
  • 58
  • 106
0
votes
2 answers

to create ruby project in NetBeans7.1

I have installed netbeans7-1, ruby 1.9.2, rails 3.2.1, gem1.8.15 . Also install the plugins for ruby. But when I am trying to create a new project having category "Ruby" then projects list have "Ruby Application" and "Ruby Application with existing…
Srim
  • 527
  • 2
  • 8
  • 23
0
votes
1 answer

ruby and netbeans customization

I have installed NetBeans 7.1. But I did not get the Ruby and Rails plugin on that. So according to this site, I did the following: Click Tools -> Plugins Click on 'Settings' tab Click on 'Add' button to get Update Center Customizer popup. Set name…
Srim
  • 527
  • 2
  • 8
  • 23
0
votes
1 answer

Accessing a List autogenerated from XML Schema by Netbeans

I've auto generated code in Netbeans for an XML schema document into a package named jaxb. The root element Nutrition contains a child element named food that may appear many times. The Nutrition…
jeremyjjbrown
  • 7,772
  • 5
  • 43
  • 55
0
votes
1 answer

How to display JavaFX Composer view in NetBeans 7.1 RC1?

I installed JavaFX and NetBeans 7.1 RC1. Started JavaFX project. Opened Palette view. In main window I have editor with source code. I need to open JavaFX Composer in order to build GUI. I couldn't find any JavaFX Composer in Tools>Plugins. How to…
J.Olufsen
  • 13,415
  • 44
  • 120
  • 185
0
votes
2 answers

Netbeans 7.1 - creating a project without run configurations

I'm trying to create an HTML/javascript project in netbeans by going to new project > php project. However it asks for a local server path, which I don't need and will interfere with running the website. Is there a way around this?
UserX
  • 1,228
  • 2
  • 15
  • 28
0
votes
1 answer

Java Netbeans Classpath issue

I am using Netbeans 7.1.2, I am trying to run my Java application, in which the Main class tries to call another Main class from different project, public class Main { public static void main(String[] args) { …
0
votes
0 answers

Why wont NetBeans runt? (Malformed \uxxxx encoding error)

I was working on a J2ME project and out of nowhere, I just started getting this error. My syntax is correct everywhere and I haven't had problems running it…
SmRndGuy
  • 1,719
  • 5
  • 30
  • 49
0
votes
2 answers

how does net.java.dev.jaxb.array.StringArray works?

I know about the working of a list. when i make the following code its working fine but i cant access its values and i know what are the values in it but following output is showing which is wrong. List searchresponse =…