Last week I presented some basic Spring DI and AOP stuff at the Spring Dallas User Group. It was a ton of fun and I was pleasantly surprised to see more than 50 people show up. I'm hoping that this group does really well. It's great to see the Spring community expand in Dallas and I'm glad that Erik and Andy invited me to kick things off.
For those of you who were there (or just for the curious), I've just zipped up the code that I wrote during the presentation and have placed it here. I zipped up the code in the last state that it was in when the presentation ended, so any of the stuff that happened along the way is no longer available.
To make it work, you'll need the Spring 2.0 spring.jar file in your classpath along with commons-logging.jar. And because I'm using AspectJ pointcut expressions, you'll also need aspectjrt.jar and aspectjweaver.jar. All of these JARs are available in the Spring 2.0-M1 distribution (with dependencies).