More AJAX in NetBeans
As
Tor pointed out new NetBeans blueprints catalague contains now AJAX examples. Blueprints are available via NetBeans 4.1 update center in "Features" section.
What are blueprints? They are solutions for particular problems, like how to show a progress bar using AJAX. The nice thing about blueprints is that they contain a sample application so you can click the button and can play with the application for each case. They can be very handy when developing J2EE applications because you can learn from working samples. Unless of course you suffer from the
NIH syndrome and you want to figure everything out yourself ;-)