This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Secure Programming in Java
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Java programmers using any language must be aware of the many threats, attacks, and vulnerabilities associated with the language they are using and design security up-front to help mitigate these issues.
This session takes a detailed look at possible security issues associated with programming in Java and provides example code and best practices that programmers can immediately use to increase the robustness and security of their code. Through code examples and demonstrations, it discusses specific common functionality such as the use of input/output parameters, classes and object construction, password length, complexity ...