A short presentation on how to get started writing Bitcoin applications with the Bitcoinj Java library. I've talked about this at the last DevHouseFriday in Cologne.
Find coding examples here:
Basic usage: https://github.com/bumi/bitcoinj/blob/master/examples/src/main/java/com/google/bitcoin/examples/Kit.java
How to send coins to an address: https://github.com/bumi/bitcoinj/blob/master/examples/src/main/java/com/google/bitcoin/examples/SendRequest.java
more:
https://github.com/bumi/bitcoinj/tree/master/examples/src/main/java/com/google/bitcoin/examples
link collection: http://michaelbumann.com/post/97913171772/how-to-develop-bitcoin-applications-an-overview