Board index » delphi » CodeGear already started with ECO...

CodeGear already started with ECO...


2008-05-19 03:39:12 AM
delphi267
Higher level is already available with ECO, that is, Model Driven
Applications based on Object Relational Mapping and easier GUI development.
But ECO, which was born in Win32, was moved to .NET before most of Delphi
developers recognize it.
Right now, it is one of the best hidden products in CodeGear.
On the other hand, it is possible to make higher level things with Delphi +
ECO.
For example, most of the applications I develop could be designed around a
few visual paradigms (my own design patterns) and implemented with Delphi +
ECO.
I want to be even more precise:
1) ECO allows me to create the model (classes, relationships and
constraints) for my domain objects.
2) It is possible to create a visual component for editing the runtime
instances (there are several known applications based on this Configuration
/ Instance Map) which will need just the metadata already defined with ECO.
...
If you base your application on models and take advantage of those models
for creating a full fledge application with almost zero lines or code, you
will be providing a much higher level tool, while allowing the programmers
to use Delphi code for some specific processing.
By using MDA, your model is your application. Microsoft is using their tools
in .NET for creating a lot of code, because for them "code is the
application".
It is an opportunity for CodeGear...
David Izada Rodríguez
 
 

Re:CodeGear already started with ECO...

Quote
Right now, it is one
of the best hidden products in CodeGear.
<snip>
By using MDA, your model is your application. Microsoft is using
their tools in .NET for creating a lot of code, because for them
"code is the application". It is an opportunity for CodeGear...
David Izada Rodríguez
Totally agree!
JoeH
--
write a letter, save a life www.amnestyusa.org
write a check, save a family www.worldvision.org
 

Re:CodeGear already started with ECO...

Quote
>development. But ECO, which was born in Win32, was moved to .NET
>before most of Delphi developers recognize it. Right now, it is one
>of the best hidden products in CodeGear.

It's not "in" CodeGear, it is a product of Capable Objects.
Which, as far as i can tell, was not sold to Embarcadero, so still a
subsidiary of Borland.
It's independent, and has been since being spun off from CodeGear.
Quote
The new version is MS Visual studio only as far as i can see.
It's a parallel version to the RAD Studio one.