On 01/12/2003 10:15:44 PM Ian wrote: >There are certain parts of Webware that aren't being used as much as >others. For instance, I've never once included or forwarded to another >servlet. It doesn't generally feel right to me -- other forms of >factoring work better. > >That's not to say there's something wrong with those methods, but >perhaps they aren't used as much. The core WebKit functionality really >is pretty stable and reliable. If you really do want to use these >particular methods I'm sure fixing those problems won't be very hard. I >don't think you'll encounter such problems continuously.
I did have exactly the same problems with forwarding and inclusion as Luke. They're not quite so straightforward to fix since they require changes to Application (I think--can't remember now). In the end, I just avoided the problem by using redirects. But redirects don't resolve URLs they way Luke (and I) expected. I just wrote my own URL normalizer and wrapped it around .response().sendRedirect() Luke, as Ian says, you won't be encountering rough edges like these all the time. These are the ones that stand out. The only other one that stands out (for me) are a few assertions that stop the use of delegation in servlets. ...Edmund. ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel