Java #06 – Exceptions and Input Validation
Explains Java exceptions, the try-catch block, and using a loop and try-catch to validate input. Download source code from http://java.martincarlisle.com.
Explains Java exceptions, the try-catch block, and using a loop and try-catch to validate input. Download source code from http://java.martincarlisle.com.
As web developers, we live in an arranged marriage with JavaScript. What is a Rubyist to do? Use JavaScript as a compile target? Abstract it away on the server? With JRuby, we can embrace the shared language of the web in a compelling way, building reusable libraries that work across …
The Maven team has gone to the ends of the earth to ensure backward compatibility, improve usability, increase performance, allow safe embedding, and pave the way for implement many highly demanded features. This talk will briefly cover the process and tooling changes that have occurred in the Maven project in …
San Francisco Java User Group presents Kohsuke Kawaguchi from Sun who introduces us to Hudson, an open-source continuous integration (CI) system, which improves the productivity of a development team by automating various things. Additional resources: Hudson Blog Continuous Integration: The Cornerstone of a Great Shop Continuous Integration Tools Directory
This screencast walks through the basics of integrating Flex 4 and Java. http://www.jamesward.com/videos/flex_java.html
PrimeFaces is an open source library for JSF featuring 50+ rich set of UI components and a lightweight ajax framework making complex RIA applications a no-brainer to implement. Additional TouchFaces subproject provides a mobile UI kit for developing IPhone applications with JSF and Java. This talk also covers everything about …