wicket-jersey-parent

Wicket library to provide XAB-RS support through Jersey

License

License

Categories

Categories

Wicket User Interface Web Frameworks Orienteer General Purpose Libraries Other Jersey Program Interface REST Frameworks
GroupId

GroupId

org.orienteer.wicket-jersey
ArtifactId

ArtifactId

wicket-jersey-parent
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

pom
Description

Description

wicket-jersey-parent
Wicket library to provide XAB-RS support through Jersey
Project URL

Project URL

https://github.com/OrienteerBAP/wicket-jersey
Source Code Management

Source Code Management

https://github.com/OrienteerBAP/wicket-jersey

Download wicket-jersey-parent

How to add to project

<!-- https://jarcasting.com/artifacts/org.orienteer.wicket-jersey/wicket-jersey-parent/ -->
<dependency>
    <groupId>org.orienteer.wicket-jersey</groupId>
    <artifactId>wicket-jersey-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.orienteer.wicket-jersey/wicket-jersey-parent/
implementation 'org.orienteer.wicket-jersey:wicket-jersey-parent:1.0'
// https://jarcasting.com/artifacts/org.orienteer.wicket-jersey/wicket-jersey-parent/
implementation ("org.orienteer.wicket-jersey:wicket-jersey-parent:1.0")
'org.orienteer.wicket-jersey:wicket-jersey-parent:pom:1.0'
<dependency org="org.orienteer.wicket-jersey" name="wicket-jersey-parent" rev="1.0">
  <artifact name="wicket-jersey-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.orienteer.wicket-jersey', module='wicket-jersey-parent', version='1.0')
)
libraryDependencies += "org.orienteer.wicket-jersey" % "wicket-jersey-parent" % "1.0"
[org.orienteer.wicket-jersey/wicket-jersey-parent "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • wicket-jersey
  • wicket-jersey-demo

Build Status Coverage Status

wicket-jersey

Adaptor for Apache Wicket to support JAX-RS through embedding Jersey

Quick start

Add to your pom.xml the following dependency

<dependency>
	<groupId>org.orienteer.wicket-jersey</groupId>
	<artifactId>wicket-jersey</artifactId>
	<version>REQUIRED VERSION</version>  <!-- Put required version-->
</dependency>

Use class org.orienteer.wicketjersey.WicketJersey to mount required REST resources in Application.init(). For example:

WicketJersey.mount(new MyApplication());
//OR
WicketJersey.mount("/api", new MyApplication());
//OR
WicketJersey.mount("/rest", "org.orienteer.wicketjersey.demo.rest");

Done!

How to run demo

  1. Clone current repository
  2. Go to folder with your local repository
  3. Run mvn clean install
  4. Go to sub folder wicker-jersey-demo
  5. Run mvn jetty:run
  6. Open your internet browser and go to http://localhost:8080
org.orienteer.wicket-jersey

Orienteer

Open Source Business Application Platform

Versions

Version
1.0