I\'m working on a web crawler (please don\'t suggest an existing one, its not an option).
I have it working the way it is expected to. My only issue is that currently I\'m u
what about using JPA in your class, and persist data in a database (that can be text based like sqlite)
http://en.wikipedia.org/wiki/Java_Persistence_API