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 lm...@apache.org on 2007/08/21 22:55:31 UTC

svn commit: r568276 - in /incubator/woden/Site: build/site/dev/devprocess.html build/site/dev/devprocess.pdf src/documentation/content/xdocs/dev/devprocess.xml

Author: lmandel
Date: Tue Aug 21 13:55:30 2007
New Revision: 568276

URL: http://svn.apache.org/viewvc?rev=568276&view=rev
Log:
Added info about development process, source code, and affiliation with W3C.

Modified:
    incubator/woden/Site/build/site/dev/devprocess.html
    incubator/woden/Site/build/site/dev/devprocess.pdf
    incubator/woden/Site/src/documentation/content/xdocs/dev/devprocess.xml

Modified: incubator/woden/Site/build/site/dev/devprocess.html
URL: http://svn.apache.org/viewvc/incubator/woden/Site/build/site/dev/devprocess.html?rev=568276&r1=568275&r2=568276&view=diff
==============================================================================
--- incubator/woden/Site/build/site/dev/devprocess.html (original)
+++ incubator/woden/Site/build/site/dev/devprocess.html Tue Aug 21 13:55:30 2007
@@ -276,38 +276,106 @@
 <h2 class="boxed">Development Process</h2>
 <div class="section">
 <p>
-      	milestones, plans posted to web site (link), all planned items in jira
+      	Woden follows a milestone develoment process. The key to milestone development is that there are a number
+      	of milestone defining criteria specified at the beginning of the milestone process. The milestone can only
+      	be declared once those milestone defining criteria are met. For example, in Woden M8 the priority 1 defining
+      	criteria are that Woden must pass all 'good' and 'bad' test cases in the WSDL 2.0 test suite.
+      </p>
+<p>
+      	Woden milestone plans are communicated through the woden-dev mailing list and posted to the 
+      	<a href="1.0/milestoneplan.html">Woden Web site</a>. In addition, all plan items are recorded in Jira,
+      	Woden's bug tracking system.
+      </p>
+<p>
+      	The Woden milestone planning process is an Open process. Woden takes into account the needs of adopter,
+      	like Apache Axis2, when planning. Please communicate requirements via Jira and the woden-dev list.
       </p>
 </div>
     
-<a name="N1007C"></a><a name="Bug+Tracking+and+Work+Items"></a>
+<a name="N10086"></a><a name="Bug+Tracking+and+Work+Items"></a>
 <h2 class="boxed">Bug Tracking and Work Items</h2>
 <div class="section">
 <p>
-      	All bugs and work items are stored in <a href="../issue_tracking.html">Jira</a>. It is a Woden best practice to associate a Jira entry with
-      	every code change.
+      	All bugs and work items are stored in <a href="../issue_tracking.html">Jira</a>. It is a Woden best 
+      	practice to associate a Jira entry with every code change.
       </p>
 </div>
     
-<a name="N1008A"></a><a name="Source+Code"></a>
+<a name="N10094"></a><a name="Source+Code"></a>
 <h2 class="boxed">Source Code</h2>
 <div class="section">
 <p>
-      	stored in SVN
-      	Apache boilerplate link
-      	Java coding conventions
+      	Woden uses Subversion (SVN) for source control and all Woden code is stored in the 
+      	<a href="../version_control.html">Woden SVN repository</a>.
+      </p>
+<p>
+      	All code developed as part of Woden is licensed under the Apache Software License v2.0 (ASL v2.0). All
+      	Woden source files must include the Apache boilerplate at the top of the file:
+      </p>
+<p>
+
+<span class="codefrag">/**</span>
+<br>
+
+<span class="codefrag">&nbsp;* Licensed to the Apache Software Foundation (ASF) under one or more</span>
+<br>
+
+<span class="codefrag">&nbsp;* contributor license agreements.  See the NOTICE file distributed with</span>
+<br>
+
+<span class="codefrag">&nbsp;* this work for additional information regarding copyright ownership.</span>
+<br>
+
+<span class="codefrag">&nbsp;* The ASF licenses this file to You under the Apache License, Version 2.0</span>
+<br>
+
+<span class="codefrag">&nbsp;* (the "License"); you may not use this file except in compliance with</span>
+<br>
+
+<span class="codefrag">&nbsp;* the License.  You may obtain a copy of the License at</span>
+<br>
+
+<span class="codefrag">&nbsp;* </span>
+<br>
+
+<span class="codefrag">&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;http://www.apache.org/licenses/LICENSE-2.0 </span>
+<br>
+
+<span class="codefrag">&nbsp;* </span>
+<br>
+
+<span class="codefrag">&nbsp;* Unless required by applicable law or agreed to in writing, software </span>
+<br>
+
+<span class="codefrag">&nbsp;* distributed under the License is distributed on an "AS IS" BASIS, </span>
+<br>
+
+<span class="codefrag">&nbsp;* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. </span>
+<br>
+
+<span class="codefrag">&nbsp;* See the License for the specific language governing permissions and </span>
+<br>
+
+<span class="codefrag">&nbsp;* limitations under the License.</span>
+<br>
+
+<span class="codefrag">&nbsp;*/</span>
+      
+</p>
+<p>
+      	TBD: Fill in details about Java coding conventions.
       </p>
 </div>
     
-<a name="N10094"></a><a name="Testing"></a>
+<a name="N100EA"></a><a name="Testing"></a>
 <h2 class="boxed">Testing</h2>
 <div class="section">
 <p>
-    	
-</p>
+    		TBD: Insert details about how to test Woden
+    	</p>
 </div>
     
-<a name="N1009E"></a><a name="Build"></a>
+<a name="N100F4"></a><a name="Build"></a>
 <h2 class="boxed">Build</h2>
 <div class="section">
 <p>
@@ -315,7 +383,7 @@
     	</p>
 </div>
     
-<a name="N100A8"></a><a name="Release+Process"></a>
+<a name="N100FE"></a><a name="Release+Process"></a>
 <h2 class="boxed">Release Process</h2>
 <div class="section">
 <p>
@@ -491,13 +559,25 @@
 </p>
 </div>
     
-<a name="N10165"></a><a name="Connection+with+W3C+WSDL+Working+Group"></a>
+<a name="N101BB"></a><a name="Connection+with+W3C+WSDL+Working+Group"></a>
 <h2 class="boxed">Connection with W3C WSDL Working Group</h2>
 <div class="section">
 <p>
-      	Close communication as Woden is a reference implementation of WSDL 2.0
-      	use and contribute to the test suite
-      	problems found in the W3C WSDL test suite or spec should be reported via the WSDL mailing list www-ws-desc@w3.org and http://www.w3.org/Bugs/Public/
+      	Apache Woden was started to answer the W3C WSDL working group's 
+      	<a href="http://lists.w3.org/Archives/Public/www-ws-desc/2006Jan/0023.html">call for implementations</a>.
+      	As such, Woden has been in close communication with the WSDL working group providing feedback on the
+      	WSDL 2.0 specification, requesting clarification, and contributing test cases to the WSDL 2.0 test suite.
+      </p>
+<p>
+      	WSDL 2.0 has been promoted to recommendation status and the WSDL working group has completed its work 
+      	and therefore closed on June 29, 2007. With the working group closed it is expected that a maintenance group
+      	will be set up. Woden will maintain close ties with the maintenance group as there may still be issues
+      	with the WSDL 2.0 specification and the test suite still requires work.
+      </p>
+<p>
+      	Any issues with the WSDL 2.0 specification or test suite should be reported via the WSDL mailing list 
+      	<a href="http://www.w3.org/2002/ws/desc/#lists">www-ws-desc@w3.org</a> and issue tracking repository 
+      	<a href="http://www.w3.org/Bugs/Public/">http://www.w3.org/Bugs/Public/</a>.
       </p>
 </div>
     

Modified: incubator/woden/Site/build/site/dev/devprocess.pdf
URL: http://svn.apache.org/viewvc/incubator/woden/Site/build/site/dev/devprocess.pdf?rev=568276&r1=568275&r2=568276&view=diff
==============================================================================
--- incubator/woden/Site/build/site/dev/devprocess.pdf (original)
+++ incubator/woden/Site/build/site/dev/devprocess.pdf Tue Aug 21 13:55:30 2007
@@ -5,10 +5,10 @@
 /Producer (FOP 0.20.5) >>
 endobj
 5 0 obj
