(This question uses PHP as context but isn\'t restricted to PHP only. e.g. Any language with bu开发者_如何学Goilt in hash is also relevant)
I have开发者_如何学C some small problem in understanding Value Objects in Flex... I\'m trying to get some data from PHP/MySQL and send it to Flex but I\'m stuck in some (obviously) basic problems...
is it acceptable/good-practice to use the method chaining p开发者_StackOverflowattern on value objects (like, returning a new object instead of this)? are there cases out there where this solution is
I\'m not well versed in domain driven design and I\'ve recently started created a domain model for a project. I still haven\'t decided on an ORM (though I will likely go with NHibernate) and I am curr
Entities and value objects are both domain objects. What\'s开发者_如何学Go the use of knowing the distinction between the two in DDD? Eg does thinking about domain objects as being either an entity or
I\'m new to Java and I have to create a value object, (maybe it\'s called mapped object in Java) but my code doesn\'t seem to work, here is the value object:
I\'m trying to design a pretty simple app and am getting myself a bit confused with Hibernate\'s definition of entity and value objects (as defined in Chapter 4 of Java Persistence with Hibernate).