Andres Aguiar's Weblog
Just My Code
-
Software Factories, the JetBrains way
JetBrains' Sergey Dimitriev writes about "Language Oriented Programming: The Next Programming Paradigm".
-
Handling Updates in Service Oriented Architectures
The title should be ‘updates in disconnected distributed applications’, but it will probably get more hits with ‘service oriented’ in the title ;).
-
RE: Doc to DB
Jimmy looks intrigued by a conversation Mats and I had and asks some questions. He already asked me to write something about it and I did not, but answering questions is much easier than writing a white paper on this, so this time I’ll do what he asks ;).
As a background, the idea is that if we could find an easy way to build applications that work well with SOA then we could apply that solution for building any kind of application, while keeping some of the SO advantages in not SO applications.
The idea is to work with services but instead of using a domain model in the middle, map the message to the database, while making sure that the business logic is executed in the right places. -
DTOs & Domain Models
Mats has an interesting post on this.
-
Local DTOs & Fowler
Fowler has some comments about the Jon Tirsen's post that I commented a while ago.
-
Doman Specific Languages in VS.NET and the User Interface Process AB
The VS.NET Enterprise Tools team previewed the DSL support in VS.NET in OOPSLA.
-
Software Factories (and Prolog)
I'm reading 'Sofware Factories', the book where the VS.NET Enterprise Tools guys explain how they think the software development process can be improved dramatically.
-
Churchill, Google, optimistic concurrency and the PAG team
Today I demoed DeKlarit to part of the PAG team in Redmond.
-
Lazy Loading is a domain problem
Jimmy Nilson says
-
CRUD, Only When You Can Afford It
There's a very interesting article in the MSDN Architecture Center that's very close to my heart ;).