Rebol Tutorial

Rebol Programming - Learn Rebol with Real-World Examples

Archives for UML

A Polymorphic new instance function for Business User / Agile Tester to create sampling datas fast.

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»

Fastest Way to Generate Propel Schema for PHP Symfony Framework

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»
1 Nov by admin in All, Architecture, Concept, Hot, OOP, Parsing, UML

How to create a Plug-In Architecture Application Framework - with a parallel comparison with C# (part I)

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»
27 Sep by admin in All, UML, dsl

Easy yUML Dialect part IIb (Class Diagram)

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»
23 Sep by admin in All, Announcement, Hot, UML, dsl

[HOT!] Try the Easy yUML Domain Specific Language Online without downloading Rebol!

[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)

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!

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»

Easy yUML Dialect: UML Diagram Scripting Tool for Mere Mortals - Part I (Use Case Diagram)

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»

Automate YUml Diagrams with Rebol

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»