Lean service architectures with Java EE 6 - JavaWorld - 0 views
-
Entity-Control-Boundary (ECB) architectural pattern matches perfectly with our pattern language
-
domain structure is an Entity, the Control is a service, and the Boundary is realized with a facade
-
In simpler cases the facade and service can collapse, and a service would be realized only as a facade's method in that case