Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, did you look at the Plugin Tutorials? In many of the examples they include the dependency to
<dependency> <groupId>javax.servlet</groupId> <artifactId>jsp-api</artifactId> <version>2.0</version> </dependency>
I created a hello world web service plugin but can't install it. Please guide me in the right direction.
Where is this contract coming from? joget's apache-tomcat/lib/servlet-api.jar is 3.1
Here is the dependency for servlet-api:
I checked the manifest file of this org.apache.felix.http.servlet-api, and can confirm that it supports 3.1 API
Here is the web service:
and this is the Activator: