You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2006/01/18 21:12:51 UTC

svn commit: r370246 - /incubator/woden/java/release-notes.html

Author: jkaputin
Date: Wed Jan 18 12:12:45 2006
New Revision: 370246

URL: http://svn.apache.org/viewcvs?rev=370246&view=rev
Log:
Added some notes for M3 release

Modified:
    incubator/woden/java/release-notes.html

Modified: incubator/woden/java/release-notes.html
URL: http://svn.apache.org/viewcvs/incubator/woden/java/release-notes.html?rev=370246&r1=370245&r2=370246&view=diff
==============================================================================
--- incubator/woden/java/release-notes.html (original)
+++ incubator/woden/java/release-notes.html Wed Jan 18 12:12:45 2006
@@ -3,7 +3,8 @@
 <body>
 <h1>Woden Incubating 1.0.0 M3 Release Notes</h1>
 
-This is the Third Milestone release of Apache Woden.
+This is the Third Milestone release of Apache Woden.<br />
+The Milestone plan is at http://incubator.apache.org/woden/dev/1.0/milestoneplan.html
 
 <h2>Key points</h2>
 <p>
@@ -24,9 +25,11 @@
 <ul>
     <li>
     	XML parsing of the WSDL 2.0 service component and its children.
-    	WSDL import and include are now supported as well.<br />
+    	WSDL import and include are now supported as well, resolving the location URI
+    	to a WSDL document. However, namespace-only imports (i.e. with no location
+    	attribute) and the use of an XML Catalog Resolver are deferred to M4.<br />
     	<br/>
-    	(*note: Interface extension via the 'extends' attribute is not supported in this milestone.)
+    	(*note: Interface extension via the 'extends' attribute is also deferred until Milestone 4.)
     </li>  
     <li>
     	Validation of the binding component and its children.<br />
@@ -64,10 +67,20 @@
 you're interested & able!</p>
 <ul>
 	<li>
-		As per the M3 plan, there is a need for a lot of JUnit tests for the parser.
+		As per the revised M4 plan, there is a need for a lot of JUnit tests for the parser. 
+		These were deferred early on, but are now crucially important for regression testing 
+		further development - especially as we hope to expand developer participation.
+		The unit test backlog with be a major focus for M4.
   	</li>
   	<li>
-		As per the M3 plan, there is a need for user documentation.
+		As per the M3 plan, there is a need for user documentation and technical design
+		documentation for developers.
+  	</li>
+  	<li>
+  	    Interface extension via the 'extends' attribute of the WSDL interface element.
+  	</li>
+  	<li>
+  	    See also the Task List on the Woden wiki at http://wiki.apache.org/ws/FrontPage/Woden/TaskList
   	</li>
 </ul>
 
@@ -76,7 +89,7 @@
 <p>
    WSDLFactory factory = WSDLFactory.newInstance();<br />
    WSDLReader reader = factory.newWSDLReader();<br />
-   reader.setFeature(ReaderFeatures.VALIDATION_FEATURE_ID, true); &lt;-- enable WSDL 2.0 validation (optional) 
+   reader.setFeature(ReaderFeatures.VALIDATION_FEATURE_ID, true); &lt;-- enable WSDL 2.0 validation (optional)<br /> 
    DescriptionElement desc = reader.readWSDL(wsdlLoc);            &lt;-- the &lt;description&gt; element<br />
    Description descComp = desc.toComponent();                     &lt;-- the Description component<br />
 </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org