File: to-do.html

package info (click to toggle)
axis 1.4-28
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 52,076 kB
  • sloc: java: 129,120; xml: 10,602; jsp: 983; sh: 84; cs: 36; makefile: 18
file content (94 lines) | stat: -rw-r--r-- 2,372 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<head>
<title>Axis To-Dos</title>
<link href="axis.css" rel=stylesheet type=text/css>
</head>

<body>
<h1>And miles to go before we sleep....</h1>

<p>Here is a list of to-do items. We should probably add a &quot;priority&quot; 
  column. </p>
<h3>Build Mechanics / Timing / etc</h3>
<table width=100% border=1 cellpadding=3>
  <tr bgcolor="#CCCCCC"> 
    <th>Item</th>
    <th>Developer(s)</th>
    <th>Status</th>
  </tr>
  <tr> 
    <td><p><strong>Rework the build structure (again)</strong></p>
      <p>20 minutes is ridiculous for a build. This includes several sub-items, 
        including:</p>
      <ul>
        <li>Investigate the &lt;parallel&gt; task which now exists in ant to replace 
          our custom functional-test runner</li>
        <li>Refactor the build to see if we can avoid all the includes and forks 
          and just use antcall</li>
      </ul></td>
    <td>&nbsp;</td>
    <td>none</td>
  </tr>
</table>
<h3>Performance</h3>
<table width=100% border=1 cellpadding=3>
  <tr bgcolor="#CCCCCC"> 
    <th>Item</th>
    <th>Developer(s)</th>
    <th>Status</th>
  </tr>
  <tr> 
    <td><p><strong>Switch on streaming by default</strong></p>
      </td>
    <td>&nbsp;</td>
    <td>none</td>
  </tr>
</table>
<h3>Documentation</h3>
<table width=100% border=1 cellpadding=3>
  <tr bgcolor="#CCCCCC"> 
    <th>Item</th>
    <th>Developer(s)</th>
    <th>Status</th>
  </tr>
  <tr> 
    <td><p><strong>Rework docs for clarity and completeness</strong></p>
      </td>
    <td>&nbsp;</td>
    <td>none</td>
  </tr>
</table>
<h3>Schema Support</h3>

<table width=100% border=1 cellpadding=3>
  <tr bgcolor="#CCCCCC"> 
    <th>Item</th>
    <th>Developer(s)</th>
    <th>Status</th>
  </tr>
  <tr> 
    <td><strong>Schema framework / revamp WSDL2Java</strong></td>
    <td>&nbsp;</td>
    <td>none</td>
  </tr>
  <tr> 
    <td><strong>Support minOccurs/maxOccurs on &lt;xsd:sequence&gt; elements</strong></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td><strong>Support &lt;xsd:list&gt;</strong></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td><strong>Support &lt;xsd:restriction&gt; facets correctly (do validation!)</strong></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td><strong>Support &lt;xsd:choice&gt;</strong></td>
    <td>&nbsp;</td>
    <td>none</td>
  </tr>
</table>
</body>