Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
  • Adapters: are JAVA components responsible for platform communication with the application to be run. The applications can use standard adapters, which will be released in platform and will have the regular support process or they can be adapters developed under demand for varied applications.
    • CommandLine – allows the use of any application through the command line. This adapter has the standard parameter "WORKDIR", which has the same function of "Start in" in Windows shortcuts.
    • Web – allows the use of Web applications. This adapter has the standard parameter "TARGET", which allows you to define the window where the page will be opened.
  • Datasets: are components that allow standardizing access to information from locations external to the platform, such as applications and databases. High-performance datasets have a data storage cache obtained externally, which aims to reduce the number of accesses to external data services, that is, it creates a copy of the data structure within the platform for query, enhancing the performance of the datasets developed on the platform. Therefore, the data is queried on the platform itself, preventing access to data in the external provider system in every request.

...