The NetBeans team announced that beta of 6.9 version is available for download.
Feature highlights:
OSGi
Develop OSGi bundles with Maven
Bundled Felix container, ability to register other containers such as Equinox
Use OSGi bundles in a NetBeans RCP application
NetBeans Platform
OSGi interoperability (developing and consuming OSGi bundles in Platform-based applications)
Felix 2.0.3 OSGi support, experimental Equinox support
Convert NetBeans modules into OSGi bundles . . . → Read More: NetBeans 6.9 Beta is available
Extra spaces is a problem in every code. Personally I always delete trailing spaces in my code. NetBeans has possibility to delete trailing spaces:
Source->Remove Trailing Spaces
Note: In my point of view for this feature need to add possibility to run it when user saves file as in AnyEdit plugin . . . → Read More: Removing trailing spaces in NetBeans
By default stores it’s settings in a directory called .netbeans under the user’s home directory.
But what if you need to use other settings for other projects (for example home projects)?
It is simple, need to use other settings directory.
There are 2 ways. You can edit netbeans.conf file or you can specify what settings directory should use NetBeans when it starts. I am going to show both of them. Continue reading Using different settings directories for different projects in NetBeans
Very good news from NetBeans development team – NetBeans 6.8 is out.
The NetBeans IDE 6.8 is the first integrated development environment to provide complete support of Java EE 6 and . . . → Read More: NetBeans IDE 6.8 is out
Recent Comments