Read/Write Newsgroups in Java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • barywp
    New Member
    • Jul 2007
    • 1

    #1

    Read/Write Newsgroups in Java

    I need to write a Java program that can read and write to Newsgroups -- note, not News feeds, RSS, etc... but, Newsgroups...

    I'm given a server and a newgroupName... I need to be able to post to that group... and I need to be able to read the postings that are there.

    Has anyone some sample code that can help? Is posting to a Newsgroup similar to posting an email message?

    Please send responses to <removed> in addition to posting here...

    Thanks!
    Last edited by r035198x; Jul 10 '07, 05:22 AM. Reason: posting emails is against site rules
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by barywp
    I need to write a Java program that can read and write to Newsgroups -- note, not News feeds, RSS, etc... but, Newsgroups...

    I'm given a server and a newgroupName... I need to be able to post to that group... and I need to be able to read the postings that are there.

    Has anyone some sample code that can help? Is posting to a Newsgroup similar to posting an email message?

    Please send responses to <removed> in addition to posting here...

    Thanks!
    Please read the posting guidelines

    Comment

    Working...