vote up 2 vote down star

I've just finished reading Domain Driven Design and I'm enchanted with some of the ideas covered in it. Do you know any companies that implement ubiquitous language in their projects?

flag

5 Answers

vote up 1 vote down check

The Domain Driven Design Yahoo Group may be a better place to find an answer to your question.

link|flag
vote up 1 vote down

The Norwegian Oil and gas company Statoil uses it.

link|flag
vote up 2 vote down

This is an indirect answer. You could find such projects by looking at software development companies who apply domain-driven design practices and seeing who their clients are.

Three such companies are:

  1. Domain Language - at which Eric Evans works, he wrote the Domain Driven Design book

  2. Factor10 - at which Jimmy Nilsson works, he wrote "Applying Domain-Driven Design and Patterns"

  3. OmegaPoint - employee Dan Bergh Johnsson has given a number of talks on DDD

link|flag
vote up 0 vote down

The company I work for uses Domain-Driven Design to its fullest and after a few very successful projects, we're sticking with the design philosophy.

The company is Hint Innovation, we are a relatively new company so the website is not done yet, but it should be by January, you might want to check back then.

I don't know of any other company that uses the Domain-Driven Design approach for all of their projects.

link|flag
It's august already. – Arnis L. Aug 9 at 19:29
Lol, though the wait page changed... I keep telling my bosses, but we're working hard on client projects, so creating and maintaining the website is not their main concern. – Crossbrowser Aug 10 at 21:08
vote up 0 vote down

We've been using DDD at Earnware Corporation for the last 2 years. Since we've been around for 10+ years, we employ the "anti-corruption layer" pattern quite a bit to talk to legacy systems.

DDD means a lot of things, but it also is something you can start doing right away with the next function you write (http://www.agileatwork.com/domain-driven-design-in-the-small/). It's about closing the gap between business concepts and your code so that your code can bend in the right spots. The patterns like unit of work and specification help accomplish that end result.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.