News
Features
Changes
Todo
Contributors

Downloads

Installation
Configuration
Using
Servlet Sample
FAQ

Architecture

Ant integration
Servlet Engines

API Reference

Support
Statistics


high
  • [build] Correct problem of zips generated by Ant 1.4alpha and Orion. Indeed, Orion has problem unwarring jars generated by the war task of Ant version 1.4lpha.

medium
  • [docs] Write a tutorial that shows how to test EJBs.
  • [samples] Add a sample that shows how to test EJBs.
  • [design] Add support for testing custom JSP Taglibs (suggested by Sohail Aslam) + tutorial + sample
  • [design] Add support for testing Servlet API 2.3 Filters.
  • [docs] Write a short "Testing strategy" tutorial that explains the different kind of tests and what tool to use for each kind. Speak about facade, MCV model.

low
  • [code] Manage multivalued HTTP headers in ServletTestRequest.
  • [docs] Write a J2EEUnit integration tutorial for JBuilder 4.
  • [docs] Write a J2EEUnit integration tutorial for VAJava 3.5.
  • [build] Add Ant scripts to support WebLogic 6.0.
  • [code] Handle getRealPath(), getPathTranslated() in the ServletRedirectorRequest class.
  • [admin] On the J2EEUnit news web page, provide a list of pages that have been recently modified so that end users can see at a glance what has changed recently on the web site.
  • [build] Generate changelog file from CVS change log information and put in the documentation of each release.
  • [docs] Add a license section to the J2EEUnit web site that explains that J2EEUnit is under the GPL license and shows the license statement.
  • [docs] Add a contributing section to the J2EEUnit web site (see the contributing section of Cocoon as a sample).
  • [build] On the documentation web pages (i.e. not the site web pages) add a sub header for each page with a message saying "Click here if you want to see the latest online version of this page". Modify a stylebook stylesheet to do this (combined with an Ant token filter or an Ant replace task).
  • [code] Add API in ServletTestRequest to send data to the URL connection output stream. This is to easily test code that sends bytes of data as POST data to the servlet (requested by Daniel Cohen and custommonkey).
  • [code] Automatically add the query string parameters defined when using the ServletTestRequest.setURL() API to the list of parameters passed to the server redirector, so that it won't be necessary to call ServletTestRequest.addParameter() for each of these parameters.

wish
  • [docs] Create a J2EEUnit Stylebook skin for the J2EEUnit web site instead of using the Jakarta default one.
  • [code] Write a plugin for Netbeans or integrate with an existing JUnit plugin (see the XTest plugin).
  • [design] Provide a mechanism for easier testing of EJBs. The mechanism is to be defined (requested by notyy).


Copyright © 2000-2001 Vincent Massol. All Rights Reserved.