Questions tagged [resty-gwt]

RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects.

RestyGWT is a GWT generator for REST services and JSON encoded data transfer objects.

Its features are:

  • Generates Async Restful JSON based service proxies
  • Java Object to JSON encoding/decoding
  • Easy to use REST API
65 questions
0
votes
1 answer

resty gwt:Deferred binding failed for 'com.gwt.demo.client.PersonResourceAsync

Hi i want to do project in gwt which is at client side and rest services at the server side,for this i am using resty gwt but i am getting an error: com.google.gwt.event.shared.UmbrellaException: Exception caught: Deferred binding failed for…
Jay Kishore
  • 19
  • 1
  • 8
0
votes
2 answers

Spring-Jersey-Jackson-JSON: Array element wrapped by index

I'm writing a restful service using Jersey and Jackson for de/serialization. I'm using Spring to for dependency injection, I'm also using com.sun.jersey.spi.spring.container.servlet.SpringServlet (not using mvc). I'm using RestyGWT on the client…
hba
  • 7,406
  • 10
  • 63
  • 105
0
votes
1 answer

jsonencoderdecoder without getter/setter method

I used the RestyGWT's JsonEncoderDecoder interface to encode/decode some objects. Among them there are instances of classes having properties not exposed using getter/setter methods. I tried annotating corresponding properties with…
Naveed S
  • 5,106
  • 4
  • 34
  • 52
0
votes
1 answer

Resty-GWT dynamic code generation

I am using the resty-gwt library and wondering if it would be possible to use the JsonEncoderDecoder interface dynamically? eg. I have a pojo as follows: @JsonTypeInfo(use=Id.CLASS, include=As.PROPERTY, property="class") public class MyObject…
Seamus McMorrow
  • 263
  • 6
  • 18
1 2 3 4
5