#4 Restful Web Services Tutorial | List as Resource

preview_player
Показать описание
RESTful Web Services are basically REST Architecture based Web Services.
A REST API defines a set of functions to process requests and responses via HTTP protocol.
Rest is just a concept to use that we need an implementation.
To create an appliaction for REST you can use Maven Project with Jersey implementation.

In this video we will see how to fetch more than one object i.e list of objects in XML

Trainer: Navin Reddy

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :

Subscribe to the channel and learn Programming in easy way.

Рекомендации по теме
Комментарии
Автор

Hi Navin, your way of teaching is awesome..

josephpudupermanil
Автор

Thank you so much sir, clearly explained,

akhileswarreddychintakunta
Автор

im still getting 404 even giving webapi, didnt know wat to do😂 but i m learning something new, thanks naveen

Haris_LV
Автор

Hi Navin. Even I am getting Internal Server Error 500 when I try to display aliens. Please can you help?

amruta
Автор

still get internal server error 500 from the previous lesson.
anyone share pom.xml file

abdulwahid_mohammed
Автор

m getting this error "Unable to process Jar entry [module-info.class] from Jar"

shaistanazar
Автор

is this network issue or some thing else

VijayaOfficialChannel
Автор

i am getting page not found error please help me

jasbinkarki
Автор

am getting this error, when i am trying to create maven project

Could not resolve archetype from any of the configured repositories.
Could not resolve artifact

VijayaOfficialChannel
Автор

sir its getting tough to understand so many different technology what to do?

biggboss
Автор

if you are getting error like 500. Then try to change the Produces to APPLICATION_JSON and also add below dependency to the pom.xml file.
<dependency>


<version>1.18.1</version>
</dependency>
<dependency>
<groupId>com.owlike</groupId>

<version>0.99</version>
</dependency>

I Hope this will

gyanp
Автор

@Telusko/Naveen - Brilliant!!! I am trying to replicate in NetBeans...Working!
<?xml version="1.0" encoding="UTF-8" standalone="true"?>

-<alien>

<name>Debapriya</name>

<points>50</points>

</alien>

debopriospeaking
Автор

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<indians>
<indian>
<indianName>B</indianName>

</indian>
<indian>

</indian>
</indians>

I'm not getting the second at all. Not sure why. Any help please ?

mohammedsardar