|
|
|||||||||||
Rama Pulavarthi's BlogOctober 2007 ArchivesMetro @ SiliconValley CodeCamp 2007Posted by ramapulavarthi on October 31, 2007 at 12:41 AM | Permalink | Comments (0)I attended the SiliconValley CodeCamp at FootHill College, Los Altos this weekend. This is a free conference by developers for developers in a beautiful location. Overall, good number of people attended the conference. I liked the conference as it is light weight and free. Another interesting thing is that there were sessions covering topics on .NET, Java and Web 2.0 technologies. My wife is a .NET developer and me being a Java developer, It was good that we both could attend and participate in our areas of interest. I and Arun presented about Metro in Glassfish at SiliconValey CodeCamp this saturday on Metro. We had some glitches with the projector during our presentation, but the spirit of the audience helped us continue with the presentation and it went well later on. Some of the audience are very familiar with JAX-WS and are trying JAX-WS 2.1.3 as well :).
I will be waiting for the next SiliconValley CodeCamp. Technorati: siliconvalleycodecamp metro glassfish webservices netbeans JAX-WS 2.1 in Java SE 6 Update NPosted by ramapulavarthi on October 03, 2007 at 09:25 PM | Permalink | Comments (1)Java SE 6 Update N (formerly know as the "Consumer JRE" project) is an update release that introduces new features and enhancements aimed at providing an optimized consumer end user experience. Along with the features and enhancements listed here, it also brings in JAX-WS 2.1. This is just an early access release and some other enhancements may trickle in as it goes final. As you all know JAX-WS 2.1 is re-architected implementation of JAX-WS 2.0 RI that has lot of performance improvements. Currently to reap the benefits of the JAX-WS improvements, using it on JDK 6 is little tricky. To use JAX-WS 2.1, You need use the endorsed override mechanism by placing jaxws-api.jar and jaxb-api.jar in JAVA_HOME/jre/lib/endorsed. More about using JAX-WS 2.1 on JDK 6 has been described here earlier. JAX-WS 2.0 is part of JDK 6 and I can say that recently released JDK 6 Update 3 will be the last Java SE 6 release using JAX-WS 2.0. A good news for you all, JAX-WS 2.1.1 RI FCS is being integrated to the future Update Releases. Yay, no more endorsed mechanism to use JAX-WS 2.1. An early access build of Java SE 6 Update 5 Release is available for you to try.
| |||||||||||