Search the web
Sign In
New User? Sign Up
domaindrivendesign · Domain-Driven Design
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

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

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