I have installed NetBean 6.0 RC2 earlier and wanted to update with NetBeans 6.0 lately.
My installation experience was not good and I had to open a thread on NetBeans User mailing list to know what is happening and get it finally working.
You can find the thread here
I use mutiple versions of JDK as part of testing and I might have mistakenly removed some things that Netbeans instalaltion...
Ealier in my blog "Understanding
Handlers in JAX-WS", I talked about Handler
Framework in JAX-WS and showed some examples
of using handlers to intercept the messages for additional processing
on the server and client. Overall, JAX-WS handlers provide good API to
abstract your application logic as a handler and plug it in easily with
any service. But the standard handlers have some limitations....