Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "M2T-JET-FAQ"

m
Line 7: Line 7:
 
= Best Practices =
 
= Best Practices =
 
* [[JET FAQ Should I write my JET code generator directly against UML2?]]
 
* [[JET FAQ Should I write my JET code generator directly against UML2?]]
* [[M2T-JET-FAQ/Are there equivalents to the MVC pattern for JET transformations?]]
+
* [[M2T-JET-FAQ/Are there equivalents to the MVC pattern for JET transformations?|Are there equivalents to the MVC pattern for JET transformations?]]
  
 
= Whitespace Handling =
 
= Whitespace Handling =
Line 18: Line 18:
  
 
= String Handling and Formatting =
 
= String Handling and Formatting =
* [[M2T-JET-FAQ/How do I put quotes in an XPath string?]]
+
* [[M2T-JET-FAQ/How do I put quotes in an XPath string?|How do I put quotes in an XPath string?]]
* [[M2T-JET-FAQ/What options are available for manipulating strings?]]
+
* [[M2T-JET-FAQ/What options are available for manipulating strings?|What options are available for manipulating strings?]]
  
 
= Running JET =
 
= Running JET =

Revision as of 11:33, 13 March 2009

Welcome

Welcome to the M2T-JET FAQ. This is a work in progress. If you have question you'd like answered by the FAQ, please start by posting the the M2T newsgroup eclipse.modeling.m2t

General

Best Practices

Whitespace Handling

Input Models

String Handling and Formatting

Running JET

JET Extension Points

User Specific Code

JET and Headless builds

Back to the top