Wasp requires a custom WebSession, not a custom WebRequest, to handle some trivial authentication stuff.
Maurice On Thu, Apr 10, 2008 at 11:56 PM, James Carman <[EMAIL PROTECTED]> wrote: > I've never really cared for this whole idea of requiring subclassing > to get your work done. Is there no way to make things more pluggable? > Perhaps use the decorator design pattern? > > On Thu, Apr 10, 2008 at 4:10 PM, Martijn Lindhout > > > <[EMAIL PROTECTED]> wrote: > > If I remember well, Wasp/Swarm needs its own WebRequest subclass? > > > > 2008/4/10, Igor Vaynberg <[EMAIL PROTECTED]>: > > > > > > > > > > On Thu, Apr 10, 2008 at 12:34 PM, Martijn Lindhout > > > <[EMAIL PROTECTED]> wrote: > > > > My two questions: > > > > > > > > 1. is this necessary / bad? > > > > > > > > > no, it just adds some extra capability to the request > > > > > > > > > > 2. what if I need different types of requests in my application? > > > > > > > > > i doubt you will. what usecases do you have? usecases for subclassing > > > request/response are few and far in between. > > > > > > -igor > > > > > > > > > > > > > > > > > Thanx, > > > > > > > > -- > > > > Martijn Lindhout > > > > JointEffort IT Services > > > > http://www.jointeffort.nl > > > > [EMAIL PROTECTED] > > > > +31 (0)6 18 47 25 29 > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > > > > > Martijn Lindhout > > JointEffort IT Services > > http://www.jointeffort.nl > > [EMAIL PROTECTED] > > +31 (0)6 18 47 25 29 > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
