News

If you've written many full-blown applications in Java, especially ones in which input is accepted from a Web form or a Swing GUI, you've probably spent some time writing validation code -- that ...
Customized validation routines are the norm in Indian organizations for fixing vulnerabilities. OWASP’s ESAPI framework may prove to be a better option.
For new Java programmers, the JOptionPane class is a great visual and user-friendly introduction to user input and Swing-based programming. Here's how to get started.
So I'm just starting to learn Java, I'm fumbling my way through my first program that isn't some version of Hello World. The program is actually working, there are a few other sections, but in ...
Input validation is the single best defense against injection and XSS vulnerabilities. Done right, proper input validation techniques can make web-applications invulnerable to such attacks.
A Cisco firewall vulnerability stems from improper user input validation. Here is how to fix the problem, and other ways to stem firewall vulnerability issues in your environment.
Read the whole “Validation with Java and XML Schema” series: Part 1. Learn the value of data validation and why pure Java isn’t the complete solution for handling it Part 2.