About model driven engineering
Posts tagged plugins
Warning: Creating default object from empty value in /var/www/sdb/e/d/mdwhatever/wp-includes/comment-template.php on line 666
Warning: Creating default object from empty value in /var/www/sdb/e/d/mdwhatever/wp-includes/comment-template.php on line 666
Warning: Creating default object from empty value in /var/www/sdb/e/d/mdwhatever/wp-includes/comment-template.php on line 666
Warning: Creating default object from empty value in /var/www/sdb/e/d/mdwhatever/wp-includes/comment-template.php on line 666
Warning: Creating default object from empty value in /var/www/sdb/e/d/mdwhatever/wp-includes/comment-template.php on line 666
How to develop your MagicDraw plugin
Mar 4th
MagicDraw is a great modeling tool¹ for lot of reasons. First of all :
- this is a mature tool,
- enterprise ready,
- and easy to use.
Then there’s a lot of great side functionalities like :
- reporting templates,
- dependency matrix,
- active validation
- and even more²!
But in a model driven environment, MagicDraw is great because of its open API which allows you to manipulate models and diagrams really easily.
So it’s time to introduce a simple plugin to get familiar with this open API! More >
Créer son plugin pour le serveur d’intégration continue TeamCity
Jan 18th
Voici un exemple bête et méchant de plugin vous permettant d’utiliser le pattern {date} dans votre numéro de build.
Rien de bien révolutionnaire, mais c’est un bon point de départ pour apprendre à créer un plugin pour TeamCity. More >