gwt-jackson :: REST

gwt-jackson-rest is a GWT REST client that uses gwt-jackson as serializer/deserializer mechanism

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки Jackson Данные JSON
Группа

Группа

com.github.nmorel.gwtjackson
Идентификатор

Идентификатор

gwt-jackson-rest
Последняя версия

Последняя версия

0.5.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

gwt-jackson :: REST
gwt-jackson-rest is a GWT REST client that uses gwt-jackson as serializer/deserializer mechanism
Ссылка на сайт

Ссылка на сайт

https://github.com/nmorel/gwt-jackson-rest
Система контроля версий

Система контроля версий

https://github.com/nmorel/gwt-jackson-rest

Скачать gwt-jackson-rest

Имя Файла Размер
gwt-jackson-rest-0.5.1.pom 6 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.nmorel.gwtjackson/gwt-jackson-rest/ -->
<dependency>
    <groupId>com.github.nmorel.gwtjackson</groupId>
    <artifactId>gwt-jackson-rest</artifactId>
    <version>0.5.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nmorel.gwtjackson/gwt-jackson-rest/
implementation 'com.github.nmorel.gwtjackson:gwt-jackson-rest:0.5.1'
// https://jarcasting.com/artifacts/com.github.nmorel.gwtjackson/gwt-jackson-rest/
implementation ("com.github.nmorel.gwtjackson:gwt-jackson-rest:0.5.1")
'com.github.nmorel.gwtjackson:gwt-jackson-rest:pom:0.5.1'
<dependency org="com.github.nmorel.gwtjackson" name="gwt-jackson-rest" rev="0.5.1">
  <artifact name="gwt-jackson-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nmorel.gwtjackson', module='gwt-jackson-rest', version='0.5.1')
)
libraryDependencies += "com.github.nmorel.gwtjackson" % "gwt-jackson-rest" % "0.5.1"
[com.github.nmorel.gwtjackson/gwt-jackson-rest "0.5.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • api
  • processor
  • examples

gwt-jackson-rest

gwt-jackson-rest is a simple GWT REST client using gwt-jackson. It includes an api and an annotation processor which generates an helper class to easily send REST request to an annotated REST service.

Quick start

Add <inherits name="com.github.nmorel.gwtjackson.rest.GwtJacksonRest" /> to your module descriptor XML file.

Then annotate your REST service with the annotation GenRestBuilder. An helper class will be generated in the same package by default. You can specify your package by passing the option package to the annotation processor.

Check the example.

With Maven

<dependency>
  <groupId>com.github.nmorel.gwtjackson</groupId>
  <artifactId>gwt-jackson-rest-processor</artifactId>
  <version>0.5.1</version>
  <scope>provided</scope>
</dependency>

You can also get maven snapshots using the following repository :

<repository>
  <id>oss-sonatype-snapshots</id>
  <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
</repository>

Copyright and license

Copyright 2015 Nicolas Morel under the Apache 2.0 license.

Версии библиотеки

Версия
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0