I was wondering if anyone could give me some help or point me to some good tutorials that can help me do the following in java: -Visit a website -Login using account info -navigate to a certain page when logged in -grab a number off the page -report back and print to screen in java I've been told I need to learn sockets to do this but I can't find anything very good. Any help is appreciated. Thanks.
I'm pretty good with sockets (former MUD programmer), but I don't know a bit of Java. I usually go to this site whenever I need to know about socket programming: http://www.developerweb.net/forum/ The have a Java section too, so hopefully you'll find what you need.