Intro

The RTE (RunTime Extension) works within the clients webbrowser. Just integrate the RTE into a web page with 2 simple script tags and you are ready to use Cubbles components.

The RTE / CRC (Client Runtime Container)

  • identifies the Cubbles Components used on the webpage,
  • resolves the resources needed to instantiate the Cubbles Components,
  • lets your browser download the related resources (html, js, css etc.).

Now the RTE / CIF (Component Interaction Framework)

  • waits for the ressources to be available,
  • creates the component instances (aka "cubbles") and
  • initialises each cubble with values provided by the developer.