Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Creator: Considerations for Runtimes

Tako Schotanus edited this page Jul 27, 2019 · 1 revision

If you are here it's assumed that you've read HOWTO Create a Generator and HOWTO Create a Runtime Generator. If not it's best you do so first otherwise what we have to tell you won't make a lot of sense.

So for our example Generators we chose to use Thorntail which is relatively easy to demonstrate because the framework automatically picks up any new REST endpoints you might want to add to your application. There's no need to change any of the code when adding new pieces to it. But it's not always possible to do so. Let's look at a code example where it is necessary to make changes to already existing code:

TODO