• submit to reddit
Arun Gupta07/09/08
3206 views
0 replies

NetBeans 6.5 M1: GlassFish v3 + Rails

NetBeans IDE 6.5 Milestone 1 is now available. The New and Noteworthy feature list certainly makes it worthy for the install - comprehensive PHP support (Editor Screencast and PHP

Charles Ditzel07/08/08
9178 views
0 replies

NetBeans 6.5 Milestone 1 Available: New Features and More...

NetBeans IDE 6.5 Milestone 1 is now available for download. The latest development version of NetBeans is out. You can get the following flavors Web & Java EE, Mobility, Java SE, Ruby, C/C++, PHP and an all-inclusive download is available. ...

Geertjan Wielenga07/07/08
29501 views
3 replies

Getting Even Further with Spring RCP (1)

In Getting Further with Spring RCP, we rebuilt part of the "Simple" sample from the Spring RCP distribution from scratch. We looked at a number of Spring RCP classes—"AbstractObjectTable", "AbstractView",...

Konstantin Chikarev07/06/08
7289 views
4 replies

NetBeans Platform Tip: BooleanStateActions

If you want to have an action that changes flag state using toobar button or menu check, you can use BooleanStateActions.Create ChangeStateAction using wizard dialog with menu and toolbar buttons.Here is the generated code:

Slim Ouertani07/05/08
12247 views
7 replies

Debugging Spring OSGi with NetBeans IDE

NetBeans is my favorite IDE but it suffers from lack of OSGi support. Eclipse with Equinox and plug-ins wins in terms of fast build, test, and deploy.I try here to show how to create, build, and debug OSGi bundles with NetBeans IDE. For this purpose, I use...

Amit Saha07/04/08
5802 views
0 replies

Creating a Java Client for del.icio.us RESTful Web Services

del.icio.us is a bookmarking service where you can save and share your favorite/useful URL's.

Geertjan Wielenga07/03/08
100973 views
97 replies

Getting Further with Spring RCP

In Getting Started with Spring RCP, the initial stages of working with Spring RCP were covered—from setting up a project, to creating views, establishing a docking system, and working with commands. I believe that those topics, without anything else, should...

Kunal Deo07/02/08
7784 views
7 replies

NetBeans: The Ultimate Linux IDE

NetBeans started its life as a student project at the department of mathematics and physics, Charles University (Prague, Czech Republic). After that it was developed by an organization that was later bought by Sun Microsystems, and it was subsequently open...

Geertjan Wielenga07/01/08
155948 views
58 replies

Getting Started with Spring RCP

Let's familiarize ourselves with the Spring RCP. New life seems to have been blowing into this project: after almost two years of hiatus, the 1.0.0 release came out a few months ago. Let's leave aside the question about its direction and so on and, instead,...

Fabrizio Giudici06/30/08
5552 views
10 replies

Some Considerations About Developing MIDP Applications

Taking the opportunity given by a small consultancy in the MIDP field, which gave me the excuse of working with the Micro Edition, I've added some features (and bug fixes) to windRose (a MIDP application for delivering navigation services to a PDA/CellPhone...

Rob Demmer06/28/08
1085 views
0 replies

Video Interview: Arun Gupta on Project Tango

An SDNChannel technical interview with Arun Gupta about Project Tango, also known as WSIT, which stands for "Web Services Interoperability Technology". From: SDNChannel

Geertjan Wielenga06/27/08
6122 views
2 replies

Searching NetBeans Zone Inside NetBeans IDE

The new NetBeans Quick Search API gives you an entry point into NetBeans IDE's new Quick Search feature, which will be part of 6.5 from M1 onwards. By default, the Quick Search feature lets you search for actions (i.e., the things that are invoked via menu...

Harris Goldstone06/26/08
2701 views
4 replies

My Weekly NetBeans Tip (2): Comment/Uncomment XML Tags

My tip for this week is similar to my tip from last week. Last week I showed how to surround a selection of Java code with an editor fold. Now I will show how to surround a selection of XML tags with the uncomment tags. When you complete the steps in this...

Varun Nischal06/25/08
17411 views
3 replies

Playing with NetBeans XML Layer Files (Part 1)

I am back with another cool trick and some tips to remember as well. Let me share with you another trick, which I have been making use of for a few weeks, and it is really cool! It is based on the NetBeans Platform, in particular, on the XML layer file, which...

Ajit Bhate06/24/08
12924 views
1 replies

Testing & Monitoring Web Services Using soapUI in NetBeans IDE

With its latest version 6.1, NetBeans IDE provides development support for JAX-WS, JAX-RPC and now Axis2 web services. Additionally, it has added support for testing and monitoring web services using soapUI. What is soapUI?