Andres Aguiar's Weblog
Just My Code
-
Domain data
There is an article in the TheServerSide about designing your applications with a layer of 'Plain Old Java Objects' representing the domain data, and an EJB layer to handle the persistence.
-
TheServerSide RSS Feed
-
Microsoft Manual of Style for Technical Publications
There is an electronic version of this book available. I'm not sure if the previous versions were also available online.
-
.NET DataSet's undocumented schemas
The magical urn:schemas-microsoft-com:xml-msdata [Just the facts]
-
Database comparison
Interesting database comparison. [All Things Java]
-
.NET Petshop 2.0
There's a 2.0 version of the .NET PetShop application. They added support for distributed transactions and a Web Service façade for getting order information.
-
Tim's comments
Tim Ewald commented my post about the way people should build web services.
-
EJB Bashing II
Larry O'Brien added some interesting comments regarding EJBs
-
EJB Bashing
-
Type Safety
Type Safety in a Loosely Coupled World. In which I'm inspired by Tim Ewald and come to realize that runtime type checking is a very good thing. [sellsbrothers.com: Windows Developer News]