JSoup
-
Enterprise Java

Sending POST Data to Websites with Jsoup in Java
Posting data to websitesāsuch as submitting login forms, sending API requests, or interacting with web systemsāis a common requirement in…
Read More » -
Enterprise Java

Sanitizing HTML to Prevent XSS Attacks Using OWASP
Sanitizing user-generated HTML is essential for preventing XSS attacks in Java applications. Two widely used libraries for this are OWASP…
Read More » -
Core Java

Unescape HTML Characters in Java
HTML entities are special characters reserved in HTML that need to be represented by a specific code. For instance, the…
Read More » -
Enterprise Java

Parse HTML Table With Jsoup
Jsoup, an open-source library, serves the purpose of scraping HTML pages by offering an API for parsing, extracting, and manipulating…
Read More » -
Core Java

3 Examples of Parsing HTML File in Java using Jsoup
HTML is the core of the web, all the pages you see on the internet are based on HTML, whether…
Read More » -
Android Core

Parsing HTML in Android with Jsoup
In this post, I want to describe how to use JSoup in Android. JSoup is a Java library that helps…
Read More » -
Enterprise Java

Blog Categorisation using Encog, ROME, JSoup and Google Guava
Continuing with Programming Collection IntelligenceĀ (PCI) the next exercise was using the distance scores to pigeonhole a list of blogs…
Read More »



