- Loading
Tags
About us Actions AppComplete AppCompleteCloud ASP.NET Azure BoringPredictable CO-Unique DDD Declarative Derive Documtr EcoActionLanguage Import Interviews MDA Modlr Mono MS-Technology OCL Packages Plugin Release notes Reports Reverse Seeker Silverlight SourceCode Strategies ThirdParty Tuples UML ViewModel VisualStudio WCF WECPOF WindowsPhone Workarounds WPF Xaml-
Recent Posts
Recent Comments
Archives
Categories
Category Archives: Actions
Action names
When declaring Actions in Modlr you have the option of giving a name (required) and a Presentation (defaults to <Name>). The reason for the two different properties are that the ActionName is important to modlr itself – it is used … Continue reading
Posted in Actions, AppComplete, WECPOF
Leave a comment
BoringPredictable periodic server side actions
When you have a model driven server like BoringPrecitable you can use it to execute re-occurring actions, or periodic actions. A Periodic action is defined by a selection expression that selects what objects to act on. For each object selected … Continue reading
Posted in Actions, AppComplete, BoringPredictable
Leave a comment
Report designer
From the get go people have asked us how to get the data of an ECO-based system on to paper. We always said “like you would if you did not use ECO”. Then last year I wrote about the Xaml … Continue reading
Posted in Actions, CO-Unique, Declarative, MDA, Modlr, Reports, ViewModel, WECPOF
11 Comments
A Video showing what AppComplete can do
The video shows a real case were prototyping is used to really find out the requirements for a project. Video for AppComplete When showing the users the consequences of what they have told the project so far – the quality … Continue reading
What an Action can do
Actions can only do a couple of things. ExecuteExpression The execute expression is an Eco-Action-Language expression that is rooted in some context. For GlobalActions this context is null, so what you can do is limited to expressions that stem from … Continue reading
Posted in Actions
Leave a comment
Defining Main menu actions
Main menu actions are called GlobalActions. We start by bringing up the Actions definition window: We add some GlobalActions and give them names based on what we want them to do in the end: If I run this as … Continue reading
Posted in Actions
Leave a comment
Eco Action Language (EAL) & OCL
I have started to harvest the know how from our latest customer project. One new piece of functionality that will end up in new versions are Actions. Actions in the Model are declarative definitions of what the user can do … Continue reading
Posted in Actions, EcoActionLanguage, OCL
Leave a comment