Skip to search.
domaindrivendesign · Domain-Driven Design

Group Information

  • Members: 2907
  • Category: Software
  • Founded: Sep 27, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 2714 - 2744 of 23085   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2714 Randy Stafford
randalparker... Offline Send Email
Oct 3, 2005
6:14 am
You could also switch to TopLink instead - it's supported in Spring now ;) Randy...
2715 James Carr
jay_c_the_man Offline Send Email
Oct 4, 2005
2:16 pm
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...
2716 Ramon Leon
gnaritas2002 Online Now Send Email
Oct 4, 2005
4:17 pm
... Oh really... ... Yes, those are called Adaptive Objects, they can change field, rules, and even UI at runtime....
2717 vanhuysep Offline Send Email Oct 5, 2005
1:36 pm
Why use TopLink when Hibernate is very good, free and open source ? Patrick ... Spring now ;) ... facades, ... objects. ... method, and ... book ... client...
2718 Molitor, Stephen L
steve_molito... Offline Send Email
Oct 5, 2005
6:41 pm
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...
2719 Randy Stafford
randalparker... Offline Send Email
Oct 5, 2005
7:06 pm
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...
2720 Molitor, Stephen L
steve_molito... Offline Send Email
Oct 5, 2005
7:08 pm
Randy, That would be awesome! Thanks. Steve smolitor@... ... From: domaindrivendesign@yahoogroups.com [mailto:domaindrivendesign@yahoogroups.com] On...
2721 Randy Stafford
randalparker... Offline Send Email
Oct 5, 2005
7:15 pm
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...
2722 Tomas Karlsson
marcellus874 Offline Send Email
Oct 6, 2005
6:19 am
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...
2723 Anders Sveen
anderssveen Offline Send Email
Oct 6, 2005
7:46 am
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...
2724 Randy Stafford
randalparker... Offline Send Email
Oct 6, 2005
7:01 pm
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...
2726 jerome_angibaud Offline Send Email Oct 6, 2005
10:35 pm
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...
2727 juice_johnson17 Offline Send Email Oct 7, 2005
6:03 am
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...
2728 juice_johnson17 Offline Send Email Oct 7, 2005
6:04 am
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...
2729 Ramon Leon
gnaritas2002 Online Now Send Email
Oct 7, 2005
6:33 pm
What posts make you think repositories are hidden behind service layers? ... Software+distribution&w2=Salon+software&w3=Medical+software&w4> ...
2730 Ramon Leon
gnaritas2002 Online Now Send Email
Oct 7, 2005
6:34 pm
I have my repositories tell the objects to validate themselves before allowing them to be added. ... ...
2731 jerome_angibaud Offline Send Email Oct 8, 2005
12:50 pm
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...
2732 Jeff Lowe
jefflowe7 Offline Send Email
Oct 10, 2005
2:58 pm
Very nice! Thanks. ... From: domaindrivendesign@yahoogroups.com [mailto:domaindrivendesign@yahoogroups.com] On Behalf Of jerome_angibaud Sent: Saturday,...
2733 Ilja Preuss
ipreussde Offline Send Email
Oct 10, 2005
3:34 pm
... Looks somewhat similar to the Essence pattern: http://jerry.cs.uiuc.edu/~plop/plop98/final_submissions/P10.pdf Cheers, Ilja...
2734 erdsah88 Offline Send Email Oct 10, 2005
6:03 pm
AOM help u define complex data structures, is u want to compete with other application it is a good choice....
2735 erdsah88 Offline Send Email Oct 10, 2005
6:04 pm
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...
2736 erdsah88 Offline Send Email Oct 11, 2005
10:03 pm
for adaptive systems look at www.adaptiveobjectmodel.com PS: we are using it in a real estate domain....
2737 eivib Offline Send Email Oct 11, 2005
10:03 pm
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...
2738 anagnost68 Offline Send Email Oct 12, 2005
4:44 pm
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...
2739 Ramon Leon
gnaritas2002 Online Now Send Email
Oct 12, 2005
4:50 pm
... Then what is it a repository for?...
2740 anagnost68 Offline Send Email Oct 12, 2005
5:18 pm
... It still acts to retrieve and persist objects as if they're in memory as a Repository would... Can you elaborate?...
2741 Bert Hooyman
berthooyman Offline Send Email
Oct 12, 2005
5:51 pm
I think anagnost68 is referring to a generic repository; one that is fed with metadata to understand its responsibilities. Correct? Bert Hooyman | MphasiS ...
2742 anagnost68 Offline Send Email Oct 12, 2005
6:17 pm
... 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...
2743 ryzamm Offline Send Email Oct 12, 2005
7:04 pm
in my development practices.. i'm always using factory for creating new object and using repository ...for reconstitute an object.. the factory have enough...
2744 jnapier171 Offline Send Email Oct 13, 2005
12:24 am
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...
Messages 2714 - 2744 of 23085   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help