• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Web Crawler in Java Web Application

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want to use Web Crawler in my Java Web Application it is a Struts 1.1 Application in Java 1.4.
Problem is that Nutch is an open source which is available but its current version 1.1 will work only in java 1.6 and its previous versions are not available which will work in 1.4.

So, please help me to find a solution which is open source for Web Crawler.
 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are countless web crawlers available; surely one of them would work in Java 1.4.

That aside, you could also consider using a tool to convert the bytecode, like Retroweaver etc.
 
reply
    Bookmark Topic Watch Topic
  • New Topic