Author Topic: searching for a tutorial, or some samples(examples  (Read 5421 times)

tonywacu

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
searching for a tutorial, or some samples(examples
« on: May 12, 2010, 07:47:48 pm »
Hello,

i m a big beginner on EA. My entreprise wants me to use it, to analyse all things that EA  can enable me to do as we are at the beginning of a project. Does someone has a tutorial or some application samples for me?
Please i need this.

Thanks you in advance   :)

yours,


skiwi

  • EA Expert
  • ****
  • Posts: 2081
  • Karma: +46/-82
    • View Profile
Re: searching for a tutorial, or some samples(exam
« Reply #1 on: May 13, 2010, 07:25:27 am »
Orthogonality rules
Using EA16.1 (1627) on Windows 11 Enterprise/64 bit. Repositories in SQLServer2019 DB Schema 1558.
WebEA on Pro Cloud Server 4.2.64

tonywacu

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: searching for a tutorial, or some samples(exam
« Reply #2 on: May 19, 2010, 10:14:23 pm »
hello,

i ve seen it.... but i needed some samples of use, kind of a project that has been developped using EA.

by the way thanks you ;)

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: searching for a tutorial, or some samples(exam
« Reply #3 on: May 19, 2010, 10:28:08 pm »
Tony,

There is an example model delivered together with the install of EA.
Doesn't that satisfy your needs?

Geert

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
Re: searching for a tutorial, or some samples(exam
« Reply #4 on: May 19, 2010, 11:27:35 pm »
Tony
There are some case studies on the community website
http://community.sparxsystems.com/casestudies
Using V12

tonywacu

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: searching for a tutorial, or some samples(exam
« Reply #5 on: May 20, 2010, 08:57:01 pm »
thanks you for the cases, they helped me to understand  how to model some issues.....

But at this moment i m modelling "business entities"(entité metier in fr)
and i don't know how EA deals with doubloons(doublon). After modelling i wish generate  DDL scripts

for e.G

diagram1(entity1----association---->::entity2,...)
diagram2(entity2--association-->::entity1,...)

i don t know if it s clear, but i can develop if you want.

thanks in ad

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: searching for a tutorial, or some samples(exam
« Reply #6 on: May 20, 2010, 09:11:31 pm »
Tony,

Although I speak and understand french, its not clear to me what you mean by doublon.
The only thing I see from your example is a circular reference between entity1 and entity2.
In general circular references are a bad practice, but for DDL generation that shouldn't really be an issue.
The direction of the association is not relevant for the database layout, only the multiplicities between entities really matter to know where it should put a foreign key, or whether it should create a link table.

Geert

tonywacu

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: searching for a tutorial, or some samples(exam
« Reply #7 on: May 20, 2010, 10:10:10 pm »
lool.... i m very bad in english!!!!

yeah this is going to help me!!!!
i was wondering if during the generation of the DDL, i would have two "tables" of the same thing. e.g:tableentity1 and another tableentity1
but with different "references".

am not sure for being clear again. sorry


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: searching for a tutorial, or some samples(exam
« Reply #8 on: May 20, 2010, 10:15:08 pm »
Tony,

That doesn't depend on how many diagrams you have, but on the actual classes in your project browser.
If your entity1 is one class, but shown on two different diagrams then you should be fine.
If you have two classes with the name entity1 in your model, then you probably need to clean up the model first.

Geert

tonywacu

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: searching for a tutorial, or some samples(exam
« Reply #9 on: May 20, 2010, 10:18:28 pm »
Geert,

I am fine then

thank you,


Tonywacu,