I have been thinking about a previous question of mine regarding how one would solve the following issues with a basic approach, such as using just the Velocity servlet by itself (no Turbine, Struts, etc.):
a) session management b) upload of files c) parameter passing (URL? POST? hidden variables?) d) error handling e) others... My questions are: 1. Are these reasonable candidates for Avalon components? For instance, (c) could take an incoming HttpRequest and parse it out, making available to the app all the parameters' names and values, no matter how these parameters were specified (URL, POST, etc.). 2. If yes to (1), are there any components in Excalibur or Scratchpad that implement these functionalities? 3. If yes to (1) and no to (2), would this be a good contribution to Excalibur? In that case, how would I go about proposing a set of interfaces and classes implementing these concepts? Thanks, -- Gonzalo A. Diethelm [EMAIL PROTECTED] -- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
