- Do actual view lookup (X) - Implement ``write()`` (no buffering) (X) - Implement ``streaming``, ``dataSent``, buffering (X) - Implement fragments - Implement ``includePortlets`` - Implement default portlet handling at the end of workflow - Parse the URL - Read POST/PUT data (rawDataIn) - Parse dataIn for reasonable types (form data, multipart) - Patch the design to support HEAD requests (maybe different context?) - Patch the design to allow specifying a charset - Add another write()-analog method to send raw bytes (as it is, it would be hard to send an image)