Java Web Crawler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 17: | Line 17: | ||
| valign="top" | | | valign="top" | | ||
* [https://stackoverflow.com/questions/14072380/ <code>@Cacheable</code> Key on Multiple Method Arguments] | * [https://stackoverflow.com/questions/14072380/ <code>@Cacheable</code> Key on Multiple Method Arguments] | ||
* [https://github.com/SeleniumHQ/docker-selenium Docker images for the Selenium Grid Server] | |||
* [https://stackoverflow.com/questions/11559464/ EhCache overflow to disk at specific path] | * [https://stackoverflow.com/questions/11559464/ EhCache overflow to disk at specific path] | ||
* [https://javabeat.net/enablecaching-spring/ <code>@EnableCaching</code> Annotation in Spring] | * [https://javabeat.net/enablecaching-spring/ <code>@EnableCaching</code> Annotation in Spring] | ||
Line 25: | Line 26: | ||
* [https://www.baeldung.com/spring-boot-evict-cache Cache Eviction in Spring Boot] | * [https://www.baeldung.com/spring-boot-evict-cache Cache Eviction in Spring Boot] | ||
* [https://www.scrapingbee.com/blog/introduction-to-chrome-headless/ Chrome Headless with Java] | * [https://www.scrapingbee.com/blog/introduction-to-chrome-headless/ Chrome Headless with Java] | ||
| valign="top" | | |||
|} | |} |
Revision as of 05:46, 9 October 2020
A web crawler, or spider, is a type of bot that's typically operated by search engines like Google and Bing. Their purpose is to index the content of websites all across the Internet so that those websites can appear in search engine results.