Please unsubscribe me - thanks

[EMAIL PROTECTED] wrote:
Send Andromda-user mailing list submissions to
[EMAIL PROTECTED]

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/andromda-user
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Andromda-user digest..."


Today's Topics:

1. Datatype mapping (Heiko Zimmermann)
2. RE: Datatype mapping (Matthias Bohlen)
3. AndroMDA 2.0.6 supports Poseidon 2.0 (Matthias Bohlen)

--__--__--

Message: 1
From: "Heiko Zimmermann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Sun, 12 Oct 2003 11:56:24 +0100
Subject: [Andromda-user] Datatype mapping

This is a multi-part message in MIME format.

------=_NextPart_000_0042_01C390B7.DC7F48D0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

... the text body was not shown in mailing list, so i send it again, =
sorry.

Hi to All,

i'am new to Andromda and working on a cartridge for sql generation. Code =
generation works so far, but i've a question about datatype mappings. =
I've added an new TypeMapping.xml for mapping from java to mysql - =
datatypes, it work's. But there are specific datatypes f.e. for strings =
with an length > 255 and more. So i thought i could add an tagged value =
for an attribute in my uml model f.e. tagged value "length" and later =
determine the concret datatype for this database mapping (i don't want =
to specify the datatype for sql columns inside the model). I also don't =
want to write the mapping inside of my vsl template because than the =
TypeMapping.xml will be obsolete and i also have to write different =
templates for different databases. Should i extend SimpleOOHelper to =
handle extended datatype mapping information?? And extend =
TypeMapping.xml with new parameters??

Could someone give me a hint? Is there an easier way?

Thanks in advance,

Heiko




------=_NextPart_000_0042_01C390B7.DC7F48D0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



charset=3Diso-8859-1">href="">



... the text body was not shown in =
mailing list, so=20
i send it again, sorry.

 

Hi to All,

 

i'am new to Andromda and working on a cartridge for sql generation. =
Code=20
generation works so far, but i've a question about datatype =
mappings. I've=20
added an new TypeMapping.xml for mapping from java to mysql - datatypes, =
it=20
work's. But there are specific datatypes f.e. for strings with an =
length=20
> 255 and more. So i thought i could add an tagged value =
for an=20
attribute in my uml model f.e. tagged value "length" and=20
later determine the concret datatype for this database mapping (i =
don't=20
want to specify the datatype for sql columns inside the =
model). I also=20
don't want to write the mapping inside of my vsl template =
because=20
than the TypeMapping.xml will be obsolete and i also have to write =
different=20
templates for different databases. Should i extend SimpleOOHelper to =
handle=20
extended datatype mapping information?? And extend =
TypeMapping.xml=20
with new parameters??


Could someone give me a hint? Is there an easier way?


Thanks in advance,


Heiko


 



------=_NextPart_000_0042_01C390B7.DC7F48D0--



--__--__--

Message: 2
From: "Matthias Bohlen" <[EMAIL PROTECTED]>
To: "'Heiko Zimmermann'" <[EMAIL PROTECTED]>
Cc: "'Users AndroMDA'" <[EMAIL PROTECTED]>
Subject: RE: [Andromda-user] Datatype mapping
Date: Sun, 12 Oct 2003 15:13:21 +0200

This is a multi-part message in MIME format.

------=_NextPart_000_00F1_01C390D3.655D2C10
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi Heiko,
=20
the tagged values that you are looking for exist already. See the three
methods called "findAttribute*" in SimpleOOHelper.java. They use tagged
values "andromda.persistence.*".
=20
Cheers...
Matthias

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Heiko
Zimmermann
Sent: Sunday, October 12, 2003 12:56 PM
To: [EMAIL PROTECTED]
Subject: [Andromda-user] Datatype mapping


... the text body was not shown in mailing list, so i send it again,
sorry.
=20
Hi to All,
=20

i'am new to Andromda and working on a cartridge for sql generation. Code
generation works so far, but i've a question about datatype mappings.
I've added an new TypeMapping.xml for mapping from java to mysql -
datatypes, it work's. But there are specific datatypes f.e. for strings
with an length > 255 and more. So i thought i could add an tagged value
for an attribute in my uml model f.e. tagged value "length" and later
determine the concret datatype for this database mapping (i don't want
to specify the datatype for sql columns inside the model). I also don't
want to write the mapping inside of my vsl template because than the
TypeMapping.xml will be obsolete and i also have to write different
templates for different databases. Should i extend SimpleOOHelper to
handle extended datatype mapping information?? And extend
TypeMapping.xml with new parameters??

Could someone give me a hint? Is there an easier way?

Thanks in advance,

Heiko

=20


------=_NextPart_000_00F1_01C390D3.655D2C10
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable



charset=3Dus-ascii">

href="">



Hi =
Heiko,

size=3D2> 

the tagged values =
that you are=20
looking for exist already. See the three methods called "findAttribute*" =
in=20
SimpleOOHelper.java. They use tagged values=20
"andromda.persistence.*".

size=3D2> 

size=3D2>Cheers...

size=3D2>Matthias

style=3D"PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px =
solid; MARGIN-RIGHT: 0px">

align=3Dleft> size=3D2>-----Original Message-----
From:=20
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of =
Heiko=20
Zimmermann
Sent: Sunday, October 12, 2003 12:56 =
PM
To:=20
[EMAIL PROTECTED]
Subject: [Andromda-user] =

Datatype mapping


... the text body was not shown in =
mailing list,=20
so i send it again, sorry.

 

Hi to All,

 

i'am new to Andromda and working on a cartridge for sql generation. =
Code=20
generation works so far, but i've a question about datatype =
mappings.=20
I've added an new TypeMapping.xml for mapping from java to mysql - =
datatypes,=20
it work's. But there are specific datatypes f.e. for strings with =
an=20
length > 255 and more. So i thought i could add an tagged =
value=20
for an attribute in my uml model f.e. tagged value "length" =
and=20
later determine the concret datatype for this database mapping (i =
don't=20
want to specify the datatype for sql columns inside the =
model). I=20
also don't want to write the mapping inside of my vsl =
template=20
because than the TypeMapping.xml will be obsolete and i also have to =
write=20
different templates for different databases. Should i extend =
SimpleOOHelper to=20
handle extended datatype mapping information?? And extend=20
TypeMapping.xml with new parameters??


Could someone give me a hint? Is there an easier way?


Thanks in advance,


Heiko


 



------=_NextPart_000_00F1_01C390D3.655D2C10--




--__--__--

Message: 3
From: "Matthias Bohlen" <[EMAIL PROTECTED]>
To: "'Users AndroMDA'" <[EMAIL PROTECTED]>
Date: Sun, 12 Oct 2003 18:41:09 +0200
Subject: [Andromda-user] AndroMDA 2.0.6 supports Poseidon 2.0

Hi folks,

today, we have released AndroMDA 2.0.6. This new release of AndroMDA
supports Poseidon 2.0's new XMI format. This is because it accepts files
based on a new UML metamodel: UML 1.4 with the proposed UML 2.0 diagram
interchange extensions. XMI-Files based on the pure UML 1.4 metamodel
are still read in as before, so all tools that worked with AndroMDA
before (including Poseidon 1.6) will still work as expected.=20

Enjoy!
Matthias

---

Matthias Bohlen
"Consulting that helps project teams to succeed..."
http://www.mbohlen.de/





--__--__--

_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user


End of Andromda-user Digest


Do you Yahoo!?
Exclusive Video Premiere - Britney Spears

Reply via email to