Archive for February, 2006

Feb 27 2006

Restricting access to methods to avoid DTOs

Published by Anders under Java

There’s been a discussion at the Domain Driven Design group about how to restrict access to certain data in the domain without using DTOs. Sergio Bossa has a blogentry on it here on how to restrict access with proxies. It’s a good solution if you need to restrict access locally, but if your need is [...]

No responses yet

Feb 27 2006

Neat graphing JS library

Published by Anders under Java

Pretty neat use of JavaScript for graphing (not charts) can be found here.

No responses yet

Feb 27 2006

Short Maven site tutorial

Published by Anders under Java

Short and nice tutorial here.

No responses yet

Feb 24 2006

Minimise getters

Published by Anders under Java

Martin Fowler has an article on how minimising getters helps you think OO. Good points, and I try to minimise getters to when i need them. But the invent of generate getters/setters in the mainstream IDEs has led a lot of people to just generate it all. I’ve seen fair bit of code that could [...]

No responses yet

Feb 20 2006

SOA Service design principles

Published by Anders under Java

An article at DeveloperWorks here. Some obvious, and some good points about service design.

No responses yet

Feb 17 2006

Excellent 2PC details

Published by Anders under Java

Mike Spille has a extensive aricle about 2-phase-commit here.
Via Colin Sampaleanu.

No responses yet

Feb 16 2006

Yahoo UI design patterns and library

Published by Anders under Java

Yahoo has a page here describing some of their standard patterns for UI design on the web, some of them AJAX based. They also seem to have a opensource Javascript library available for download.

No responses yet

Feb 16 2006

Junit 4.0 released

Published by Anders under Java

So JUnit 4.0 is released. It takes use of all the new Java 5 features to simplify testing, but isn’t compatible with Java 1.4. So hold your horses because most of us won’t be able to use it for a while.

No responses yet

Feb 16 2006

Paging in ORM apps

Published by Anders under Java

Oracle has a article here on how to do paging/cursoring with a ORM layer.

No responses yet

Feb 14 2006

Some good advice on Spring beandefinitions

Published by Anders under Java

Can be found here.

No responses yet

Older Entries »