How can I access an NNTP newsgroup using JSP or Servlets?
Created May 7, 2012
Alex Chaffee Your servlet must know how to speak NNTP, or call a library that does.
There are NNTP implementation in the following packages:
- JavaMail: See the JavaMail:NNTP FAQ subtopic.
-
Jakarta Commons Sandbox.
-
Jakarta James mail server
You may also find the NNTP specifications enlightening. See RFC 977 and RFC 2980.