简体   繁体   English

将JSON URL传递给Java Restful WebService

[英]Passing JSON URL to java Restful WebService

I have a JSON url,i want to Parse the URL and get the information from the URL My requirement is to write a java restfull web service which accepts JSON URL as input and which returns the data I have followed the tutorial http://www.mkyong.com/webservices/jax-rs/jersey-hello-world-example/ he passed a String to the WebService method 我有一个JSON URL,我想解析URL并从URL中获取信息。我的要求是编写一个Java restfull Web服务,该服务接受JSON URL作为输入并返回我遵循教程http:// www的数据。 .mkyong.com / webservices / jax-rs / jersey-hello-world-example /他将字符串传递给WebService方法

Could any one help to Write a java WebService? 有人可以帮忙编写Java WebService吗?

如果您要构建自己的RESTful API并要解析该数据,请使用如何将Android与PHP,MySQL连接 ;如果您有API并要解析数据,请使用此Android JSON解析教程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM