4.1 Component Server
This topic provides the systematic instructions to perform the basic operations on the selected records.
It is one of highlight feature from OBX. A component server is hub of components which are available from the base/kernel application. As each component is developed individually and reusable, we can use this functionality to reuse even the components from base application. It saves time as we don’t have to code same thing again and again. We can reuse as many components as possible from base application into extensions.
Component server is started automatically when you generate the web component. It runs on http://localhost:8002. One can simply go to browser and copy components and put them in a metadata.js file which is created inside the component and by doing so it indicated OBX that we have to reuse the component and it generates the code automatically.
Parent topic: UI Extensions – Web Component