As jon pointed out... this is cool :). We need to implement this under our test framework so that we can build tests that verify Jetspeed content output. :) BTW. I am going to investigate what we should do with out current framework in CVS. I might propose it as a part of Ant or as its own subproject. There are a lot of issues here: - JUnit isn't desirable for a number of reasons - There is moo.. which doesn't look to be supported anymore - There is an avalon framework for testing. - There is the IBM/Tomcat test suite. etc.etc.. The point is that the test suite that is in CVS is beyond the scope of what Jetspeed is trying to do. I just wanted to get it in somewhere. BTW. I am starting to grow tired of Castor. I hate its object generation (not flexible and puts all the XML marshaling code into the generated objects). I wrote XJay (http://xjay.sourceforge.net) to solve some of these problems for us. *VERY* simple/clean/modular/ XSLT->Java :). I might propose that Castor use it to map XML->Java but if they don't I will just build reflection support into XJay... probably based on something like ANT does for TASK attribute setting. .... Kevin Jon Stevens wrote: > ---------- > From: Russell Gold <[EMAIL PROTECTED]> > Reply-To: "A mailing list for discussion about Sun Microsystem's Java > Servlet API Technology." <[EMAIL PROTECTED]> > Date: Fri, 1 Sep 2000 17:46:37 -0400 > To: [EMAIL PROTECTED] > Subject: [Announce] HttpUnit 1.0 now available > > Version 1.0 of HttpUnit is now available at > <http://httpunit.sourceforge.net/>. > > HttpUnit is a Java API for accessing web sites without a browser, and is > ideally suited for automated unit testing of web sites when combined with a > Java unit test framework such as JUnit, or for simply accessing web sites as > part of a distributed application. > > HttpUnit emulates the relevant portions of browser behavior, including form > submission, basic http authentication, cookies and automatic page > redirection, and allows Java test code to examine returned pages as text, an > XML DOM, or containers of forms, tables, and links. -- ** Should SUN Open Source Java? Please Vote: http://relativity.yi.org/java ** Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey: burtonator) http://relativity.yi.org | http://www.openprivacy.org Message to SUN Microsystems: "Please Open Source Java!" To fight and conquer in all your battles is not supreme excellence; supreme excellence consists in breaking the enemy's resistance without fighting. - Sun Tzu, 300 B.C. -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
