Programming Spiders, Bots, and Aggregators in Java
โ Scribed by Jeff Heaton
- Book ID
- 127435159
- Publisher
- Sybex
- Year
- 2002
- Tongue
- English
- Weight
- 3 MB
- Category
- Library
- City
- San Francisco
- ISBN
- 058548743X
No coin nor oath required. For personal study only.
โฆ Synopsis
The content and services available on the web continue to be accessed mostly through direct human control. But this is changing. Increasingly, users rely on automated agents that save them time and effort by programmatically retrieving content, performing complex interactions, and aggregating data from diverse sources. Programming Spiders, Bots, and Aggregators in Java teaches you how to build and deploy a wide variety of these agents - from single-purpose bots to exploratory spiders to aggregators that present a unified view of information from multiple user accounts.You will quickly build on your basic knowledge of Java to master the techniques that are essential to this specialized world of programming, including parsing HTML, interpreting data, working with cookies, reading and writing XML, and managing high-volume workloads. This book offers two levels of instruction, both of which are focused on the library of routines provided on the companion CD. If your main concern is adding ready-made functionality to an application, you'll achieve your goals quickly thanks to step-by-step instructions and sample programs that illustrate effective implementations. If you're interested in the technologies underlying these routines, you'll find in-depth explanations of how they work and the techniques required for customization.
โฆ Subjects
Java
๐ SIMILAR VOLUMES
We consider the suitability of the Java concurrent constructs for writing high-performance SPMD code for parallel machines. More specifically, we investigate implementing a financial application in Java on a distributed-memory parallel machine. Despite the fact that Java was not expressly targeted t
Beginning with an introduction of the topic, this text describes the concurrency model of Java, summarizing its strengths and weaknesses, as well as details the Real-Time Specification for Java.
In this second edition, you will find thoroughly updated coverage of the Java(tm) 2 platform and new or expanded coverage of:* Memory model * Cancellation * Portable parallel programming * Utility classes for concurrency controlThe Java platform provides a broad and powerful set of APIs, tools, and