Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Sirius"

(News)
(39 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
 +
[[File:Sirius.png|400px|right|Sirius logo]]
  
 
Welcome to the [http://www.eclipse.org/sirius Sirius project]'s community wiki.
 
Welcome to the [http://www.eclipse.org/sirius Sirius project]'s community wiki.
  
From [http://www.eclipse.org/sirius/ the project page]:
+
From [http://www.eclipse.org/sirius the project page]:
  
<blockquote>Sirius enables the specification of a modeling workbench in terms of graphical, table or tree editors with validation rules and actions using declarative descriptions. All shape characteristics and behaviors can be easily configured with a minimum technical knowledge. This description is dynamically interpreted to materialize the workbench within the Eclipse IDE. No code generation is involved, the specifier of the workbench can have instant feedback while adapting the description. Once completed, the modeling workbench can be deployed as a standard Eclipse plugin.
+
<blockquote>Sirius enables the specification of a modeling workbench in terms of '''graphical''', '''table''' or '''tree editors''' with validation rules and actions using declarative descriptions. All shape characteristics and behaviors can be easily '''configured with a minimum technical knowledge'''. This description is '''dynamically interpreted''' to materialize the workbench within the Eclipse IDE. '''No code generation''' is involved, the specifier of the workbench can have '''instant feedback''' while adapting the description. Once completed, the modeling workbench can be '''deployed as a standard Eclipse plugin'''. Thanks to this short feedback loop a workbench or its specialization can be created in a matter of hours.</blockquote>
Thanks to this short feedback loop a workbench or its specialization can be created in a matter of hours.</blockquote>
+
  
Sirius was demoed at EclipseCon France 2013. During the live demo we built from scratch a simple but functional modeler, from this specification
+
Sirius was demoed at EclipseCon France 2013. You can see the slides of the presentation we made there [https://github.com/alagarde/org.eclipse.sirius.econfrance2013 here].
  
[[Image:econfr13-demo-spec.png|center]]
+
You can install Sirius using any of the update-sites listed [[Sirius/Update_Sites|here]].
  
to this result (which include both a graphical modeler and a simple tabular view):
+
== News ==
  
[[Image:econfr13-demo-result.png|center]]
+
* 2014-08-22: [[Sirius/1.0.1|Sirius 1.0.1]] released.
 +
* 2014-06-25: [[Sirius/1.0.0|Sirius 1.0.0]] released.
 +
* 2014-05-24: [http://alain-bernard.developpez.com/tutoriels/eclipse/sirius-intro/ Sirius Tutorial] published on French-speaking developer site http://www.developpez.net/
 +
* 2014-05-07: [[Sirius/1.0.0M7|Sirius 1.0.0M7]] released.
 +
* 2014-03-12: [[Sirius/1.0.0M6|Sirius 1.0.0M6]] released.
 +
* 2014-01-27: [[Sirius/1.0.0M5|Sirius 1.0.0M5]] released.
 +
* 2013-12-16: [[Sirius/1.0.0M4|Sirius 1.0.0M4]] released.
 +
* 2013-12-11: [[Sirius/0.9.0|Sirius 0.9.0]] released.
  
You can see the slides of the presentation we made there [https://github.com/alagarde/org.eclipse.sirius.econfrance2013 here].
+
See also [[Sirius/History]] for older news.
 
+
== Current Status and Latest News ==
+
 
+
* 2013-07-04: Preliminary review completed (successfuly) by the IP team.
+
* 2013-06-28: Submission of the initial contribution.
+
* 2013-06-13: Project officially created.
+
* 2013-06-06: Sirius demoed at [http://www.eclipsecon.org/france2013 EclipseCon France 2013] in Toulouse ([https://github.com/alagarde/org.eclipse.sirius.econfrance2013 slides]).
+
* 2013-03-06: Submission of [http://www.eclipse.org/proposals/modeling.sirius/ the proposal].
+
  
 
== Wiki Sections ==
 
== Wiki Sections ==
  
 
* [[Sirius/Modularization]]
 
* [[Sirius/Modularization]]
 +
* [[Sirius/Automated Tests]]
 +
* [[Sirius/Improvements 2013]]
  
 
== Links ==
 
== Links ==
Line 36: Line 38:
 
* The [http://www.eclipse.org/forums/eclipse.sirius forum] (also available via NNTP as news://news.eclipse.org:119/eclipse.sirius).
 
* The [http://www.eclipse.org/forums/eclipse.sirius forum] (also available via NNTP as news://news.eclipse.org:119/eclipse.sirius).
 
* The [http://dev.eclipse.org/mailman/listinfo/sirius-dev sirius-dev@eclipse.org mailing list].
 
* The [http://dev.eclipse.org/mailman/listinfo/sirius-dev sirius-dev@eclipse.org mailing list].
 +
* The [http://git.eclipse.org/c/sirius/org.eclipse.sirius.git source code].
 +
* The [http://www.eclipse.org/sirius/doc/ documentation].
 +
* The [https://bugs.eclipse.org/bugs/buglist.cgi?list_id=6776579&classification=Modeling&query_format=advanced&product=Sirius Bugzilla].
 +
 +
[[Category:Sirius]]
 +
[[Category:Modeling]]

Revision as of 03:51, 22 August 2014


Sirius logo

Welcome to the Sirius project's community wiki.

From the project page:

Sirius enables the specification of a modeling workbench in terms of graphical, table or tree editors with validation rules and actions using declarative descriptions. All shape characteristics and behaviors can be easily configured with a minimum technical knowledge. This description is dynamically interpreted to materialize the workbench within the Eclipse IDE. No code generation is involved, the specifier of the workbench can have instant feedback while adapting the description. Once completed, the modeling workbench can be deployed as a standard Eclipse plugin. Thanks to this short feedback loop a workbench or its specialization can be created in a matter of hours.

Sirius was demoed at EclipseCon France 2013. You can see the slides of the presentation we made there here.

You can install Sirius using any of the update-sites listed here.

News

See also Sirius/History for older news.

Wiki Sections

Links

Back to the top