Lombok Devoxx’09 Interview
In this JavaPosse interview, the developers of Lombok talk about @Data, how to debug Lombok annotated code and what future ambitions they have with the project.
Java Programming Tutorials and Videos
In this JavaPosse interview, the developers of Lombok talk about @Data, how to debug Lombok annotated code and what future ambitions they have with the project.
We will examine strange garbage collector behavior, talk about file descriptors in GlassFish, look at what memory leaks look like and how to tune memory pools in JVM’s. This presentation is most interesting to developers who got bullied into being the local Java system administrator too. You will learn what …
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 …
This screencast walks through the basics of integrating Flex 4 and Java. http://www.jamesward.com/videos/flex_java.html
Demonstrates how to use a for loop in Java. Download source code from http://java.martincarlisle.com
This talk is about how to use the stresses of writing unit tests to improve your code. If I’m having trouble writing tests, it’s often because the design of my target code can be improved. The trick is to listen to the tests and let them drive my development — …