-<< /Length 826 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 831 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gb!$F997d\&:j6F'gApYp%fOR`s#)C<NA<>["l)F1bk(E`&*N\p#"BHbD'%:<be<o$B-b^kF3?MLM>i*/1;VL+qUk=AA/ZeJ[L76dN8la1ZgIrW?6Y(#<krO<@[SjE(r`n+&1lQai[:;,OaWI/72UAcI4<5'guu#N+-O]cK1hVWr5]TQ(@]D:l-_r=a&84('<F^<=_cC(-kRlel3?5gIbt/Rn"."ZG.'<=*b$cNrt=Nm9rDA61#72>'noP-:ce7FBA>lY6pQG8_(>H=VY9,dbKCsZ+569+lgqjLSVg1j3Wh[qgFqGXd9Q-H$0^cpE1LM.F]oq\^kcI;/00:Vrr8l<#0ja`Dp2M1@""-=P1EqPMlBN"s"0mLNg+TK:cdf;O;eXBZHR4h[;6JgXUS8`;aLdk`rC@^EE"c6bfDTj6Vg";6am+\mfgMkaP;lH>#>L:$GKSr,HC?HWmU)CfJ>E?f_4ul?cMn=QuuO]/04N0??TJ$$)1Z0HUXh(jC\/]i9-:82mkRH.cA>Eh<j=I[ls`@OPa&.(cN#ag,X_J'k%9i?hjS:ZL#c7:3mJEGe9n>%cU^5G<gKZEk>m48$ut^+al!S0+_[P$8fjo&>q[P2hWk?XMe<E^jjqpO"X7O47elcXk_Mp$ba[[;cNoSN4Q-rq<Q#*`U54KrXlsa(`dq-[Hm,LY&TJqpG'(9i$_1J:d*.b6S@d%LNMChFDL!H@@Vo$c.?!`grD;1BtAi+Z9#>&c81h[ba!Wq%poQPmB_S>2OuRMDili\,/.)jeZ-\:N>?P/6&1<EHUb@ic_rA6F2.*aKh&LUJ.AXrrmMHU7;~>
+Gb!$F9lnc;&;KZQ'fr4IWfeo9p9@0p;[*G>4OXCO0Xd.33`b`?48aFNIn:,D*G-G1R;oP'HKAeIHG,`%cHXK8KL,gYNJ$k)ll`NT0L4oU6(l7\MP0;2+P_TFZNlnSr!H[Bm]0!eV23SUQ.F$gkV:>k`fBWN$@Dm5S"lY/2*mSg8S%Cr(O9S0r(tI:Pbfe?gM^+4i9jH4Tc!GGG.fe5(k'Y^%`7k7RG=1eZ-4^UK8IVK7cS_1&KO\ZK^q#B[_9eFGB:C`I@"#h9^9-&;UWbr06AU[?_pjH*gi((B]MJ-@?>2:bPV73Xb\mYUU<42#4utu%f6rTlDn+S38@)?gKTs+2\B*qHsK0@?!_R%os<#<JYsm3HNEb#*'+OIH2dr\9ZspuHR3@GR[r=T$b>0HGoB3QBPXQ7Yiku$_D;V6NeU97>M_kZe`(^\Fmdf3S"03!mPM<:%T;C_6X/F=H>?p+,)U`0s34G+aPtTLGEpgQ+YRRs`nO1KP>Ztb+CKRX'peStejV.Vb"fld[9hJ!47)iYFuS?3N;8\([Wa.BW`f+T^=k,Ud]L(>VUO>#Z02oRR-(iikB34>rs:Q!Mk(?sIKI$7#5Q."7<3S4IP3GgQ/^dqB?5).TVi9K&ih88Q$^'.@n5qpRHL=1jEgUa[+\YLk:S;q]mMom^l^st/nBD*4%X3oFhH$dYN)fQkBk[i2a&lb*-.q5>M;?(0Mi%ZEBZF)h=HgR>6t(Y;eEH8Qr;!b#[DfG&om\DUt_HjRsuan)iGiWY18AuTl;B<EI3LNgKr&toc+^ta@b$/&lk\k'";"UN+W(;Z:-4"-]pY]rtBk(U7_~>
 endstream
 endobj
 6 0 obj
@@ -238,10 +238,10 @@
 >>
 endobj
 39 0 obj
-<< /Length 1852 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Length 2273 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gatm<9lJcG&A@sBkgfs:=cj?id9G(;MABmQD2djjZNj[2AN$ii8ofmOfC)7p`1^\[c>HH80c>GQR<^U[kf^s3O2^J[N&iEcs"oX>i]9@:^e^T3TBDmY5:btLB7J2Z(ULSPgn>.R(@.CCD0"SWFnA/K8Ds?i@dEsjHEiTt]Q!#746O#e"4)AMb%=SRC,8_gc0(nTDKiW`7&0;e/Lb8&h4*q@2&e>d2X%$1`Cf9)\<;%k/'>!<)mhng/HVBE/t@E]`Kp\]]U8JHD*>&ara!;2m1gYt@W,b@KMfLDP&WL3[%+^)\"40i>[ppBD_7B0!Q]IOAX6g]<Au9;_**02`6LX/`l($#8BP-VL2scI<+<ji,FVntrLD!*aQlb1H-D+(+S8DRCtD/Z_TtG1oG]i#]-N7Yf5o['5,IXbm`(CL<2h\P`ugonSI.K"9e&t7W97C,&3A<*AjI!GdQf&:`44ac1&cU)MF?#QL2H#s%ff]C$o!3/Ca(*@&:R1J:h/.X9\)q#bPD[*=!hr%T!G:6\O,7)E2]*OY,Xc=\,k1B[l5,e@$,$o/NH!2G&Pd9$Dlo=<Jd'$*XbPI*;>Eed/Y$&[-n&1^WRY?[RDL*>:]`bg0mTLF_aI=[FJ2!DNiLY"&dGmr]).q@r?Pb*d`=G9BumhHOJFk1orGAN2`o"j]6=]*1aQAkRijWr7E5Ki7U."n-/eNO`f%XS\9*H:$O[HE?$MbLENA+(e3G,1EMUC''sE;)I#/R(m_HsHV0*1UCqi7)+7aHM%VcSd(pXj0S2]rmZ7#S5GF]]3p:_hK,RU\ZC1bk1tmaJQ/i+T`"*\EOZbp%Hk)DiLpRI3ErU9eX0D1ZF;@PHhtJ"F!RNX'S'PQj)L[Ja,O,QsYA\%B^(^lk@ES]Z@g+.c#ICOF.%]En=M_3s*r=P1`)rG9p*(Z2Sf8T?S0&@sNdt,X.u[:q(;TAKpd>h/2PJi`dPjX]k^*W"][47JO\)u!4=34p@]T@
 *Cc-&2d#i\$jcS^p*>5JW00d0<<@...@h>tmPF6nIsjH6H2D-h-&QI..9h-[dDcqb!\(NBZXm(?<o'R-X<'r!:PHhZreh]H6_?\l^ogrl(sOY)6KpSRc]BhPKgL&%_XR1mXdhmn=Z(hu*pY+8Z?~>
