porletUnit2 Simple Example Portlet Application

PortletUnit is a jUnit Java Unit Testing Framework for testing JSR-168 portlets. It is built on ServletUnit and Pluto. It provides a mock portlet container as ServletUnit provides a mock servlet container.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.portletunit
ArtifactId

ArtifactId

portlet-simple
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

war
Description

Description

porletUnit2 Simple Example Portlet Application
PortletUnit is a jUnit Java Unit Testing Framework for testing JSR-168 portlets. It is built on ServletUnit and Pluto. It provides a mock portlet container as ServletUnit provides a mock servlet container.
Project URL

Project URL

http://portletunit.sf.net/portlet-simple
Source Code Management

Source Code Management

http://portletunit.cvs.sourceforge.net/viewvc/portletunit/portletunit2/modules/top-level/portletunit2/portlet-simple/

Download portlet-simple

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.portletunit/portlet-simple/ -->
<dependency>
    <groupId>net.sf.portletunit</groupId>
    <artifactId>portlet-simple</artifactId>
    <version>1.0.1</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.portletunit/portlet-simple/
implementation 'net.sf.portletunit:portlet-simple:1.0.1'
// https://jarcasting.com/artifacts/net.sf.portletunit/portlet-simple/
implementation ("net.sf.portletunit:portlet-simple:1.0.1")
'net.sf.portletunit:portlet-simple:war:1.0.1'
<dependency org="net.sf.portletunit" name="portlet-simple" rev="1.0.1">
  <artifact name="portlet-simple" type="war" />
</dependency>
@Grapes(
@Grab(group='net.sf.portletunit', module='portlet-simple', version='1.0.1')
)
libraryDependencies += "net.sf.portletunit" % "portlet-simple" % "1.0.1"
[net.sf.portletunit/portlet-simple "1.0.1"]

Dependencies

compile (3)

Group / Artifact Type Version
log4j : log4j jar 1.2.15
javax.servlet : jstl jar 1.0.2
taglibs : standard jar 1.0.4

provided (1)

Group / Artifact Type Version
javax.portlet : portlet-api jar 2.0

test (1)

Group / Artifact Type Version
net.sf.portletunit : portletunit2 jar 1.0.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1