donaldp 01/11/10 12:51:16 Modified: src/xdocs todo.xml Log: Update todo to reflect the fact that some things have already been implemented. Revision Changes Path 1.7 +3 -29 jakarta-avalon-phoenix/src/xdocs/todo.xml Index: todo.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/src/xdocs/todo.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- todo.xml 2001/11/05 23:40:27 1.6 +++ todo.xml 2001/11/10 20:51:16 1.7 @@ -63,14 +63,8 @@ <s1 title="Wish List"> - <s2 title="Rename server.xml to environment.xml"> + <s2 title="Separate and Antify Validation code"> <p> - Rename server.xml to environment.xml to make it more obvious - what purpose it serves. - </p> - </s2> - <s2 title=""> - <p> Refactor block validation code. Write an Ant taks that uses this and validates the .bar files and another task that validates the assembly.xml file. @@ -172,16 +166,9 @@ <s2 title="Proxy Interfaces"> <p> - Rework kernel so that components are optionally provided via proxied - interfaces. External services and management will also be provided via - proxy interfaces. + Currently services are provided via a proxy interface. Rework kernel so that + the proxy interface can be turned off via a command-line switch. </p> - <p> - (Update) DynamicProxy now exists in Excalibur, but it relies - on a reflection way of proxying - there could be speed issues there. It may - be better to replicate some features of Kawa's gnu.bytecode package to - genuinely make classes inside the VM. - </p> </s2> <s2 title="Management Console"> @@ -204,19 +191,6 @@ will provide a standard and flexible connection service and messaging service. It allows for both point to point messaging and multicast messaging (subscriber/provider). - </p> - </s2> - - <s2 title="Logging to database"> - <p> - Support for sending log events to a database. Not all logging - systems will want to send information to the filesystem. - </p> - </s2> - - <s2 title="Multiple implementations of Persistence Store"> - <p> - Persistent Store should be able to optionally store in a database. </p> </s2>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>