+Gatm<a`?,q&A@B[GdEru)%t`fju@?1;qWKu9b-2D5U7V[9G.b"7a^*h'AOK?BIbqhQXp1%\mICBH,/b=lKrojI:X?ZpjKW//CQA%hhP"ZCVO3]/pp^DfW>'U]j@mKh0F`L?u!A\=`T]05ISsVoSDa9Y-H93IkK?"<j=18RRfH*'G$_uCX23.:W,*+\'t)=kBU"%0s/o6LR+1+aH"aEOOj;C<:>sHD`hII1ecO4QLQ_C7?'2ZRNnIoEb5/aXT+gDk!Z(.f[f)_O+6dp?esD1>L[N.2M86kAt.h$mprtGKlT=2ae2,.jNq(N%0ds4d54cAPGP"&((od##"7M\6rmi%H:3]TiaXC+9pWfJ=Oa]q"SQoV@U=lR&:0IO3Wh_3H%bS]E'X3tlYXC&#.A)t;.qsZqq&7Cp9/*tTj^n^A,2a(h\f]LGbI!kK'eu7j!r.^(q-KO^lMm&h]_R7aTZU)nb8m>0bXW+<q=Z0!LW>:0L.U#84aPM)jkNiJXGQ8Q=h("TX1=?WmZi_RMTe32Ce!t6]I%/j5>/m-o,OdLA70<;B.]D>3h@"F'On3@q[LG)e<7%j;V.abDd:k2D(.5MlX3s<Jj2%P/ZZDAI27jb6rL:L@*DU'o3GMCCqPGktkK`hXkH@6=X%i;(uscQu3W(isZoqi3b;WE4L3sd5h2)NXGW6WO:=bbcnSNNhZ\e5A=G9lm7N/AD8['5DBQ[/ut3=0]WK9Ii-SPlN2gR&NGcK^hK0I3of&;2>uD,M]M!&`N3DUK8U2Xs/R#<'iVr%hG%b2]RTN])F7q;&h"[fK(cS,^f`-MRNO%8>)3>`:)!\`@D/jhZWh2@kI4'c'2'rWAR'!p<+T$UPbo[,aY%$if_W;i[6&-P22?WH9SX&:9_P!l3#MBq1%2T[h.^VE]a1F<pShJqU7p-$4f.[j];KQ@"#C;^`Vh%*INM&$2G4leTqE^9T%%d)5[=m%6L^0(4qD_eLi<\,iuTW2[%g1
 !'\1k1.&^jCUijh<Qa...@WZF>Ghf;`VD+hO&I?/OC0sF+apAc2J!juH:C5&?PhY#;B9b'-9,0&[+MY@RO+$sp(VkgO<p3&&jP_V#a"rPGuJ/7h+A%j6D"8JMu_4Lp%6PAHBQW5r?4[DVqEILoY0"/7g8P1C$ssNrpNVn=4>)''7MYl+QdX%4Bk?)V%(b4W/$.<;3tOc%:l&E*r+NK#Zu#5/m+a`"Z8,n)ic`;UtR*Ue;%58S]?:Y&ZO6FnM#n<M,:r;PdmM!E;C2Q;ae&DJu;S<D@b7a&4TLlT7o8k6Pq<Xlo^!N3U-n)+;\nAdMh+gRSQS_)A<"dKQ=Ch;,YgLeKmm&Aq>\(.tc8M#V<81')WrI1u^Nf\EDWCT_*dGSNK:BjGclD1c-h#0`'c!k5L"EkMZbJM45m@AtFP-QM`>jDpooURY75GhM-Za$>>Q"^R$!?C0p2]YH2Kt:%,I:6G\9,O]8u>nRCoOL_mr5+uL\mXLRsUHihDH,9,)#?"3%'UV6UC*G7TX#Ac8kF]T+N\b<8qA3K9,L5>)L$Vs06kYHK>dJBA7-QAk4d,^&'5ZqOE9iGOFfber3"Pm(ZUSK4lOKesjI/:L)J,=C-\&Y;P!nc
 *A[L&$lM$/1;CX<u@>^nf`(DqnNa'j24\-<Z"`8O`eZY;$D?qEODTSi,MQ#ph`oN?I@dbS7,DJ93f(aFkZ$>=te[%(I6M#e@X,Xqmj0l7QJRVEs`d\M:qNmj\_NftRL5_@%U^-/3=b3S@Qh`jaiTf.U1f5KAEM88G6!SiaLQ549A>$u+T!&>,j4oR*V`tWY+ZJN%$'SX7d!nY=9hK;P+'d9e*@X!uQ-VoB):aQV@ltJj=bI`Li@%-BLZJAn<6JWL1fPX/Mb$e@Q+hN<T0@6'm<rHD4U4WCGrPqu9~>
 endstream
 endobj
 40 0 obj
@@ -256,44 +256,95 @@
 41 0 obj
 [
 42 0 R
+43 0 R
+44 0 R
+45 0 R
 ]
 endobj
 42 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 273.312 503.332 290.64 491.332 ]
+/Rect [ 107.664 468.466 187.644 456.466 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
-/A << /URI (../issue_tracking.html)
+/A << /URI (1.0/milestoneplan.html)
 /S /URI >>
 /H /I
 >>
 endobj
 43 0 obj
-<< /Length 2052 /Filter [ /ASCII85Decode /FlateDecode ]
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 273.312 355.332 290.64 343.332 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (../issue_tracking.html)
+/S /URI >>
+/H /I
+>>
+endobj
+44 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 503.592 289.798 538.248 277.798 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (../version_control.html)
+/S /URI >>
+/H /I
+>>
+endobj
+45 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 276.598 165.66 264.598 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (../version_control.html)
+/S /URI >>
+/H /I
+>>
+endobj
+46 0 obj
+<< /Length 1867 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-Gb"/(968iG&AII3nBcg:7MHs&X/G)C:<0I...@sN>lj1[`Sn1ls@O1QF:KnZemZ8=e$0T(dn]iRQRon^12MbD&KLL2-J>hcnjt5Jl[(VCduGe_+UhcFWZ).EV\m`)KYJ[Q&\fWUr9XEebE8J/T":Gn,$2$hWQ=Bj5<D81ZG(TL6I3s608ntLp2"<X>h_])*=,t?mB<c!ENo4Dqg.-;W`ksnr-ZkW^2E^"NS"3d=b9h,&M%V0BB[53@COQ)R5[f&-2G3hZ8Et$^crDium*@C^TkWkQ?;@0<#MI<IbRr*,U8N7YeXnUehQpBFO"`aQii5Nu,`@"/@&n5!H6r$DU.GGJ@oaIE=nB$UUY@k/6R,Y1n]"SIu(.imgMqKMMseb_sc9MfKme%BG:eaOO?(T$-&-;_3X*cfX3%O-JC9gSQ\)AJpW7VpH56/$usN3sHF*1$Kugn(q0Q6+kes^X>HBCSSs4bS6@Qa$F8'XIHr:%"%g(3^09nPY3r0;h)D]4NO:U5=Zh<J]_F]1TY&<0%X+[r'A?h;c&9@L0F\_Gcq?'SOceV?<0cg6J94l,r<N^j<RK%+CdOIT+$(2`/9L2B=BXheNPmVF7fMJKPt;pBrct('0@jo1`0>DIJ#o9[M!\a6Gns6"N_tOCm_sp-m.BD0B?^Ri]opMgB!dtj;4VBZikb[Z7Rf33atQ+#/nlgJS7W5,pu^LE$'a
 Jf3tAo[JdAJ6K^G3rVAll^Y"VVf%c&2h3]F.M8gU`79f^VlVhr[S/bB;X3c8<1[^BD:N^#\25+qN'ENYHe+[Fok/1_jf9fSm![kCD/4>%](qN/6E:H(+FcS!jaA!@=^QM2UB.Ul2%8NS/hl"SAQP`",SG.lfmTaOhi?t5fhK^"4e]Y`Z-V>(Bi9XT:_I;p[o&["8J>Vcp8KP%O'u;LpUVIBrcZ?`Y5q#GJ+.FPZ^(K0V%n'Y$SO8jbqh]@55<GMCY"N+dqA>F<`0[gPQqW,'ai&D>-0CZ4BYdk!"-I*]_p&Lo2^KhU+BR?@%Eot,a`aE.l"VS]QE4s]'/43,7HoG"h&NZIBo6B2rL/a1QU@HPheX(n`Sf>:?7RVuTXpf:UC<:$'tE,fdFVnE<&C8XM$EQ#]0r.RSUm".52K.]):`nnHSUq=0)96W<*f^q*W9"+Cao!C7m/b`kLmISIu']>eOeKZk_ch7JQH^Y<-O??mkq'Ma2N6a@D(SA;d/Y;DR;T@i\eP>i4=JTa_BC[!1"V4+H#!1Y3XtSYn*uns&g+ai1fpI(-@Xnkb:SOfE#&2aPnH,HkCua2,USN*4\ea"s.aJ3E0+EN36guUnk)/N3Ki!\CrgI,i+*-gA195'eM$Fi-uhJ"FMl6C\]2'4](pP$/]0_$R"B)#7EAKSB>CWn5d.D6Rp4IC:%K>m#AjS18S!R1&:Bk)[1nHg+[mT%_o&/^MuR>WP&Du_Fme(K^7j8,Q01Oa\,eE0YG6P/_pI^\gH0BB*`C?f=1uas#"WHadMb:e-Y-!'SZ@H/eZBBapit&Mlhoml!is]Z&N/Ffse'q6<5A$5M&O4kf11H7<T;tSg9/OG;6aJ*%%lY=R$Ap_i5)kgQI0=-)hf"rgL0A&FRXN?^B:A<tqg]Jl+4L7j4A-@/g\T8ps'HA4%Kcm`3$f'29Gm,9bZ,dtdu.Y1)Q?a,[h="n73O+ZkL](eHF:iC_;YHVW1^hLN+o;_N
 +?aE*kZ/q69(C=t\M+$Al#"?!o%X(F</76gC4[8h[#4W8M:r9jl]IK@HaH]H4a_q\VKj@$H~>
+Gatm<gN)%,&:N/3E;U?\'1)hH:S7"+:6ga->"h)I\do>U;.qA@!@]JCf,)(+98W;;POVc763OOUm+K@@(W#;b(k!K7/X$/&7_XE^c#Fa!C"_UU:)njJ9e^EJqK$`jN5jJ`L5GgS=H8>TQ6H:4k.?F_NpRt0Yd@f?rI+OsRAN&8\]AKh@`g[&>q7/^+\QjAX-$l1J[OPnQs-<NqJ3Z>`[4hB!S;l!AMf)6a*Pq\BA,RRn6Q-oTN`bK=oa%,On1D,1F;D*8JQ!h5bnYXIFjODB&f*PZes<s",*qV&'@Gk!W^Hto-e'46C*1Z4R'hA?"C;pLZpjX3DDiEb`3L??EAm<]H4.C&&W''=<3Xj]V$6`9\!^AB(3h%j1BjgME]@'#om]dk76*D_(W']7_R`[.'belnSYg'Zk=$E75SnY48q3bHSq@"kl^L\*NLEGSi^biU&dg`P/JmVOV[<\L'tFd,BH*]c"%MU3eqI+kmfBQ15&,K_1c9/_/S`D06e-&-Au`P8dfpU/9Y!s?@9]V/IMrX(P9sl"n^l\<'CXHb_+d&@/<c?I<%MM`aj8@M[s<oLPtcWA9L@.M9b\*hXnRP"Fo3S$,F@PmHs^+Qs>3EDf4+ugRIHh,ad@\iU<F?Skm*Nj25DRq&6'Bbh&#d@hb5A.rhg9RHR0KC4_d`J1XSN8/M$_rJ\#E`bLnOKf.1YaHo#B\kSn.NPI\S\n*(J;XDA9HV.Z`'5O2+Prjc+?hD4@lu'u7O/4]eB[L,G)9V=/c6PXtj5uZt[Cndq]3m=k#/S:?)n??U%cc#R*llF'o!Gr60Ngm*>Rf&*\g`m>So1O5_K8X0WU+0=OpZ)bTP=iCjS>BUC?;pHX8KC8hpXCoBu<0l^=2@:_XqgS^MY=$NNd,>3XJm*<Y#5.B->ZFC'$Mng^I:k-j:SL/uC/pFI[dF;XP%h)^*oee`6An4cpm&`Ud5=V)r6f-+1FPSh'+Z?*NBknn`Wn;n-2M2"@B
 k8.FA[9ODU\]GTcKqoCY:Mg73#("X67?(LsHR8r6h\STN9m<ED...@lkbnN>@Z4O1WJ]AajYHq1B*C.T$(/I_2VK&-oeEK*0`WJLR-Gj)A)l#nu)f0cDrD(Pb75oWU\@XW"PD%ma#aQH3\3W93Eb2tX"bS:T/&&"rq,4YCY<]=i!H<RHLimf:SrFa21]V*m=Y7Ec0Y-KLN&a\4GSkt'V]-5"S#HZp]TWBjVs#MS?E4)PI72K/_iaajEdou81A#3JF!1,ZO(8ASqlL\.@7sd6`b"2X@a8$h_[Vr/\kM84&L_V%I(4Q%EnE11h+E\i/NN0K3],kongi`$f\W_i"Lm]=:PVOBm1H(<#W@hUdUFF2=F$.W^6#jt*^.[;_*$IPq8lI/kk0_p[4EX!.#V&kWp<Wc@2lB8Z@BtSi-doiJ?/.]"P0&?-[RIOp8"<c=phoSVpA9T/(*U-H%q))?./J1ebA9`jrk+a1JQPF=I/)Y=l>*CDmM)Ro%DiC*MT*2b%HRn[>c+&7)(Sgms_2I':?7?ELO#!3jp,K%V+(,,33`K9Aa]NCH!WGJV[U'_oq`n`ePCIl+?2JRVs@qD'45/T6&MB(>o03FbHT7Lhk]%Kj,F+gXTga@=mg1hPStYi6eP/i)MXdfN;:p0Pk$D\8%tA]!\em<S#g/rBkupEh1@NT^'?!bc9-l2QH^s?o-KhD:Q0Cl2)!.dD<X~>
 endstream
 endobj
-44 0 obj
+47 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 43 0 R
-/Annots 45 0 R
+/Contents 46 0 R
 >>
 endobj
-45 0 obj
+48 0 obj
+<< /Length 2067 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+Gb!ku8TWWE'Y`m7nBcg:7M,<jV...@D>K5E%iTf$Q@AFO3\a./HV3c)fo5Cf)d,O=4dp@J4,7lBGi;^3qn9ooG**3&Id**V'd,2\H"I_XK1AAfXQ5-XcaNAd<f":Ht:=\T%IY@,IT!R,5j&+!i.#$,G9+.AAD;Wa/&if$t[Wa:J&KIBagT[c201c3Njo%`o&'@GmKR#Q%jJ:!1rJO6%j9M;-hOKJsL#($UIT"fpp<!^W=5R1`k[NP3B>[^MY#CA:^EcQ-b!438<"Kd2OOmddEL<Ku,8%EiQWt0X#8E^Go83+rlLIYT,2''4Af2oUgbE245#+TtihWColq+8h',%b,n"qgcL*"ErY>rtB/_YBIp7)HZgG6+I*_fNA`=4-0G:9sQdHY_&dpQI6)'p]q67?P3SaXnIN6"Fi7q^sDmHhkfF323%`l:TZN?%"f(*Q?FZhZJrVTJGiZI%5T_3)I*[PP!Pk+;'_M2ZdCW:3Tf$'!);NX;pb`U4L]a7Z*DG8Y"'k7Xo_ClLo\f-o+hn4\1?/qq,#peK%U#^4GOH.;PB5m(DT0?srfdm41'H8C4aQ%9&i
 0,a4H[0Rde6*oWqKjCSgP=Ete=!h4o)(SlSg"FOFX%5FnE?q)XNps?=$BM"+.-dfI3bP-FL$l,(X^;BI>5^E((2+_6%4jNK8(n!rPG(@l,ZE4/Jo<^M...@RF>K,Hq&C2+@A%Amc?4NmH_P=-h%g>i9Y/N_TQ/O;>FOmd.D-9ahhW!,hVW';;d/-le66Hq#4`2He9mc%?9Qe=Wj0mh]1&qh>t=@k8hnRmF'TnhQFD/Lk6e;"QtDo)hTL"N^7U"=sO3AA$3_o!OFR.,9%b,4LPF;h@[kA,h;-o7rt!?DA<g=C>;::UIsA/Y\jR^*Sl0=7i0@Bd'dg5&K68(iLQ9<j?[oSQ_OtO_'Nd`G3E]sF"1pdgdI.tQsHFhk`p^`"MW_jfSjQ,aV1(78!eT\#:e=1I7Mo3SP=g@kGa4Gi<AT@5Z;X.4@qUT?.$#:n?U0.l^),$HUUQDEW4cp(gHo*9'\@g]iGAt4ABd#cu.c6EZ3LOJ0bFHLgp+mlM@\dCkHons2ndu!KGfe/9YK,'m.iK(-=6aeKBb\R.E`T^<o?b.WOB)*=@&,V3b"e78g^m.?LiC9l5V:"Kbs($dq5c:cgmH257p4%dr3V)$)sY[Oo7EdQN9pMXW4[R/d<V40V!/aJiE6!H5@M),a&;=03LlA8_J%b69IRNQF+Lf-haU'LDHs3;fa>IcGtT;gT"M$SP&U+C%G*/a6jJ:L;L:JDiXD+6WoZd2(C^4+5IUhVeZLrG,NBP;DBSTbI2Ma`I&4XX>MmEig2S7t)8rC<U[]5%"h.15\m@Ks%dcdT?(cqL7uN&!;3'eMe=QhhL3n.S*]Xo66_l346@kpn20J]dRi1oSeD$9nBD9K&(d*jm\kW0cD0E9cPG]\1=;Q$\7o1h8KsF`GX`An7dYo-A0BsI>NX+[qD
 dgicMTr:*6s8Es"pl>h]acnkZ'Yk+.EQK,8CE;r`55XLJ-KG;IjP.C8u:OFC8TQee=b0>Ns^NtsM?OQdiYj=@&~>
+endstream
+endobj
+49 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 48 0 R
+/Annots 50 0 R
+>>
+endobj
+50 0 obj
 [
-46 0 R
+51 0 R
 ]
 endobj
-46 0 obj
+51 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 108.0 532.8 461.472 520.8 ]
+/Rect [ 108.0 506.4 461.472 494.4 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://people.apache.org/~jkaputin/woden/milestones/1.0M7a-incubating/)
@@ -301,34 +352,36 @@
 /H /I
 >>
 endobj
-47 0 obj
-<< /Length 2067 /Filter [ /ASCII85Decode /FlateDecode ]
+52 0 obj
+<< /Length 2348 /Filter [ /ASCII85Decode /FlateDecode ]
  >>
 stream
-GatU4>B?8n'Roe[i3A^'aG;p+C6GHblniG1\=88LZQiu5AdaD`&=WUp'iuDa0^e:<ij!$bX1iZ(j_AeK>5Z"Jg.qQq>kgA.290^TVe&recRms<QBkBb^%enC>V26`Y_EVWbA+Z9CFWWf@BH61*J?RK>K,=F)\8KRhmM",K#I(K]&Qoeg@L?]T"isMC$.r;p!(b[m?LqiYaiiN07n^p^+H'DjCZVB^_%2JEfoh,0,]`tiF$.77[/O:`aZK)AORqIBsE]8i9u(8"7DX4UI!22=!3S6K\'NI=DjPJl7@Eq)k*]T!HV0PJ0b:&;p*OE+sKeK.:Ut*HJG.`\>^^JP8e<@01W3k/^(G)*\^i:6Coi'^+:3<a"5%Zd`4>eQ"P0(<:6<pJSl[8j)L>]!q2W"Y6ceAH@F&C;t'\\%7QPs](H[\rRN:X@1j8iP)%0Iq/"Pe>9LW"m&^?$ha3chP*"!mM8lrC?&>=,QG-+-ULL7Rm5tu3`K:L@W7R:"<Gm?n2nG.;YLaTZDm'C^_rUR9*OjV),^Q'fI**!i4\^0`SU<B(,CnU3;M7:RO]Q3>g#dA`Bp"2g&?aag!'ngZpN4h41OcR5N&aEulI6)>I0n#KU*X)0T1u!$FCdQmEAE_ZCr;E5ECqidb4KWiHF!pq``U)!+f*unRLVInXs%0fT+kER(lZ&Bni[;gI@d?TQiG71AT&AKYcFq!Q=hAQX.TB=rNn[kio"kZlNGn'0EGPpg'0ba&kN"Fgh7MI]72^I>7b4*Ro3.Q`M%6-9;^^);\0`Gb:8$4j7p'!:SMQrK;cmGomd>%YVM%Pfdr'B=-t%#KR@%'AP5];1VAnR_e`-D*_,TnJ7-M3XmNH&0Pofn@)2UFBJ:D4f5KnCWM57RK8)a(!cUkBY*;M`fh??FaJ,58NjM./ij&ib%<,-9FqD:m9X[au&@cqkS@D++K'\lR(c"igOT]fa3R+Em$O/fMZ^@cTaQ,C-`MW)KZbKs3J&N-
 g+.W'6<Z6"sLt6A\dj-"oX\N3c)u9V6`f;B&,LO,d:Y\WfTZqF,RlAt%"+iKeDm0HnKF_KX5apjr9pK`;"s=+'IYQX.X^Uj3Z<>g6^aGXk;3@m2*WY-6l"ctECek!Rff3J\F"qs.BX:DL$k+"JR>B=l.n&Sjkog\$jPP_I0NlM_6Xpf]E:g1\@)J_kgn5+>b_#tCqNJiHX9gTf,:1jhhFQ9!F/76sB66d&.NmI\WHq6To[(=$e=&tZ1n2$!(?k:N07_U?7%0,ugXSp`Tp]+hdVPfjlnLd4IJW:$lMCC2`1[G[e230n4^]ue&1dsuc"RAF#'rV/D'-)_$7ib>=oL-YLZH09DWi8Y%IXF2>=+utSMis&*-/1BprDJ9ZLEW#CuI"uQrd:N!bEGqlIUe9YS4RiBj<.-GdF,_G:!L$FC<=@qKi,0mF,eWD)Hn'2f5_9GIMWuOPq-6CRtZD+K:(KUnfG9!u?n?]Q/V0Oqd,,1ZNo$D4WF23AqMAmrrB6ie!TWl/M.!o=)?4JRaf)Hb*@bnL]]8G.R-"Bk-^(WL4UHSF5>EgBa;6bF'mMK#V0C$qj*nl$uO%bCiqJ8OU$)_M=a=bX&(P1r3DLj2:aiYXW1gPRRIE@mp`!<aPb6E?CLqS)=Pc'a"rHF@1e2Uq?"57)ZU`lc*q,KE4pZ+FLJT.c]kd5l`:5C/_Ms"6ORb<o"p`#:5HB43k`YBBV8E>0?u5jB8uFnl*-;SAIn=$`0gt1FD83=K-]PCol.,&phu++-d+).o0jZ<dRk85kKBt?<R.+<rqU/js/&FHXflPSEU:$Z90eN-tk_f=.7ZU4aTEGoo\>c"1mEB)X?EqZ/a%)qUJW,hM1/9lN"f)8Bi=p%c1]$=-O<;&=jLE6Jd<qhn17@D"V"LHOT+EBZ/?%n*]r=1KH`iE&H&1RP;[kMd3lR6BU!g.L<NSrI)lih\&1kotPF#WEu)(XN,XVJrjWTQ44H=[O`]0Ve6<3@/6
 OaKtDc.IFX+1ak4URAa$^R/j<ON[;#]g/2$43'"NI!gUq@#iF_7?"oUW:>H4P\D\fa.%b?lnm"K>=o\G!F*6Eg~>
+GatU58T3?C'YaHGkV`aod%Y^V1hiBm))Q')E@6O;(sin4X-H(SMq.IO&%1t*(2Xk?+GNJPXo.$F^K\pb(UG2>XKD<uLRG=j?#q!@Ip.$orPC<PjCoL^QF">=mhW8*NNHWA5?Y("H:+P#5HJ;LX%@.53P)%='(,M]Bg^?jmD<NRSS_M97-Rlk&Fjn`$7]'orDD"U&/tcT<9^Gc,UA6nSoKu2Do=Ca8-\m+J<[]OI\T10BiFN2MMdCFP.oA&J/#hSB'7lLD=Q61$'pFLh?hO.Hs0d)7GWmn)a&AK-Ye'IprN+h)Ge"`n%IT"0Qgpu12^/[\_DnO/!XW91'hQbYK@^W-t,4,$Ai8HeJX>qahbtHMJ3Qd),%p5Q'E4Hqf3QE_7uH`!SkR@j8N]Elh!J%_Pb&)?).uB@j/cmXV*=39*2>.&<)ij@u:PA@m^jOf#$I]b2^'i]O#IeEaFd_n=!EY2;_n'%lk?e<BdTi'dkQ;q8k]s*0]*_"\WY**l3Ep\cQYK)("db6%l)A3p?ASb>(4pQSXM6J+`+f7f&ZK/tt0NQ_]Z3Qh+p<*D9f6:4h;?+\bEtPTR4E9l"6KJYOa(I8sr*A#e#F,3=B@,8nj+RSkO[Esm6&d86o/?XLO^],n5:dbcj)g02r?k^=?=W?N2P1sO51jKiP?!UPQ*49W)IH%d#s<C'VUX-5IJf@:-,+D4\PAW_s4iWm@60aGfkP8^-p]8.jLXm#?;>_+A`76J"uE[7hj^*fZ7P[#s[l!ZgKN[>1XZN]\-6Lre_l.@6.&cu,)8X[Pf_5&#$(CR`iMIQI+rkH[G+02$"m319::]G\<XPY+=n0s'6JuhP.!jHZ]KC9?XUj+t<Zt50%Ik_A$'4H8FV/0k37,60@<Q.g16!OODWrX8;j4c<uJYnP>]I(PG"!T.(<>mY+cHGi]ZosKVo4aoN(RR6oGV9;VfnSQ,(qj\p!gOukgQ-p%oR19D@)2VY1t2X1>eb)BWJX:
 `N#E1t$,A8aKiBBj(b3&^A^T?h#?mgMnZIi1&3+>ree#JC9X[au&@hJARQa9k"781Z-@q+S<i1GtD'-2XBu.lG)jX=R*0FLV8*h/8+-%21E5XABar_J%1us0!S_5inWF?uaP1N,nG9CIuBhC/os&nH@PNcH<1*"Jt)f1--J\Q3[?jB@22c314Ra2AQQ-*eTJ/Grs)<D'=%HHp"Ag(]8:S_r,\WsE_!l1DVQX!bIS:2^91h1KF$/$c]CsrFf6Upkk)DteD6FTi'Ob+kY5"^@I;Q^uY,@M`c^ZkkY/rK$&)Bd-a8t`(H8[=%-@</RU6,KE;.5gQ3?."UOaS&'&)=Uin[*Ki$G/cK6G&Bi1HMf+QqOLa;O_;:0V*27#In,s0[?3U5.&$$qX,o:V_1e>t@A/$!7Kf4bcW-j2_17)f&84/DX@coXG:h!&,\s%-QcKW,VcCVr6.q80W7n&,8L;D^CH;B&3VtB*0ajJ_b;G<\.S,,r:QNcfK,Sn;GHB3'e2!0.l2)KtTT0M@\^-nO+2<2.W6j*.3,P-8nD3OQ&`bnqCRtZD+K:!^;N_C:J;%KPYFM8e+9hVu*qR+r?=D?(Ch.!bfK%q*$d9%*QhU6H^>*(T*.pB2e'4>@DdhG*ds\Do)p3q&1W)[OJ)uK'KM>+NF*'EKd,(='9?NloV?8l14qh8-2!*P&">>5bCV;)/gm(#c^AeIS<;'V?^`P=4DP>2#SS9+']&WE0\96bu^,2+>a1d*E\(1G_)3!(I-35"!\_*^8.R_^t;@_@b9WlA^YA9@%a;'fB9O:d`O5%H??C-;eZ7TTqVr'J1O9coE%mb7A3A"-p:lBE+MVMk&NYo;!]^@3d%#POJ6ID[sWhU#E&/_e`m-7=?F;p!F%D.(k8DA^I9gRT\P+nKW)e%0sqnQB3JI&c=O=>h,)^W'R&7%p9+2RiP+D//@O!RAc7KGL`A2=([&\$XLiB"5d(9Q?<)nMZ#m@mEDlAF#/8`5
 u]dZZNG5m^f'V*VKRbQ5HCIZTX:"u45shA,]e2TI_<h?0:E72@IJR:.9;j:Um9=F'"RRPck<]]A\>A7(3gN'+R&i(A.t&Aer'@EN]1-[#t5RYE&On/PJnWWD>ucq%kcUhD\,)4H=3Quu,eO&;4>\_'<_Jrb@LE*_>u3!SjO3=taVgL9]6oQ#_h:1li$UG:Nse)IV3OKmqoEKj,J?)HQ)Q>:]PK26?->rl#7l+gdJCp(D7R@8'aF6cMEk\^D*M%9"Uf"9Xm4N"RCQp3,0nPnRPg_j4!KkJeZdi)'7Z*P7a`aWNC\p_CZ>d:\M:TIcW3nCGUfrD!^CRfS2L6'gc%38G1<ORfTILapcVqI)b8@\+Q9e*=%~>
 endstream
 endobj
-48 0 obj
+53 0 obj
 << /Type /Page
 /Parent 1 0 R
 /MediaBox [ 0 0 612 792 ]
 /Resources 3 0 R
-/Contents 47 0 R
-/Annots 49 0 R
+/Contents 52 0 R
+/Annots 54 0 R
 >>
 endobj
-49 0 obj
+54 0 obj
 [
-50 0 R
-51 0 R
-52 0 R
-53 0 R
+55 0 R
+56 0 R
+57 0 R
+58 0 R
+59 0 R
+60 0 R
 ]
 endobj
-50 0 obj
+55 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 343.2 252.972 331.2 ]
+/Rect [ 90.0 316.8 252.972 304.8 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200704.mbox/%3c4c2ae8f80704160812h30e87b93je6e5d52607780265@mail.gmail.com%3e)
@@ -336,10 +389,10 @@
 /H /I
 >>
 endobj
-51 0 obj
+56 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 322.0 143.328 310.0 ]
+/Rect [ 90.0 295.6 143.328 283.6 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200704.mbox/%3c4c2ae8f80704170847r5f2440dbrc800fabd2298577b@mail.gmail.com%3e)
@@ -347,10 +400,10 @@
 /H /I
 >>
 endobj
-52 0 obj
+57 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 300.8 162.324 288.8 ]
+/Rect [ 90.0 274.4 162.324 262.4 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200704.mbox/%3c4c2ae8f80704170938q74458582he93ce5e410e7fe2e@mail.gmail.com%3e)
@@ -358,10 +411,10 @@
 /H /I
 >>
 endobj
-53 0 obj
+58 0 obj
 << /Type /Annot
 /Subtype /Link
-/Rect [ 90.0 279.6 165.312 267.6 ]
+/Rect [ 90.0 253.2 165.312 241.2 ]
 /C [ 0 0 0 ]
 /Border [ 0 0 0 ]
 /A << /URI (http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200704.mbox/%3c4c2ae8f80704230613l5e365f02gf15c3cba1086db2d@mail.gmail.com%3e)
@@ -369,128 +422,194 @@
 /H /I
 >>
 endobj
-55 0 obj
+59 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 437.088 200.866 471.408 188.866 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://lists.w3.org/Archives/Public/www-ws-desc/2006Jan/0023.html)
+/S /URI >>
+/H /I
+>>
+endobj
+60 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 187.666 170.004 175.666 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://lists.w3.org/Archives/Public/www-ws-desc/2006Jan/0023.html)
+/S /URI >>
+/H /I
+>>
+endobj
+61 0 obj
+<< /Length 878 /Filter [ /ASCII85Decode /FlateDecode ]
+ >>
+stream
+GauHI95g=S&AI`dHq^?=_5qqTe>-e&7BMe483O=C&D#$.AMLGakl1IJpH[CiVeX2.)*EuKo/s0clU,JO>6JO"\[*Ib437/Eo2!'^I7'M9;^<6,...@X>em$?4FQh>kB3!^)<H\N\6SbgYN>2CUC1Wq(N=>[O3I.)'%BY`1=W(uPBGqc0qD7YX)P)W75oNsRHr/!;)fB="R_SkmcJ32d\`>*TZ3fWjG+M`.MZ(4\]^SAEDGPK4Io>T^Q[)6Z>kW'q02r([6e4q!u5<W+/iOcRPPO.]CT!s4k5id77DR_qHr(+Bf^>-A1:`Qg`"WjlYR;+UCcEQJt:K%IY]&]*Gaor:"M-hp"\!KREmA-Yun]CcPpX;#^+#VS=9CPjY;K5d88VQfVoj5ta%MfuUQL?Qf$Z3Up/QA3CFd'i0N\\<]K;9k;V6SC\^HL/XWD_!V#Aha#\8^qmrWRYV$<;NcS@Ni'A"#qN2J(qsEG-d'@0+Ul&PB9!O)X\<k6CuK\le(`AgNEc@os#Ue;=b]N]aJ`s@gB-Z\$g,riXVE*?"M0-W1J%$g1r[gYe\FYaS)`oR[%@Ua"1b/3eb(@GBb*-k$FdtGL=BhWCYQ@j/Dm?%/c'aSkrhh_K&Kp=eTL)#:WQJ<7<@ZafM8!R&psFr=3qRlSTW#5AWTj$6Z'&%/TlDP)RZ&"TU]*qXo\42kV37N_kVXon:gK5rqg17<t%Y4*9/29bi&"4YfT@_g._`btY4Jl_.(`.[(RhO(,<Y6itW8W/BE`lFg1VR6%%$YCOh2P:pa--glEcj_j_Q~>
+endstream
+endobj
+62 0 obj
+<< /Type /Page
+/Parent 1 0 R
+/MediaBox [ 0 0 612 792 ]
+/Resources 3 0 R
+/Contents 61 0 R
+/Annots 63 0 R
+>>
+endobj
+63 0 obj
+[
+64 0 R
+65 0 R
+]
+endobj
+64 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 147.348 586.8 260.7 574.8 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.w3.org/2002/ws/desc/#lists)
+/S /URI >>
+/H /I
+>>
+endobj
+65 0 obj
+<< /Type /Annot
+/Subtype /Link
+/Rect [ 90.0 573.6 246.684 561.6 ]
+/C [ 0 0 0 ]
+/Border [ 0 0 0 ]
+/A << /URI (http://www.w3.org/Bugs/Public/)
+/S /URI >>
+/H /I
+>>
+endobj
+67 0 obj
 <<
  /Title (\376\377\0\61\0\40\0\111\0\156\0\164\0\162\0\157\0\144\0\165\0\143\0\164\0\151\0\157\0\156)
- /Parent 54 0 R
- /Next 56 0 R
+ /Parent 66 0 R
+ /Next 68 0 R
  /A 9 0 R
 >> endobj
-56 0 obj
+68 0 obj
 <<
  /Title (\376\377\0\62\0\40\0\117\0\160\0\145\0\156\0\40\0\104\0\145\0\166\0\145\0\154\0\157\0\160\0\155\0\145\0\156\0\164)
- /Parent 54 0 R
- /Prev 55 0 R
- /Next 57 0 R
+ /Parent 66 0 R
+ /Prev 67 0 R
+ /Next 69 0 R
  /A 11 0 R
 >> endobj
-57 0 obj
+69 0 obj
 <<
  /Title (\376\377\0\63\0\40\0\120\0\162\0\157\0\152\0\145\0\143\0\164\0\40\0\123\0\164\0\141\0\164\0\165\0\163)
- /Parent 54 0 R
- /Prev 56 0 R
- /Next 58 0 R
+ /Parent 66 0 R
+ /Prev 68 0 R
+ /Next 70 0 R
  /A 13 0 R
 >> endobj
-58 0 obj
+70 0 obj
 <<
  /Title (\376\377\0\64\0\40\0\120\0\162\0\157\0\152\0\145\0\143\0\164\0\40\0\104\0\151\0\163\0\143\0\165\0\163\0\163\0\151\0\157\0\156\0\40\0\141\0\156\0\144\0\40\0\103\0\157\0\155\0\155\0\165\0\156\0\151\0\143\0\141\0\164\0\151\0\157\0\156)
- /Parent 54 0 R
- /Prev 57 0 R
- /Next 59 0 R
+ /Parent 66 0 R
+ /Prev 69 0 R
+ /Next 71 0 R
  /A 15 0 R
 >> endobj
-59 0 obj
+71 0 obj
 <<
  /Title (\376\377\0\65\0\40\0\104\0\145\0\166\0\145\0\154\0\157\0\160\0\155\0\145\0\156\0\164\0\40\0\120\0\162\0\157\0\143\0\145\0\163\0\163)
- /Parent 54 0 R
- /Prev 58 0 R
- /Next 60 0 R
+ /Parent 66 0 R
+ /Prev 70 0 R
+ /Next 72 0 R
  /A 17 0 R
 >> endobj
-60 0 obj
+72 0 obj
 <<
  /Title (\376\377\0\66\0\40\0\102\0\165\0\147\0\40\0\124\0\162\0\141\0\143\0\153\0\151\0\156\0\147\0\40\0\141\0\156\0\144\0\40\0\127\0\157\0\162\0\153\0\40\0\111\0\164\0\145\0\155\0\163)
- /Parent 54 0 R
- /Prev 59 0 R
- /Next 61 0 R
+ /Parent 66 0 R
+ /Prev 71 0 R
+ /Next 73 0 R
  /A 19 0 R
 >> endobj
-61 0 obj
+73 0 obj
 <<
  /Title (\376\377\0\67\0\40\0\123\0\157\0\165\0\162\0\143\0\145\0\40\0\103\0\157\0\144\0\145)
- /Parent 54 0 R
- /Prev 60 0 R
- /Next 62 0 R
+ /Parent 66 0 R
+ /Prev 72 0 R
+ /Next 74 0 R
  /A 21 0 R
 >> endobj
-62 0 obj
+74 0 obj
 <<
  /Title (\376\377\0\70\0\40\0\124\0\145\0\163\0\164\0\151\0\156\0\147)
- /Parent 54 0 R
- /Prev 61 0 R
- /Next 63 0 R
+ /Parent 66 0 R
+ /Prev 73 0 R
+ /Next 75 0 R
  /A 23 0 R
 >> endobj
-63 0 obj
+75 0 obj
 <<
  /Title (\376\377\0\71\0\40\0\102\0\165\0\151\0\154\0\144)
- /Parent 54 0 R
- /Prev 62 0 R
- /Next 64 0 R
+ /Parent 66 0 R
+ /Prev 74 0 R
+ /Next 76 0 R
  /A 25 0 R
 >> endobj
-64 0 obj
+76 0 obj
 <<
  /Title (\376\377\0\61\0\60\0\40\0\122\0\145\0\154\0\145\0\141\0\163\0\145\0\40\0\120\0\162\0\157\0\143\0\145\0\163\0\163)
- /Parent 54 0 R
- /Prev 63 0 R
- /Next 65 0 R
+ /Parent 66 0 R
+ /Prev 75 0 R
+ /Next 77 0 R
  /A 27 0 R
 >> endobj
-65 0 obj
+77 0 obj
 <<
  /Title (\376\377\0\61\0\61\0\40\0\103\0\157\0\156\0\156\0\145\0\143\0\164\0\151\0\157\0\156\0\40\0\167\0\151\0\164\0\150\0\40\0\127\0\63\0\103\0\40\0\127\0\123\0\104\0\114\0\40\0\127\0\157\0\162\0\153\0\151\0\156\0\147\0\40\0\107\0\162\0\157\0\165\0\160)
- /Parent 54 0 R
- /Prev 64 0 R
+ /Parent 66 0 R
+ /Prev 76 0 R
  /A 29 0 R
 >> endobj
-66 0 obj
+78 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F5
 /BaseFont /Times-Roman
 /Encoding /WinAnsiEncoding >>
 endobj
-67 0 obj
+79 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F3
 /BaseFont /Helvetica-Bold
 /Encoding /WinAnsiEncoding >>
 endobj
-68 0 obj
+80 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F2
 /BaseFont /Helvetica-Oblique
 /Encoding /WinAnsiEncoding >>
 endobj
-69 0 obj
+81 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F1
 /BaseFont /Helvetica
 /Encoding /WinAnsiEncoding >>
 endobj
-70 0 obj
+82 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F9
 /BaseFont /Courier
 /Encoding /WinAnsiEncoding >>
 endobj
-71 0 obj
+83 0 obj
 << /Type /Font
 /Subtype /Type1
 /Name /F7
@@ -499,19 +618,19 @@
 endobj
 1 0 obj
 << /Type /Pages
-/Count 5
-/Kids [6 0 R 31 0 R 40 0 R 44 0 R 48 0 R ] >>
+/Count 7
+/Kids [6 0 R 31 0 R 40 0 R 47 0 R 49 0 R 53 0 R 62 0 R ] >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 1 0 R
- /Outlines 54 0 R
+ /Outlines 66 0 R
  /PageMode /UseOutlines
  >>
 endobj
 3 0 obj
 << 
-/Font << /F5 66 0 R /F3 67 0 R /F2 68 0 R /F1 69 0 R /F9 70 0 R /F7 71 0 R >> 
+/Font << /F5 78 0 R /F3 79 0 R /F2 80 0 R /F1 81 0 R /F9 82 0 R /F7 83 0 R >> 
 /ProcSet [ /PDF /ImageC /Text ] >> 
 endobj
 9 0 obj
@@ -547,124 +666,136 @@
 19 0 obj
 <<
 /S /GoTo
-/D [40 0 R /XYZ 85.0 532.666 null]
+/D [40 0 R /XYZ 85.0 384.666 null]
 >>
 endobj
 21 0 obj
 <<
 /S /GoTo
-/D [40 0 R /XYZ 85.0 467.132 null]
+/D [40 0 R /XYZ 85.0 319.132 null]
 >>
 endobj
 23 0 obj
 <<
 /S /GoTo
-/D [40 0 R /XYZ 85.0 414.798 null]
+/D [47 0 R /XYZ 85.0 396.2 null]
 >>
 endobj
 25 0 obj
 <<
 /S /GoTo
-/D [40 0 R /XYZ 85.0 375.664 null]
+/D [47 0 R /XYZ 85.0 343.866 null]
 >>
 endobj
 27 0 obj
 <<
 /S /GoTo
-/D [40 0 R /XYZ 85.0 323.33 null]
+/D [47 0 R /XYZ 85.0 291.532 null]
 >>
 endobj
 29 0 obj
 <<
 /S /GoTo
-/D [48 0 R /XYZ 85.0 256.6 null]
+/D [53 0 R /XYZ 85.0 230.2 null]
 >>
 endobj
-54 0 obj
+66 0 obj
 <<
- /First 55 0 R
- /Last 65 0 R
+ /First 67 0 R
+ /Last 77 0 R
 >> endobj
 xref
-0 72
+0 84
 0000000000 65535 f 
-0000018214 00000 n 
-0000018300 00000 n 
-0000018392 00000 n 
+0000023489 00000 n 
+0000023589 00000 n 
+0000023681 00000 n 
 0000000015 00000 n 
 0000000071 00000 n 
-0000000988 00000 n 
-0000001108 00000 n 
-0000001203 00000 n 
-0000018526 00000 n 
-0000001338 00000 n 
-0000018589 00000 n 
-0000001475 00000 n 
-0000018655 00000 n 
-0000001612 00000 n 
-0000018721 00000 n 
-0000001749 00000 n 
-0000018787 00000 n 
-0000001886 00000 n 
-0000018851 00000 n 
-0000002022 00000 n 
-0000018917 00000 n 
-0000002159 00000 n 
-0000018983 00000 n 
-0000002294 00000 n 
-0000019049 00000 n 
-0000002431 00000 n 
-0000019115 00000 n 
-0000002567 00000 n 
-0000019180 00000 n 
-0000002704 00000 n 
-0000005699 00000 n 
-0000005822 00000 n 
-0000005884 00000 n 
-0000006088 00000 n 
-0000006288 00000 n 
-0000006472 00000 n 
-0000006671 00000 n 
-0000006825 00000 n 
-0000006997 00000 n 
-0000008942 00000 n 
-0000009065 00000 n 
-0000009092 00000 n 
-0000009267 00000 n 
-0000011412 00000 n 
-0000011535 00000 n 
-0000011562 00000 n 
-0000011780 00000 n 
-0000013940 00000 n 
-0000014063 00000 n 
-0000014111 00000 n 
-0000014389 00000 n 
-0000014667 00000 n 
-0000014945 00000 n 
-0000019244 00000 n 
-0000015223 00000 n 
-0000015386 00000 n 
-0000015587 00000 n 
-0000015776 00000 n 
-0000016095 00000 n 
-0000016314 00000 n 
-0000016578 00000 n 
-0000016749 00000 n 
-0000016897 00000 n 
-0000017033 00000 n 
-0000017233 00000 n 
-0000017552 00000 n 
-0000017662 00000 n 
-0000017775 00000 n 
-0000017891 00000 n 
-0000017999 00000 n 
-0000018105 00000 n 
+0000000993 00000 n 
+0000001113 00000 n 
+0000001208 00000 n 
+0000023815 00000 n 
+0000001343 00000 n 
+0000023878 00000 n 
+0000001480 00000 n 
+0000023944 00000 n 
+0000001617 00000 n 
+0000024010 00000 n 
+0000001754 00000 n 
+0000024076 00000 n 
+0000001891 00000 n 
+0000024140 00000 n 
+0000002027 00000 n 
+0000024206 00000 n 
+0000002164 00000 n 
+0000024272 00000 n 
+0000002299 00000 n 
+0000024336 00000 n 
+0000002436 00000 n 
+0000024402 00000 n 
+0000002572 00000 n 
+0000024468 00000 n 
+0000002709 00000 n 
+0000005704 00000 n 
+0000005827 00000 n 
+0000005889 00000 n 
+0000006093 00000 n 
+0000006293 00000 n 
+0000006477 00000 n 
+0000006676 00000 n 
+0000006830 00000 n 
+0000007002 00000 n 
+0000009368 00000 n 
+0000009491 00000 n 
+0000009539 00000 n 
+0000009715 00000 n 
+0000009890 00000 n 
+0000010067 00000 n 
+0000010240 00000 n 
+0000012200 00000 n 
+0000012308 00000 n 
+0000014468 00000 n 
+0000014591 00000 n 
+0000014618 00000 n 
+0000014836 00000 n 
+0000017277 00000 n 
+0000017400 00000 n 
+0000017462 00000 n 
+0000017740 00000 n 
+0000018018 00000 n 
+0000018296 00000 n 
+0000018574 00000 n 
+0000018793 00000 n 
+0000019009 00000 n 
+0000019979 00000 n 
+0000020102 00000 n 
+0000020136 00000 n 
+0000020321 00000 n 
+0000024532 00000 n 
+0000020498 00000 n 
+0000020661 00000 n 
+0000020862 00000 n 
+0000021051 00000 n 
+0000021370 00000 n 
+0000021589 00000 n 
+0000021853 00000 n 
+0000022024 00000 n 
+0000022172 00000 n 
+0000022308 00000 n 
+0000022508 00000 n 
+0000022827 00000 n 
+0000022937 00000 n 
+0000023050 00000 n 
+0000023166 00000 n 
+0000023274 00000 n 
+0000023380 00000 n 
 trailer
 <<
-/Size 72
+/Size 84
 /Root 2 0 R
 /Info 4 0 R
 >>
 startxref
-19295
+24583
 %%EOF

Modified: incubator/woden/Site/src/documentation/content/xdocs/dev/devprocess.xml
URL: http://svn.apache.org/viewvc/incubator/woden/Site/src/documentation/content/xdocs/dev/devprocess.xml?rev=568276&r1=568275&r2=568276&view=diff
==============================================================================
--- incubator/woden/Site/src/documentation/content/xdocs/dev/devprocess.xml (original)
+++ incubator/woden/Site/src/documentation/content/xdocs/dev/devprocess.xml Tue Aug 21 13:55:30 2007
@@ -81,27 +81,64 @@
     <section>
       <title>Development Process</title>
       <p>
-      	milestones, plans posted to web site (link), all planned items in jira
+      	Woden follows a milestone develoment process. The key to milestone development is that there are a number
+      	of milestone defining criteria specified at the beginning of the milestone process. The milestone can only
+      	be declared once those milestone defining criteria are met. For example, in Woden M8 the priority 1 defining
+      	criteria are that Woden must pass all 'good' and 'bad' test cases in the WSDL 2.0 test suite.
+      </p>
+      <p>
+      	Woden milestone plans are communicated through the woden-dev mailing list and posted to the 
+      	<a href="1.0/milestoneplan.html">Woden Web site</a>. In addition, all plan items are recorded in Jira,
+      	Woden's bug tracking system.
+      </p>
+      <p>
+      	The Woden milestone planning process is an Open process. Woden takes into account the needs of adopter,
+      	like Apache Axis2, when planning. Please communicate requirements via Jira and the woden-dev list.
       </p>
     </section>
     <section>
       <title>Bug Tracking and Work Items</title>
       <p>
-      	All bugs and work items are stored in <a href="../issue_tracking.html">Jira</a>. It is a Woden best practice to associate a Jira entry with
-      	every code change.
+      	All bugs and work items are stored in <a href="../issue_tracking.html">Jira</a>. It is a Woden best 
+      	practice to associate a Jira entry with every code change.
       </p>
     </section>
     <section>
       <title>Source Code</title>
       <p>
-      	stored in SVN
-      	Apache boilerplate link
-      	Java coding conventions
+      	Woden uses Subversion (SVN) for source control and all Woden code is stored in the 
+      	<a href="../version_control.html">Woden SVN repository</a>.
+      </p>
+      <p>
+      	All code developed as part of Woden is licensed under the Apache Software License v2.0 (ASL v2.0). All
+      	Woden source files must include the Apache boilerplate at the top of the file:
+      </p>
+      <p>
+<code>/**</code><br/>
+<code>&nbsp;* Licensed to the Apache Software Foundation (ASF) under one or more</code><br/>
+<code>&nbsp;* contributor license agreements.  See the NOTICE file distributed with</code><br/>
+<code>&nbsp;* this work for additional information regarding copyright ownership.</code><br/>
+<code>&nbsp;* The ASF licenses this file to You under the Apache License, Version 2.0</code><br/>
+<code>&nbsp;* (the "License"); you may not use this file except in compliance with</code><br/>
+<code>&nbsp;* the License.  You may obtain a copy of the License at</code><br/>
+<code>&nbsp;* </code><br/>
+<code>&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;http://www.apache.org/licenses/LICENSE-2.0 </code><br/>
+<code>&nbsp;* </code><br/>
+<code>&nbsp;* Unless required by applicable law or agreed to in writing, software </code><br/>
+<code>&nbsp;* distributed under the License is distributed on an "AS IS" BASIS, </code><br/>
+<code>&nbsp;* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. </code><br/>
+<code>&nbsp;* See the License for the specific language governing permissions and </code><br/>
+<code>&nbsp;* limitations under the License.</code><br/>
+<code>&nbsp;*/</code>
+      </p>
+      <p>
+      	TBD: Fill in details about Java coding conventions.
       </p>
     </section>
     <section>
     	<title>Testing</title>
     	<p>
+    		TBD: Insert details about how to test Woden
     	</p>
     </section>
     <section>
@@ -229,9 +266,21 @@
     <section>
       <title>Connection with W3C WSDL Working Group</title>
       <p>
-      	Close communication as Woden is a reference implementation of WSDL 2.0
-      	use and contribute to the test suite
-      	problems found in the W3C WSDL test suite or spec should be reported via the WSDL mailing list www-ws-desc@w3.org and http://www.w3.org/Bugs/Public/
+      	Apache Woden was started to answer the W3C WSDL working group's 
+      	<a href="http://lists.w3.org/Archives/Public/www-ws-desc/2006Jan/0023.html">call for implementations</a>.
+      	As such, Woden has been in close communication with the WSDL working group providing feedback on the
+      	WSDL 2.0 specification, requesting clarification, and contributing test cases to the WSDL 2.0 test suite.
+      </p>
+      <p>
+      	WSDL 2.0 has been promoted to recommendation status and the WSDL working group has completed its work 
+      	and therefore closed on June 29, 2007. With the working group closed it is expected that a maintenance group
+      	will be set up. Woden will maintain close ties with the maintenance group as there may still be issues
+      	with the WSDL 2.0 specification and the test suite still requires work.
+      </p>
+      <p>
+      	Any issues with the WSDL 2.0 specification or test suite should be reported via the WSDL mailing list 
+      	<a href="http://www.w3.org/2002/ws/desc/#lists">www-ws-desc@w3.org</a> and issue tracking repository 
+      	<a href="http://www.w3.org/Bugs/Public/">http://www.w3.org/Bugs/Public/</a>.
       </p>
     </section>
     



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