Blog Archive for arungupta during September 2005
NetBeans
5.0 beta is now available and can be downloaded here.
I've been using NetBeans
4.1 for almost a year now and in the process of installing beta version.
Here are the key advertised features:
Improved GUI builder (Matisse). Check out this cool demo
of GUI building capabilities.
JBoss 4 and WebLogic 9 are now supported in addition to Sun Java System
Application Server 8.1...
JAX-WSA sources project on java.net
is now open sourced under CDDL
1.0, an OSI-approved license. The description and rationale of the license
is explained here.
The development work in this project was started couple of months ago so you
will see code if you check out
the workspace (login and join the project before you can view these
instructions). Alternatively, the code can be
browsed here....
This is a continution from here.
404: That's what I'm getting when trying to browse a service endpoint from a
virtual directory in IIS manager. I filed a bug
on MSDN
Product Feedback Center and hopefully will hear back a response. I've tried installing and re-installing WinFX Runtime
and SDK multiple times (trying to rule out installation errors) but in vain.
A text file in the same virtual...
I got Windows Longhorn
Vista Beta1 through MSDN
subscription and decided to upgrade my Windows
XP+SP2.
The Sys-admins in my company were prompt to help me configure that. I got
tempted to setup Windows Communication Framework (codename Indigo)
on this machine. So I tried installing Visual
Studio 2005 Beta2. I was expecting a smooth VS installation but history
repeats itself (different...
The annotation processor in JAX-WS
2.0 has been using wildcards to specify the list of annotations that can be
processed. For example, the list of supported annotations was initialized as:
static {
Collection<String> types = new HashSet<String>();
types.add("javax.jws.*");
types.add("javax.jws.soap.*");
types.add("javax.xml.ws.*");
supportedAnnotations =...



