Andres Aguiar's Weblog
Just My Code
-
Layers, messages and domain models
In some previous posts I was trying to explain why I think is better to use a message-based approach for developing n-layer applications instead of using a domain model. In some posts I've focused on the DataSet, but its not really about the DataSet but about the way of exchanging data between layers (notice Im saying layers, not tiers). This time I'll try to explain myself better ;).
-
DataSets and Table Module
There seems to be some confusion between DataSets and the Table Module Fowler PoEAA's pattern.
-
MagicForm
[via Larkware News]
-
JavaOne Recap
JavaOne was interesting but I really did not feel excited about it.
-
O/R Mappers
-
Project Rave
It's a new IDE from Sun.
-
JavaOne - Avoid EJB
By the way, it was fun to hear Ted Neward recommending to avoid EJB while doing a presentation inside the Oracle booth ;).
-
Borland Party
I've just returned from the Borland Party at JavaOne. It was in a local club, and it was really fun. A lot of people dancing and a good 80s rock-and-roll band. I enjoyed a lot the Sweet Child O'Mine/New Sensation/Blister in the Sun combination.
-
JavaOne One
So, I'm in the JavaOne Gaming Center. I never played a Java game, but if you attend JavaOne it seems that there are Java Games everywhere.
-
The Entity Design Pattern
There is a good article in CodeProject about the Entity Design Pattern. The guy who wrote it is definitely in the same frequency as DeKlarit.