> -----Original Message----- > From: James Taylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 10:41 AM > To: Turbine JCS Developers List > Subject: RE: cvs commit: jakarta-turbine-jcs/src/experimental/org/apache/j > cs/auxiliary/lateral/http/remove - New directory > > On Fri, 2002-05-17 at 10:38, Aaron Smuts wrote: > > The http receiver is a servlet. We'll have to make something else I > guess. > > Okay. I'm not saying we need something else. So what you are saying is > that the http lateral reeiver acts like a lateral cache, but presents an > interface for users to send commands? Yes, unless it has been moved. I can't remember. > > > It might have been easier just to go through and test than remove. > > Yes, but the amount of work in cleaning up and refactoring all those > laterals seemed pretty high. > Yes. > > Junit is not going to meet our needs for testing this stuff. What will > > count as testing? > > I was just acting on your statement that the TCP lateral is the only one > that is tested. I'd rather put my effort into that then refactoring all > the other ones (there is a ludicrous amount of duplicated code between > them all right now). > Yes. They should be refactored like the disk cache. You made it much better. They need a common configuration class. I just don't want to loose the others. None of them are that far off. > As far as testing, Junit where possible seems like a good idea. Maybe we > need some scripts as well that launch more than one JVM, but they have > to be written in a way that everybody can use them. Yes, definitely. Without that we are only testing half of the project. Aaron > > -- jt > > > -- > To unsubscribe, e-mail: <mailto:turbine-jcs-dev- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:turbine-jcs-dev- > [EMAIL PROTECTED]>
