From: MassimoH <MassimoHeitor_at_gmail.com>
Date: Tue, 27 Jan 2009 13:16:23 -0800 (PST)
I downloaded the latest Grizzly release (1.9.4) and the Javadoc and sources
jars seem to be incomplete. Please let me know if I'm downloading the wrong
files or just doing something dumb. Thanks!
FYI, I'm looking for the latest stable (non-beta) release of Grizzly that
can run a standard web-server and host static content as well as Java
servlets and .jsp pages: I assume this is grizzly-http-servlet 1.9.4
The first jar file looks complete. For example, I can unzip and see the
class file com\sun\grizzly\http\embed\GrizzlyWebServer.class
However, the javadoc and sources .jar files both look incomplete: I can
unzip, look in com\sun\grizzly directory and there is only a single
sub-directory, "standalone". Everything else seems to be missing, including
the "http" sub-directory which would lead to the docs/source for the
GrizzlyWebServer class.