CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2003
    Posts
    1

    Unhappy Java Search Engine

    I'm taking a graduate course in databases. We have to write a program that uses a set of predefined topics and automatically downloads news items related to these topics. The engine will have to scan the web daily and download the appropriate news items. The daily downloads should get only new articles (the same news article should not be down loaded repeatedly)

    My professor only gave us the weekend to do this. Does anyone have any ideas, websites, code examples that I can refer to in order to get this completed.

  2. #2
    Join Date
    Jan 2003
    Location
    Israel
    Posts
    137
    There is an "XML News" sample program available from the Oracle Corporation's "Technet" site:

    http://technet.oracle.com

    Hope this helps you.

    Good Luck,
    Avi.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured