Enhance your Sirius Diagrams with Custom Images

When creating a model with the Sirius Diagram Editor, the style of the diagram elements can be modified according to the user's requirements: the elements can be resized, the color can be changed and images can be used to represent the elements.   The user experience has been improved with Sirius 7.0.0 to use images in diagrams. This new feature is available through the “Set style to Workspace Ima...

Using Java Services in Sirius Modelers

When creating your own graphical modeler using Eclipse Sirius Desktop , you need to tell Sirius: how to interpret your domain models so they can be displayed, and how your domain elements must be modified when the end-user invokes edition tools (e.g. direct edit, element creation or deletion, etc.). This is done using a combination of interpreted expressions (in general using AQL ) and model opera...

Meet Sirius in the browser

This post is for you if you want to build web-based graphical modeling tools. Eclipse Sirius is an open-source project to create domain-specific modeling workbenches. At this point, if you are not aware of “modeling and domain-specific blablabla”, you might wonder “ What does it mean and why should I care? ”. Give semantics to your drawing… That is simple, you have data (and I am pretty sure you h...

Happy New 2022.01.0!

I know… I am late for a happy new year but I am not for a Happy New 2022.01.0 ! I’m in a dancing mood while I’m writing this… (and poor you) an idea comes to my mind: “ Why not associate a song to each new feature? ” It could be funny and it’ll result in a (terrible) soundtrack to play with this new version. Follow me for a musical ride through the new Sirius Web and OCP features! Calendar version...

Integrating Sirius Web in a Cloud IDE

Last year, we have presented the first version of Sirius Web , the cloud-based evolution of Eclipse Sirius, during EclipseCon Europe 2020 . With Sirius Web, you can easily build your modeling workbench and deploy it in the cloud. With this new edition of EclipseCon Europe, it’s time for us to share with you what we’ve been working on for the past few months. Among the best new features available w...

Alice’s adventures in Sirius Web Land

Since my early childhood I have loved stories, listening to books read by my mum, then reading by myself comics or classical literature for school and now, as I dedicate not so much time to reading, mostly blog posts and news on the internet. One of my favorite novels remains “Alice’s Adventures in Wonderland”. A young girl named Alice falls through a rabbit hole into a fantastic world of weird cr...

How to define your own ELK layout and use it in Sirius Desktop?

For a while now, Sirius has integrated ELK (Eclipse Layout Kernel)  to make it easier to define your own custom diagram layouts.  ELK provides  several layout styles  that can be used directly . But it can also be useful to develop your own layout algorithm to address your specific needs. As a reminder, ELK provides two things: a collection of layout algorithms, and an infrastructure that bridges ...