Categories
Development

Restricting access to methods to avoid DTOs

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 to transfer objects remotely you are right back at using DTOs.

Oh yeah, and discovered Dozer for doing object-to-object mappings.

Categories
Development

Neat graphing JS library

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

Categories
Development

Short Maven site tutorial

Short and nice tutorial here.