Web Application SDK
Iotellect Web Application SDK is a part of Iotellect SDK that allows to implement web applications. Technically, in addition to a web application, a special version of Iotellect plugin is implemented, which performs registration of the web application. Therefore, using this SDK results in two files: Iotellect plugin and web application based on Java Servlet Technology.
![]() | Java Servlets are used to extend capabilities of servers that host applications accessed by means of a request-response programming model. Although servlets can respond to any type of request, they are commonly used to extend applications hosted by web servers. For such applications, Java Servlet technology defines HTTP-specific servlet classes. |
![]() | Documentation provided in this section is applicable only to on-premise and edge Iotellect server instances. Cloud server users get Iotellect as a managed service, so custom web application functionality is disabled to unsure server reliability and uptime. |
Implemented web applications can interact with Iotellect Server contexts and can be hosted on the same integrated web server as Web UI (so they use the same settings).
![]() | Iotellect SDK bundle includes an open-source example of Iotellect Web Application called Demo Web Application. It is located in
To try the driver:
|
![]() | Building a web application requires extra files in the build path in addition to
|
Was this page helpful?