HTML Development samples

The OneIM_HTML5_Development_Guide states:

    The HTML applications are structured as nodeJS applications that use the Angular
    framework. Generally, any HTML applications that can be compiled as nodeJS applications
    are supported.

Does that mean all HTML applications have to be programmed as Angular applications? Is this also the case if you want to extend an IT Shop form (e. with some checkbox questions) ?

    Much of the logic for HTML applications is realized by plugins that can be used
    independently of a specific HTML application. You can also use this logic for your own
    applications.


Are there samples for such plugins?

Is there a more complete guide than the OneIM_HTML5_Development_Guide ?

Are there samples for HTML programming in 1IM?

Thank your,

Juergen

Parents
  • Hi,

    The OOB HTML applications are written in Angular, and will support a modular architecture that you can extend using plugins. This feature is under development for version 8.2 so we don't have the exact details ready to be published at this time. What I can say though is that this plugin architecture is based on Angular, and will not work with other frameworks.

    However, you can write your own HTML app with the framework of your choice. What is important is that you have a JavaScript package  (which can come from Angular, React, or other frameworks). You can then load that package into the system, and the API server serves the files to the client.

    As for samples in HTML programming in 8.1, you can take a look at the source code for the Operations Support Portal which is included with the OneIM setup.

    Thanks
    Hanno

Reply
  • Hi,

    The OOB HTML applications are written in Angular, and will support a modular architecture that you can extend using plugins. This feature is under development for version 8.2 so we don't have the exact details ready to be published at this time. What I can say though is that this plugin architecture is based on Angular, and will not work with other frameworks.

    However, you can write your own HTML app with the framework of your choice. What is important is that you have a JavaScript package  (which can come from Angular, React, or other frameworks). You can then load that package into the system, and the API server serves the files to the client.

    As for samples in HTML programming in 8.1, you can take a look at the source code for the Operations Support Portal which is included with the OneIM setup.

    Thanks
    Hanno

Children