You did a good job with the warp-servlet guide but none of that great
documentation made it back into the Javadoc. It's a pain using the
code without decent code complete + javadoc support. Secondly, you
provided a link to the warp-persist Wiki but it doesn't get mentioned
at all in the online guides (it should be!)
Finally, I found some parts of the API to be a little quirky... For
example, you can invoke Servlets.configure().filters().servlets() but
not Servlets.configure().servlets() directly. Please consider rounding
this edge case ;) Also, please consider documenting what servlets(),
filters() and other methods actually do. The current javadoc is empty.
I know it might sound like I'm being picky here but please appreciate
the fact that a lot of stuff is obvious once you've been using your
own library for months on end. The lack of decent Javadoc is a real
annoyance to new users. It is a real shame because I think you did a
great job with the library design itself :)
Gili
On Jul 22, 5:47 pm, "Dhanji R. Prasanna" <
dha...@gmail.com> wrote: