Been running around fixing my tickets for The Serverside Symposium Las Vegas the last days. Stopping by San Francisco on the way, going to be an excellent trip. It’s a good thing they’re holding another one in Barcelona though. Shorter, cheaper travel with a lot less jetlag should make it a very good option.
Tag: Java
Fowler on fluent interfaces
I’m a big fan of Eric Evans book Domain Driven Design and so is Martin Fowler. As I was reading his FluentInterface article I also stumbled upon his explanations of Evans classifications within the domain model. It’s a good explanation of some of the basics for Evans DDD.
The fluent interface article is intriguing too. As Fowler points out it has it’s advantages and disadvantages. I’m not quite convinced it’s easier to read though, even though it’s closer to the domain language. It sort of resembles the query language for TopLink expressions. It’s not always the easiest thing to read, but maybe it is just a matter of mindset.
Glassfish persistence interview
A smal interview with some of the guys working on the RI of Glassfish persistence here. I’ll have to check it out some day. It’ll be interesting to see how complete the open source version of TopLink is.