Hi all, I have been searching for good documentation or examples regarding testing a Turbine/Velocity application with Cactus. I just bought the wonderful book Java tools for extreme programming (thanks Nick!), but I am still struggling with what needs to be done in order to test my classes.
For those not familiar with Turbine here is a simple setup: 1. Turbine is the servlet that all requests go through. 2. It uses an properties file to start up its various services (which as an app framework it relies on) such as Velocity, Intake, PoolService (database is what I rely on here) 3. Whenever a doGet or doPost is performed it either creates or looks for a RunData instance 4. This instance of RunData gets passed to various classes which I want to test as well as a Context (this is defined in my case by the Velocity service) 5. A lot of things are passed into the context that I need access to such as the Intake service instance. So, given all of this what is my best approach? I don't want to test Turbine I just want to test my application in relation to Turbine (granted if there are problems with the framework I will be testing Turbine =). I did search the archives for this, but didn't find anything in user (did find mention of turbine in v2 mail about a month ago). Do I need to wait for v2 (need help on the Turbine part?). -warner +warner onstine+ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
