Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.
Pavel Vlasov edited this page Apr 29, 2015 · 4 revisions

Nasdanika SCA

NSF features a model/diagram editor for creating executable models of interconnected service components. The graphical notation was inspired by the Service Component Architecture notation, and runtime model execution was created to be similar to OSGi component/service wiring. Nasdanika SCA models can be stored in XMI format and/or in a CDO repository.

Installation

Open Help > Install New Software, enter http://www.nasdanika.org/server/repository into "Work with" text field, and then check "Nasdanika SCA Modeler".

install

Modeling

You'll need Eclipse modeling edition, or you should install Sirius into an existing Eclipse installation.

Create a modeling project, or convert other type of project to a modeling project - right click on the project, select Configure > Convert to Modeling project. Then open File > New wizard and select Nasdanika/Nasdanika SCA Model.

new_model_wizard

Switch to the Modeling Perspective, right-click on the project and then on "Viewpoints Selection" menu item. Check "Nasdanika SCA" and click OK.

viewpoint_selection

Then open the new model file, right-click on the root composite and select New Representation > new Composite diagram.

sca_new_representation

Enter a new diagram name and click OK. The new empty diagram will open in the editor.

sca_empty_diagram

The diagram will also appear in the model explorer view under the composite and under representations.aird file.

diagrams in the model explorer

Notation

sca_notation

Work in progress: scopes, persistence

Clone this wiki locally