Got a gripe with Servlet? Let's hear it!
Taking a cue from the
href="http://weblogs.java.net/blog/edburns/archive/2007/01/jsf_irc_channel.html">success
of the community that has grown up around the
href="http://java.sun.com/javaee/javaserverfaces/#IRC">JSF IRC
channel, my colleague and friend
href="http://weblogs.java.net/blog/mode/">Rajiv Mordani has created
an IRC channel for the entire Glassfish WebTier, on freenode. To access
the channel, follow the instructions for the JSF irc
channel but use #glassfish-webtier as the channel name,
instead of ##jsf.
Here's an inside tip: Rajiv is also the spec lead for
href="http://jcp.org/en/jsr/detail?id=315">Servlet 3.0. If you have
any gripes or feature requests for Servlet 3.0, Rajiv himself can often
be found on the channel.
I'll be there to, and I hope to see you there!
Technorati Tags: edburns
- Login or register to post comments
- Printer-friendly version
- edburns's blog
- 747 reads






Comments
by mwessendorf - 2008-08-07 01:53
great. is there already a proposed API ?by mode - 2008-08-06 12:07
mwessendorf: Yes we have it in the plan to include a standard API for upload. - Rajivby mode - 2008-08-06 12:06
The irc channel is not just for servlet but all of the GlassFish webtier including scripting. Yes definitely bring any servlet issues there too though and I will be there to answer any questions. Thanks - Rajivby mwessendorf - 2008-08-06 09:43
will a standard api for upload be in there ? currently all the (jsf) frameworks do it on their own... which is totally incompatible... even in JSF land... all libs do it on their own...by mwessendorf - 2008-08-11 12:46
ok, the "addFilter/addServlet" API I now found in the draft's javadocby mwessendorf - 2008-08-11 12:37
Ah, forgot. Any standard API for adding servlet / filters when doing startup or even inside the request listener ?