Main concepts definition
No edit summary
No edit summary
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
=== ECO – Enterprise Core Objects ===
__NOTOC__
ECO is really a rule engine that given a UML model and a Persistence Mapper will help any .net runtime to handle the objects of that model in memory. ECO will via the Persistence Mapper help to de-hydrate or hydrate objects from a persistent storage, ie a database.
=== MDriven  ===
MDriven is a rule engine that, given a UML model and a [[Persistence mappers|Persistence Mapper]], will help any .net runtime handle the objects of that model in memory. MDriven will help de-hydrate or hydrate objects from persistent storage, i.e. a database, via the Persistence Mapper.


ECO is also the name of a Visual Studio Plugin that brings ECO, Modlr, Derived Code, Derived DB scripts and Database Evolution to Visual Studio.
MDriven is also the name of a Visual Studio Plugin that brings MDriven, Modlr, Derived Code, Derived DB scripts, and Database Evolution to Visual Studio.  


ECO is UI agnostic – it does however contain parts that help with asynchronous access to persistence storage (good for WPF and a must for Silverlight), it contain parts for serializing a complete object graph into a cache (very useful for ASP.NET and MVC), also it contain parts that makes it easy to bring objects from the model to a format that makes it easy to databind to WindowsForms, WPF, Silverlight, ASP.NET and ASP MVC.
MDriven is UI agnostic. It does, however, contain parts that help with asynchronous access to persistence storage (good for WPF); parts for serializing a complete object graph into a cache (very useful for ASP.NET and MVC); parts that simplify bringing objects from the model to a format that make it easy to data-bind to WindowsForms, WPF, Silverlight, ASP.NET and ASP MVC - and also helps MDrivenTurnkey stream objects and changes to a thin client (for example, built-in Javascript).


=== ORM – object relational mapping ===
=== ORM – Object Relational Mapping ===
ORM is the process of turning rows in a relational database into objects – ECO does this with flying colors – and it does not even stop to blink…
ORM is the process of turning rows in a relational database into objects. MDriven does this with flying colors – without blinking.


=== Modlr ===
=== Modlr ===
Modlr is the graphical editor that helps with model creation. Modlr happens to be built with ECO – we had another modeling tool at first – created a meta model that we built the Modlr logic on using WPF as the UI engine – but nowadays Modlr is maintained with Modlr.
Modlr is the graphical editor that helps with model creation. Modlr happens to be built with MDriven. We had another modeling tool at first – we created a meta-model that we built the Modlr logic on, using WPF as the UI engine – but nowadays, Modlr is maintained with Modlr.


=== WECPOF ===
=== WECPOF ===
[[MDriven Designer Overview part 3|WECPOF]] is a prototyping technology that takes a model created with Modlr and with a few extensions regarding ViewModels with UI-hints and Action definitions that Modlr offers, allow for the model to execute just like an application would – strictly declarative. Great for prototyping and great for standard UI that you want to get consistent through out your application.
[[MDriven Designer Overview part 3|WECPOF]] is a prototyping technology that takes a model created with Modlr and with a few extensions regarding ViewModels with UI hints and Action definitions that Modlr offers, allowing the model to execute just like an application would – strictly declarative. It is great for prototyping and for the standard UI you want to consistently have throughout your application.


=== AppComplete ===
=== MDriven Designer ===
AppComplete is much like ECO without Visual Studio and Without coding. You can load ECO files into AppComplete and you can load AppComplete files into ECO. You might want to use AppComplete when meeting the client – give AppComplete to the client – or you might manage all your work with AppComplete – no license for Visual Studio is needed to run AppComplete. Whenever you need to have complete code that represents your model, and whenever you want to focus on serious system development in a multi user environment with high scalability and low maintenance footprint – Use ECO for Visual Studio with your AppComplete files or use ECO from scratch.
MDriven Designer is similar to MDriven without Visual Studio and coding. You can load MDriven files into MDrivenDesigner or load MDrivenDesigner files into MDriven for VS. You might want to use the Designer when meeting the client – give MDriven Designer to the client – or choose to manage all your work with MDriven Designer. No license is needed for Visual Studio to run the Designer. Whenever you need complete code that represents your model and you want to focus on serious system development in a multi-user environment with high scalability and low maintenance footprint, use MDriven for Visual Studio with your Designer files.


