web crawlers in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amanagarwal89
    New Member
    • Dec 2009
    • 1

    web crawlers in java

    can ne body give me an insight on java cralers and what it takes to code web crawlers???
  • sukatoa
    Contributor
    • Nov 2007
    • 539

    #2
    know what data you are going to extract
    make an algorithm of it
    beware of Object manipulations( specially for a 24/7 System, it consumes huge memory and increasing if not handled properly )

    on threads, be careful to handle passed-by-reference instances

    Select what database system you are going to use for storage on your extracted data

    good luck

    Comment

    Working...