rdonkin 2003/01/02 02:22:16
Modified: betwixt/xdocs todo.xml
Log:
Added new task.
Revision Changes Path
1.23 +8 -0 jakarta-commons/betwixt/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/todo.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- todo.xml 1 Jan 2003 20:15:26 -0000 1.22
+++ todo.xml 2 Jan 2003 10:22:16 -0000 1.23
@@ -185,6 +185,14 @@
<li>
Create a funky image for the betwixt home page.
</li>
+ <li>
+ <strong>Element ordering strategies</strong>
+ The ordering of the elements for a bean which doesn't have a .betwixt
file associated
+ is fixed by the order of the properties in the BeanInfo. If the class
doesn't have a
+ custom BeanInfo class then this order is arbitrary. This is unfortunate
since often xml
+ elements need a definite and predicatable ordering. Pluggable element
ordering strategies
+ would order the elements according to some algorithm eg. alphabetic.
+ </li>
</ul>
</subsection>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>