I am using sun metro webservice stack with spring. every thing is working fine but i am unable customize namespace of the my service. my service always setting namespace as {http://www.springframework.org/schema/beans}. how do i customize my namespace for my service?
...
Hi,
today in Amazon I found this book: Cracking SJPP: A Comprehensive Sun Java Programmer Plus Certification Study Guide.
I found this book really curious because is about a Sun certification that I was thinking was going to be on hold until Java 7, but today we don't even have an official release date for Java 7. Besides that, I think...
Hi all, at the moment I am struggling with a bug in Sun's class 'java.net.Authenticator'. It seems that the Authenticator class has a system wide static Authenticator. This results in the following problem in my multi-threaded application.
Thread 1 - Authenticates for User 1
Thread 2 - Authenticates for User 2
Thread 1 - Executes the c...