Skip to main content
Version: Current

How to

Welcome to our How to... documentation. Here, we are going to give you practical information on building Genesis applications, from the simplest introduction through use cases to working code examples.

We hope you find this useful.

Everyday basics

These are the things that every application has to have.

Join tables and expose them

Join tables to create views - useful ways of looking at data. Then create queries so that these can be displayed at the front end.

Read more

Create a simple front end

See how to create pages and insert different types ofdisplay and interaction.

Read more

Use one field in many tables

You don't want to declare the same field multiple times. You can declare it once and use it any table you like. See our example of an enum.

Read more

Integration

Extend your Genesis application so that it can operate seamlessly alongside other apps and systems.

Interoperate with other front ends

Use the FDC3 standard for front-end interoperability; enable your users to click between your Genesis app and other front-end applications.

Read more

Embed Genesis in another application

See how to embed a Genesis application or Genesis web component inside another app.

Read more

Testing

Find out how to prepare your system for automated testing.

Read more