Core API Comments
Please add your comments about the Helma NG Core API here.
Contents [hide]
Response class
Currently, there are the Response.writer and Response.buffer properties to access the current java.io.Writer and java.lang.StringBuffers, as well as Response.push() and Response.pop() to push/pop writers/buffers. It would be nice to implement features described in Enhancements for response buffer handling: Response.pushBuffer()/popBuffer() to manage buffers from the application, or Response.writers/buffers properties to allocate/access named buffers managed by the response object itself.Fixed by adding Request.Buffer class that wrapps the StringWriter. Needs documentation.
Request class
- Needs more design, could be closer to Helma 1