I know absolutely nothing about Adaptive objects, I really need to look it up! :) But man, mortgage applications can contain some rather rich domain logic that...
Why use TopLink when Hibernate is very good, free and open source ? Patrick ... Spring now ;) ... facades, ... objects. ... method, and ... book ... client...
I'm working on a domain model document for a new portion of our application. This document will be used by developers and business analysts. It will be a...
Hi Steve, I have a document that is broader in scope than a domain model - it is a document describing the as-built design of a piece of software - but it has...
Randy, That would be awesome! Thanks. Steve smolitor@... ... From: domaindrivendesign@yahoogroups.com [mailto:domaindrivendesign@yahoogroups.com] On...
Because it's better, less costly, and supported by a dedicated organization with longer and deeper experience in object persistence. Don't just take my word...
Hi, I am currently working on such a document, and it is currently on an internal review. And, fo course, I cannot share it. However, I have some basic ideas I...
I've heard Rod speak a couple of times now, and while he mentions TopLink he usually mentions it together with Hibernate. I wouldn't say my impression is that...
Thanks for the $0.02, Anders. I can appreciate that in his position Rod needs to strike a delicate balance, and I didn't mean to put him on the spot. I...
As i encountered some problems with immutable object and I saw related messages that i am not alone in this case, I want to introduce a pattern to seal easily...
I have an entity called Process. I also have an object called ProcessManagementPolicy. The policy basically contains the rules for what can be done to a...
I have been writing an application where the UI layer has direct access to the Repositories, but after reading some posts on this forum, it seems like peole...
As i encountered some problems with instanciating immutable objects which has a significant amount of properties, I want to introduce a pattern I use to solve...
Very nice! Thanks. ... From: domaindrivendesign@yahoogroups.com [mailto:domaindrivendesign@yahoogroups.com] On Behalf Of jerome_angibaud Sent: Saturday,...
found a good link....for OODBMS systems www.service-architecture.com/object-oriented-databases/articles/myth_odbms_do_not_scale.html ....As of March, 2003, the...
It hit me that the domain of units and measurements could be very (re) usable in many projects. Does anyone know of any java implementations in this area? I...
We have one repository object which has no knowledge of any domain objects. Are there any negative consequences to moving our repository related classes out...
I think anagnost68 is referring to a generic repository; one that is fed with metadata to understand its responsibilities. Correct? Bert Hooyman | MphasiS ...
... Yes, We're using Hibernate to force proper retrieval and persistance of objects along with their relationships. Our strategy will be: if we need a...
in my development practices.. i'm always using factory for creating new object and using repository ...for reconstitute an object.. the factory have enough...
So, do you have a property on your entity like "HasBeenValidated" or something along those lines? Then the repository checks that property, if its false then...