Handlers
Handler Specific Declarations
CADViewer has a supporting infrastructure of components to connect the back-end CAD Converters with the front-end CADViewer.
Depending on which back-end technology that is used to connect CADViewer with the back-end converters, a script files with settings needs to be loaded, and an installation of the platform specific Handlers has to be done.
The CADViewer front-end configuration files are located in:
─── cadviewer └── app └── cv
There is a separate file for PHP, Servlets, ASP.NET and NodeJS and only the file corresponding to the used back-end handler technology shall be used.
PHP
See the detailed section on how to configure CADViewer front-end and the back-end handlers for PHP.
ASP.NET
See the detailed section on how to configure CADViewer front-end and the back-end handlers for ASP.NET.
Servlets
See the detailed section on how to configure CADViewer front-end and the back-end handlers for Java Servlets.
NodeJS
See the detailed section on how to configure CADViewer front-end and the back-end handlers for Node JS.
NodeJS /Angular
See the detailed section on how to configure CADViewer front-end and the back-end handlers for Node JS, when the front-end is embedded in an Angular Component.
NodeJS /Ionic
See the detailed section on how to configure CADViewer front-end and the back-end handlers for Node JS, when the front-end is embedded in an Ionic Component.