• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Storing webpages data in database???Help me please

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI All,

I need some quick help from you guys where I have stucked from the past few days.

I have 1000's of site links from which I mentioned few links from which I need to capture the data under columns "Bid Number","Project","Bid due date", and othercolumns data(NOTE - In all the sites there is no possiblity that it will have the same titles and websites are created using different languages like .NET,Java,HTML). Not only capturing the data under columns all these I need to store in DB and if there is any new bid is posted I need to inform to the users that a new bid has arrived.


Can you please guys help how can I achieve this or provide me some links. This I need to achieve using DOM and Java

Please refere these few links below

http://www.polk-county.net/bids.aspx
https://secure3.fcgov.com/bso/external/publicBids.sdo
http://www.ci.wheatridge.co.us/index.aspx?NID=151


Thank you all for your precious answers. Your help will be greatful to me. I have searched a lot day and night but couldn't help and finally I need seniors help without your help it is not possible for me to achieve. Please help me seniors here.

 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do you have so far? Are you familiar with JDBC, the standard Java API for accessing databases? If not, that's what you should start learning.

I'm not sure what DOM has to do with this - where does XML come into the picture?
 
Opportunity is missed by most people because it is dressed in overalls and looks like work - Edison. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic