Advanced JAX-RS 11 - Implementing a MessageBodyWriter

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

Implement a custom MessageBodyWriter to handle a Date object returned by a resource method.
Рекомендации по теме
Комментарии
Автор

Thank you. This whole series is very helpful to the beginner. MessageBodyReader was easy to implement after watching this video.

francistrujillo
Автор

Superb example . So easy to understand and implement . Thanks much

subuhinigar
Автор

Hi, all the tutorials are really great. I am new to web services but you have explained them very well. Can you please let me know how to consume this web service in android ?

ruchapuranik
Автор

Hi Kaushik,
What will happen if there are multiple MessageBodyWriters for one type. Will there be an error on server start?

uniquestreetfood
Автор

@KoushikHow did you make a copies of your previous projects?   I had to modify the file to the project to deploy to Tomcat without colliding with the previous projects.

JamesJt
Автор

Hi Kaushik, Please share tutorials for implementing security on JAX RS web services :)

shaswatdasgupta
Автор

Hi, I am taking all tutorials, are great!
Why does Jersey need classes to be annotated as @Provider and not just looks up for required implementations?

mrJohnWoods
Автор

What to do here if we have to return JSON format of date???

sathvikvutukuri
Автор

I have a quick question here. Why do we dont need a converter for Message and Comment objects from previous tutorials but we need to write one for Date. I am not sure what is the difference between these two scenarios?

manojimm