基于JSON的REST框架RestyGWT.zip

时间:2022-08-06 11:13:12
【文件属性】:

文件名称:基于JSON的REST框架RestyGWT.zip

文件大小:514KB

文件格式:ZIP

更新时间:2022-08-06 11:13:12

开源项目

RestyGWT是一个REST服务GWT生成器和Java Object与JSON数据格式转换引擎。它能够生成基于JSON的异步Restful服务代理,提供易于使用的REST API。 示例代码: Resource resource = new Resource( GWT.getModuleBaseURL() "pizza-service");JSONValue request = ...resource.post().json(request).send(new JsonCallback() { public void onSuccess(Method method, JSONValue response) { System.out.println(response); } public void onFailure(Method method, Throwable exception) { Window.alert("Error: " exception); }}); 标签:RestyGWT


网友评论