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 "SCA/New And Noteworthy"

< SCA
(SCA Tools 2.0.0 M6 (19 March 2009))
(SCA Tools 2.0.0 M6 (19 March 2009))
Line 92: Line 92:
 
* The meta-model was updated (Frascati 0.4, Tuscany 1.4).
 
* The meta-model was updated (Frascati 0.4, Tuscany 1.4).
 
* The label on a service and a reference was removed.
 
* The label on a service and a reference was removed.
[[Image:SCAServiceName.jpg]]
+
[[Image:SCAServiceName.png]]
 
* The SCA builder now adds error markers in diagrams. It also validates all the Java parts (interafaces and implementations): check they are in the class path, that wires and promotes link compatible Java interfaces, that Java component implementations implement all the Java interfaces of the component services.
 
* The SCA builder now adds error markers in diagrams. It also validates all the Java parts (interafaces and implementations): check they are in the class path, that wires and promotes link compatible Java interfaces, that Java component implementations implement all the Java interfaces of the component services.
 
**http://wiki.eclipse.org/STP/SCA_Component/SCA_Builder
 
**http://wiki.eclipse.org/STP/SCA_Component/SCA_Builder
Line 99: Line 99:
 
**Drag and drop java files from project and package explorers.
 
**Drag and drop java files from project and package explorers.
 
**Diagram actions to add / set Java elements (interfaces or implementations) from the class path using a Java selection dialog.
 
**Diagram actions to add / set Java elements (interfaces or implementations) from the class path using a Java selection dialog.
[[Image:JavaDialog.png]]
+
[[Image:SCAJavaDialog.png]]
 
* Capability definition for SCA Tools added.
 
* Capability definition for SCA Tools added.
 
[[Image:SCACapability.png]]
 
[[Image:SCACapability.png]]

Revision as of 08:09, 18 March 2009

SCA Tools 1.0.0 (Ganymede Release)

  • Compatible with Eclipse Europa (Eclipse 3.3) and Eclipse Ganymede (Eclipse 3.4)


SCA Meta Model

  • OSOA elements
ImplementationJavaSCA
InterfaceJava
BindingWebServiceSCA
  • Tuscany elements
ImplementationScriptNotificationXQueryResourceOSGiSpringBPEL
InterfaceWSDL PortTypeBPELPartnerLink
BindingRMIAtomDWRHTTPJSON-RPCNotificationRSSEJB Session Bean


SCA Composite Designer

  • Arrange all
  • Auto size (right clic on a component or the composite)

SCAAutoSize.png

  • Promote action (right clic on the service/reference of a component)

SCAPromote.png

  • Drag'n'drop (Java interface and Java implementation)
  • Hide/show implementations/interfaces/bindings

SCAHideShow.png

  • Validate


SCA Samples


SCA Documentation

F1 > Select All Topics (in the bottom left corner)

SCAHelp.png

SCA Tools 2.0.0 M3 (14 November 08)

SCA Meta Model

Several meta models:

  • The core SCA meta model corresponding to the OSOA specifications (can be extended)
  • A meta model for Tuscany that extends the OSOA meta model
  • A meta model for Frascati that extends the OSOA meta model
  • You can add your own meta model

SCA2M3-MMExtension.jpg

SCA XML Editor

Customization of the WTP XML editor for composite files

  • Inherited features: syntax highlighting, formatting, auto-completion for element and attribute names, ...
  • Outline view that reuses the SCA icons

SCA2M3-XMLEditor.jpg

Also: Auto-completion for attribute values

  • Promotes attributes, wires sources and targets...

SCA2M3XMLEditorAutoCompletion.jpg

  • Takes into account composite inclusions
  • Edition of componentType files
  • Preference page to define additional bindings, implementations and interfaces

SCA2M3-XMLEditorPreferences.jpg

SCA Composite Designer

  • New colors (gradient), new icons

SCA2M3-Designer.jpg SCA2M3-DesignerIcons.jpg

  • Can be extended (Tuscany and Frascati artifacts supported)

SCA Tools 2.0.0 M4 (22 December 08)

SCA Tools 2.0.0 M6 (19 March 2009)

  • The meta-model was updated (Frascati 0.4, Tuscany 1.4).
  • The label on a service and a reference was removed.

SCAServiceName.png

  • The SCA builder now adds error markers in diagrams. It also validates all the Java parts (interafaces and implementations): check they are in the class path, that wires and promotes link compatible Java interfaces, that Java component implementations implement all the Java interfaces of the component services.

SCAErrorMarker.png

  • There have been small but convenient add-ons in the SCA Composite Designer:
    • Drag and drop java files from project and package explorers.
    • Diagram actions to add / set Java elements (interfaces or implementations) from the class path using a Java selection dialog.

SCAJavaDialog.png

  • Capability definition for SCA Tools added.

SCACapability.png

Back to the top