=== ViewModels ===
=== ViewModels ===
A [[Part 2 OCL Editor, system prototyper and ViewModel|ViewModel]] in Modlr is a series of transformation expressions that turn a part of the model into a potentially transformed view of the model.
A [[Training:ViewModel|ViewModel]] in Modlr is a series of transformation expressions that turn a part of the model into a potentially transformed view of the model.


ViewModels in Modlr also allow for catching UI-hints for each such transformation. These hints can along with the resulting type of the transformation be used to declaratively derive a user interface. ECO comes with UI-components for WindowsForms, ASP.NET, Silverlight and WPF that transforms such a ViewModel with UI-hints into a user interface.
ViewModels in Modlr also allow for catching UI hints for each such transformation. These hints can, along with the resulting type of transformation, be used to derive a user interface declaratively. MDriven comes with UI components for WindowsForms, ASP.NET, Silverlight, WPF, Unity 3D, and Angular JS (via MDriven Turnkey) that transform such a ViewModel with UI hints into a user interface.


=== EA-Information ===
=== EA-Information ===
EA-Information is a series of information elements that we catch in Modlr that describes the different aspects of a business. It allows you to catch processes, actors, applications, information and infrastructure in a cross referenced way to help you understand and communicate how the business works. Use this early in your design process and never stop – you will get great results in your projects as you have the overview and understanding of everything.
EA-Information is a series of information elements that we catch in Modlr that describe the different aspects of a business. It allows you to catch processes, actors, applications, information, and infrastructure in a cross-referenced way to help you understand and communicate how the business works. Use this early in your design process and never stop – you will get great results in your projects as you have an overview and understanding of everything.
 
[[Category:Architecture]]
Below are some selling points we usually bring forward when describing what ECO and AppComplete can do for you:
[[Category:Discovery]]
* Model driven development – Faster with better quality and easier to maintain – what is not to like?
* Model beautiful diagrams
* Bend and transform your model with ViewModels
* Derive database from your model
* For the database of your choice – SQLServer, Oracle, MySql and more
* Evolve the database as you change your model, Keep your data
* Derive UI’s from your ViewModels
* Use the ViewModels to prototype or deploy declarative user interfaces
* User interface agnostic; ASP.NET, WindowsForms, WPF – Silverlight
* Document your model and publish
* Reverse engineer existing database and use Model with all the other tools
* Define User interface validation rules in ViewModels
* Add behavioral rules with State machines
* Control read/write and visibility state in ViewModels declaratively with OCL
* Take advantages for fully subscribed derived attributes and associations
* Take advantages of UML inheritance
* Catch the processes in your domain and map them to information use
* Derive and Update .net code for a complete Domain Model
* Merge and mix your code with derived code
* Use with C#, Delphi.net or VB.NET
* Write your own persistence mappers to support your own storage
* Use XMLPersistanceMapper to save to file
* Tier your solution with client and server persistence mapper
* Hook up the built in Sync server and propagate changes between clients
* Use the built in Undo/Redo mechanism to make users happy
* Prototype faster than ever with WECPOF and AppComplete technologies
* Use Object Constraint Languange- OCL (Part of UML standard) to navigate your model
* Use Linq to rumble thru the domain layer
* Use Linq to rumble thru the database
* Appreciate the optimized fetch on demand that conserve SQL traffic
* Use the declarative pre-fetch mechanisms to get better speed where needed
* Define declarative actions to get prototyping or deploy of complete declarative applications
* Be amazed by the code reduction you get when the framework fully understand Associations
* Use Association classes the way they were meant to be used
* Add your own extensions to diagrams and show them as symbols
* Add enumeration types to get self-explanatory precision in your data
* Use “the dirt simple to use” object versioning mechanism to keep domain history
* Your server and client implementation use standard WCF
* Your UI use standard Xaml, or ASP.NET or WinForms
* Use OCL queries or Linq to access data from database
* Develop design time plugins and extend what you use your model for
* Use the TaggedValue extensions to catch additional information
CapableObjects is an independent privately held company that formed CapableObjects 2007 worked the same technology under the names BoldSoft, Borland and CodeGear. We have been working the model centric angle for 15 years – and we are just in the beginning.
 
