Are there any Visio templates or open source data modeling tools to support the logical data modeling notation that's presented on agiledata.org?...
661
Scott W. Ambler
scottwambler
Jan 28, 2005 12:05 pm
Not that I know of. To create the diagrams at www.agiledata.org I used the block diagram stencil and the connectors stencil and did everything by hand. This...
662
amy_vrahas_hall
Jan 31, 2005 4:52 am
What is the best way to represent the following situation in a logical data model: Let's say a company has multiple division and each of those divisions offers...
663
Tom Hall
quick_to_forget
Jan 31, 2005 4:52 am
You can create a "Database Model Diagram" in Visio and then use the menu item Database, Options, Document you can specify: the symbol set (IDEF1X or...
664
m17shah
Jan 31, 2005 4:54 am
Hi Scott, We have developed a product call DBAConnect. It allows Oracle DBAs and Developers to manage/develop Oracle database through a web browser. I would ...
665
Kent J. McDonald
KentMcDonald
Jan 31, 2005 6:06 pm
One thing to keep in mind is that the Database Diagram functionality is only in Visio Professional and above versions. If you have the latest edition of Visio...
666
Logan, Patrick D
patrickdlogan
Feb 1, 2005 10:16 am
... I find representing many-many relationships as star schemas simple. Star schemas implement a 2nd normal form. You can normalize the "dimensions" (in this...
667
richard.hansen@...
richard_hans...
Feb 1, 2005 1:47 pm
The link http://ralphkimball.org does not work....
668
Bayley, Alistair
abayley2
Feb 1, 2005 2:27 pm
Google is your friend... Although I'm not sure specifically which articles Patrick was referring to:: http://www.rkimball.com/html/designtips.html ... ...
669
mauri_davide
Feb 2, 2005 8:37 am
Hello to Everyone, I'm Davide Mauri, let me introduce myself. After reading Agile Database Techiniques, Refactoring, GOF & PEAA, Database Design for Mere...
670
amy_vrahas_hall
Feb 2, 2005 8:38 am
Thanks for the suggestions. -Amy ... simple. Star ... the "dimensions" ... start and ... count ... facts. To ... include the ... if ... the ... This ... ...
671
Scott W. Ambler
scottwambler
Feb 2, 2005 9:35 pm
... They also need to invoke functionality too. ... Yes, you want to reduce coupling. You probably also want to maximize cohesion. ... I like the friction...
672
Yuvaraj A R
yuvaraj_a_r
Feb 3, 2005 6:37 am
The "contact surface" metaphor is interesting. So, what would be the equivalent of a "lubricant" to reduce "friction"? Just kidding :)!! On the other hand the...
673
hi hai
biggbytez
Feb 3, 2005 9:19 am
Hi David, The concept of the Friction is really good :-). Cheers, Sudheer. mauri_davide <mauri_davide@...> wrote: Hello to Everyone, I'm Davide Mauri, let...
674
Ismet E. Kahraman
ismetekahraman@...
Feb 3, 2005 3:01 pm
EmployeeData eData = DAO.getEmployee("ismet"); Employee ismet = new Employee(eData); PayRoll payroll = ismet.pay(); payroll.print( new Printer() ); PayRollData...
675
Bob Corrick
robert322354
Feb 3, 2005 3:02 pm
Other rubrics for design are discussed at: http://www.martinfowler.com/bliki/LayeringPrinciples.html...
676
Ahmed Hassan
ahmed_amh
Feb 3, 2005 9:34 pm
Hello, I have a few suggestions, not sure if they fit your vision. 1- you can map the domain objects directly. If you want to exclude some part of the domain...
677
Ismet E. Kahraman
ismetekahraman@...
Feb 4, 2005 8:01 am
My point is that hibernate as an OR tool is somewhat intrusive to domain model objects by means of set-get methods that must be provided in order to operate...
678
Ahmed Hassan
ahmed_amh
Feb 4, 2005 9:43 pm
I am all with you about decoupling the DO from the persistence logic. And I agree that having getters/setters just for hibernate is a big noise in the DO ( in...
679
christianacca
Feb 7, 2005 4:01 am
Hi all, I'm trying to decide between a hand rolled solution to db change control using something like Red-Gate SQLCompare (etc) to generate synchronisation...
680
Scott W. Ambler
scottwambler
Feb 7, 2005 11:26 am
Pramod and I just posted the description for Rename View at http://www.databaserefactoring.com/catalog/renameView.html . Any feedback would be appreciated. -...
681
mauri_davide
Feb 8, 2005 10:42 pm
Hi Yuvaraj ... the ... software systems! :-D ... have ... be ... The first idea is probably to be more specific about friction. I think it can be divided into...
682
mauri_davide
Feb 8, 2005 10:42 pm
... Yes surely. But at the end functionalities operates on data. Is that data, that, in my imaginations, builds up the contact surface. ... That's for sure:...
683
meishagator
Feb 9, 2005 9:49 pm
Mark Your Calendar now for STARWEST 2005 -- The World's Largest Software Testing Conference ************************************************************** ...
684
psadalage
Feb 22, 2005 4:27 am
Scott and I just posted the description for Replace Column at http://www.databaserefactoring.com/catalog/replaceColumn.html Any feedback would be greatly...
685
Scott W. Ambler
scottwambler
Feb 22, 2005 11:53 pm
Following is a request for volunteers at SD West in March. It's a great conference with a fair number of agile talks. - Scott ================================ ...
686
Chad Woolley
thewoolleyman
Feb 25, 2005 6:10 pm
Hi, In our enterprise, we have several different databases and applications. Some of the databases are shared by multiple applications. My question is - what...
687
Jay Arbo
jay_arbo
Feb 25, 2005 9:18 pm
Hi Chad, We've dealt with this issue as well. The approach we've chosen is to store the db objects, scripts, tests, etc. in their own repository. We treat the ...
688
Bill Wake
wwake2
Feb 26, 2005 1:04 pm
Agile 2005 is the conference merging the Agile Development Conference and XP Agile Universe. March 1 is only a couple days away! -- Bill Wake...
689
Rex Madden
rexmadden
Feb 27, 2005 12:59 am
I've never dealt with this problem, but maybe the databases that are shared could be considered common "modules"? Then the projects that need those will have...