Re: [betwixt]:: MixedEncodingStrategy

2004-04-04 Thread robert burrell donkin
i've committed two new factory constants but i decided against renaming. you are right that (on reflection) the choice of name was a poor one. i think ContentEncodingStrategy would have been better but without a clear leader amongst the others, i think it best not to break compatibility for tho

RE: [betwixt]:: MixedEncodingStrategy

2004-03-27 Thread George Papastamatopoulos
Hey Robert I agree with your point regarding the name EncodingStrategy, but i'm terrible when it comes to class/interface nameing. How about something like BetwixtEncodingStrategy, RenderingStrategy ? ... Good point regarding the factory class, EncodingStrategyFactory or something along those l

[betwixt]:: MixedEncodingStrategy

2004-03-25 Thread George Papastamatopoulos
Hi First of all, thanks for Betwixt! Looks like it'll make our life a whole lot easier. We are needing to save a lot of bean properties around CDATA sections. I just downloaded the latest nightly build and it looks like MixedEncodingStrategy will do the job for us. Just wondering what people