vmassol 01/03/31 09:25:37
Modified: j2eeunit/docs/framework/xdocs todo.xml
Log:
more todos and contributors to help :)
Revision Changes Path
1.2 +22 -1 jakarta-commons-sandbox/j2eeunit/docs/framework/xdocs/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/j2eeunit/docs/framework/xdocs/todo.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- todo.xml 2001/03/26 19:40:48 1.1
+++ todo.xml 2001/03/31 17:25:37 1.2
@@ -38,6 +38,27 @@
</actions>
<actions priority="low">
+ <action context="docs" assigned-to="VMA">
+ Add a page to the web site that explains the long term goals of J2EEUnit:
+ go as far as possible for testing server-side components but explain why
+ this is limited and will fail in the long term as components benefit
+ more and more from services provided by the container. The solution will
+ be to provide testing API/SPI in the container specifications so that
+ frameworks like J2EEUnit can be plugged into the containers. Explain that
+ one goal of J2EEUnit is to make Tomcat/Sun aware of this and try to push
+ in this direction. (Note: This is my view, verify if other share it or if
+ I'm wrong in thinking in these terms).
+ </action>
+ <action context="code" assigned-to="Philip Aston">
+ Modify the Ant <code>runservertest</code> task so that it also works when
+ a servlet engine is already up and running (thanks to Philip Aston who
+ requested and provided the code for this feature)
+ </action>
+ <action context="code">
+ Make the methods <code>setUp()</code> and <code>tearDown()</code>
+ protected on the server side so that it is consistent with JUnit (for the
+ moment they need to be public to work).
+ </action>
<action context="code">
Manage multivalued HTTP headers in <code>ServletTestRequest</code>.
</action>
@@ -101,7 +122,7 @@
Write a plugin for Netbeans or integrate with an existing JUnit plugin
(see the XTest plugin).
</action>
- <action context="design">
+ <action context="design" assigned-to="Babu Naidu">
Provide a mechanism for easier testing of EJBs. The mechanism is to be
defined (requested by notyy).
</action>