Archives for UML
18 Dec by admin in Agility, All, Best Practice, Console, Domain Specific Language, OOP, Professional Programming, UML, framework
A Polymorphic new instance function for Business User / Agile Tester to create sampling datas fast.
In an MVC framework, the Model is the most important entity, View is just kind of Filter on the Model and the Controller just kind of a necessary Evil. So we should be able to build and test the model before even the building phase in the traditional Software Life ...more»
15 Dec by admin in All, Code Generation, Database, MySQL, OOP, Professional Programming, UML, XML, framework, php
Fastest Way to Generate Propel Schema for PHP Symfony Framework
In our article "Creating an OOP Class-Based Language with a Prototype-Based OOP Language", we said:
Why try to create a class-based OOP language from a prototyped-base OOP language ? The reasons to do so are numerous like simulating an other language or use it as a model for building Semantic Layers ...more»
How to create a Plug-In Architecture Application Framework - with a parallel comparison with C# (part I)
What is a Plug-In Architecture Application Framework? According to this C++ article on Code Guru about Plug-in Architecture Framework for Beginners:
Simply speaking, it is a framework that will allow a program to "look for" add-in functionality at startup, and then allow that plug-in to cooperate with itself.
Famous examples are Eclipse, ...more»
Tags: Architecture, C#, design patterns, ecosystem, framework, OOP, plugin, UML
Easy yUML Dialect part IIb (Class Diagram)
This is part IIb of our tutorial on yUML Class Diagram DSL in plain english like these (see part IIa):
Customer is a User
Customer has 1-2 Address
Customer is defined by First Name, Last Name, Email
Customer has Order(s)
Order has LineItem(s) (at least 1)
Order uses 1 PaymentMethod
PaymentMethod can be Credit, Cash, Check
Product is ...more»
[HOT!] Try the Easy yUML Domain Specific Language Online without downloading Rebol!
This is an amazing news from Gerard Cote who privately sent me a tweet about this: you can now try Rebol online here without even downloading it (of course you may feel an urge to do so after all this ;) )! Watch this little video demo below where ...more»
Easy yUML Dialect: UML Diagram Scripting Tool for Mere Mortals - Part IIa (Class Diagram)
My experience at work is that most people have difficulty to read UML Diagrams if they don't have an english sentence which translates them in layman's term. And it's even more difficult for them to draw the relations between entities especially when they have to show the type of relations ...more»
Hey a Cup of UML Please!
AskUML.com will be an online "UML Café" where people will be able to draw UML Diagrams in plain English. It will be based on yUML and the easy yUML Dialect presented here.
The UML Café is not opened yet so the Submit Button will not work, please be patient!
...more»
19 Aug by admin in All, Automation, Code Generation, Domain Specific Language, Internet, Professional Programming, UML
Easy yUML Dialect: UML Diagram Scripting Tool for Mere Mortals - Part I (Use Case Diagram)
yUML is an UML scripting tool from yUml.me (crafted by Tobin Harris) that is easy to use. Still it may be too cryptic for non-IT Business Analysts who would prefer to be able to write complete english sentences instead of mathematical-like symbology. Rebol can make it even easier with a ...more»
22 Jul by admin in Automation, Beginner, Code Generation, Domain Specific Language, OOP, Professional Programming, UML
Automate YUml Diagrams with Rebol
YUML.me (currently in Beta version) is an amazing UML Service which allows you to create Unified Modeling Language diagrams very easily using a DSL of their own. Here's how you can take advantage of this online tool with Rebol:
The example script below will request an yUML Use Case Diagram (see ...more»


![[HOT!] Try the Easy yUML Domain Specific Language Online without downloading Rebol!](http://reboltutorial.com/files/2009/09/yuml-dsl.gif )


No Comment