Vaughn Vernon

Results 37 comments of Vaughn Vernon

@jpoh97 Thanks for your feedback. It's always the constructor's responsibility to initialize the object's state. The use of internal setter methods doesn't complicate that, just delegates some details. This technique...

It's for special cases of Value Objects that must be persisted through an ORM as entities in the database. One example is a collection of Values. On Aug 28, 2016...

It's one way to solve the particular problem, a way that is discussed in my IDDD book. There are other ways as well. On Aug 29, 2016 3:04 PM, "Beka...

Are you referencing Java 7? Otherwise don't worry. Just use the Java or C# source as a reference. On Feb 18, 2014 10:11 AM, "Jorgen Horstink" [email protected] wrote: > Hi,...

Believe it or not, my first goal is to just do a rudimentary port from Java to idiomatic C#. It is probably easier for me than for others since I...

If you would like to make this change and create a pull request, I will merge it. Let me know if you can do this, or if you want me...

I like your idea to have a `queryObject()` but I think that `queryParameters()` is better. That is better than `aggregate()`. So maybe like this: - `queryParameters("page;limit;order", Pagination.class)` or `queryParameters("page:limit:order", Pagination.class)`...

Hallo, @hamzajg has a workaround for this problem, but it's far from ideal. We disallow serialization of `Object[]` and `byte[]`. It would be great to support all Java types and...

Hi @gaurav- Note that the frontend must be built with the Android SDK. Hi @kmruiz Would you be able to help @gaurav- get the Android IoT example building again?