NAME
TODO - task list
TASKS
Design
What is the Locale API? Does it interface to the OS locale system?
Provide Reader/Writer classes that do character conversions under the hood.
What is the Principal API?
Code
For the
doOptions()
method of Servlet::Http::HttpServlet, look only at descendent classes when determining available HTTP methodsIs there a way to implement
available()
on Servlet::ServletInputStream? Is it sufficient to know that a stream is readable, even if there's no way to tell how many bytes are available?
Documentation
complete "Writing Servlet Applications"
create frameset for API docs