• submit to reddit
Antonio Santiago04/30/08
23772 views
4 replies

Obfuscating a NetBeans Java Application Project

Some time ago I found a couple of posts talking about how to obfuscate a NetBeans RCP module (here and here).Getting some parts of the ant targets presented in the previous post, this one presents a simple target that allows to obfuscate a normal Java...

Milan Kuchtiak04/29/08
298472 views
48 replies

5 Techniques for Creating Java Web Services from WSDL

In this article, I will implement a simple Document/Literal web service, from an existing WSDL file, using three different databinding frameworks and two low-level approaches. The goal is to compare the frameworks, mainly from the ease-of-use perspective. For...

Geertjan Wielenga04/29/08
4754 views
0 replies

How to Start Learning Wicket with Maven & NetBeans IDE

The Wicket project's Quick Start is, conveniently, based on Maven. Why convenient? Because NetBeans IDE has great support for it.

Peter ___04/28/08
1877 views
4 replies

NetBeans of the year 2010

I am really happy with NetBeans 6.0, but through my usage of other IDEs I noticed that there could be even more features in NetBeans.

Geertjan Wielenga04/28/08
1029 views
0 replies

Wicket Enhancements in NetBeans IDE

In preparation for a JavaOne demo, I've simplified the NetBeans/Wicket support, from a ui and user perspective.

Brian Leonard04/18/08
12166 views
1 replies

Drag & Drop with Rails

The ability to drag and drop has been a staple of desktop applications for years.

Brian Leonard04/16/08
2970 views
0 replies

Autovalidation with Rails

I love it when a web application gives me instant feedback on the validity of my entry.

Jordi R Cardona04/14/08
25167 views
15 replies

Quick Start: Creating Language Tools In NetBeans IDE

NetBeans IDE is one of the main free Java editors in the market. In fact, it can be used to program in many other computer languages, like C/C++, Ajax, Javascript.

Jeff Rubinoff04/14/08
11238 views
2 replies

WS-I Validation in NetBeans using soapUI Plugin

It's possible to perform WS-I validation of both WSDL files and SOAP messages in NetBeans IDE

Fabrizio Giudici04/08/08
4058 views
0 replies

Mocking Time with NetBeans RCP

Rick and Geertjan have invited me to write here on NetBeans DZone since a long time and I'm guilty of not having reacted to that so far.

Amit Saha04/06/08
11443 views
0 replies

Working with Java Free-Form Projects in NetBeans IDE

Say you have a small scale Java project and use Ant for your build purposes.

Geertjan Wielenga04/01/08
10684 views
1 replies

How Fast Can OpenOffice.org Be Extended?

OpenOffice.org, the free and open source office productivity suite, can be extended, surprisingly easily. The typical scenarios in the context of samples and documentation tend to favor C++. Comprehensive documentation for Java extensions is growing, but for...

Geertjan Wielenga03/30/08
11382 views
4 replies

Overview of NetBeans Java API Samples in Plugin Portal

Over time, I have made several examples and templates that relate to the NetBeans Java APIs available to the Plugin Portal. Here I provide a short overview of these.

Amit Saha03/30/08
5763 views
10 replies

How to Continue Working with Eclipse C Projects in NetBeans IDE

Is it possible to continue working with C projects created with Eclipse in NetBeans IDE? The answer is: "Yes!"