REST Web Services 18 - Returning JSON Response

preview_player
Показать описание

We'll now switch the response format of the APIs from XML to JSON
Рекомендации по теме
Комментарии
Автор

There no one in youtube who've got better tutorials than yours. I can bet $100 on that. I have learned Spring, SOAP services and now REST from you. May god Bless you.

chpa
Автор

Thank you sir for making us objects of Java without throwing exceptions.. Hats off to you.

shyamsundersrd
Автор

Another great tutorial Koushik!  I have been following this REST webservice series religiously!  Thanks again!  Can't wait to see the next video!  :-)

TheKayleeanna
Автор

sir can u please define that how we can get json response in HTML page.

PKiPathshala
Автор

I have been following your tutorials. They are simply awesome. Thank you man

YAFFAHJoyce
Автор

@koushik never disappoints.Thanks for the series

mbgah
Автор

Great tutorials! So comprehensive and well laid out!

Zwetschgen
Автор

Using Maven/Eclipse/WebLogic 12.1.3 I started getting java linkage errors when I uncommented out the Moxy in the Pom.xml during deployment.  Tried changes to the build configuration including changes to the weblogic.xml to no avail.   Changed the dependency to Jackson and then the deployment worked.  <dependency>    
    

JamesJt
Автор

really thankful to you for this amazing contribution!!

hello
Автор

Awesome! Thank you very much for this excellent tutorials!!

shinelil
Автор

I am having lots of problems in doing the same thing for a nested json object that you have implemented for plain json object. Please please someone help me out for doing the same thing for nested json object. There is nothing I got on internet about this problem.

uditjainvideos
Автор

How can I return null values in JSON response? I only get fields with non-null values.

bojanpetrovic
Автор

I just downloaded jaxrs 2.22 and using it, because maven was not working. My project does not have pom.xml. Do I need to create pom.xml from scratch?

mynameisGYAN
Автор

Any idea why both in the xml and json response i only get the id and message, but not the date and the author ? thanks in advance !

fool
Автор

Hi how do i post the Response body of a site in the console ?

akbaralam
Автор

I am using jersey1.2 versions of jar where to do the conversion from json to java object in request and vice-versa while returning response, i have used MessageBodyReader and MessageBodyWriter. With jersey 1.2 version which moxy version would work? Also is there any other way of automatic conversion?

artimaseth
Автор

hi your tutorial is good
But i dont want to use maven then what should i do for json response

sandeepgadhiya
Автор

How to send / as the path param in rest service.. string that contains / and \

ramireddyande
Автор

Any help on why when I enable moxy in Pom.xml it crashes the server

Cybertrendz
Автор

Hi. if I this on localhost call, how can I parse response as Jsonobject?. For example. I need only massage from Response /jsonobject. thnx..

tekkesinkdr