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 "JWT Metamodel Extensions/Official"

(jwt-we-conf-property)
Line 3: Line 3:
 
== LATER ServiceApplicationProfile ==
 
== LATER ServiceApplicationProfile ==
 
Aspects :
 
Aspects :
* WebServiceApplicationProfile
+
* RmiServiceApplicationProfile
 
* ScaServiceApplicationProfile
 
* ScaServiceApplicationProfile
  
  
= Bare aspects ==
+
= Bare aspects =
  
 
== jwt-we-conf-property ==
 
== jwt-we-conf-property ==

Revision as of 12:26, 2 November 2009

Profiles

LATER ServiceApplicationProfile

Aspects :

  • RmiServiceApplicationProfile
  • ScaServiceApplicationProfile


Bare aspects

jwt-we-conf-property

This extension is the simplest possible and allows to add key-value information on model elements. It does so thanks to a Property aspect with a single "value" attribute that can be of any primitive type that is described in its conf.

See its documentation in Setting up simple (key-value) additional model extensions.

Back to the top