Posts categorized as: thespringexperience2007

the spring experience 2007 videos on the way

Published by Matt Stine

I got an awesome email today… We are happy to announce that the video/audio streaming from TSE 2007 will be available online the week of February 11th for you. You will have the opportunity to see/hear the TSE 2007 presentations you were not able to make at TSE 2007 due to all of the great sessions available per time period. We have captured the entire session length including any demos/live coding.

the state of the art in dependency injection rod johnson

Published by Matt Stine

This was a truly fascinating talk. If you ever wanted to learn the entire history and landscape of dependency injection (DI), this was your opportunity. I really didn’t realize how deep of a topic DI really is. According to Rod, DI had its beginnings in 2002, in the Interface 21 Framework that was born from his seminal work, Expert One-on-One J2EE Design and Development. In the beginning, DI was done solely through setter injection (SI), with external metadata (usually in XML).

ajax integration guide for 2008 jeremy grelle

Published by Matt Stine

This talk looked really exciting going in. Jeremy is a member of the Spring Web Products team and the lead of Spring Faces, as well as a member of the JSF 2.0 Expert Group. He describes himself as the resident Ajax freak at SpringSource. Jeremy began by discussing the current Ajax landscape, highlighting what he believes are the important features a successful framework must deliver, and then identifying the frameworks he considers to be the cream of the crop.

whats new in spring 25 juergen hoeller

Published by Matt Stine

This was my second talk of TSE 2007. I have to admit I chose it by process of elimination - none of the second session talks particularly jumped out and grabbed me like Chris Richardson’s talk. Juergen is the project lead for the Spring Framework, so he was the obvious choice to give this talk. Juergen split it up into three sections: Platforms Annotation Configuration AspectJ Support To break down part one as quickly as possible, Spring supports virtually EVERYTHING.

enterprise java and the changing of the guard

Published by Matt Stine

Greetings from The Spring Experience 2007 in Hollywood, FL. So far this has been a great conference - I’m currently waiting for my third session of the day to start. As much as I enjoy all of the hype and eye candy at JavaOne, I really get a lot more out of these smaller conferences as you’re not running around stressed out trying to weave through thousands of geeks as you move from session to session (or more accurately, from session to queue!

improving application design with a rich domain model chris richardson

Published by Matt Stine

This was my very first session of the conference. I’ve really been looking forward to it. I became pretty excited about object-oriented programming when I first really learned it in my computer simulation course at Ole Miss. In that course we built discrete event simulation programs using collaborating Java threads. Each thread implemented an object from the domain model representing a particular simulation problem. Once I got into the “working world,” I found that the architecture described by Rod Johnson as the “J2EE stove pipe” had made my OO skills essentially unusable in the projects on which I was required to work on a day-to-day basis.