Java #07 – Drawing a Picture
Shows how to draw a picture in Java using a custom DrawingPanel class. Download source code from http://java.martincarlisle.com
Shows how to draw a picture in Java using a custom DrawingPanel class. Download source code from http://java.martincarlisle.com
Starting with an empty workspace, this video begins with a demonstration of basic Test Driven Development in Java using Eclipse. From basic tests and basic production code, to refactoring, and some splashes of Behavior Driven Development, watch production code get created test first. Video producer
San Francisco Java User Group presents Chris Bedford who talks about: – How to write functional tests with Selenium (including explaining its IDE, architecture, RC, and alternatives like Canoo WebTest) – How to set up Selenium testing for web apps in continuous integration using Maven, Ant, Cargo, etc. – How …
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
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 — …