| View previous topic :: View next topic |
| Author |
Message |
mrbar2000 Guest
|
Posted: Fri Jan 28, 2005 12:07 pm Post subject: ValueType FW versus MOF |
|
|
Hi all,
I have been studying on MDA and I met MOF, a standardization of OMG for
metamodels. One of these metamodels is the UML metamodel. Looking at this
metamodel noticed that he has a lot of thing in common with ValueType
Framework, but in a way a little more abstract. Our idea is the creation of
a tool MDA Free. As metamodels repository nor a reflection schema that it
can obtain the complete model in runtime for Delphi still doesn't exist I
thought about beginning for UML-Metamodel and then, to create reflexive
interfaces to have access to this Metamodel.
The idea is that I can represent any model UML (only the part of classes
for the time being) and to create objects starting from metadada stored in
the repository. One of these metamodelos is the metamodelo UML. Looking at
this metamodelo noticed that he has a lot of thing in common with ValueType
Framework, but in a way a little more abstract.
This will later be able to be used by OPF or MVP.
Unhappily my knowledge are not very big and I can be confusing some things.
Will it be that anybody can be explained that can be really done?
Am I in the right road?
|
|
| Back to top |
|
 |
Joanna Carter (TeamB) Guest
|
Posted: Fri Jan 28, 2005 9:18 pm Post subject: Re: ValueType FW versus MOF |
|
|
"mrbar2000" <mrbar2000 (AT) nospam (DOT) com.br> a écrit dans le message de news:
Xns95EC67094F37mrbar2000 (AT) 207 (DOT) 105.83.66...
| Quote: | Will it be that anybody can be explained that can be really done?
Am I in the right road?
|
The Value Type Framework is indeed a metadata type of framework; AFAIK both
Bold and ECO use similar concepts. I have designed my own VTF and use it to
power both OPF and MVP frameworks; the only thing I haven't done yet is to
provide a RAD design environment, but I am not sure if the domain would work
as cleanly in a RAD environment.
Joanna
--
Joanna Carter (TeamB)
Consultant Software Engineer
TeamBUG support for UK-BUG
TeamMM support for ModelMaker
|
|
| Back to top |
|
 |
Jim Cooper Guest
|
Posted: Sat Jan 29, 2005 12:02 am Post subject: Re: ValueType FW versus MOF |
|
|
| Quote: | the only thing I haven't done yet is to
provide a RAD design environment
|
I have yet to be convinced that a RAD environment is actually useful for
that :-)
Cheers,
Jim Cooper
_______________________________________________
Jim Cooper [email]jim (AT) falafelsoft (DOT) com[/email]
Falafel Software http://www.falafelsoft.com
_______________________________________________
|
|
| Back to top |
|
 |
Joanna Carter (TeamB) Guest
|
Posted: Sat Jan 29, 2005 12:20 am Post subject: Re: ValueType FW versus MOF |
|
|
"Jim Cooper" <jim (AT) falafelsoft (DOT) com> a écrit dans le message de news:
[email]41fad28f (AT) newsgroups (DOT) borland.com[/email]...
| Quote: | I have yet to be convinced that a RAD environment is actually useful for
that
|
I would agree, but I still wonder if Bold/ECO is doing it right and I should
join in :-)
Joanna
--
Joanna Carter (TeamB)
Consultant Software Engineer
TeamBUG support for UK-BUG
TeamMM support for ModelMaker
|
|
| Back to top |
|
 |
Bryan Crotaz Guest
|
Posted: Sun Jan 30, 2005 11:19 am Post subject: Re: ValueType FW versus MOF |
|
|
"Joanna Carter (TeamB)" <joanna (AT) nospam (DOT) co.uk> wrote
| Quote: | "Jim Cooper" <jim (AT) falafelsoft (DOT) com> a écrit dans le message de news:
[email]41fad28f (AT) newsgroups (DOT) borland.com[/email]...
I have yet to be convinced that a RAD environment is actually useful for
that :-)
I would agree, but I still wonder if Bold/ECO is doing it right and I
should
join in
|
Join in, join in!
ECO II is a fantastic architecture for OPF work - and it's much more
pluggable than any previous version, so it should be possible to extend it
in all sorts of directions. I can't wait to be able to afford licenses...
Bryan
|
|
| Back to top |
|
 |
Joanna Carter (TeamB) Guest
|
Posted: Sun Jan 30, 2005 12:21 pm Post subject: Re: ValueType FW versus MOF |
|
|
"Bryan Crotaz" <bryan (AT) no (DOT) spam.for.me.please.inspirationmatters.com> a écrit
dans le message de news: 41fcc2bc$1 (AT) newsgroups (DOT) borland.com...
Sorry Bryan, but any system that requires multiple classes in one unit is
not ideal.
I want much more control over where the code is placed )
Joanna
--
Joanna Carter (TeamB)
Consultant Software Engineer
TeamBUG support for UK-BUG
TeamMM support for ModelMaker
|
|
| Back to top |
|
 |
Peter Morris [Droopy eyes Guest
|
Posted: Sun Jan 30, 2005 1:32 pm Post subject: Re: ValueType FW versus MOF |
|
|
| Quote: | Sorry Bryan, but any system that requires multiple classes in one unit is
not ideal.
|
That's just Object Pascal for you though. It's either lots of classes in a
single file, or lots of interfaces in a single file, either way the words
"in a single file" echo.
| Quote: | I want much more control over where the code is placed )
|
Use C# then, it's a much nicer .net implementation.
--
Pete
====
ECO Modeler, Audio compression components, DIB graphics controls,
FastStrings
http://www.droopyeyes.com
Read or write articles on just about anything
http://www.HowToDoThings.com
My blog
http://blogs.slcdug.org/petermorris/
|
|
| Back to top |
|
 |
|