REST Pages

Library that provides request forwarding and HTML form parsing to JAX-RS webservices. This allows these webservices to expose some resources as a web application, using easy form handling and separation of business and display logic.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.opk
ArtifactId

ArtifactId

rest-pages
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

REST Pages
Library that provides request forwarding and HTML form parsing to JAX-RS webservices. This allows these webservices to expose some resources as a web application, using easy form handling and separation of business and display logic.
Project Organization

Project Organization

Oscar Westra van Holthe - Kind
Source Code Management

Source Code Management

http://svn.code.sf.net/p/opk/code/rest-pages/tags/rest-pages-1.0

Download rest-pages

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.opk/rest-pages/ -->
<dependency>
    <groupId>net.sf.opk</groupId>
    <artifactId>rest-pages</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.opk/rest-pages/
implementation 'net.sf.opk:rest-pages:1.0'
// https://jarcasting.com/artifacts/net.sf.opk/rest-pages/
implementation ("net.sf.opk:rest-pages:1.0")
'net.sf.opk:rest-pages:jar:1.0'
<dependency org="net.sf.opk" name="rest-pages" rev="1.0">
  <artifact name="rest-pages" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.opk', module='rest-pages', version='1.0')
)
libraryDependencies += "net.sf.opk" % "rest-pages" % "1.0"
[net.sf.opk/rest-pages "1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.jvnet : mimepull jar 1.6
com.fasterxml : classmate jar 0.5.4
org.mockito : mockito-core jar 1.9.0

provided (1)

Group / Artifact Type Version
javax : javaee-web-api jar 6.0

test (4)

Group / Artifact Type Version
org.glassfish.extras : glassfish-embedded-web jar 3.1.1
junit : junit jar 4.10
org.powermock : powermock-module-junit4 jar 1.4.11
org.powermock : powermock-api-mockito jar 1.4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0