Questions tagged [telosys]

Use this tag for all Telosys related questions (usage, concepts, code generation, templates, tooling, etc)

Telosys is an Open Source code generator.

It generates the plumbing and repetitive code for any kind of language or framework.

It provides two tools :

The code generator is using templates based on Apache Velocity template language.

The generation process can be described in 3 steps :

  1. Define a lightweight model (from an existing relational database or from scratch with text files)
  2. Get or create templates for the targeted language or framework (some templates are available on GitHub)
  3. Launch the generation

Tagging Recommendation:

Use the tag for all Telosys related questions.


References

34 questions
0
votes
1 answer

Can telosys generation invoke external program prior to writing to target location and based on the return value continue or cancel writing to target

I want to generate c# asp.net core razor pages with many projects: Application, Domain, Infrastructure, Core etc. I would like to know if Telosys is extensible to allow a custom console program to be called with arguments: , so this program can do…
Rad
  • 933
  • 1
  • 15
  • 32
0
votes
2 answers

Using Telosys DSL model to generate code for asp.net core razor pages (solution with multiple projects)

I know there is an example of code generation for asp.net mvc Q1: I want to know how to map standard variables (which seem to be java specific) to .net folders in a solution. # ------------------------------------------- # STANDARD VARIABLES #…
Rad
  • 933
  • 1
  • 15
  • 32
0
votes
1 answer

Can I use the Telosys wizard without installing Eclipse?

I am trying to learn telosys. The eclipse demo seems great. However, I tried to install the plugin for VSCode, and it did not add any option/menu item anywhere in the VSCode editor. The eclipse demo shows a great wizard based interface. Is there any…
0
votes
2 answers

Telosys code generation fails when the table has foreign key

I have a issue when generating code using Telosys. After configuring all the information, when I click on Create model I get the following issue: If I remove foreign key from table and click Create model then this works fine. It has become like…
Joe
  • 4,460
  • 19
  • 60
  • 106
1 2
3