• submit to reddit
Adam Myatt05/07/08
6803 views
3 replies

Sun Distributes ‘100 NetBeans IDE Tips and Tricks’ Mini-Book at NetBeans Day

Throughout Sun’s CommunityOne 2008 (specifically the NetBeans track), they distributed the standard swag one might expect of this type of event (bags, hats, shirts, etc.). At the conclusion of NetBeans Day, they also distributed a new mini-book about...

Arun Gupta05/04/08
1778 views
0 replies

Screencast #24: Getting Started with GlassFish v3 TP2

GlassFish v3 Technology Preview 2 (aka TP2) is now released ... yaaay! Dowload it here.

Geertjan Wielenga04/30/08
4461 views
1 replies

Visualize Log4J and JSR-47 Logging Events

The cismet team in Saarland, Germany, have made available a free NetBeans plugin, called BeanMill, for visualizing, sorting, and evaluating your log messages.

Antonio Santiago04/30/08
23459 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
295310 views
42 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
4702 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
1866 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
1024 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
12101 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
2945 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
24964 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
11175 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
4023 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
11288 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.