Davanum Srinivas' weblogRandom Walk - Web Services, Apache, etc.Apache Software License 2.0 GPL v3 Draft- March 29, 2007 The Gory details are here: http:gplv3.fsf.orggpl3-dd3-guide Two Quotable Quotes: "We regret that we will not achieve compatibility of the Apache License,Version 2.0, with GPLv3, despite what we had previously promised." "We apologize to the Apache community for having previously overlookedthe...http://blogs.cocoondev.org/dims/archives/004756.html Bug in JDK 6 Confusion in JSR specifications- March 5, 2007 Here's the code: import javax.xml.soap.; public class Test public static void main(String args) throws Exception MessageFactory factory = MessageFactory.newInstance(); SOAPMessage message = factory.createMessage(); AttachmentPart attachment = message.createAttachmentPart(); String stringContent = "Update address for Sunny Skies "; stringContent +=...http://blogs.cocoondev.org/dims/archives/004755.html |