Did you know? DZone has great portals for Python, Cloud, NoSQL, and HTML5!

object-oriented

  • submit to reddit

HyperGraphDB 1.0

Kobrix Software is pleased to announce the first official release of the HyperGraphDB database system. HyperGraphDB 1.0 is a general purpose, extensible, portable, distributed, embeddable, open-source data storage mechanism. Designed specifically for...

0 replies - 1543 views - 01/06/10 by Borislav Iordanov in Announcements

Domain Driven Design: Domain Services or Method on an Entity?

There has been much discussion on the DDD list regarding where to put the business logic control, whether in a service or entity. Being more specific, in order to ship an order, the following things should happen:Validate that the order can be shippedUpdate...

5 replies - 7391 views - 07/07/08 by Rafael Naufal in Articles