SpringOne08: RESTFUL Web Services Late publication, didn't have the time back then ;) A general presentation of REST: - Everything is a resource (which has a value to the user). These are expressed by URIs and nouns - Uniform interface (GET, HEAD, POST, PUT, DELETE, ...
SpringOne08: MDA and Spring Late publication... didn't have the time back then ;) Capgemini NL featured talk. Begins with some basic concepts of MD*. Then describes what an MDA tool is supposed to do and who's going to use it. This is one point of view. Pitfalls: ...
SpringOne08: Spring Integration Great talk, great features, though you can find everything he presented on the site and blog entries. I'll probably blog on this subject as soon as I give it a try.
SpringOne08 day one I was really impressed today, too bad it was not by one of the presentations on Spring.(Don't get me wrong I really like Spring and I use it daily in my job but no wow feeling on the first day). I'm not a UI guy and normally I'm immune ...
SpringOne08: Spring Batch This illustrates (and answers) a question I've always asked myself: Why shouldn't we code batch jobs in java...? In fact It's a lot more portable, testable and encapsulate-able than most of the usually used languages/platform nowadays. ...
SpringOne08: Security Not Ben Alex, but let's not judge the speaker so fast ;) Interesting demo showing a completely unsecured Spring-based (of course) application completely secured on the fly using Acegi...uh sorry Spring Security (I actually got used to ...
SpringOne08: Persistence Optimizations DBA-Developer relationship, try to improve it... ok... too bad DBAs are not there to here that ;) Operational considerations: - Data volumes, row sizes - Growth estimates, update frequencies - Availability requirements ...
SpringOne08: Keynote 9h30, Keynote should start any minute. First, the main local organizer of Spring One talks about his baby: Parleys. He shows off a very nice Flex-based UI. Flex is definitely nice, and what they've done with id also! ...
SpringOne08.exit(); The last 2 days I attended SpringOne08. It was even better than last year, although it was only 2 instead of 3 days. I met a couple of nice fellow developers and learned quite a bit about the Spring Framework. ...
SpringOne08: Spring Web Services Read the interesting (IMNSHO) bits below. Spring Web Services is Contract-First. Tools for contract infering from an xml instance: Trang, XMLSpy, Microsoft XML to Schema (and an additional: Oxygen XML does that if I remember well). ...