w

weblab-portlet

This is a generic WebLab portlet developed for the WebLab platform. It eases development if multiple events need to be handled. Please note that some libraries need to be provided by the portal. Some provided libraries are probably in the portal own libraries (javax.portlet:portlet-api, javax.servlet:servlet-api, javax.servlet:jstl and taglibs:standard). Some other need to be added by your own (for eventing), they are WebLab specific, since we encourage you to only exchange objects of the WebLab model as events (org.weblab-project.core:model, org.weblab-project.core:extended).
Files download
File Operation
weblab-portlet-1.2.2.jar download
weblab-portlet-1.2.2.pom download
weblab-portlet-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.weblab.portlets</groupId>
  <artifactId>weblab-portlet</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.weblab.portlets:weblab-portlet:1.2.2'
Gradle Kotlin
implementation("org.ow2.weblab.portlets:weblab-portlet:1.2.2")
Scala SBT
libraryDependencies += "org.ow2.weblab.portlets" % "weblab-portlet" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.weblab.portlets', module='weblab-portlet', version='1.2.2')
)
Apache Ivy
<dependency org="org.ow2.weblab.portlets" name="weblab-portlet" rev="1.2.2" />
Leiningen
[org.ow2.weblab.portlets/weblab-portlet "1.2.2"]
Apache Buildr
'org.ow2.weblab.portlets:weblab-portlet:jar:1.2.2'