Language Agnostic Templates (Reopened) #1412
Replies: 5 comments 3 replies
-
I am happy to support this issue as I experienced that template development with freemarker templates is very tedious and error-prone.
|
Beta Was this translation helpful? Give feedback.
-
The Model of CobiGen is still just a Map? Years ago I wanted to change this to a container class that wraps this class and can provide helper logic to resolve variables based on the model, etc. |
Beta Was this translation helpful? Give feedback.
-
My minimal change for language-agnostic variable syntax at least made it into CobiGen for variables in paths: My own template engine could rely on the same and things would work consistently together what is nice so far. |
Beta Was this translation helpful? Give feedback.
-
@MikeSchumacherCapgemini would you have time for a 2h break-out session in teams where we could do the scaffolding of a ultra-minimal PoC to setup such plugin providing its own template engine & template resolver? To be minimal all templates could result in hard-coded |
Beta Was this translation helpful? Give feedback.
-
Template-Engine itself seems rather straight-forward: But how would I implement my own template-resolver and merger for java in the same plugin? |
Beta Was this translation helpful? Give feedback.
-
As a template developer, I want to be able to develop in the language the template results in, so that I can use features like code completion to easily figure out if the result actually works.
For much of the discussion so far, read the previously created issue #158
This is a workshop topic, any ideas are welcome and can be discussed in the comments
Beta Was this translation helpful? Give feedback.
All reactions