Customising a generated file
Generated files
can be customised to extend or modify the behaviour
of your generated application. It is recommended that you
use your favourite text editor/IDE to edit generated files,
but RapidJ does provide a basic file editor.
The following steps describe how to customise a generated file using the
File Editor:
- Go to the
Generate Code tab in the main application window.
- In the Generated Files tree, double click on the
generated file that you want to customise.
- Customise the generated file by modifying it in the File Editor.
- Press the Save and Close button to save the changes.
The following steps describe how to customise a generated file using
your favourite text editor/IDE:
- Open the generated file in your favourite text editor/IDE.
- Customise the generated file by modifying it and then save it.
(Note: be careful not to remove the embedded checksum).
- Switch back to RapidJ and it automatically detects any
changes that have been made.
Related concepts
Generated file
Related reference
Template Editor
Generate Code tab