Re: [DISCUSSION] Using a DSL as a pure object model (was: Mothballing SQL ObjectStore, auto-inferring JDO annotations from Isis conventions)

2013-09-12 Thread Dan Haywood
I know that no-one has replied on this (though last time we discussed it [2] there was some enthusiasm for the idea, so hopefully that still exists...), but at any rate, just wanted to talk some more about ways this could be implemented. I'm focussing here mostly on the developer experience. ~~~

Re: [DISCUSSION] Using a DSL as a pure object model (was: Mothballing SQL ObjectStore, auto-inferring JDO annotations from Isis conventions)

2013-09-12 Thread GESCONSULTOR - Óscar Bou
Horses for courses. (British Australian) something that you say which means that it is important to choose suitable people for particular activities because everyone has different skills Ah well, horses for courses. Just because a plumber can mend your washing machine, it doesn't follow that

Custom Value Types (VALUE OBJECTS) and the annotation @Value

2013-09-12 Thread Ezequiel Celiz
Hi community I'm trying to implement the annotation @Value in my application to use the Value Objects as defined in the concept of DDD . I had no success : How I can set my class as a genuine Custom Value Type? so that it can be used in the entities that require it. I want to create the classic