Hi, I have been trying to understand how Cactus works. I've gone through the document http://jakarta.apache.org/cactus/how_it_works.html , but its not clear from the document (at least to me), the order of execution of the methods.
1. Are all 'beginXXX' methods executed at once at the client side? Or are these executed in separate threads (and each thread then establishes a connection to the server-side and waits for the response to come back and then executes the corresponding 'endXXX' method)? 2. If all 'beginXXX' methods are indeed executed one after the other (in a loop), then what would be state of WebRequest object be? Would it contain only the elements/properties set by the last 'beginXXX' method or will all properties and attributes set by all 'beginXXX' methods be maintained? 3. If all 'beginXXX' methods are indeed executed in a loop, how can the testXXX methods on the server-side expect to have a certain state (in the usual web objects, such as Config, response and request, etc)? Many Thanks, M --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
