In a standard Web Connection part like the To-do List example in the previous chapters, incoming requests are processed automatically. Each request causes the part to process the incoming form data (if any) and generate HTML to be sent back to the client browser.
However, not all application designs can be satisfied with this default behavior. The Web Connection feature provides several nonvisual parts that you can use to handle incoming requests in ways other than the default. The ways you might use these parts include: