Re: JSON Problem

2010-07-08 Thread hi...@hiramchirino.com
The easiest way by far is to use RestyGWT http://restygwt.fusesource.org/documentation/index.html With it, you just create GWT RPC style service interfaces to access restful JSON resources. For example, lets say you want to post some JSON to a URL of /blog/ comments: { author:Hiram,

gwt.xml support for servlet init-param and wildcard mappings

2010-01-14 Thread hi...@hiramchirino.com
Hi, I'd like to use hosted mode junit tests against some jersey services. The first problem is that I need to pass init-param to the jersey servlet. The second problem is I need to use a wildcard servlet mapping. Ideally i could just add something like this to the gwt.xml: servlet

Re: How to use RestyGWT or external module in general in new (eclipse) project?

2009-10-27 Thread hi...@hiramchirino.com
Hi, You can get that jar from: http://download.java.net/maven/2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar Regards, Hiram On Oct 26, 5:16 pm, Youngster aecdej...@gmail.com wrote: Hi, I found a module that sounds exactly what i'm looking for but i am kind of a novice and don't know how