Your understanding of information systems will change if you look at it from our angle. We do not know everything but we know models .
* You can start using it for definition today – you will use it for production when you are ready
* You can use it for prototyping or production deploy
* You can use it to document enterprise architecture to find the important associations between processes and information
* Use it as a proof of concept and prove your concepts before investing in them
* Relax after work – knowing that you can manage all conceivable changes that might be needed tomorrow

Revision as of 06:38, 3 May 2024

MDriven

MDriven is a rule engine that, given a UML model and a Persistence Mapper, will help any .net runtime handle the objects of that model in memory. MDriven will help de-hydrate or hydrate objects from persistent storage, i.e. a database, via the Persistence Mapper.

MDriven is also the name of a Visual Studio Plugin that brings MDriven, Modlr, Derived Code, Derived DB scripts, and Database Evolution to Visual Studio.

MDriven is UI agnostic. It does, however, contain parts that help with asynchronous access to persistence storage (good for WPF); parts for serializing a complete object graph into a cache (very useful for ASP.NET and MVC); parts that simplify bringing objects from the model to a format that make it easy to data-bind to WindowsForms, WPF, Silverlight, ASP.NET and ASP MVC - and also helps MDrivenTurnkey stream objects and changes to a thin client (for example, built-in Javascript).

ORM – Object Relational Mapping

ORM is the process of turning rows in a relational database into objects. MDriven does this with flying colors – without blinking.

Modlr

Modlr is the graphical editor that helps with model creation. Modlr happens to be built with MDriven. We had another modeling tool at first – we created a meta-model that we built the Modlr logic on, using WPF as the UI engine – but nowadays, Modlr is maintained with Modlr.

WECPOF

WECPOF is a prototyping technology that takes a model created with Modlr and with a few extensions regarding ViewModels with UI hints and Action definitions that Modlr offers, allowing the model to execute just like an application would – strictly declarative. It is great for prototyping and for the standard UI you want to consistently have throughout your application.

MDriven Designer

MDriven Designer is similar to MDriven without Visual Studio and coding. You can load MDriven files into MDrivenDesigner or load MDrivenDesigner files into MDriven for VS. You might want to use the Designer when meeting the client – give MDriven Designer to the client – or choose to manage all your work with MDriven Designer. No license is needed for Visual Studio to run the Designer. Whenever you need complete code that represents your model and you want to focus on serious system development in a multi-user environment with high scalability and low maintenance footprint, use MDriven for Visual Studio with your Designer files.

ViewModels

A ViewModel in Modlr is a series of transformation expressions that turn a part of the model into a potentially transformed view of the model.

ViewModels in Modlr also allow for catching UI hints for each such transformation. These hints can, along with the resulting type of transformation, be used to derive a user interface declaratively. MDriven comes with UI components for WindowsForms, ASP.NET, Silverlight, WPF, Unity 3D, and Angular JS (via MDriven Turnkey) that transform such a ViewModel with UI hints into a user interface.

EA-Information

EA-Information is a series of information elements that we catch in Modlr that describe the different aspects of a business. It allows you to catch processes, actors, applications, information, and infrastructure in a cross-referenced way to help you understand and communicate how the business works. Use this early in your design process and never stop – you will get great results in your projects as you have an overview and understanding of everything.

This page was edited 7 days ago on 06/07/2024. What links here