weblab-facet

This is a generic parent POM for some portlet developed for the WebLab platform by EADS team members. For some needs we developed the Abstract WebLab Portlet. It eases development if multiple events need to be handled. If you do not need these functionalities, please consider using an other parent POM for you portlet instead of this POM. 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).

License

License

GroupId

GroupId

org.ow2.weblab.portlets
ArtifactId

ArtifactId

weblab-facet
Last Version

Last Version

1.3.1
Release Date

Release Date

Type

Type

war
Description

Description

weblab-facet
This is a generic parent POM for some portlet developed for the WebLab platform by EADS team members. For some needs we developed the Abstract WebLab Portlet. It eases development if multiple events need to be handled. If you do not need these functionalities, please consider using an other parent POM for you portlet instead of this POM. 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).

Download weblab-facet

How to add to project

<!-- https://jarcasting.com/artifacts/org.ow2.weblab.portlets/weblab-facet/ -->
<dependency>
    <groupId>org.ow2.weblab.portlets</groupId>
    <artifactId>weblab-facet</artifactId>
    <version>1.3.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.weblab.portlets/weblab-facet/
implementation 'org.ow2.weblab.portlets:weblab-facet:1.3.1'
// https://jarcasting.com/artifacts/org.ow2.weblab.portlets/weblab-facet/
implementation ("org.ow2.weblab.portlets:weblab-facet:1.3.1")
'org.ow2.weblab.portlets:weblab-facet:war:1.3.1'
<dependency org="org.ow2.weblab.portlets" name="weblab-facet" rev="1.3.1">
  <artifact name="weblab-facet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.weblab.portlets', module='weblab-facet', version='1.3.1')
)
libraryDependencies += "org.ow2.weblab.portlets" % "weblab-facet" % "1.3.1"
[org.ow2.weblab.portlets/weblab-facet "1.3.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.ow2.weblab.core.helpers : rdf-helper-jena-selection jar 1.5.3
org.ow2.weblab.core.helpers : rdf-helper-jena jar 1.3.2
org.ow2.weblab.core.helpers : bean-helper-spring jar 1.3.2

provided (7)

Group / Artifact Type Version
org.ow2.weblab.portlets : weblab-portlet jar 1.2.2
org.ow2.weblab.core : model jar 1.2.2
org.ow2.weblab.core : extended jar 1.2.2
javax.portlet : portlet-api jar 2.0
javax.servlet : servlet-api jar 2.4
javax.servlet : jstl jar 1.1.2
taglibs : standard jar 1.1.2

runtime (1)

Group / Artifact Type Version
xalan : xalan jar 2.7.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.1